﻿/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-moz-transition:transform .3s ease-out, -moz-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;-moz-transition:none;transition:none}}.modal.fade .modal-dialog{-webkit-transform:translate(0, -50px);-moz-transform:translate(0, -50px);-ms-transform:translate(0, -50px);transform:translate(0, -50px)}.modal.show .modal-dialog{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-height:-moz-calc(100% - 1rem);max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:-moz-calc(100vh - 1rem);max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:-moz-calc(100% - 1rem);min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:-moz-calc(100vh - 1rem);height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:-moz-calc(0.3rem - 1px);border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:-moz-calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:-moz-calc(0.3rem - 1px);border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:-moz-calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:-moz-calc(100% - 3.5rem);max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:-moz-calc(100vh - 3.5rem);max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:-moz-calc(100% - 3.5rem);min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:-moz-calc(100vh - 3.5rem);height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width: 1025px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 1025px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,[data-view-mode=grid] .firm-catalog__firm,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,[data-view-mode=list] .firm-catalog__firm,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-moz-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-moz-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333333%;-moz-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-moz-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-moz-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-moz-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-moz-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-moz-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-moz-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-moz-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-12,[data-view-mode=list] .firm-catalog__firm,[data-view-mode=grid] .firm-catalog__firm{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-moz-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-moz-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333333%;-moz-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-moz-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-moz-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-moz-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6,[data-view-mode=grid] .firm-catalog__firm{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-moz-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-moz-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-moz-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-moz-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-moz-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-moz-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333333%;-moz-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-moz-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4,[data-view-mode=grid] .firm-catalog__firm{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-moz-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-moz-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-moz-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-moz-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-moz-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-moz-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 1025px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-moz-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-moz-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333333%;-moz-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-moz-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-moz-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-moz-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-moz-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-moz-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-moz-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-moz-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.3333333333%;-moz-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.6666666667%;-moz-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333333%;-moz-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66666667%;-moz-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333333%;-moz-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66666667%;-moz-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333333%;-moz-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66666667%;-moz-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333333%;-moz-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66666667%;-moz-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1025px){.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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1025px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;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[title],abbr[data-original-title]{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}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#007bff;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:rgb(0%,33.7647058824%,70%);text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,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;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}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}.nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill>.nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.clearfix::after{display:block;clear:both;content:""}.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: 1025px){.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}}.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:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.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:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.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:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.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: 1025px){.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:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.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:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.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}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.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 iframe,.embed-responsive embed,.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.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.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: 1025px){.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:300 !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{color:#007bff !important}a.text-primary:hover,a.text-primary:focus{color:rgb(0%,33.7647058824%,70%) !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:rgb(28.4473617773%,30.8179752588%,32.9251872423%) !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:rgb(9.8891730605%,41.2872975277%,17.0588235294%) !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:rgb(5.6862745098%,40.0511508951%,45.4901960784%) !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:hsl(45,100%,36.3725490196%) !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:rgb(65.6788284934%,11.379995036%,16.582278481%) !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:hsl(210,16.6666666667%,82.6470588235%) !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:hsl(210,10.3448275862%,7.7450980392%) !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.fade{-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{-webkit-transition:none;-moz-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;-moz-transition:none;transition:none}}.collapsing.width{width:0;height:auto;-webkit-transition:width .35s ease;-moz-transition:width .35s ease;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{-webkit-transition:none;-moz-transition:none;transition:none}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-moz-transition-property:transform, -moz-transform;transition-property:transform;transition-property:transform, -webkit-transform, -moz-transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);-moz-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-moz-transition-property:transform, -moz-transform;transition-property:transform;transition-property:transform, -webkit-transform, -moz-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-moz-transition-property:transform,height,-moz-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform,-moz-transform}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}*:active,*:focus{outline:none}input::-moz-focus-inner,select::-moz-focus-inner,option::-moz-focus-inner,textarea::-moz-focus-inner{border:0;outline:none}html,body{margin:0;padding:0;font-size:16px;font-family:"Poppins",sans-serif;background-color:#f8f8fa;color:#1a1b1c}html{scroll-behavior:smooth}a{color:inherit;-webkit-transition:color .35s ease-in-out;-moz-transition:color .35s ease-in-out;transition:color .35s ease-in-out;text-decoration:none;outline:none}a:hover,a:visited{color:inherit;text-decoration:none;outline:none}a:hover{color:#fca800}picture.lazy{display:block}@font-face{font-family:"Poppins";src:url("https://cdn.avt.pl/fonts/Poppins-Light.eot");src:url("https://cdn.avt.pl/fonts/Poppins-Light.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/Poppins-Light.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/Poppins-Light.woff") format("woff"),url("https://cdn.avt.pl/fonts/Poppins-Light.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/Poppins-Light.svg#Poppins-Light") format("svg");font-weight:300;font-display:swap}@font-face{font-family:"Poppins";src:url("https://cdn.avt.pl/fonts/PoppinsRegular.eot");src:url("https://cdn.avt.pl/fonts/PoppinsRegular.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PoppinsRegular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PoppinsRegular.woff") format("woff"),url("https://cdn.avt.pl/fonts/PoppinsRegular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");font-weight:400;font-display:swap}@font-face{font-family:"Poppins";src:url("https://cdn.avt.pl/fonts/PoppinsMedium.eot");src:url("https://cdn.avt.pl/fonts/PoppinsMedium.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PoppinsMedium.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PoppinsMedium.woff") format("woff"),url("https://cdn.avt.pl/fonts/PoppinsMedium.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");font-weight:500;font-display:swap}@font-face{font-family:"Poppins";src:url("https://cdn.avt.pl/fonts/PoppinsSemiBold.eot");src:url("https://cdn.avt.pl/fonts/PoppinsSemiBold.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PoppinsSemiBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PoppinsSemiBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/PoppinsSemiBold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PoppinsSemiBold.svg#PoppinsSemiBold") format("svg");font-weight:600;font-display:swap}@font-face{font-family:"Poppins";src:url("https://cdn.avt.pl/fonts/PoppinsBold.eot");src:url("https://cdn.avt.pl/fonts/PoppinsBold.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PoppinsBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PoppinsBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/PoppinsBold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PoppinsBold.svg#PoppinsBold") format("svg");font-weight:700;font-display:swap}@font-face{font-family:"Roboto";src:url("https://cdn.avt.pl/fonts/RobotoThin.eot");src:url("https://cdn.avt.pl/fonts/RobotoThin.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoThin.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoThin.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoThin.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoThin.svg#RobotoThin") format("svg");font-weight:100;font-display:swap}@font-face{font-family:"Roboto";src:url("https://cdn.avt.pl/fonts/RobotoLight.eot");src:url("https://cdn.avt.pl/fonts/RobotoLight.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoLight.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoLight.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoLight.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoLight.svg#RobotoLight") format("svg");font-weight:300;font-display:swap}@font-face{font-family:"Roboto";src:url("https://cdn.avt.pl/fonts/RobotoRegular.eot");src:url("https://cdn.avt.pl/fonts/RobotoRegular.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoRegular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoRegular.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoRegular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoRegular.svg#RobotoRegular") format("svg");font-weight:400;font-display:swap}@font-face{font-family:"Roboto";src:url("https://cdn.avt.pl/fonts/RobotoMedium.eot");src:url("https://cdn.avt.pl/fonts/RobotoMedium.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoMedium.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoMedium.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoMedium.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoMedium.svg#RobotoMedium") format("svg");font-weight:500;font-display:swap}@font-face{font-family:"Roboto";src:url("https://cdn.avt.pl/fonts/RobotoBold.eot");src:url("https://cdn.avt.pl/fonts/RobotoBold.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoBold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoBold.svg#RobotoBold") format("svg");font-weight:700;font-display:swap}@font-face{font-family:"Roboto";src:url("https://cdn.avt.pl/fonts/RobotoBlack.eot");src:url("https://cdn.avt.pl/fonts/RobotoBlack.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoBlack.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoBlack.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoBlack.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoBlack.svg#RobotoBlack") format("svg");font-weight:900;font-display:swap}@font-face{font-family:"Roboto Condensed";src:url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.eot");src:url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular") format("svg");font-weight:400;font-display:swap}@font-face{font-family:"Roboto Condensed";src:url("https://cdn.avt.pl/fonts/RobotoCondensedBold.eot");src:url("https://cdn.avt.pl/fonts/RobotoCondensedBold.eot") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoCondensedBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoCondensedBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoCondensedBold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RobotoCondensedRegular.svg#RobotoCondensedBold") format("svg");font-weight:700;font-display:swap}@font-face{font-family:"FontAwesome";src:url("https://cdn.avt.pl/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("https://cdn.avt.pl/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("https://cdn.avt.pl/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("https://cdn.avt.pl/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("https://cdn.avt.pl/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;font-display:swap}.fa,.map-marker-popup__close{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-pinterest:before{content:""}.fa-instagram:before{content:""}.fa-google-plus:before{content:""}.fa-shopping-cart:before{content:""}.fa-newspaper-o:before{content:""}.fa-search:before{content:""}.fa-link:before{content:""}.fa-font:before{content:""}.fa-print:before{content:""}.fa-check:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-left:before{content:""}.fa-times:before,.map-marker-popup__close:before{content:""}.fa-chevron-down:before{content:""}.fa-times-circle:before{content:""}.fa-clock-o:before{content:""}.fa-play:before{content:""}.fa-caret-down:before{content:""}.section-title{border-bottom:3px solid #fca800}.section-title .text{display:block;font-size:40px;line-height:60px;font-weight:400;text-transform:uppercase}.section-title .text .no-transform{text-transform:none}.section-title.-select{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.module-title-blue{font-size:25px;line-height:35px;font-weight:700;padding-bottom:20px;color:#1f3e57;border-bottom:2px solid #1f3e57}.module-title-blue.-small{font-size:20px;line-height:30px;padding-bottom:10px}.blue-navy{background-color:#082134}.clear{display:block;clear:both}.container-fluid.w,.w.container-sm,.w.container-md,.w.container-lg,.w.container-xl{max-width:1200px}.trans-all{-webkit-transition:all .35s ease 0s;-moz-transition:all .35s ease 0s;transition:all .35s ease 0s}.trans-color{-webkit-transition:color .35s ease 0s;-moz-transition:color .35s ease 0s;transition:color .35s ease 0s}.font-bold{font-weight:700 !important}.blue-btn{background-color:#1f3e57;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;width:100%;padding:30px 5px;border-radius:8px;max-width:770px;margin:0 auto;cursor:pointer;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16)}.blue-btn .triangle{margin-right:5px}.blue-btn .bold{font-weight:700}.subpage-title{margin-bottom:30px;display:block;width:100%;color:#1f3e57;font-size:30px;line-height:46px;font-weight:700;text-align:center}.subpage-title.different-title{text-align:left;font-size:25px;border-bottom:2px solid #1f3e57;padding-bottom:15px;margin-bottom:35px}#main,.main{padding-top:30px}.avt-container-1170{width:100%;max-width:1200px;margin:0 auto;display:block;padding:0 15px}.row.-r270 .left{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-r270 .left{max-width:-moz-calc(100% - 300px);max-width:calc(100% - 300px)}}.row.-r270 .right{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-r270 .right{max-width:300px}}.row.-l270 .left{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-l270 .left{max-width:300px}}.row.-l270 .right{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-l270 .right{max-width:-moz-calc(100% - 300px);max-width:calc(100% - 300px)}}.row.-r370 .left{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-r370 .left{max-width:-moz-calc(100% - 400px);max-width:calc(100% - 400px)}}.row.-r370 .right{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-r370 .right{max-width:400px}}.row.-l370 .left{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-l370 .left{max-width:400px}}.row.-l370 .right{width:100%;padding:0 15px}@media(min-width: 1025px){.row.-l370 .right{max-width:-moz-calc(100% - 400px);max-width:calc(100% - 400px)}}.row.-r485 .left{width:100%}@media(min-width: 1025px){.row.-r485 .left{max-width:-moz-calc(100% - 485px);max-width:calc(100% - 485px)}}.row.-r485 .right{width:100%}@media(min-width: 1025px){.row.-r485 .right{max-width:485px}}.row.-l485 .left{width:100%}@media(min-width: 1025px){.row.-l485 .left{max-width:485px}}.row.-l485 .right{width:100%}@media(min-width: 1025px){.row.-l485 .right{max-width:-moz-calc(100% - 485px);max-width:calc(100% - 485px)}}.row.-r485-xl .left{width:100%}@media(min-width: 1440px){.row.-r485-xl .left{max-width:-moz-calc(100% - 485px);max-width:calc(100% - 485px)}}.row.-r485-xl .right{width:100%}@media(min-width: 1440px){.row.-r485-xl .right{max-width:485px}}.avt-mb-2{margin-bottom:20px}.avt-mb-25{margin-bottom:25px}.avt-mb-3{margin-bottom:30px}.avt-mb-5{margin-bottom:50px}@media(min-width: 1025px){.col-lg-20{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}.hp-wrapper{position:relative;margin-bottom:140px}.header{background-color:#fff;-webkit-box-shadow:0 0 25px rgba(0,0,0,.07);box-shadow:0 0 25px rgba(0,0,0,.07);position:relative;z-index:9}.header.-hp{background-color:#082134;color:#fff}.header__nav{display:none}@media(min-width: 1025px){.header__nav{display:block}}.header .sticky-logo{display:none}.header .header__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.header__top{padding-bottom:10px}.header__top .header__burger{display:block;position:relative;left:-15px;background-color:#1f3e57;cursor:pointer;width:44px;height:44px}@media(min-width: 576px){.header__top .header__burger{width:70px;height:70px}}@media(min-width: 768px){.header__top .header__burger{width:90px;height:90px}}@media(min-width: 1025px){.header__top .header__burger{display:none}}.header__top .header__burger span{display:block;position:absolute;height:2px;background:#fff;opacity:1;width:18px;left:0;right:0;margin:0 auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;transition:.25s ease-in-out}.header__top .header__burger span:nth-child(1){top:19px}@media(min-width: 576px){.header__top .header__burger span:nth-child(1){top:32px}}@media(min-width: 768px){.header__top .header__burger span:nth-child(1){top:39px}}.header__top .header__burger span:nth-child(2),.header__top .header__burger span:nth-child(3){top:23px}@media(min-width: 576px){.header__top .header__burger span:nth-child(2),.header__top .header__burger span:nth-child(3){top:36px}}@media(min-width: 768px){.header__top .header__burger span:nth-child(2),.header__top .header__burger span:nth-child(3){top:44px}}.header__top .header__burger span:nth-child(4){top:27px}@media(min-width: 576px){.header__top .header__burger span:nth-child(4){top:40px}}@media(min-width: 768px){.header__top .header__burger span:nth-child(4){top:49px}}.header__top .avt-container-1170{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__contact{padding-top:5px;width:100%;text-align:right;margin-bottom:5px;display:none}@media(min-width: 1025px){.header__contact{display:block}}.header__contact-list{font-size:11px;list-style:none;margin:0;padding:0}.header__contact-list .header__contact-item{list-style:none;display:inline-block;margin-right:20px}.header__contact-list .header__contact-item:last-child{margin-right:0}.header__logo{position:absolute;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}@media(min-width: 1025px){.header__logo{position:static}}.header__logo .logo__link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;pointer-events:all;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 1025px){.header__logo .logo__link{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.header__logo .logo__link.open{display:none}.header__logo .logo__link.-all{display:none}.header__logo .logo__link.-all.open{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.header__logo .logo__square{margin-right:10px}@media(max-width: 575.98px){.header__logo .logo__square img{max-width:30px}}.header__logo .logo__text{position:relative;height:25px;padding-top:8px;display:none}@media(min-width: 576px){.header__logo .logo__text{display:block}}.header__logo .logo__text img{width:135px;height:10px;vertical-align:top}.header__logo .logo__text:after{content:"";height:2px;position:absolute;top:0;left:0;right:0}.header__logo .logo__text.item-737:after{background:-webkit-gradient(linear, left top, right top, from(#cd1719), to(#35546e));background:-moz-linear-gradient(left, #cd1719 0%, #35546e 100%);background:linear-gradient(90deg, #cd1719 0%, #35546e 100%)}.header__logo .logo__text.item-738:after{background:-webkit-gradient(linear, left top, right top, from(#1F3E57), to(#35546e));background:-moz-linear-gradient(left, #1F3E57 0%, #35546e 100%);background:linear-gradient(90deg, #1F3E57 0%, #35546e 100%)}.header__logo .logo__text.item-743:after{background:-webkit-gradient(linear, left top, right top, from(#409948), to(#35546e));background:-moz-linear-gradient(left, #409948 0%, #35546e 100%);background:linear-gradient(90deg, #409948 0%, #35546e 100%)}.header__logo .logo__text.item-744:after{background:-webkit-gradient(linear, left top, right top, from(#9E5DA6), to(#35546e));background:-moz-linear-gradient(left, #9E5DA6 0%, #35546e 100%);background:linear-gradient(90deg, #9E5DA6 0%, #35546e 100%)}.header__logo .logo__text.item-745:after{background:-webkit-gradient(linear, left top, right top, from(#0dbbaa), to(#35546e));background:-moz-linear-gradient(left, #0dbbaa 0%, #35546e 100%);background:linear-gradient(90deg, #0dbbaa 0%, #35546e 100%)}.header__logo .logo__category{display:block;line-height:25px;font-size:20px;font-weight:500;text-transform:uppercase;font-family:"Poppins",sans-serif}@media(min-width: 576px){.header__logo .logo__category{font-weight:700}}.header__logo .logo__category span{text-transform:uppercase;font-weight:700;display:inline}@media(min-width: 576px){.header__logo .logo__category span{display:none}}.header__bd-group{display:none}@media(min-width: 768px){.header__bd-group{display:block}}.header__bd-group .bd-group__btn{cursor:pointer}.header__bd-group .bd-group__btn.open .bd-group__burger span:nth-child(1){opacity:0}.header__bd-group .bd-group__btn.open .bd-group__burger span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.header__bd-group .bd-group__btn.open .bd-group__burger span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.header__bd-group .bd-group__btn.open .bd-group__burger span:nth-child(4){opacity:0}.header__bd-group .bd-group__burger{margin-right:10px;width:14px;height:11px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:inline-block}.header__bd-group .bd-group__burger span{display:block;position:absolute;height:2px;width:100%;background:#000;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;transition:.25s ease-in-out}.header__bd-group .bd-group__burger span:nth-child(1){top:0px}.header__bd-group .bd-group__burger span:nth-child(2),.header__bd-group .bd-group__burger span:nth-child(3){top:4px}.header__bd-group .bd-group__burger span:nth-child(4){top:8px}.header__bd-group .bd-group__logo{max-width:110px}@media(min-width: 1025px){.header__bd-group .bd-group__logo{max-width:160px}}.header__bottom .header__line{height:1px;background-color:rgba(101,127,127,.19);width:100%}.header__nav-list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:45px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;font-size:15px;line-height:23px;font-weight:600;position:relative;overflow:hidden}.header__nav-item.search img{width:14px;height:14px}.header__nav-item ul{display:none}.header__nav-item.current,.header__nav-item:hover{color:#fca800}.header__nav-item.current a,.header__nav-item:hover a{color:#fca800}.bd-group__list{left:0;right:0;top:-100%;z-index:9;background-color:#fff;opacity:0;visibility:hidden;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;position:absolute;padding-bottom:45px;-webkit-box-shadow:0 25px 80px rgba(0,0,0,.25);box-shadow:0 25px 80px rgba(0,0,0,.25)}@media(min-width: 1025px){.bd-group__list{padding:80px 0}}.bd-group__list.open{opacity:1;visibility:visible;top:-moz-calc(100% - 51px);top:calc(100% - 51px)}@media(min-width: 1025px){.bd-group__list.open{top:-moz-calc(100% - 40px);top:calc(100% - 40px)}}.bd-group__top{background-color:#1f3e57;color:#fff;left:0;width:-moz-calc(100% + 30px);width:calc(100% + 30px);position:relative;margin:0 -15px 45px}@media(min-width: 1025px){.bd-group__top{top:-45px;margin:0;position:absolute;height:70px;width:100%}}@media(max-width: 1024.98px){.bd-group__top .avt-container-1170{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}}.bd-group__item{height:130px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;position:relative;width:25%}.bd-group__item img{max-width:80%}.bd-group__item a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.bd-group__item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(31,62,87,.1)}.bd-group__item:before{content:"";position:absolute;bottom:0;top:0;right:0;width:1px;background-color:rgba(31,62,87,.1)}.bd-group__item:nth-of-type(5):before,.bd-group__item:nth-of-type(9):before{display:none}.bd-group__item:nth-of-type(n + 6):after{display:none}.bd-group__item--top{height:70px;line-height:70px;font-size:20px;font-weight:700;text-transform:uppercase;width:33.3333333333%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1025px){.bd-group__item--top{width:auto;display:block}}.bd-group__item--top a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.bd-group__item--top a:hover{color:#fca800}.bd-group__item--top a:before{content:"";width:31px;height:31px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:10px}.bd-group__item--top.item-737 a:before{background-image:url("/templates/main/images/svg/menu-instalacje.svg")}.bd-group__item--top.item-738 a:before{background-image:url("/templates/main/images/svg/menu-dachy.svg")}.bd-group__item--top.item-743 a:before{background-image:url("/templates/main/images/svg/menu-okna.svg")}.bd-group__item--top.item-744 a:before{background-image:url("/templates/main/images/svg/menu-wykanczanie.svg")}.bd-group__item--top.item-745 a:before{background-image:url("/templates/main/images/svg/menu-przegrody.svg")}.bd-group__item--top .b2b{font-weight:700}.header.newsletter .header__logo .logo__link.open{display:block}.header.newsletter .bd-group__list.open{top:-moz-calc(100% + 44px);top:calc(100% + 44px)}@media(max-width: 767.98px){.header.-hp .header__top{padding-bottom:0}}.header.-hp .header__logo .logo__hp{position:static}@media(max-width: 767.98px){.header.-hp .header__logo .logo__hp{padding-bottom:0}}@media(min-width: 1025px){.header.-hp .header__logo .logo__hp{margin-bottom:0}}.header.-hp .header__logo .logo__link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.header.-hp .search-form-header{background-color:rgba(0,0,0,0)}.header.-hp .search-form-header__text{border:none;background-color:#1f3e57;color:rgba(255,255,255,.5)}.header.-hp .search-form-header__submit{background-image:url("/templates/main/images/svg/search-white.svg");opacity:.5}.header.-hp .bd-group__list.open{top:100%}.header.-hp .header__bd-group{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin-left:auto}@media(min-width: 1025px){.header.-hp .header__bd-group{padding:35px 0}}.header.-hp .logo__hp{pointer-events:none;text-align:center;padding-bottom:15px}@media(max-width: 767.98px){.header.-hp .logo__hp{max-width:225px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}}@media(max-width: 575.98px){.header.-hp .logo__hp{max-width:180px}}@media(min-width: 768px){.header.-hp .logo__hp{position:absolute;left:0;right:0;top:10px;margin:auto;padding-bottom:0}}.header.-hp .logo__hp .logo__link{pointer-events:all}.header.-hp .header__bd-group .bd-group__burger span{background-color:#fff}.header.-hp .header__bd-group .bd-group__top{display:none}.header.-hp .header__bd-group .bd-group__list{background-color:#082134}.header.-hp .header__bd-group .bd-group__item{-webkit-transition:border-color .35s ease-in-out;-moz-transition:border-color .35s ease-in-out;transition:border-color .35s ease-in-out;border-color:rgba(0,0,0,0)}.header.-hp .header__bd-group .bd-group__item:after,.header.-hp .header__bd-group .bd-group__item:before{background-color:rgba(255,255,255,.1)}@media(min-width: 1025px){.header.-hp .header__bd-group .bd-group__item:hover{border:2px solid #fca800}}.header.-hp .header__nav-list .search{display:none}.header.-hp .header__bottom{background-color:#1f3e57;height:70px;display:none}@media(min-width: 1025px){.header.-hp .header__bottom{display:block}}.header.-hp .header__nav-list{height:70px;line-height:70px;font-weight:700;text-transform:uppercase;font-size:15px}@media(min-width: 1025px){.header.-hp .header__nav-list{font-size:20px}}@media(min-width: 1025px){.header.-hp .header__nav-item:hover,.header.-hp .header__nav-item:hover a{color:#fca800}}.header.-hp .header__nav-item a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.header.-hp .header__nav-item a:before{content:"";width:31px;height:31px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:10px}.header.-hp .header__nav-item.item-737 a:before{background-image:url("/templates/main/images/svg/menu-instalacje.svg")}.header.-hp .header__nav-item.item-738 a:before{background-image:url("/templates/main/images/svg/menu-dachy.svg")}.header.-hp .header__nav-item.item-743 a:before{background-image:url("/templates/main/images/svg/menu-okna.svg")}.header.-hp .header__nav-item.item-744 a:before{background-image:url("/templates/main/images/svg/menu-wykanczanie.svg")}.header.-hp .header__nav-item.item-745 a:before{background-image:url("/templates/main/images/svg/menu-przegrody.svg")}.header.-hp.sticky{position:-webkit-sticky;position:sticky;top:0;opacity:0;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.header.-hp.sticky.sticked{opacity:1}.header.-hp.sticky .header__top{margin:0;display:none}.header.-hp.sticky .header__contact{display:none}.header.-hp.sticky .header__bd-group{display:none}.header.-hp.sticky .sticky-logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.header.-hp.sticky .header__bottom{background-color:#fff;height:43px}.header.-hp.sticky .header__bottom .header__nav-list{color:#1a1b1c;font-size:15px;font-weight:600;line-height:43px;height:43px}.header.-hp.sticky .header__bottom .header__nav-list .header__nav-item{margin:0 30px}.header.-hp.sticky .header__bottom .header__nav-list .header__nav-item a:before{display:none}.header.-hp.sticky .nav-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1025px){.header.sticky.subpages .header__top{margin-bottom:86px}}@media(min-width: 1025px){.header.sticky.subpages .header__bottom{position:fixed;width:100%;top:0;background-color:#fff;-webkit-box-shadow:0 0 25px rgba(0,0,0,.07);box-shadow:0 0 25px rgba(0,0,0,.07)}}.header.sticky.subpages .nav-container{display:none}@media(min-width: 1025px){.header.sticky.subpages .nav-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header.sticky.subpages .sticky-logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-right:30px}.header.sticky.subpages .header__nav{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}footer{position:relative;padding:60px 0 10px;background:#303136;line-height:1;z-index:5}footer .title{font-size:20px;text-transform:uppercase;font-weight:bold;color:#fff}footer .force-float .row{display:block;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}footer .force-float .col-1,footer .force-float .col-2,footer .force-float .col-3{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;max-width:none}footer .nav{display:unset;-webkit-flex-wrap:unset;-ms-flex-wrap:unset;flex-wrap:unset}footer .pull-left{float:left !important}footer .pull-right{float:right !important}footer .mini-title{font-size:14px;text-transform:uppercase;margin-top:30px;color:#fff;cursor:pointer;display:block;float:left;clear:both}footer ul.menu-right,footer .ul-list ul{display:block;list-style:none;margin-top:30px;margin-bottom:0;padding:0;overflow:hidden}footer ul.menu-right.hide-list,footer .ul-list ul.hide-list{display:none}footer ul.menu-right li+li,footer .ul-list ul li+li{margin-top:10px}footer ul.menu-right li a,footer .ul-list ul li a{display:inline;padding:0;color:#fff;font-size:14px;-webkit-transition:color .25s ease;-moz-transition:color .25s ease;transition:color .25s ease}footer ul.menu-right li a:hover,footer ul.menu-right li a:focus,footer .ul-list ul li a:hover,footer .ul-list ul li a:focus{color:#d4d4d5;text-decoration:none;background-color:rgba(0,0,0,0)}footer .ul-list ul{padding-left:15px;padding-right:15px}footer .ul-list ul.col-2,footer .ul-list ul.col-3{margin-top:10px}footer .ul-list ul li span{display:block;margin:30px 0;font-size:14px;text-transform:uppercase;color:#fff}footer .ul-list ul li:first-child span{margin-top:0}footer .footer-line{border-top:3px solid #494a4e;padding:31px 0 0;margin-top:85px}footer .col-xs-12.pull-left{margin-top:30px}footer .social a{display:block;float:left;width:26px;height:26px;margin:0 0 0 6px;border:1px solid #ababab;color:#fff;border-radius:2px;text-align:center;font-size:16px;overflow:hidden;padding:4px}footer .social a i{color:inherit}footer .social a:hover .fab,footer .social a:focus .fab{color:#d4d4d5;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}footer .social a .fab{color:#ababab;line-height:24px}footer .footer-logo{display:block;width:98px;height:36px;margin:0 auto;background:url("/templates/main/images/sprite.png") -32px 0 no-repeat;float:none}@media(min-width: 768px){footer{padding:60px 0 10px}footer .ul-list ul{width:33.33333333%;float:left}footer .ul-list ul.col-2,footer .ul-list ul.col-3{margin-top:30px}footer .footer-line{padding:23px 0 0}footer .col-xs-12.pull-left{margin-top:0}}@media(min-width: 1025px){footer{padding:72px 0 10px}footer .footer-line{margin-top:105px}}.our-sites{margin-top:30px}.our-sites .page-group{margin-bottom:30px}.our-sites .group-title{margin-bottom:30px;color:#fff;font-size:14px;line-height:1.4;text-transform:uppercase}.our-sites .group-list{padding:0;list-style:none;list-style-type:none}.our-sites .group-item{padding-top:5px;padding-bottom:5px}.our-sites .group-item:first-child{padding-top:0px}.our-sites .group-link{color:#fff;font-size:14px}.our-sites .group-link:hover{color:hsl(0,0%,82.0588235294%)}#shortcuts-menu{margin:0 auto}#shortcuts-menu li{line-height:27px}#shortcuts-menu li a{color:#fff}.publisher{color:#fff}.publisher img{max-width:143px}.shortcuts img{margin-top:37px;margin-bottom:39px}.pagination{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;padding:50px 0 10px 0;margin-bottom:40px;border-bottom:1px solid #333}.pagination p{margin:0}.pagination p,.pagination span{font-size:13px}.pagination .pagination-left{position:absolute;left:16px}.pagination .pagination-left.inactive{display:none}.pagination .pagination-left img{border:none}.pagination .pagination-left span{font-size:13px}@media(max-width: 625px){.pagination .pagination-left span{display:none}}.pagination .pagination-right{position:absolute;right:16px}.pagination .pagination-right.inactive{display:none}.pagination .pagination-right img{border:none}.pagination .pagination-right span{font-size:13px}@media(max-width: 625px){.pagination .pagination-right span{display:none}}.pagination img{width:13px;border:none}.pagination .fa-chevron-left{display:block;margin-top:2px}.pagination .fa-chevron-right{display:block;margin-top:2px}@media(max-width: 500px){.pagination .hidden-xs{display:none}}.pagination .items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;font-weight:700}.pagination .items a{padding:0 19px;font-size:20px}@media(max-width: 576px){.pagination .items a{padding:0 10px}}.pagination .items p{font-size:20px;width:30px;height:30px;text-align:center}.pagination .inactive{background-color:#fca800;margin:0 19px;border-radius:50%;color:#fff;font-size:20px}@media(max-width: 576px){.pagination .inactive{margin:0 10px}}.pagination>.inactive{background-color:#f8f8fa;color:#5a5a5a;border-radius:0;font-size:16px;font-weight:700;line-height:20px;margin:0;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;opacity:.5;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 680px){.pagination>.inactive{padding:10px}}.pagination>.inactive span{padding:0 20px}@media(max-width: 1080px){.pagination>.inactive span{display:none}}.pagination>.active{color:#000;border-radius:0;font-size:16px;font-weight:700;line-height:20px;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.pagination>.active span{padding:0 20px}@media(max-width: 1080px){.pagination>.active span{display:none}}.header__tags{position:relative;font-size:0;height:40px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;overflow:hidden;margin:0 -15px;padding-left:5px}@media(min-width: 1025px){.header__tags{margin:0;padding-left:0}}.header__tags .tags__next,.header__tags .tags__prev{position:absolute;top:0;bottom:0;margin:auto;left:auto;right:auto;width:35px;height:35px;background-color:#1f3e57;border-radius:50px;opacity:0;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out;z-index:3}.header__tags .tags__next.active,.header__tags .tags__prev.active{opacity:1}.header__tags .tags__next img,.header__tags .tags__prev img{position:absolute;top:0;bottom:0;margin:auto;left:auto;right:auto}.header__tags .tags__next{right:-15px}.header__tags .tags__next img{left:8px}.header__tags .tags__prev{left:-15px}.header__tags .tags__prev img{right:8px;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header__tags-wrap{overflow:hidden;height:25px;font-size:0;margin-top:7px}.header__tags-wrap .header__tags-list{list-style:none;margin:0 0 10px;padding:0;display:block;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:20px}.header__tags-wrap .header__tags-list:after{content:"";height:1px;display:inline-block}.header__tags-wrap .header__tags-element{display:inline-block;font-size:12px;font-weight:500;line-height:18px;margin-right:5px;margin-bottom:3px;background-color:rgba(31,62,87,.1);padding:0 5px;border-radius:3px;text-transform:uppercase;-webkit-transition:background-color .35s ease-in-out;-moz-transition:background-color .35s ease-in-out;transition:background-color .35s ease-in-out}.header__tags-wrap .header__tags-element:hover{background-color:#1f3e57}.header__tags-wrap .header__tags-element:hover,.header__tags-wrap .header__tags-element:hover a{color:#fff}.header__tags-wrap .header__tags-element.current{background-color:#1f3e57;color:#fff}.header__tags-wrap .header__tags-element.current:hover,.header__tags-wrap .header__tags-element.current:hover a{color:#fca800}.news-services{margin-bottom:30px;border-top:5px solid #1f3e57;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);background-color:#fff;padding:15px}.news-services.home{background-color:rgba(0,0,0,0);color:#fff;border:none;margin-bottom:0;z-index:3;position:relative;-webkit-box-shadow:none;box-shadow:none;padding:0}.news-services.home a:hover{color:#fff}.news-services.home .news-services__title{color:#fff}.news-services.home .news-services__wrapper-text-site{color:#fca800;font-weight:600}.news-services.home .news-services__wrapper-text-site::before{background-color:#fff}.news-services.home .news-services__wrapper-text:before{opacity:.2}.news-services.home .news-services__wrapper-text-title{opacity:.7;font-weight:500;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.news-services.home .news-services__wrapper-text-title:hover{opacity:1}.news-services__title{color:#1f3e57;font-size:22px;font-weight:700;text-transform:uppercase;margin-bottom:20px}@media(min-width: 1200px){.news-services__title{padding:20px;margin-bottom:0}}.news-services__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 1200px){.news-services__wrapper{padding:0 20px 26px 20px}}.news-services__wrapper div:last-of-type:before{background-color:#fff;width:1px}.news-services__wrapper-date{font-size:12px;line-height:15px;max-width:60px;width:100%;text-transform:uppercase}@media(min-width: 768px){.news-services__wrapper-date{-webkit-box-flex:0;-webkit-flex:0 0 8%;-moz-box-flex:0;-ms-flex:0 0 8%;flex:0 0 8%;max-width:8%}}@media(min-width: 1025px){.news-services__wrapper-date{-webkit-box-flex:0;-webkit-flex:0 0 15%;-moz-box-flex:0;-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}}.news-services__wrapper-date-day{margin-bottom:2px}.news-services__wrapper-text{padding-left:13.5px;padding-bottom:24px;position:relative;max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px);width:100%}@media(min-width: 768px){.news-services__wrapper-text{-webkit-box-flex:0;-webkit-flex:0 0 92%;-moz-box-flex:0;-ms-flex:0 0 92%;flex:0 0 92%;max-width:92%}}@media(min-width: 1025px){.news-services__wrapper-text{-webkit-box-flex:0;-webkit-flex:0 0 85%;-moz-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}}.news-services__wrapper-text:last-of-type:before{display:none}.news-services__wrapper-text:before{content:"";width:1px;background-color:#e5e5e5;height:100%;position:absolute;left:-0.5px;margin-top:5px}.news-services__wrapper-text-site{font-size:11px;color:#1f3e57;font-weight:700;position:relative;text-transform:uppercase;margin-bottom:3px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.news-services__wrapper-text-site::before{content:"";width:9px;height:9px;background-color:#fca800;position:absolute;left:-18px;border-radius:50%}.news-services__wrapper-text-title{font-size:14px;font-weight:700}.kalendarium{background:#fff;padding:20px 0;-webkit-box-shadow:0 0 50px rgba(0,0,0,.1);box-shadow:0 0 50px rgba(0,0,0,.1);border-top:3px solid #1f3e57}.kalendarium .calendar-container{z-index:0}.kalendarium .calendar-container .gldp-kalendarium .glCore{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;float:left;padding:0;margin:0;font-size:15px;text-align:center;color:rgba(26,27,28,.12);font-weight:bold}.kalendarium .calendar-container .gldp-kalendarium .title{font-family:"Poppins",sans-serif;font-size:25px;color:#1a1b1c;font-weight:bold}.kalendarium .calendar-container .gldp-kalendarium .dow{color:#1a1b1c;font-weight:400}.kalendarium .calendar-container .gldp-kalendarium .glCore.day.inday.event{cursor:pointer;font-weight:bold;color:#1a1b1c}.kalendarium .calendar-container .gldp-kalendarium .glCore.today{border:1px solid #fca800;border-radius:50%}.kalendarium .calendar-container .gldp-kalendarium .glCore.title{cursor:pointer;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.kalendarium .calendar-container .gldp-kalendarium .glCore.title:hover{color:#fca800}.kalendarium .calendar-container .gldp-kalendarium .glCore.event-featured{cursor:pointer;font-weight:bold;color:#1a1b1c}.kalendarium .calendar-container .gldp-kalendarium .glCore.event-featured:after{content:"";position:absolute;top:0;left:0;border-top:5px solid #fca800;border-left:5px solid #fca800;border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}.kalendarium .calendar-container .gldp-kalendarium .glCore.day.inday.selected{cursor:pointer;color:#fff;font-weight:bold;background-color:#1f3e57;border-radius:50%}.kalendarium .calendar-container .gldp-kalendarium .next-arrow,.kalendarium .calendar-container .gldp-kalendarium .prev-arrow{cursor:pointer;font-family:"Poppins",sans-serif;font-weight:700;font-size:20px;color:#1a1b1c}.kalendarium .featured-info{position:relative;padding-left:15px;max-width:295px;margin:0 auto;font-size:15px;line-height:18px;color:rgba(26,27,28,.12);font-weight:bold}.kalendarium .featured-info:after{content:"";position:absolute;top:0;left:0;border-top:5px solid #fca800;border-left:5px solid #fca800;border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}.map-wrapper{height:335px}@media(min-width: 576px){.map-wrapper{height:435px}}@media(min-width: 768px){.map-wrapper{height:535px}}@media(min-width: 1025px){.map-wrapper{height:635px}}.map-marker-popup__tip-anchor{position:absolute;min-width:220px;height:0}.map-marker-popup__anchor{position:absolute;width:100%;bottom:8px;left:0}.map-marker-popup__close{position:absolute;right:15px;top:15px}.map-marker-popup__close:before{font-size:15px}.map-marker-popup__close:hover{cursor:pointer}.map-marker-popup__content{position:absolute;top:0;left:0;min-width:225px;padding:18px 15px;background-color:#fff;border-radius:10px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);font-family:"Roboto";font-size:14px;overflow-y:auto;-webkit-transform:translate(-50.1%, -100%);-moz-transform:translate(-50.1%, -100%);-ms-transform:translate(-50.1%, -100%);transform:translate(-50.1%, -100%)}.map-marker-popup__content .logo{display:block;margin:0 auto 10px;border:1px solid #afafaf}.map-marker-popup__content .title{font-size:25px;line-height:1.25;margin-bottom:5px}.map-marker-popup__content .city{margin-bottom:0}.map-marker-popup__content .separator{height:unset;margin:10px 0;border-top:none;background-color:unset}.map-marker-popup__content .address{line-height:1.285}.map-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.25);overflow-y:auto;z-index:1001}.map-modal--show{display:block}.map-modal__wrapper{position:relative;max-width:1252px;margin:0 auto;padding:30px 26px 0}@media(min-width: 768px){.map-modal__wrapper{margin-top:30px}}@media(min-width: 1025px){.map-modal__wrapper{margin-top:30px}}@media(min-width: 1200px){.map-modal__wrapper{margin-top:120px}}.map-modal__map{width:100%;height:700px;-webkit-box-shadow:rgba(0,0,0,.16) 0 0 50px;box-shadow:rgba(0,0,0,.16) 0 0 50px}.map-modal__close{position:absolute;top:0;right:0;font-size:45px;line-height:1;z-index:1002}.map-modal__close,.map-modal__close:link,.map-modal__close:hover{color:#f72b28}.google-source{border-radius:15px;border:2px solid #fca800;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-decoration:none;color:#1a1b1c;font-weight:700;font-size:1rem;gap:clamp(1em,.6em + 1.7778cqi,1.5em);padding:clamp(1em,.6em + 1.7778cqi,1.5em);container-type:inline-size;width:100%;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2em;margin-left:auto;-webkit-box-ordinal-group:100;-webkit-order:99;-moz-box-ordinal-group:100;-ms-flex-order:99;order:99}.google-source__image{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-width:clamp(2.5em,1.7em + 3.5556cqi,3.5em)}.google-source__text{line-height:1.6;font-size:clamp(.8125em,.4625em + 1.5556cqi,1.25em)}.google-source__text span{display:block;color:#fca800}.google-source--article{margin:1em auto;max-width:48.75em}.google-source:hover{text-decoration:none;color:#1a1b1c}.google-source:hover span{color:#fca800}.article .fulltext .google-source{color:var(--textColorPrimary)}.google-source-small{font-size:15px;text-transform:uppercase;color:#fff !important;background-color:#1a1b1c;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;gap:.75em;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:.25em;width:100%;max-width:22em;margin:0 10px 0 0;vertical-align:middle}.google-source-small:hover{color:#fff !important;text-decoration:none}.google-source-small__image{max-width:1.5em;display:block;height:1.7rem}.google-source-small__text{font-size:clamp(.8125em,.4625rem + 1.5556cqi,.9em);line-height:normal;font-weight:600}.alert-training{background-color:#fff;border-top:5px solid #f72b28;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);margin-bottom:30px;position:relative;overflow:hidden}@media(max-width: 1024.98px){.alert-training{width:-moz-calc(100% + 30px);width:calc(100% + 30px);margin:0 -15px 30px}}@media(max-width: 1024.98px){.alert-training:before{content:"";position:absolute;top:0;bottom:0;width:100px;right:0;background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.96)), color-stop(62%, rgb(255, 255, 255)));background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 60%, rgb(255, 255, 255) 62%);background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 60%, rgb(255, 255, 255) 62%);z-index:3;display:none}}.alert-training .alert__title{font-size:22px;text-transform:uppercase;font-weight:700;color:#f72b28;text-align:center;border-bottom:2px solid rgba(31,62,87,.1);padding:10px 0}@media(max-width: 1024.98px){.alert-training .alert__title{text-align:left;border:none;padding:10px 15px}}.alert-training .alert__list{padding:0 23px;font-size:0}@media(max-width: 1024.98px){.alert-training .alert__list{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;padding:0;position:relative}}.alert-training .alert__item{padding-top:10px;padding-bottom:15px;border-bottom:1px solid rgba(31,62,87,.1)}@media(max-width: 1024.98px){.alert-training .alert__item{width:280px;display:inline-block;white-space:normal;vertical-align:top;border-bottom:none;padding:10px 15px 25px 15px}}.alert-training .alert__item-date{font-size:13px;font-weight:700;margin-bottom:5px;color:#f72b28}.alert-training .alert__item-title{font-size:15px;font-weight:500;line-height:19px}.alert-training .alert__next,.alert-training .alert__prev{background-color:#f72b28;width:35px;height:35px;position:absolute;border-radius:50%;top:0;bottom:0;margin:auto;z-index:3;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;opacity:0;cursor:pointer}@media(min-width: 1025px){.alert-training .alert__next,.alert-training .alert__prev{display:none}}.alert-training .alert__next.active,.alert-training .alert__prev.active{opacity:1}.alert-training .alert__next img,.alert-training .alert__prev img{position:absolute;width:6px;height:10px;top:0;bottom:0;margin:auto;cursor:pointer}.alert-training .alert__next{right:-17.5px;left:auto}.alert-training .alert__next img{left:8px}.alert-training .alert__prev{left:-17.5px;right:auto}.alert-training .alert__prev img{right:8px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.alert-horizontal{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-height:155px;border-top:3px solid #f72b28;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);background-color:#fff;position:relative;overflow:hidden;font-size:0}@media(max-width: 420px){.alert-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:170px}}.alert-horizontal__wrapper{white-space:nowrap;overflow-x:scroll;overflow-y:hidden;height:170px}.alert-horizontal__wrapper::after{content:"";height:1px;width:140px;display:inline-block}.alert-horizontal__title{background-color:#f72b28;font-size:18px;line-height:22px;font-weight:700;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 17px;text-transform:uppercase;text-align:center}.alert-horizontal__title-image{width:15px;height:16px}@media(max-width: 420px){.alert-horizontal__title-image{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);margin-right:13.5px}}@media(min-width: 420px){.alert-horizontal__title{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 420px){.alert-horizontal__title{width:100%;z-index:1}}.alert-horizontal__element{min-width:335px;max-width:335px;padding-left:20px;padding-right:20px;display:inline-block;white-space:normal;vertical-align:top;height:100%}@media(min-width: 420px){.alert-horizontal__element{border-right:1px solid rgba(0,0,0,.16)}}.alert-horizontal__element-title{font-size:16px;font-weight:700}.alert-horizontal__element-info{padding-top:24px;padding-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.alert-horizontal__element-info .alert-horizontal-date{margin-right:5px;color:#f72b28;font-size:13px;line-height:20px}.alert-horizontal__element-info .alert-horizontal-subpage{color:#1f3e57;font-weight:700;font-size:13px;line-height:20px}.alert-horizontal__arrows{position:absolute;right:0;width:140px;height:100%;background:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 420px){.alert-horizontal__arrows{width:80px}}.alert-horizontal__arrows-left{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.alert-horizontal__arrows-right{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border-left:2px solid #ececec}.alert-horizontal__arrows .left-arrow{width:13px;height:13px;border-left:3px solid #fca800;border-bottom:3px solid #fca800;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.alert-horizontal__arrows .right-arrow{width:13px;height:13px;border-left:3px solid #fca800;border-bottom:3px solid #fca800;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}@media(min-width: 420px){.alert-horizontal__arrows::before{content:"";width:104px;height:100%;background:-webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));background:-moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);position:absolute;left:-100px}}.interviews{border-top:5px solid #1f3e57;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);margin-bottom:30px}.interviews-top{border-bottom:2px solid #e5e5e5;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:13px 20px 17px 20px}.interviews-top__title{font-size:22px;color:#1f3e57;font-weight:700}.interviews-top__see-more{color:#1f3e57;font-size:15px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.interviews-bottom{margin-top:28px;padding:0 20px 15px 20px}.interviews-bottom img{border:1px solid rgba(0,0,0,.16)}.interviews-bottom__image{position:relative;margin-bottom:37px}.interviews-bottom__image .text{font-size:20px;line-height:28px;width:100%;height:100%;font-weight:600;padding:27px 0;position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;bottom:0;left:0;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));background:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);color:#fff;padding:27px}.triangle{margin-right:17px;width:0;height:0;border-style:solid;border-width:5px 0 5px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fca800}.movies{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);width:100%}.movies-top{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative;border-top:5px solid #1f3e57;border-bottom:2px solid #e5e5e5}@media(max-width: 576px){.movies-top{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.movies-top .interviews-top__see-more{position:absolute;right:34.5px}.movies-top .interviews-top__see-more .triangle{margin-right:26px}@media(max-width: 576px){.movies-top .interviews-top__see-more .triangle{margin-right:5px}}.movies-top-title{font-size:35px;font-weight:700;margin-top:26px;margin-bottom:24px;color:#1f3e57}.movies-bottom{background-color:#35546e;width:100%}@media(min-width: 576px){.movies-bottom{margin:34px 34.5px 37.7px 34.5px}}.movies__big{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.movies__big::after{content:"";width:100%;height:100%;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));background:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);position:absolute;top:0;left:0}.movies__big-image-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1;text-align:center;color:#fff;width:100%}@media(max-width: 576px){.movies__big-image-wrapper .big-play img{max-width:69px}}.movies__big-image-wrapper .small-play{margin-bottom:20px}.movies__big-image-wrapper-title{font-size:25px;line-height:40px;font-weight:600;margin-top:43px;width:100%}.movies__small-image:nth-of-type(1){border-bottom:1px solid #fff}.movies__small-image{position:relative;border-left:1px solid #fff}.movies__small-image-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1;text-align:center;color:#fff;font-weight:600;width:100%}.movies__small-image-wrapper .small-play{margin-bottom:20px}.movies__small-image-wrapper-title{width:100%}.movies__small-image::after{content:"";width:100%;height:100%;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));background:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);position:absolute;top:0;left:0}.firms-sliders{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:86px 0}.firms-sliders__prev{display:none;color:#fff;background-color:#1f3e57;height:85px;width:85px;position:absolute;border-radius:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all;opacity:0}.firms-sliders__prev.active{opacity:1}.firms-sliders__prev img{width:15px;margin-left:30px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.firms-sliders__next{display:none;color:#fff;background-color:#1f3e57;height:85px;width:85px;position:absolute;right:-85px;border-radius:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all;cursor:pointer;opacity:0}.firms-sliders__next.active{opacity:1}.firms-sliders__next img{width:15px;margin-right:30px}.firms-sliders__title{font-size:30px;line-height:46px;color:#1f3e57;font-weight:700;text-align:center;padding-top:45px;margin-bottom:-40px;background-color:rgba(0,0,0,0)}.firms-sliders-wrapper{background-color:#e5e5e5;position:relative}.firms-sliders-container{max-width:370px;-webkit-box-flex:0;-webkit-flex:0 0 370px;-moz-box-flex:0;-ms-flex:0 0 370px;flex:0 0 370px;width:100%;margin:0 39px}.firms-sliders__slide{background-color:#fff;-webkit-box-shadow:0 0 99px rgba(0,0,0,.16);box-shadow:0 0 99px rgba(0,0,0,.16);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:220px;margin-bottom:19px}.firms-sliders__slide-text{color:#fca800;font-size:18px;line-height:27px;font-weight:600;text-align:center;margin-bottom:-40px}.main-articles{margin-bottom:60px}.main-articles__big{position:relative;margin-bottom:30px}.main-articles__big-text{bottom:0;left:0;background-color:#f8f8fa;max-width:500px;width:100%;height:auto}@media(min-width: 670px){.main-articles__big-text{position:absolute}}.main-articles__big-text-category{padding-top:18px;padding-left:20px;font-size:13px;font-weight:700;color:#1f3e57;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.main-articles__big-text-category::before{content:"";width:14px;height:2px;background-color:#fca800;position:absolute;left:0}.main-articles__big-text-title{font-size:25px;line-height:30px;font-weight:700;padding-left:20px;padding-bottom:12px;padding-right:10px}.main-articles__small{margin-bottom:26px}.main-articles__small-container{display:inline-block;position:relative}.main-articles__small .small-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.main-articles__small.-category .main-articles__small-text{background-color:#f8f8fa}.main-articles__small.-category .main-articles__small-text .main-articles__small-text-company{padding-top:10px;margin-bottom:5px}.main-articles__small.-category .main-articles__small-text .main-articles__small-text-title{padding-top:0}.main-articles__small-text{margin-top:-29px;position:relative;max-width:80%;padding-top:10px}.main-articles__small-text-person{font-size:12px;line-height:18px;font-weight:700;color:#1f3e57;padding-left:20px}.main-articles__small-text-company{color:#fca800;font-size:11px;font-weight:600;line-height:17px;padding-left:20px}.main-articles__small-text-category{padding-top:10px;padding-left:20px;font-size:13px;font-weight:700;color:#1f3e57;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:11px;background-color:#f8f8fa;position:relative}.main-articles__small-text-category .person-image{position:absolute;right:-70px;bottom:0}.main-articles__small-text-category .person-image img{max-width:70px;width:100%;-webkit-box-shadow:0 0 25px rgba(0,0,0,.39);box-shadow:0 0 25px rgba(0,0,0,.39);border-radius:50%}@media(max-width: 767.98px){.main-articles__small-text-category{padding-right:12px;display:inline-block}}.main-articles__small-text-category::before{content:"";width:14px;height:2px;background-color:#fca800;position:absolute;left:0}@media(max-width: 767.98px){.main-articles__small-text-category::before{margin-top:8px}}.main-articles__small-text-title{background-color:#f8f8fa;font-size:19px;line-height:25px;font-weight:700;padding-left:20px;padding-bottom:12px;padding-right:10px}.main-articles__extra-small{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.main-articles__extra-small-image{-webkit-box-flex:0;-webkit-flex:0 0 30%;-moz-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.main-articles__extra-small-image img{width:100%}.main-articles__extra-small-text{-webkit-box-flex:0;-webkit-flex:0 0 70%;-moz-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;padding-left:20px}@media(max-width: 767.98px){.main-articles__extra-small-text{padding-left:15px}}.main-articles__extra-small-text-category{padding-top:10px;padding-left:20px;font-size:13px;font-weight:700;color:#1f3e57;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:11px}@media(max-width: 767.98px){.main-articles__extra-small-text-category{padding-top:0}}.main-articles__extra-small-text-category::before{content:"";width:14px;height:2px;background-color:#fca800;position:absolute;left:0}.main-articles__extra-small-text-title{font-size:16px;font-weight:500;font-weight:800;line-height:25px;padding-left:20px;padding-bottom:12px;padding-right:10px}.trade-puls{margin-bottom:30px;border-top:5px solid #1f3e57;background-color:#fff;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16)}.trade-puls__top{padding:15px 0;border-bottom:2px solid #e5e5e5}.trade-puls__top-title{font-size:22px;font-weight:700;text-transform:uppercase;color:#1f3e57;text-align:center}.trade-puls__bottom{padding:13px 20px 26px 20px}.trade-puls__bottom-company{font-size:11px;font-weight:600;color:#fca800;margin-bottom:5px}.trade-puls__bottom-title{font-size:15px;font-weight:700;margin-bottom:36px}.products .subpage-title{text-transform:uppercase}.product-wrapper{text-align:center;padding:25px;background-color:#fff;border:1px solid #e5e5e5;height:100%}.product-wrapper__image{margin-bottom:15.7px}.product-wrapper__image img{width:100%}.product-wrapper__title{margin-bottom:15.9px;font-size:13px;color:#fca800;font-weight:600}.product-wrapper__description{color:#1a1b1c;font-size:16px;line-height:25px;font-weight:700}.product-wrapper__btn{margin-top:46px}.product-wrapper__btn .triangle{margin-right:11px}.product-wrapper__btn .blue-btn{-webkit-box-shadow:none;box-shadow:none;border-radius:5px}.single-company-module{margin-bottom:30px}.single-company-module__title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:7.5px;margin-bottom:7.5px;border-bottom:2px solid #1f3e57;background-color:#f8f8fa}.single-company-module__title .left{font-size:30px;line-height:46px;font-weight:700;color:#1f3e57;text-transform:uppercase}.single-company-module__title .right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;line-height:23px;font-weight:700;color:#1f3e57}.single-company-module__title .right .triangle{margin-right:7.5px}.more-from-categories{margin-bottom:30px}.more-from-categories .main-articles__small-text{max-width:100%}.more-from-categories .main-articles__small-text .main-articles__small-text-category{max-width:80%}.more-from-categories .main-articles__small-text .main-articles__small-text-title{font-size:16px;line-height:25px}.more-from-categories__title{font-size:25px;line-height:38px;font-weight:700;padding-bottom:20px;color:#1f3e57;border-bottom:2px solid #1f3e57;margin-bottom:35px}.more-from-categories__element{-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out}.more-from-categories__element.hide{max-height:0px;overflow:hidden}.more-from-categories__element.hide.show{max-height:1000px}.more-from-categories__btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#1f3e57;color:#fff;font-weight:700;padding:30px 0;border-radius:8px;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);text-transform:uppercase;cursor:pointer}.more-from-categories__btn .triangle{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.newsletter-save{background:-webkit-gradient(linear, left top, right top, from(rgb(252, 168, 0)), to(rgb(252, 126, 0)));background:-moz-linear-gradient(left, rgb(252, 168, 0) 0%, rgb(252, 126, 0) 100%);background:linear-gradient(to right, rgb(252, 168, 0) 0%, rgb(252, 126, 0) 100%);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 25px 0px 25px;margin-bottom:30px}@media(max-width: 500px){.newsletter-save{padding:15px 15px 0px 15px}}@media(max-width: 640px){.newsletter-save__image{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.newsletter-save__image img{margin:0 auto;display:block}}.newsletter-save__text{max-width:360px;text-align:center}@media(max-width: 640px){.newsletter-save__text{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.newsletter-save__text-title{font-size:37px;line-height:56px;font-weight:700;padding-bottom:9px;margin-bottom:15px;border-bottom:2px solid #fff}.newsletter-save__text-dtitle{font-size:19px;line-height:25px;font-weight:700;color:#1a1b1c}.newsletter-save__text-wtitle{font-size:19px;line-height:25px;font-weight:700;color:#fff;margin-bottom:16px}.newsletter-save__text-form{width:100%;position:relative;margin-bottom:31px;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,.16);box-shadow:0px 0px 25px rgba(0,0,0,.16)}.newsletter-save__text-form input{font-size:17px;line-height:26px;width:100%;padding:12px 142px 12px 12px;text-align:center;border:none}@media(max-width: 450px){.newsletter-save__text-form input{padding:12px}}.newsletter-save__text-form button{max-width:129px;width:100%;height:100%;background-color:#1a1b1c;color:#fff;position:absolute;right:0;top:0;border:none}@media(max-width: 450px){.newsletter-save__text-form button{position:relative;padding:12px;max-width:100%}}.c-newsletter{margin-bottom:140px;background:url("/templates/main/images/newsletter/newsletter-bg.jpg") 0 50% no-repeat rgba(0,0,0,0);background-size:auto 100%;color:#fff}@media(min-width: 1025px){.c-newsletter{background-size:auto}}.c-newsletter__in{padding:60px 0 100px;background:-moz-linear-gradient(left, rgba(8, 33, 52, 0.8) 0%, rgb(8, 33, 52) 48%);background:-webkit-gradient(linear, left top, right top, from(rgba(8, 33, 52, 0.8)), color-stop(48%, rgb(8, 33, 52)));background:linear-gradient(to right, rgba(8, 33, 52, 0.8) 0%, rgb(8, 33, 52) 48%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00082134', endColorstr='#082134',GradientType=1 )}.c-newsletter__h2{margin:0;padding:0 0 28px;border-bottom:3px solid #fca800;text-transform:uppercase;font-size:40px;font-weight:bold}.c-newsletter__h2 a:hover{color:#fca800}.c-newsletter__title{margin:22px 0 0;font-size:26px}.c-newsletter__txt{margin:12px 0 0;font-size:22px;color:#b5bcc2}.c-newsletter__interests{margin:24px 0 0}.c-newsletter__interests label{display:block;border-radius:40px;position:relative;margin:20px 0 0}.c-newsletter__interests input{position:absolute;visibility:hidden}.c-newsletter__interests input:checked+.item,.c-newsletter__interests .item:hover{border-color:#fca800;color:#fca800}.c-newsletter__interests input:checked+.item .title .fa,.c-newsletter__interests input:checked+.item .title .map-marker-popup__close{width:22px;opacity:1}.c-newsletter__interests .item{display:block;border:2px solid #1f3e57;border-radius:40px;background:#1f3e57;padding:16px 0;color:#fff;text-align:center;cursor:pointer}.c-newsletter__interests .item.no-selected{-webkit-animation:no-selected .6s ease forwards;-moz-animation:no-selected .6s ease forwards;animation:no-selected .6s ease forwards}.c-newsletter__interests .item .img{height:65px;margin:0 0 5px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-newsletter__interests .item .img svg path{fill:#fca800;-webkit-transition:fill .35s ease 0s;-moz-transition:fill .35s ease 0s;transition:fill .35s ease 0s}.c-newsletter__interests .item .title{font-size:18px;font-weight:600;text-transform:uppercase}.c-newsletter__interests .item .title .fa,.c-newsletter__interests .item .title .map-marker-popup__close{color:#fca800;width:0;overflow:hidden;opacity:0;text-align:left;vertical-align:-2px}@-webkit-keyframes no-selected{0%{border-color:rgba(135,3,3,0);-webkit-box-shadow:inset 0 0 40px 2px rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}25%{border-color:#870303;-webkit-box-shadow:inset 0 0 40px 2px #870303;box-shadow:inset 0 0 40px 2px #870303}50%{border-color:rgba(135,3,3,0);-webkit-box-shadow:inset 0 0 40px 2px rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}75%{border-color:#870303;-webkit-box-shadow:inset 0 0 40px 2px #870303;box-shadow:inset 0 0 40px 2px #870303}100%{border-color:rgba(135,3,3,0);-webkit-box-shadow:inset 0 0 40px 2px rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}}@-moz-keyframes no-selected{0%{border-color:rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}25%{border-color:#870303;box-shadow:inset 0 0 40px 2px #870303}50%{border-color:rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}75%{border-color:#870303;box-shadow:inset 0 0 40px 2px #870303}100%{border-color:rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}}@keyframes no-selected{0%{border-color:rgba(135,3,3,0);-webkit-box-shadow:inset 0 0 40px 2px rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}25%{border-color:#870303;-webkit-box-shadow:inset 0 0 40px 2px #870303;box-shadow:inset 0 0 40px 2px #870303}50%{border-color:rgba(135,3,3,0);-webkit-box-shadow:inset 0 0 40px 2px rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}75%{border-color:#870303;-webkit-box-shadow:inset 0 0 40px 2px #870303;box-shadow:inset 0 0 40px 2px #870303}100%{border-color:rgba(135,3,3,0);-webkit-box-shadow:inset 0 0 40px 2px rgba(135,3,3,0);box-shadow:inset 0 0 40px 2px rgba(135,3,3,0)}}.c-newsletter__subscribe{margin:55px auto 0;width:100%;max-width:610px}.c-newsletter__subscribe input[type=email]{display:block;height:70px;width:100%;text-align:center;padding:0 10px;background:#e5e5e5;border-radius:2px;border:none;outline:none;font-size:17px;color:#1a1b1c;font-family:"Poppins",sans-serif;-webkit-transition:-webkit-box-shadow .35s ease 0s;transition:-webkit-box-shadow .35s ease 0s;-moz-transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s, -webkit-box-shadow .35s ease 0s}@media(min-width: 576px){.c-newsletter__subscribe input[type=email]{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;border-top-right-radius:0;border-bottom-right-radius:0}}.c-newsletter__subscribe input[type=email]:focus{-webkit-box-shadow:inset 0 0 0 1px #a8a8a8;box-shadow:inset 0 0 0 1px #a8a8a8}.c-newsletter__subscribe input[type=submit]{display:block;width:200px;height:70px;margin:40px auto 0;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;color:#fff;text-transform:uppercase;border-radius:2px;border:none;cursor:pointer;background:#cd1719;background:-moz-linear-gradient(-45deg, rgb(205, 23, 25) 0%, rgb(252, 168, 0) 100%);background:-moz-linear-gradient(315deg, rgb(205, 23, 25) 0%, rgb(252, 168, 0) 100%);background:linear-gradient(135deg, rgb(205, 23, 25) 0%, rgb(252, 168, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1719', endColorstr='#fca800',GradientType=1 )}@media(min-width: 576px){.c-newsletter__subscribe input[type=submit]{-webkit-box-flex:0;-webkit-flex:0 0 200px;-moz-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0;border-top-left-radius:0;border-bottom-left-radius:0}}.c-charts-left .chart{font-family:"Roboto Condensed";font-size:16px;text-align:left}.c-charts-left .chart+.chart{margin:26px 0 0}.c-charts-left .chart__title{color:#1a1b1c}.c-charts-left .chart__title:hover{color:#1f3e57}.c-charts-left .chart__title-val{float:right;font-weight:bold;color:#fca800}.c-charts-left .chart__val{display:block;position:relative;width:100%;height:30px;margin:3px 0 0;background:#fff;-webkit-box-shadow:0 15px 25px 0 rgba(0,0,0,.16);box-shadow:0 15px 25px 0 rgba(0,0,0,.16);border-radius:10px;overflow:hidden}.c-charts-left .chart__val span{display:block;position:absolute;top:0;left:0;bottom:0;background:#fca800;background:-moz-linear-gradient(45deg, rgb(252, 168, 0) 0%, rgb(247, 43, 40) 100%);background:linear-gradient(45deg, rgb(252, 168, 0) 0%, rgb(247, 43, 40) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca800', endColorstr='#f72b28',GradientType=1 )}.rating-list-item{margin:0 0 46px}.rating-list-item__h2{padding:0 0 12px;margin:0 0 22px;border-bottom:2px solid #1a1b1c;font-size:30px;font-weight:bold;line-height:1.35}.rating-list-item__introtext{margin:38px 0 0;font-size:15px;line-height:1.7}.rating-list-item__introtext p{margin:0}.rating-list-item__introtext .read-more{color:#fca800;font-size:13px;font-weight:bold;text-transform:uppercase;text-decoration:underline}.rating-list-item__introtext .read-more:hover{text-decoration:none}.c-ratings{padding:28px 0 40px;margin-bottom:30px;background:#1f3e57}.c-ratings__title{margin:0 0 32px;color:#fff;text-transform:uppercase;font-size:30px}.c-ratings__item{background:url("/templates/main/images/krata.png") 0 0 repeat #35546e;border-radius:6px;padding:0 0 26px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.16);box-shadow:0 0 50px 0 rgba(0,0,0,.16);overflow:hidden;color:#fff}.c-ratings__item .title-wrap{min-height:90px;padding:6px 10px 4px;border-bottom:1px solid #627a8e;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.c-ratings__item .title{font-size:18px}.c-ratings__item .title a{color:#fff}.c-ratings__item .title a:hover{color:#fca800}.c-ratings__item .sub-title{font-size:13px;color:#9aaab7}.c-ratings__item .rating-wrap{padding:30px 30px 0}.c-ratings__item .c-charts-left .chart__title{color:#fca800}.c-ratings__item .c-charts-left .chart__val{background:#396284}.c-ratings__item .more{display:block;width:156px;height:34px;line-height:34px;margin:29px auto 0;background:rgba(255,255,255,.2);border-radius:3px;color:#fff;font-size:15px;font-weight:600}.c-ratings__item .more:hover{background:rgba(255,255,255,.3)}a.c-ratings__see-all{display:block;height:64px;max-width:570px;line-height:58px;margin:28px auto 0;border:3px solid #4c6579;color:#fff;text-decoration:none}a.c-ratings__see-all span{text-transform:uppercase;font-weight:bold}a.c-ratings__see-all .fa,a.c-ratings__see-all .map-marker-popup__close{font-size:13px;color:#fca800;vertical-align:1px;margin-right:8px}a.c-ratings__see-all:hover{color:#fff}a.c-ratings__see-all:hover .fa,a.c-ratings__see-all:hover .map-marker-popup__close{-webkit-animation:arrow-sliding 1s infinite ease;-moz-animation:arrow-sliding 1s infinite ease;animation:arrow-sliding 1s infinite ease}@-webkit-keyframes arrow-sliding{50%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-moz-keyframes arrow-sliding{50%{-moz-transform:translateX(-8px);transform:translateX(-8px)}100%{-moz-transform:translateX(0);transform:translateX(0)}}@keyframes arrow-sliding{50%{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}}.c-ratings-slider{position:relative;overflow:hidden;margin:0 -15px}.c-ratings-slider__prev,.c-ratings-slider__next{position:absolute;width:32px;height:64px;top:50%;margin-top:-32px;z-index:1;color:#1e3c54;background:#fff;cursor:pointer}@media(min-width: 768px){.c-ratings-slider__prev,.c-ratings-slider__next{display:none}}.c-ratings-slider__prev .fa,.c-ratings-slider__prev .map-marker-popup__close,.c-ratings-slider__next .fa,.c-ratings-slider__next .map-marker-popup__close{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0)}.c-ratings-slider__prev{border-top-right-radius:32px;border-bottom-right-radius:32px;left:0}.c-ratings-slider__next{border-top-left-radius:32px;border-bottom-left-radius:32px;right:0}.c-ratings-slider__wrap{overflow-x:scroll;overflow-y:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:-19px;padding:32px 0 32px}.c-ratings-slider__item{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 15px}@media(min-width: 768px){.c-ratings-slider__item{-webkit-box-flex:0;-webkit-flex:0 0 33.3333%;-moz-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}.other-rankings{margin-bottom:32px}.other-rankings .subpage-title{text-transform:uppercase}.other-rankings .subpage-title span{color:#fd7e14;text-transform:none}.other-rankings__list{margin:0;padding:0;list-style:none}.other-rankings__list li{line-height:30px}.other-rankings__list li+li{margin-top:24px}.other-rankings__list li a{font-size:23px;font-weight:bold}.photovoltaics{background-color:#161f3a;background-image:url("/templates/main/images/svg/background-grid.png");background-repeat:no-repeat;display:block;color:#fff;margin:0 auto 30px}.photovoltaics__frame{background-color:#161f3a;color:#fff;margin-bottom:35px;padding:20px 20px 30px}@media(min-width: 576px){.photovoltaics__frame{padding:30px 30px 40px}}.photovoltaics__frame-header{padding-bottom:19px;margin-bottom:24px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;border-bottom:1px solid #e2ca2c}.photovoltaics__frame-header-icon{background-color:#454c61;border-radius:50%;width:45px;height:45px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-right:15px}.photovoltaics__frame-header-icon img{display:block;max-width:100%;height:auto}.photovoltaics__frame-header-text{font-weight:700;color:#fff;font-size:23px;max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}@media(min-width: 576px){.photovoltaics__frame-header-text{font-size:27px}}.photovoltaics__frame-text{max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px);font-size:16px;line-height:24px}@media(min-width: 576px){.photovoltaics__frame-text{font-size:18px;line-height:30px}}.photovoltaics__header{margin-bottom:35px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.photovoltaics__header-icon{background-color:#161f3a;border-radius:50%;width:45px;height:45px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-right:15px}.photovoltaics__header-icon img{display:block;max-width:100%;height:auto}.photovoltaics__header-text{font-size:27px;font-weight:700;max-width:-moz-calc(100% - 60px);max-width:calc(100% - 60px)}.photovoltaics__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 30px;max-width:770px}.photovoltaics__wrap .photovoltaics-left--sm{width:100%;display:block}@media(min-width: 1025px){.photovoltaics__wrap .photovoltaics-left--sm{display:none}}.photovoltaics__wrap .photovoltaics-right--md{width:100%;display:none}@media(min-width: 1025px){.photovoltaics__wrap .photovoltaics-right--md{display:block}}.photovoltaics__wrap .photovoltaics{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0}@media(min-width: 1025px){.photovoltaics__wrap .photovoltaics{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.photovoltaics__wrap .photovoltaics__articles{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#161f3a;border-top:1px solid #3a4259;padding:35px 0 40px}@media(min-width: 576px){.photovoltaics__wrap .photovoltaics__articles{padding:35px 20px 40px}}@media(min-width: 1025px){.photovoltaics__wrap .photovoltaics__articles{border-bottom:1px solid #3a4259;padding:35px 35px 40px;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}}.photovoltaics__wrap .photovoltaics__article{padding:0 15px;width:100%}@media(min-width: 576px){.photovoltaics__wrap .photovoltaics__article{width:50%}}@media(min-width: 1025px){.photovoltaics__wrap .photovoltaics__article{padding:0;width:100%}}.photovoltaics__article{margin-bottom:30px}.photovoltaics__article:last-child{margin-bottom:0}.photovoltaics__article-image{margin-bottom:16px}.photovoltaics__article-title{font-size:18px;font-weight:400;color:#fff;letter-spacing:-0.021em;line-height:21px}.photovoltaics:hover{color:#fff}.photovoltaics-wide{max-width:1170px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.photovoltaics-wide--sm{padding:17px 45px;background-position:280px 20px}@media(min-width: 820px){.photovoltaics-wide--sm{background-position:640px 20px}}.photovoltaics-wide--sm .photovoltaics__text{margin-left:60px}.photovoltaics-wide--md{padding:30px 40px;background-position:999999px 999999px;position:relative}@media(min-width: 820px){.photovoltaics-wide--md{background-position:640px 48px}}.photovoltaics-wide--md .photovoltaics__text{margin-left:90px}.photovoltaics-wide .photovoltaics__text{display:none}@media(min-width: 820px){.photovoltaics-wide .photovoltaics__text{display:block}}.photovoltaics-left{max-width:770px}.photovoltaics-left--sm{background-position:300px 11px;padding:17px 30px}@media(min-width: 576px){.photovoltaics-left--sm{padding:17px 45px}}.photovoltaics-left--md{padding:20px 30px 36px;background-position:999999px 999999px}@media(min-width: 440px){.photovoltaics-left--md{background-position:180px 41px}}@media(min-width: 576px){.photovoltaics-left--md{background-position:300px 41px;padding:20px 30px 36px 61px}}.photovoltaics-left--md .photovoltaics__logo{margin-bottom:11px;margin-left:auto;margin-right:auto}@media(min-width: 440px){.photovoltaics-left--md .photovoltaics__logo{margin-left:0;margin-right:0}}.photovoltaics-left--md .photovoltaics__title{text-align:center}@media(min-width: 440px){.photovoltaics-left--md .photovoltaics__title{padding-left:40px;text-align:left}}.photovoltaics-left--md .photovoltaics__title img{margin-left:13px;display:none}@media(min-width: 576px){.photovoltaics-left--md .photovoltaics__title img{display:inline-block}}.photovoltaics-left--lg{padding:20px 30px 36px;background-position:999999px 999999px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.photovoltaics-left--lg br{display:none}@media(min-width: 370px){.photovoltaics-left--lg br{display:inline}}@media(min-width: 440px){.photovoltaics-left--lg{display:block;background-position:290px -65px}}@media(min-width: 576px){.photovoltaics-left--lg{background-position:430px -65px;padding:50px 30px 60px 53px}}.photovoltaics-left--lg .photovoltaics__logo{margin-bottom:24px}@media(min-width: 440px){.photovoltaics-left--lg .photovoltaics__title,.photovoltaics-left--lg .photovoltaics__text{padding-left:40px}}.photovoltaics-left--lg .photovoltaics__title{text-align:center}@media(min-width: 440px){.photovoltaics-left--lg .photovoltaics__title{text-align:left}}.photovoltaics-left--lg .photovoltaics__title img{margin-left:13px;display:none}@media(min-width: 576px){.photovoltaics-left--lg .photovoltaics__title img{display:inline-block}}.photovoltaics-left--lg .photovoltaics__text{margin-bottom:50px}.photovoltaics-right{max-width:370px}.photovoltaics-right br{display:none}@media(min-width: 370px){.photovoltaics-right br{display:inline}}.photovoltaics-right--sm{background-position:215px -250px;padding:20px 20px 30px}.photovoltaics-right--md{padding:40px 20px 73px;background-position:205px}.photovoltaics-right--md .photovoltaics__logo{margin-bottom:35px;margin-left:auto;margin-right:auto}@media(min-width: 440px){.photovoltaics-right--md .photovoltaics__logo{margin-left:0;margin-right:0}}.photovoltaics-right--md .photovoltaics__title{text-align:center}@media(min-width: 440px){.photovoltaics-right--md .photovoltaics__title{padding-left:40px;text-align:left}}.photovoltaics-right--lg{padding:40px 30px 64px;background-position:177px -75px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 440px){.photovoltaics-right--lg{display:block}}.photovoltaics-right--lg .photovoltaics__logo{margin-bottom:35px;margin-left:auto;margin-right:auto}@media(min-width: 440px){.photovoltaics-right--lg .photovoltaics__logo{margin-left:0;margin-right:0}}@media(min-width: 440px){.photovoltaics-right--lg .photovoltaics__title,.photovoltaics-right--lg .photovoltaics__text{padding-left:30px}}.photovoltaics-right--lg .photovoltaics__text{margin-bottom:50px}.photovoltaics__logo{display:block;max-width:100%;height:auto}.photovoltaics__title{font-size:16px;font-weight:700;text-decoration:underline;text-transform:uppercase;color:#fff}.photovoltaics__text{font-size:16px;line-height:20px;font-weight:400;color:#fff}.photovoltaics.active .photovoltaics-swiper,.photovoltaics.active .photovoltaics-swiper__next,.photovoltaics.active .photovoltaics-swiper__prev{opacity:1}.photovoltaics.active .photovoltaics-swiper.swiper-button-disabled,.photovoltaics.active .photovoltaics-swiper__next.swiper-button-disabled,.photovoltaics.active .photovoltaics-swiper__prev.swiper-button-disabled{opacity:0;pointer-events:none}.photovoltaics-swiper{width:100%;margin-top:30px;opacity:0;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.photovoltaics-swiper__next,.photovoltaics-swiper__prev{position:absolute;top:auto;bottom:30px;right:0;left:0;padding:0 15px;height:45px;width:75px;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;opacity:0;cursor:pointer;z-index:9}.photovoltaics-swiper__next img,.photovoltaics-swiper__prev img{position:relative;z-index:9}.photovoltaics-swiper__prev{right:auto;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background:-moz-linear-gradient(90deg, rgb(22, 31, 58) 0%, rgba(22, 31, 58, 0) 100%);background:-o-linear-gradient(90deg, rgb(22, 31, 58) 0%, rgba(22, 31, 58, 0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#161F3A', endColorstr='#161F3A', GradientType=0 );background:-webkit-gradient(linear, left top, right top, from(rgb(22, 31, 58)), to(rgba(22, 31, 58, 0)));background:-moz-linear-gradient(left, rgb(22, 31, 58) 0%, rgba(22, 31, 58, 0) 100%);background:linear-gradient(90deg, rgb(22, 31, 58) 0%, rgba(22, 31, 58, 0) 100%)}.photovoltaics-swiper__prev img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.photovoltaics-swiper__next{left:auto;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.photovoltaics-swiper__next:before{content:"";top:0;right:0;width:25px;height:45px;background-color:#161f3a;position:absolute}.photovoltaics-swiper__next:after{content:"";top:0;right:25px;width:50px;height:45px;position:absolute;background:-moz-linear-gradient(90deg, rgba(22, 31, 58, 0) 0%, rgb(22, 31, 58) 100%);background:-o-linear-gradient(90deg, rgba(22, 31, 58, 0) 0%, rgb(22, 31, 58) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#161F3A', endColorstr='#161F3A', GradientType=0 );background:-webkit-gradient(linear, left top, right top, from(rgba(22, 31, 58, 0)), to(rgb(22, 31, 58)));background:-moz-linear-gradient(left, rgba(22, 31, 58, 0) 0%, rgb(22, 31, 58) 100%);background:linear-gradient(90deg, rgba(22, 31, 58, 0) 0%, rgb(22, 31, 58) 100%)}.photovoltaics__menu-item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 20px;min-height:45px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;text-align:center;width:auto;border:2px solid #454c61;border-radius:3px;font-size:15px;font-weight:700;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.photovoltaics__menu-item--active{background-color:#fff;color:#161f3a;border-color:#fff}.photovoltaics__menu-item--active:link,.photovoltaics__menu-item--active:visited{color:#161f3a}.photovoltaics__menu-item:hover{color:#fff;background-color:#454c61;border-color:#fff}.hp-top{overflow:hidden;padding:60px 0 45px}@media(min-width: 768px){.hp-top{padding:30px 0 45px 0}}@media(min-width: 1025px){.hp-top{padding:40px 0 40px 0}}.movies-list__top-wrapper{padding-bottom:22px;margin-bottom:23px;border-bottom:3px solid #fca800;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.movies-list__title{font-size:40px;text-transform:uppercase}.movies-list__wrapper{position:relative;background-color:#314e65;margin-bottom:32px}.movies-list__wrapper-image img{opacity:.5;width:100%}.movies-list__wrapper-title{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;line-height:28px;color:#fff;font-weight:600}@media(max-width: 767.98px){.movies-list__wrapper-title{line-height:24px}}.movies-list__wrapper-title::after{content:"";width:100%;height:40%;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));background:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);position:absolute;bottom:0;left:0}.movies-list__wrapper-title-text{width:100%;text-align:center;padding:10px 10px 0;position:relative;z-index:1}.movies-list__wrapper-title img{max-width:62px}@media(max-width: 767.98px){.movies-list__wrapper-title img{max-width:41px}}.movies-list__wrapper.big .movies-list__wrapper-title img{max-width:82px}@media(max-width: 576px){.movies-list__wrapper.big .movies-list__wrapper-title img{max-width:41px}}.movies-list .second-columns{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.movies-list .second-column{width:100%}@media(max-width: 768px){.movies-list .second-column{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(max-width: 576px){.movies-list .second-column{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media(max-width: 768px){.movies-list .second-column.first{padding-right:15px}}@media(max-width: 576px){.movies-list .second-column.first{padding:0}}@media(max-width: 768px){.movies-list .second-column.second{padding-left:15px}}@media(max-width: 576px){.movies-list .second-column.second{padding:0}}.movies-article .subpage-title{text-align:left;border-bottom:2px solid #1f3e57;margin-bottom:35px;padding-bottom:17.5px;text-transform:uppercase}.movies-article .small-play img{max-width:68px}.movies-article .movies-list__wrapper-title-text{font-size:16px;line-height:40px;z-index:1}.company-publications.worth-read-module .trade-puls{border-top:none}.company-publications.worth-read-module .trade-puls__top-title{text-transform:none}.company-publications.worth-read-module .trade-puls__bottom-company{font-weight:700}.company-publications__more a:hover{color:#fff}.company-publications .trade-puls{border-top:2px solid #1f3e57}.company-publications .trade-puls .row{padding-top:17px;border-bottom:1px solid rgba(112,112,112,.17)}.company-publications .trade-puls__top-title{text-align:left;padding-left:20px;display:inline-block;font-size:18px;color:#1a1b1c}.company-publications .trade-puls__top{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.company-publications .trade-puls__bottom-title{margin-bottom:17px}.company-publications__more{margin-right:20px;cursor:pointer;background-color:#1f3e57;padding:4.5px 18px 4.5px 10px;color:#fff;display:inline-block;border-radius:5px}.company-publications__more .triangle{display:inline-block;margin-right:8px}.company-products .trade-puls__top-title{text-align:left;padding-left:20px;display:inline-block;font-size:18px;color:#1a1b1c}.company-products .trade-puls__top{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.company-products .trade-puls__bottom{padding:0}.company-products .trade-puls{border-top:2px solid #1f3e57}.company-products__product{text-align:center;border-bottom:1px solid rgba(0,0,0,.17)}.company-products__product-image{margin-bottom:10px;margin-top:15px}.company-products__product-category{color:#fca800;margin-bottom:15px;font-weight:600;font-size:13px;line-height:20px}.company-products__product-title{margin-bottom:15px;font-size:14px;line-height:21px;font-weight:700}.company-single .main-articles__small>picture img{width:100%}.company-single-wrapper{margin-bottom:82px}.company-single__title{font-size:40px;line-height:75px;border-bottom:3px solid #fca800;margin-bottom:20px}.company-single-image{margin-bottom:25px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.company-single-image img{border:1px solid #e1e1e1;width:100%;max-width:170px}.company-single-title{font-size:40px;line-height:60px;font-weight:700}.company-single-address{font-size:15px;line-height:25px}.company-single-address img{margin-left:15px;cursor:pointer}@media(max-width: 575.98px){.company-single-address img{margin-left:0}}.company-single-phone{font-size:15px;line-height:25px}.company-single-www{font-size:15px;line-height:25px;color:#fca800}.company-single-www .company-www{display:inline-block;margin-right:12px}.company-single-www .company-email{display:inline-block}@media(max-width: 768px){.company-single__menu-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width: 575.98px){.company-single__menu-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.company-single__about{max-width:175px;width:100%;margin-bottom:15px;padding:15px 0;border-radius:5px;text-align:center;font-size:13px;line-height:20px;font-weight:700;border:2px solid #e1e1e1}@media(max-width: 768px){.company-single__about{display:inline-block}}@media(max-width: 575.98px){.company-single__about{display:block;max-width:100%}}.company-single__about.active{background-color:#1f3e57;color:#fff}.company-single__about.active a:hover{color:#fff}.company-single__products{max-width:175px;width:100%;border:2px solid #e1e1e1;text-align:center;margin-bottom:15px;padding:15px 0;border-radius:5px;font-size:13px;line-height:20px;font-weight:700}@media(max-width: 768px){.company-single__products{display:inline-block}}@media(max-width: 575.98px){.company-single__products{display:block;max-width:100%}}.company-single__products.active{background-color:#1f3e57;color:#fff}.company-single__products.active a:hover{color:#fff}.company-single__publications{max-width:175px;width:100%;border:2px solid #e1e1e1;text-align:center;margin-bottom:15px;padding:15px 0;border-radius:5px;font-size:13px;line-height:20px;font-weight:700}@media(max-width: 768px){.company-single__publications{display:inline-block}}@media(max-width: 575.98px){.company-single__publications{display:block;max-width:100%}}.company-single__publications.active{background-color:#1f3e57;color:#fff}.company-single__publications.active a:hover{color:#fff}.company-single__text{font-size:15px;line-height:25px;max-height:262px;overflow:hidden;-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out;position:relative}.company-single__text a{text-decoration:underline;font-weight:500}.company-single__text .movie-single{position:relative;width:100%;height:0;padding-bottom:56.25%}.company-single__text .movie-single iframe{position:absolute;top:0;left:0;width:100%;height:100%}.company-single__text::after{content:"";max-height:129px;height:100%;width:100%;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear, left bottom, left top, from(rgb(248, 248, 250)), to(rgba(248, 248, 250, 0)));background:-moz-linear-gradient(bottom, rgb(248, 248, 250) 0%, rgba(248, 248, 250, 0) 100%);background:linear-gradient(to top, rgb(248, 248, 250) 0%, rgba(248, 248, 250, 0) 100%)}.company-single__text.show{max-height:3500px}.company-single__text.show::after{content:none}.company-single-btn{font-size:15px;line-height:44px;font-weight:700;color:#fca800;text-align:center;margin-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.company-single-btn .triangle{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin-right:5px;display:inline-block}.company-single-btn .triangle.rotate{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.company-single-socials{margin-top:20px}@media(max-width: 575.98px){.company-single-socials{margin-bottom:20px}}.company-single-socials a{margin-right:20px;display:inline-block}.company-single__gallery{overflow:hidden;margin-bottom:30px;position:relative}.company-single__gallery::after{content:"";position:absolute;right:0;top:0;width:75px;background:-webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(248, 248, 250, 0)));background:-moz-linear-gradient(right, rgb(255, 255, 255) 0%, rgba(248, 248, 250, 0) 100%);background:linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(248, 248, 250, 0) 100%);height:100%;z-index:0}.company-single__gallery-top-title{font-size:22px;line-height:33px;padding-bottom:10px;margin-bottom:22px;border-bottom:2px solid #1f3e57;font-weight:700;color:#1f3e57;margin-top:40px}.company-single__gallery-prev{color:#fff;background-color:#1f3e57;height:85px;width:85px;position:absolute;border-radius:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.company-single__gallery-prev.active{visibility:visible;opacity:1}.company-single__gallery-prev img{width:15px;margin-left:30px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.company-single__gallery-next{color:#fff;background-color:#1f3e57;height:85px;width:85px;position:absolute;right:-85px;border-radius:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all;z-index:1}.company-single__gallery-next.active{visibility:visible;opacity:1}.company-single__gallery-next{cursor:pointer}.company-single__gallery-next img{width:15px;margin-right:30px}.company-single__gallery-element{width:270px;min-width:270px;margin-right:13px}.company-single__gallery-wrapper{overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:-16px}.company-products{margin-bottom:30px}.map-popup{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;background-color:rgba(0,0,0,.62);visibility:hidden;z-index:5001}.map-popup.show{visibility:visible}.map-popup .map{width:100%;height:585px;margin-bottom:15px;clear:both}.map-popup .content-wrapper{margin-top:150px}.map-popup .close-button{float:right;font-size:30px;color:#fff}.firm-catalog__buttons{padding:13.6px 15px 13.6px 15px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#e5e5e5;text-transform:uppercase;font-weight:700;font-size:13px;margin-bottom:30px}.firm-catalog__buttons-left{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;background-color:#fff;padding:15px;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer}.firm-catalog__buttons-left.active{background-color:#1f3e57;color:#fff}.firm-catalog__buttons-left.active:hover,.firm-catalog__buttons-left.active:hover a{color:#fca800}.firm-catalog__buttons-right{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;background-color:#fff;padding:14px;border-top-right-radius:4px;border-bottom-right-radius:4px;cursor:pointer}.firm-catalog__buttons-right.active{background-color:#1f3e57;color:#fff}.firm-catalog__buttons-right.active:hover,.firm-catalog__buttons-right.active:hover a{color:#fca800}.company-logo{padding-top:19px;background-color:#fff}.company-logo__title{font-size:15px;text-align:center;line-height:23px;font-weight:500;margin-bottom:13px}.company-logo__image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.company-logo__image img{max-width:150px;width:100%}.company-logo__btn{margin:0 auto;cursor:pointer;display:inline-block;color:#fff;font-size:13px;font-weight:700;background-color:#fca800;border-radius:4px;padding:10px 27px;-webkit-box-shadow:0 0 25px rgba(0,0,0,.16);box-shadow:0 0 25px rgba(0,0,0,.16);margin-bottom:26px}.company-logo__btn-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.article.movie .article__title{font-size:34px;line-height:45px}.article.movie .article__introtext .movie-single{position:relative;width:100%;height:0;padding-bottom:56.25%}.article.movie .article__introtext iframe{position:absolute;top:0;left:0;width:100%;height:100%}.article__information-expert{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.article__information-expert-image{margin-right:15px}.article__information-expert-image img{border-radius:50%}.article__breadcrumb .breadcrumb{list-style:none;padding:0;margin:0}.article__breadcrumb .breadcrumb li:first-child{display:none}.article__breadcrumb .breadcrumb li{font-size:13px;color:#1f3e57;font-weight:700;display:inline-block;text-transform:uppercase}.article__breadcrumb .breadcrumb li::after{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:3.81px 0 3.81px 5.62px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1f3e57;margin:0 5.6px 2px 5.6px}.article__breadcrumb .breadcrumb .divider{display:none}.article__title{font-size:44px;line-height:55px;font-weight:700;border-bottom:3px solid #fca800;padding-bottom:10px;margin-bottom:15px}@media(max-width: 550px){.article__title{font-size:30px;line-height:40px}}.article__information{margin-bottom:15px}.article__information-expert-info-title{font-size:13px;line-height:20px;font-weight:700;color:#1f3e57;text-transform:uppercase}.article__information-expert-info-name{font-size:13px;line-height:20px;font-weight:700;color:#1a1b1c}.article__information-expert-info-company{font-size:13px;line-height:20px;font-weight:700;color:#fca800}.article__information-date{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.article__information-date.single-movies{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:13px;line-height:20px;font-weight:700}.article__information-date.single-movies img{margin-right:0}.article__information-date img{margin-right:6px}.article__information.-event{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.article__information.-event .article__event-date{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.article__information.-event .article__event-date .range{background-color:#1f3e57;color:#fff;text-transform:uppercase;padding:5px 13px;font-size:13px;font-weight:700;margin-right:20px}.article__information.-event .article__event-date .type{font-size:13px;color:#1f3e57;font-weight:700;text-transform:uppercase}.article__information.-event .article__event-location{font-size:13px;font-weight:700}.article__information.-event .article__event-location img{margin-right:5px}.article__introtext{font-size:19px;line-height:33px;font-weight:700;margin-bottom:20px}.article__image{margin-bottom:40px}.article__image img{margin:0 auto}.article__fulltext{font-size:18px;line-height:30px;color:#1a1b1c;margin-bottom:44px}.article__fulltext a{color:#f60;text-decoration:underline}.article__fulltext .image-in-article{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.article__fulltext .image-in-article img{margin-bottom:15px}.article__fulltext .mceItemTable{margin:0 auto}.article__fulltext h2{margin:35px 0;position:relative;padding-left:15px}.article__fulltext h2::before{content:"";position:absolute;left:0;bottom:5px;width:5px;height:20px;display:inline-block;background-color:#fca800;margin-right:8px}.article__fulltext .movie-single{position:relative;width:100%;height:0;padding-bottom:56.25%}.article__fulltext .movie-single iframe{position:absolute;top:0;left:0;width:100%;height:100%}.article__fulltext .movie-with-description{-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);margin:15px auto 30px;text-align:center}.article__fulltext .movie-with-description .movie-description{padding:10px;font-size:13px;line-height:23px;font-weight:400;background-color:#fff}.article__fulltext iframe{max-width:100%;width:100%;height:auto;border:none;margin-bottom:45px}.connected-articles{margin-bottom:44px}.connected-articles__element{font-size:20px;line-height:40px;font-weight:700;margin:15px 0}.connected-articles .subpage-title{text-align:left;border-bottom:2px solid #1f3e57;margin-bottom:22.5px;padding-bottom:19.5px;text-transform:uppercase}.interviews-article .subpage-title{text-align:left;border-bottom:2px solid #1f3e57;margin-bottom:35px;padding-bottom:17.5px;text-transform:uppercase}.table-main{text-align:center;font-size:13px;line-height:18px;width:100%;display:block;overflow:hidden;overflow-x:auto;height:100% !important}.table-main tr:first-child{background-color:#e5e5e5;font-weight:700}.table-main tr:first-child td{border-right:1px solid #fff}.table-main tr{display:block;background-color:#fff}.table-main tr td{padding:15px;border:1px solid rgba(26,27,28,.11)}.learn-more{background-color:#e5e5e5;padding:20px 30px;margin-bottom:21px}.learn-more a{text-decoration:none;color:inherit}.learn-more a:hover{color:#f60}.learn-more.list .learn-more__title{position:relative;margin-right:65px}.learn-more.list .learn-more__title::after{content:"";background-image:url("/templates/main/images/light-bulb.png");width:57px;height:70px;display:inline-block;position:absolute;right:-65px}.learn-more__title{font-size:22px;line-height:33px;color:#1a1b1c;font-weight:700;border-bottom:2px solid rgba(112,112,112,.2);padding-bottom:8px;margin-bottom:15px}.learn-more__description{font-size:17px;line-height:30px}.learn-more__list{padding-left:12px;list-style:none;font-size:18px;line-height:30px}.learn-more__list li::before{content:"•";width:5px;height:5px;background-color:#e5e5e5;padding-right:10px;font-size:20px}.one-image{max-width:90%;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);margin:0 auto;background:rgba(0,0,0,0);margin-bottom:30px}.one-image.background{background-color:#fff}.one-image__image{margin-bottom:15px}.one-image__image img{margin:0 auto;display:block;max-width:100%;height:auto}.one-image__description{padding:15px;font-size:13px;line-height:23px}.one-image-article-nd img{max-width:100%;height:auto}.quote-container.center{margin:50px auto;max-width:100%;width:100%}.quote-container.center a{color:#fca800}.quote-container.left{width:100%;float:left}.quote-container.right{width:100%;float:right}.quote-container{margin:50px 0;max-width:320px;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf}.quote-container__image{width:100%;margin-top:-34px;text-align:right}.quote-container__image img{width:68px;height:68px;margin-right:20px}.quote-container__text{padding:20px 25px 25px 25px}.products-map-button{display:block;height:76px;line-height:76px;margin-bottom:30px;background-color:#fca800;font-size:15px;color:#fff;font-weight:700;text-align:center;text-transform:uppercase;max-width:350px;border-radius:4px}@media(min-width: 1025px){.products-map-button{margin-bottom:0}}.products-map-button:hover{color:#fff}.products-map-tools .firm-catalog__tools{margin-bottom:0}.products-map-tools .catalog-tools__search{max-width:none}.products-map{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:120px}.products-map .productm{margin-top:30px;-webkit-box-flex:1;-webkit-flex:1 auto;-moz-box-flex:1;-ms-flex:1 auto;flex:1 auto}.products-map .productm .product-photo{padding-top:16px;padding-bottom:16px;padding-left:30px}.products-map .productm .product-photo img{max-width:100%;height:auto;position:relative;z-index:1}.products-map .productm .product-photo:after{content:"";display:block;background-color:#333;opacity:.05;position:absolute;width:100%;height:100%;top:0;left:15px}.products-map .productm .title{display:inline-block;margin:14px 0;font-size:17px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;-webkit-transition:color 250ms ease-in;-moz-transition:color 250ms ease-in;transition:color 250ms ease-in}.products-map .productm .products-list{position:relative;margin-left:0;margin-bottom:28px;padding-left:0;font-size:14px;list-style:none;line-height:2}.products-map .productm .products-list a{-webkit-transition:color 250ms ease-out;-moz-transition:color 250ms ease-out;transition:color 250ms ease-out}.products-map .productm .product-description{padding-left:30px}@media(min-width: 576px){.products-map .productm .product-description{padding-left:15px}}.products-map .productm .product-description:after{content:"";display:block;background-color:#333;opacity:.05;position:absolute;width:auto;height:100%;top:0;right:15px;left:15px;z-index:0;pointer-events:none}.margin-header .button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:700}.calendar{margin-bottom:120px}.calendar .month-name{font-size:25px;font-weight:700;margin-left:0;padding-left:0;padding-bottom:10px;border-bottom:3px solid #333}.calendar .event-info{padding:15px 0;font-size:0px}.calendar .event-info .date-box{height:29px;padding:0 10px;background-color:#1f3e57;color:#fff;text-transform:uppercase;text-align:center;line-height:29px;font-weight:700;font-size:14px;display:inline-block;margin-right:10px}.calendar .event-info .event-additional-info{display:inline-block;font-size:12px;line-height:29px}.calendar .event-info .event-additional-info a{text-decoration:none}.calendar .event-info .event-additional-info .organizer{font-weight:700;color:#fca800}.calendar .event-info .event-additional-info .type{font-weight:700;text-transform:uppercase;color:#333}.calendar .event-info .event-additional-info .location{color:#333}.calendar .event-info .description{margin-top:10px;font-size:17px;font-weight:700;-webkit-transition:color 250ms ease-in;-moz-transition:color 250ms ease-in;transition:color 250ms ease-in;display:block}.calendar .event-info .description:hover{color:#1f3e57}.calendar .event-info img{float:right}.contact{margin-bottom:120px}.contact__h1{margin:0;border-bottom:3px solid #fca800;padding:0 0 26px;text-transform:uppercase;font-size:40px;font-weight:400;line-height:1}.contact__title{margin:0;text-transform:uppercase;color:#fca800;font-size:15px;font-weight:bold;line-height:1}.contact__title--people{padding-bottom:10px;border-bottom:2px solid #b4b4b6}.contact-form{margin:20px 0 0}.contact-form textarea{display:block;width:100%;height:225px;margin:22px 0 0;padding:18px 22px;background:#fff;-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16);box-shadow:0 0 55px 0 rgba(0,0,0,.16);border:none;outline:none;color:#999;font-size:15px;font-family:"Poppins";-webkit-transition:-webkit-box-shadow .35s ease 0s;transition:-webkit-box-shadow .35s ease 0s;-moz-transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s, -webkit-box-shadow .35s ease 0s}.contact-form textarea:focus{-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16),inset 0 0 0 1px #a8a8a8;box-shadow:0 0 55px 0 rgba(0,0,0,.16),inset 0 0 0 1px #a8a8a8}.contact-form input[type=text],.contact-form input[type=email]{display:block;width:100%;height:63px;margin:38px 0 0;padding:0 22px;background:#fff;-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16);box-shadow:0 0 55px 0 rgba(0,0,0,.16);border:none;outline:none;color:#999;font-size:15px;font-family:"Poppins";-webkit-transition:-webkit-box-shadow .35s ease 0s;transition:-webkit-box-shadow .35s ease 0s;-moz-transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s, -webkit-box-shadow .35s ease 0s}.contact-form input[type=text]:focus,.contact-form input[type=email]:focus{-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16),inset 0 0 0 1px #a8a8a8;box-shadow:0 0 55px 0 rgba(0,0,0,.16),inset 0 0 0 1px #a8a8a8}.contact-form .captcha-wrap{margin:46px 0 0}@media(min-width: 576px){.contact-form .captcha-wrap{-webkit-box-flex:0;-webkit-flex:0 0 300px;-moz-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;max-width:300px}}@media(min-width: 576px){.contact-form .button-wrap{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:270px;padding:0 0 0 18px}}.contact-form button{display:block;width:100%;height:76px;margin:46px 0 0;border-radius:3px;background:#35546e;color:#fff;border:none;outline:none;cursor:pointer;text-transform:uppercase;font-weight:bold;font-size:15px}.contact-adress{margin:40px 0 0;font-size:15px}@media(min-width: 768px){.contact-adress{margin:20px 0 0}}.contact-adress p{line-height:1;font-size:15px}.contact-adress p+p{margin:10px 0 0}.contact-adress .contact__title+p{margin:20px 0 0}.contact-publisher{margin:40px 0 0;font-size:15px}@media(min-width: 768px){.contact-publisher{margin:30px 0 0}}.contact-publisher p+p{margin:3px 0 0}.contact-publisher p.marginb{margin:30px 0 0}.contact-publisher p.smallp{margin:30px 0 0;font-size:13px}.contact-publisher .contact__title+p{margin:20px 0 0}.contact-people{margin:40px 0 0}@media(min-width: 768px){.contact-people--first{margin:70px 0 0}}.contact-people__item{margin:50px 0 0;font-size:13px}.contact-people__item .l-col{-webkit-box-flex:0;-webkit-flex:0 0 81px;-moz-box-flex:0;-ms-flex:0 0 81px;flex:0 0 81px;max-width:81px}.contact-people__item .r-col{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 0 0 18px}.contact-people__item img{border-radius:50%}.contact-people__item p{margin:0}.contact-people__item p+p{margin:2px 0 0}.contact-people__item .name{font-size:15px;font-weight:bold}.contact-people__item .role{min-height:38px}.contact-people__item .email a{word-break:break-word;color:#fca800}.newsletter-main{margin-bottom:120px}.newsletter-main .newsletter-title{border-bottom:3px solid #fca800;padding:0 0 26px}@media(min-width: 1025px){.newsletter-main .newsletter-title{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}}.newsletter-main .h1-article{margin:0;text-transform:uppercase;font-size:40px;font-weight:400;line-height:1}@media(min-width: 1025px){.newsletter-main .h1-article{-webkit-box-flex:1;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}.newsletter-main .newsletter-example{margin:20px 0 0}@media(min-width: 1025px){.newsletter-main .newsletter-example{margin:0;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.newsletter-main .newsletter-example a{color:#fca800;font-size:16px;text-decoration:underline}.newsletter-main .newsletter-example a:hover{text-decoration:none}.newsletter-main .newsletter-description{margin:20px 0 0;font-size:20px;line-height:30px}.newsletter-main .newsletter-description p{margin:0}.newsletter-main .category{margin:20px 0 0}.newsletter-main .category label{display:block;border-radius:40px;position:relative;margin:20px 0 0}.newsletter-main .category input{position:absolute;visibility:hidden}.newsletter-main .category input:checked+.category__block,.newsletter-main .category .category__block:hover{border-color:#35546e;background:#35546e;color:#fff}.newsletter-main .category input:checked+.category__block .img svg path,.newsletter-main .category .category__block:hover .img svg path{fill:#aebac5}.newsletter-main .category input:checked+.category__block .title .fa,.newsletter-main .category input:checked+.category__block .title .map-marker-popup__close{width:22px;opacity:1}.newsletter-main .category__title{margin:40px 0 30px;font-size:26px;line-height:35px;color:#0c0c0c}.newsletter-main .category__title p{margin:0}.newsletter-main .category__block{display:block;border:2px solid #e2e5ea;border-radius:40px;padding:30px 0 34px;color:#1f3e57;text-align:center;cursor:pointer}.newsletter-main .category__block.error{border-color:#870303;-webkit-box-shadow:inset 0 0 40px 2px #870303;box-shadow:inset 0 0 40px 2px #870303}.newsletter-main .category__block .img{height:65px;margin:0 0 5px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsletter-main .category__block .img svg path{fill:#505070;-webkit-transition:fill .35s ease 0s;-moz-transition:fill .35s ease 0s;transition:fill .35s ease 0s}.newsletter-main .category__block .title{font-size:18px;font-weight:600;text-transform:uppercase}.newsletter-main .category__block .title .fa,.newsletter-main .category__block .title .map-marker-popup__close{color:#fca800;width:0;overflow:hidden;opacity:0;text-align:left;vertical-align:-2px}.newsletter-main .newsletter-gratis{margin:50px 0 0;font-size:26px;line-height:35px;color:#0c0c0c}.newsletter-main .newsletter-gratis p{margin:0}.newsletter-main .news-input{display:block;height:60px;width:100%;max-width:704px;margin:40px auto 0;padding:0 22px;-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16);box-shadow:0 0 55px 0 rgba(0,0,0,.16);border:none;outline:none;color:#082134;text-align:center;font-family:"Poppins",sans-serif;font-size:16px;font-weight:bold}.newsletter-main .newspaper-image{position:relative;margin-top:50px}.newsletter-main .newspaper-image img{display:block;margin:0 auto;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.16);box-shadow:0 0 50px 0 rgba(0,0,0,.16)}@media(min-width: 768px){.newsletter-main .newspaper-image img{margin:0}}.newsletter-main .select-box{position:relative;margin:20px 0 0}.newsletter-main .select-box select{width:100%;height:35px;padding:0 9px 0 22px;font-size:17px;line-height:35px;-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.16);box-shadow:0 0 25px 0 rgba(0,0,0,.16);border:none;color:#000;font-weight:600;font-family:"Poppins",sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}.newsletter-main .select-box .fa,.newsletter-main .select-box .map-marker-popup__close{position:absolute;top:50%;right:5px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;font-size:16px;color:#fca800}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.newsletter-main .select-box .fa,.newsletter-main .select-box .map-marker-popup__close{font-size:24px}}.newsletter-main .select-box img{position:absolute;top:50%;right:5px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:15px;z-index:2;-webkit-transition:.2s transform;-moz-transition:.2s transform;transition:.2s transform}.newsletter-main .select-box .rotate-newsletter{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-ms-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg);-webkit-transition:.2s transform;-moz-transition:.2s transform;transition:.2s transform}.newsletter-main .avt-info{margin:50px 0 0;font-size:15px;line-height:25px}.newsletter-main .avt-info #button-text{font-weight:700;cursor:pointer;text-transform:uppercase}.newsletter-main .avt-info #full-text{display:none}.newsletter-main .gift{margin:50px 0 15px;position:relative}.newsletter-main #gift-check{position:absolute;left:-9999px}.newsletter-main #gift-check:checked+#gift-label:after{opacity:1}.newsletter-main #gift-label{margin:0 0 0 55px;font-size:15px;line-height:25px}.newsletter-main #gift-label::before{content:"";width:36px;height:36px;position:absolute;top:6px;left:0;-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.16);box-shadow:0 0 25px 0 rgba(0,0,0,.16);background:#fff}.newsletter-main #gift-label::after{content:"";font-family:"FontAwesome";position:absolute;top:14px;left:6px;font-size:24px;line-height:.8;color:#fca800;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;opacity:0}.newsletter-main #additional-info{margin:50px 0 0;color:#878889;font-size:15px}.newsletter-main .btn-newsletter{width:100%;max-width:770px;height:85px;margin:41px auto 0;background-color:#1f3e57;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.16);box-shadow:0 0 50px 0 rgba(0,0,0,.16);border-radius:8px;font-size:17px;font-weight:700;color:#fff;text-transform:uppercase;border:none;cursor:pointer}.newsletter-main .btn-newsletter .fa,.newsletter-main .btn-newsletter .map-marker-popup__close{font-size:11px;margin-right:10px;color:#fca800;vertical-align:2px}.newsletter-main .btn-newsletter:hover .fa,.newsletter-main .btn-newsletter:hover .map-marker-popup__close{-webkit-animation:arrow-sliding 1s infinite ease;-moz-animation:arrow-sliding 1s infinite ease;animation:arrow-sliding 1s infinite ease}.newsletter-main .unsubscribe{margin:200px 0 0;max-width:475px}.newsletter-main .unsubscribe .unsubscribe-text{color:#858687;font-size:15px}.newsletter-main .unsubscribe .unsubscribe-form{-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16);box-shadow:0 0 55px 0 rgba(0,0,0,.16);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:16px 0 0}.newsletter-main .unsubscribe .unsubscribe-form .submit{-webkit-box-flex:0;-webkit-flex:0 0 138px;-moz-box-flex:0;-ms-flex:0 0 138px;flex:0 0 138px;max-width:138px;height:40px;background-color:#d1d1d1;color:#333;font-size:15px;font-weight:700;cursor:pointer;border:none;padding:0;text-transform:uppercase}.newsletter-main .unsubscribe .unsubscribe-form .mail{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:40px;width:1%;background:#fff;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;padding:0 10px}@media(min-width: 768px){.newsletter-main .unsubscribe .unsubscribe-form .mail{padding:0 22px}}.newsletter-main .unsubscribe .unsubscribe-form .mail:focus{-webkit-box-shadow:inset 0 0 0 1px #a8a8a8;box-shadow:inset 0 0 0 1px #a8a8a8}.newsletter-main .open{display:inline !important}.newsletter-main input[type=text],.newsletter-main input[type=email]{-webkit-transition:-webkit-box-shadow .35s ease 0s;transition:-webkit-box-shadow .35s ease 0s;-moz-transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s;transition:box-shadow .35s ease 0s, -webkit-box-shadow .35s ease 0s}.newsletter-main input[type=text]:focus,.newsletter-main input[type=email]:focus{-webkit-box-shadow:0 0 55px 0 rgba(0,0,0,.16),inset 0 0 0 1px #a8a8a8;box-shadow:0 0 55px 0 rgba(0,0,0,.16),inset 0 0 0 1px #a8a8a8}.newsletter-gift .gift-text{text-align:left}@media(max-width: 767.98px){.newsletter-gift .gift-text{padding-top:10px}}.newsletter-gift .gift-link-row{text-align:left}@media(max-width: 767.98px){.newsletter-gift .gift-link-row{text-align:center}}.newsletter-gift .gift-link-row .gift-btn{padding:5px 20px;background:#92cf35;color:#fff;display:inline-block;margin-top:30px;font-weight:bold}@keyframes arrow-sliding{50%{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}}#unsubscribe{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px;border-top:1px solid rgba(0,0,0,.2);margin-top:45px}@media(min-width: 1200px){#unsubscribe{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#unsubscribe,#unsubscribe *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#unsubscribe .g-recaptcha{margin:0 0 15px}@media(min-width: 1200px){#unsubscribe .g-recaptcha{margin:0 15px}}#unsubscribe .unsubscribe-text{margin:0 auto 15px}@media(min-width: 1200px){#unsubscribe .unsubscribe-text{margin:0}}#unsubscribe input[type=email],#unsubscribe input[type=submit]{height:76px;border-radius:0;border:1px solid rgba(0,0,0,.3)}#unsubscribe input[type=submit]{width:302px}@media(min-width: 1200px){#unsubscribe input[type=submit]{width:120px}}#unsubscribe input[type=email]{width:302px;margin:0 0 15px;padding:0 15px}@media(min-width: 1200px){#unsubscribe input[type=email]{border-right:none;margin:0}}.a-ranking .c-charts-left{margin-bottom:36px}.a-ranking .article__fulltext a{text-decoration:none}.a-ranking .article__fulltext>*:last-child{margin-bottom:0 !important}.a-ranking__category-type{font-size:13px;font-weight:bold;color:#1f3e57;text-transform:uppercase}.a-ranking__date-publish{margin:21px 0 30px;font-size:13px;line-height:20px}.a-ranking__date-publish img{vertical-align:-1px}.a-ranking__chart-title{font-size:22px;margin-bottom:1rem;padding-bottom:14px;border-bottom:2px solid #1a1b1c}.search-item{margin:0 0 40px}.search-item .image{margin:0 0 16px}@media(min-width: 576px){.search-item .image{margin:0}}.search-item .category{margin:0 0 4px}.search-item .category a{color:#1f3e57;text-transform:uppercase;font-size:14px}.search-item .catalog{margin:0 0 4px}.search-item .catalog a{color:#fca800;font-size:15px}.search-item .title{font-size:20px}.search-item .introtext{margin:9px 0 0;line-height:30px}.search-item-firm{margin:0 0 40px;font-size:15px}.search-item-firm .image{margin:0 0 16px}@media(min-width: 576px){.search-item-firm .image{margin:0}}.search-item-firm .company{color:#fca800;font-size:15px;line-height:21px;margin-bottom:11px;font-weight:700}.search-item-firm .name{font-size:21px}.search-item-firm .adress{margin:8px 0 0;line-height:23px}.search-item-firm .web-adress{margin:10px 0 0;line-height:23px}@media(min-width: 768px){.search-item-firm .web-adress{margin:8px 0 0}}.search-item-firm .web-adress a{color:#fca800}.finder .search-input input{border:none;background-color:#f8f8fa;border-bottom:3px solid #fca800;font-size:40px;line-height:60px;width:100%;margin-bottom:30px;padding-top:30px}.search-result-empty{margin-bottom:50px;text-align:center}.search-result-empty__image img{margin:0 auto;display:block;max-width:600px}.search-result-empty__title{font-size:35px;font-weight:700;margin-bottom:20px}.rankings-list-head{margin:0 0 60px}.rankings-list-head>*:last-child{margin-bottom:0 !important}.article-img-top__image{margin-bottom:15px}.article-img-top__link:hover .article-img-top__introtext{color:#1a1b1c}.article-img-top__title{font-size:16px;line-height:25px;font-weight:700;margin-bottom:15px}.article-img-top__introtext{font-size:15px;line-height:23px;margin-bottom:15px}.article-img-top__button{font-size:13px;font-weight:700;color:#1f3e57;text-transform:uppercase}.product{text-align:center;padding:60px 35px;background-color:#fff}.product>a{display:block;height:100%;width:100%}.product:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:3}@media(min-width: 1025px){.product:hover{z-index:9}.product:hover:after{top:-10px;left:-10px;right:-10px;bottom:-10px;background:#fff;-webkit-box-shadow:0 3px 50px rgba(0,0,0,.3);box-shadow:0 3px 50px rgba(0,0,0,.3)}.product:hover .product__image img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}}.product .product__image{margin-bottom:30px;z-index:6;position:relative;overflow:hidden}.product .product__image img{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.product .product__firm{font-size:13px;line-height:20px;margin-bottom:10px;font-weight:600;color:#fca800}.product .product__text{z-index:6;position:relative}.product .product__name{font-size:18px;line-height:27px;font-weight:700}.next-prev{border-top:1px solid rgba(31,62,87,.1);position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.next-prev>a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;width:50%}.next-prev>a .prev-article-btn,.next-prev>a .next-article-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:60px;padding-bottom:40px}.next-prev>a .next-article-btn img{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.next-prev:after{content:"";width:1px;left:0;right:0;margin:auto;top:30px;bottom:0;background-color:rgba(31,62,87,.1);position:absolute}.next-prev .text-wrap{width:-moz-calc(100% - 50px);width:calc(100% - 50px);text-align:center;padding:0 25px}.next-prev .text-wrap .text{font-size:12px;line-height:18px;color:#fca800;font-weight:600;margin-bottom:10px;letter-spacing:.12em;text-transform:uppercase}.next-prev .text-wrap .title{font-size:30px;line-height:40px;font-weight:700}.hp-section-title{display:block;position:relative;padding-bottom:20px}@media(min-width: 576px){.hp-section-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.hp-section-title .logo{margin-bottom:20px}.hp-section-title:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px}.hp-section-title.-instalacje:after{background:-webkit-gradient(linear, left top, right top, from(#cd1719), to(#35546e));background:-moz-linear-gradient(left, #cd1719 0%, #35546e 100%);background:linear-gradient(90deg, #cd1719 0%, #35546e 100%)}.hp-section-title.-dachy:after{background:-webkit-gradient(linear, left top, right top, from(#1F3E57), to(#35546e));background:-moz-linear-gradient(left, #1F3E57 0%, #35546e 100%);background:linear-gradient(90deg, #1F3E57 0%, #35546e 100%)}.hp-section-title.-okna:after{background:-webkit-gradient(linear, left top, right top, from(#409948), to(#35546e));background:-moz-linear-gradient(left, #409948 0%, #35546e 100%);background:linear-gradient(90deg, #409948 0%, #35546e 100%)}.hp-section-title.-przegrody:after{background:-webkit-gradient(linear, left top, right top, from(#0dbbaa), to(#35546e));background:-moz-linear-gradient(left, #0dbbaa 0%, #35546e 100%);background:linear-gradient(90deg, #0dbbaa 0%, #35546e 100%)}.hp-section-title.-wykanczanie:after{background:-webkit-gradient(linear, left top, right top, from(#9E5DA6), to(#35546e));background:-moz-linear-gradient(left, #9E5DA6 0%, #35546e 100%);background:linear-gradient(90deg, #9E5DA6 0%, #35546e 100%)}.hp-section-title .link{background-color:#1f3e57;color:#fff;font-size:14px;border-radius:5px;width:175px;height:30px;line-height:30px;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}@media(min-width: 1025px){.hp-section-title .link:hover{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.25);box-shadow:0 3px 6px rgba(0,0,0,.25)}}.hp-section-title .link a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1025px){.hp-section-title .link a:hover .text{color:#fca800}}.hp-section-title .link .triangle{margin-right:5px}.hp-section-title .link .text{-webkit-transition:color .35s ease-in-out;-moz-transition:color .35s ease-in-out;transition:color .35s ease-in-out}.hp-section-title .link .text,.hp-section-title .link .text:hover,.hp-section-title .link .text:link,.hp-section-title .link .text:visited{color:#fff}.sticky-wrap{position:absolute;left:0;top:0;bottom:0}.sticky-wrap .sticky-element{position:-webkit-sticky;position:sticky;top:43px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hp-wrapper .sticky-wrap{position:relative}@media(min-width: 1680px){.hp-wrapper .sticky-wrap{position:absolute;max-width:-moz-calc((100% - 1200px)/2);max-width:calc((100% - 1200px)/2)}}.hp-menu{background-color:#1f3e57;color:#fff;padding:30px 15px;width:100%;margin-bottom:30px;display:none}@media(min-width: 1025px){.hp-menu{max-width:370px;display:block}}@media(min-width: 1680px){.hp-menu{max-width:none;margin-bottom:0}}.hp-menu .module-title{font-size:13px;font-weight:300;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.3);margin-bottom:30px;text-transform:uppercase}.hp-menu .hp__nav-list{margin:0;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hp-menu .hp__nav-item{padding:0;list-style:none;font-size:15px;font-weight:500;width:50%;margin:0 0 10px 0}@media(min-width: 1680px){.hp-menu .hp__nav-item{margin:0 0 15px 0;width:100%}}.hp-menu .hp__nav-item a,.hp-menu .hp__nav-item a:link,.hp-menu .hp__nav-item a:visited{color:#fff}@media(min-width: 1025px){.hp-menu .hp__nav-item:hover{color:#fca800}.hp-menu .hp__nav-item:hover a{color:#fca800}}.calendar-article__link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:30px}.calendar-article__details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;margin-bottom:10px}.calendar-article__date{height:29px;padding:0 5px;background-color:#1f3e57;color:#fff;font-size:13px;line-height:29px;font-weight:700;margin-right:10px}.calendar-article__location{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.calendar-article__firm{font-size:12px;font-weight:700;color:#fca800;padding-right:5px}.calendar-article__firm:after{content:"|";display:inline-block;color:#1a1b1c;margin-left:5px;font-weight:700}.calendar-article__type{font-size:12px;font-weight:700;text-transform:uppercase}.calendar-article__city{font-size:12px;font-weight:400;padding-left:5px}.calendar-article__city:before{content:"|";display:inline-block;color:#1a1b1c;margin-right:5px;font-weight:700}.calendar-article__title{font-size:17px;font-weight:700;line-height:28px}.expert-article{text-align:center;background-color:#fff;padding:20px 0 25px;-webkit-box-shadow:0 3px 25px rgba(0,0,0,.16);box-shadow:0 3px 25px rgba(0,0,0,.16)}.expert-article__image{border-radius:50px;overflow:hidden;width:96px;height:96px;margin:0 auto 15px}.expert-article__name{font-size:13px;font-weight:700;line-height:20px;margin-bottom:15px;color:#1f3e57}.expert-article__company{font-size:12px;font-weight:600;color:#fca800;margin-bottom:20px}.expert-article__category{font-size:12px;font-weight:400;color:#707070;margin-bottom:20px}.expert-article__link{width:86px;height:26px;border:1px solid #1a1b1c;border-radius:3px;line-height:26px;font-size:11px;font-weight:500;text-align:center;text-transform:uppercase;margin:0 auto}.firm-catalog__filters{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:25px}.firms-filter-select{background-color:#8396a6;border-radius:3px;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.firms-filter-select:after{content:"";position:absolute;right:0;bottom:0;top:0;width:35px;background-image:url("/templates/main/images/svg/arrow-circle.svg");background-color:#8396a6;pointer-events:none;background-repeat:no-repeat;background-position:center left}.firms-filter-select .custom-select{border:none;background-color:rgba(0,0,0,0);outline:none;padding:0 35px 0 15px;height:40px;font-size:15px;font-weight:600;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.firms-filter-select .custom-select option{color:#1a1b1c}.firms-filter-select .custom-select:focus,.firms-filter-select .custom-select:active,.firms-filter-select .custom-select:link,.firms-filter-select .custom-select:visited{outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select{position:relative}.custom-select .cs-title{background-color:#8396a6;color:#fff;font-size:15px;font-weight:600;height:40px;border-radius:7px;padding:0 45px 0 15px;line-height:40px;min-width:200px;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;cursor:pointer}.custom-select .cs-list{position:absolute;top:100%;left:0;right:0;margin:0;padding:0;list-style:none;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;z-index:3;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;font-size:13px;font-weight:400;padding:15px 15px 20px}.custom-select .cs-list>li{margin-bottom:10px}.custom-select .cs-btn{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("/templates/main/images/svg/arrow-circle.svg");background-repeat:no-repeat;background-position:-moz-calc(100% - 15px) center;background-position:calc(100% - 15px) center}.custom-select.open .cs-title{min-width:260px;border-radius:7px 7px 0 0;background-color:#1f3e57}.custom-select.open .cs-list{opacity:1;visibility:visible;pointer-events:all}.select-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.select-wrap .static-text{margin-right:15px}.avt-popup{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);background-color:#1a1b1c;-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-moz-transition:transform .35s ease-in-out, -moz-transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -moz-transform .35s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:50px 15px;max-height:100vh;z-index:99}@media(min-width: 768px){.avt-popup{padding:50px 30px}}@media(min-width: 1366px){.avt-popup{padding:50px}}.avt-popup.zoom{padding:0;overflow:hidden}.avt-popup.zoom .avt-popup__close{right:30px}.avt-popup__image-wrap{width:100%;position:relative;background-repeat:no-repeat;background-position:-99999999px -99999999px;margin-bottom:30px;height:auto}@media(min-width: 576px){.avt-popup__image-wrap{padding:0 15px}}@media(min-width: 1025px){.avt-popup__image-wrap{overflow:hidden;height:100%;max-width:85%;margin-bottom:0}}.avt-popup__image-wrap:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:inherit;-webkit-filter:blur(15px) brightness(80%);filter:blur(15px) brightness(80%);background-size:cover;background-position:center;background-repeat:no-repeat}.avt-popup__image-wrap:after{content:"";position:absolute;bottom:-15px;left:-15px;right:-15px;height:30%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(153, 218, 255, 0)), to(rgb(0, 0, 0)));background:-moz-linear-gradient(top, rgba(153, 218, 255, 0) 0%, rgb(0, 0, 0) 100%);background:linear-gradient(180deg, rgba(153, 218, 255, 0) 0%, rgb(0, 0, 0) 100%);pointer-events:none}.avt-popup__image-wrap.zoom{margin-top:0;overflow:auto;max-width:none;max-height:none;position:relative;z-index:3}.avt-popup__image-wrap.zoom .avt-popup__image{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out;max-width:none;max-height:none}.avt-popup__image-wrap.zoom .avt-popup__counter,.avt-popup__image-wrap.zoom .avt-popup__prev,.avt-popup__image-wrap.zoom .avt-popup__next,.avt-popup__image-wrap.zoom .avt-popup__description{display:none}.avt-popup__image-wrap.zoom:after{display:none}.avt-popup__image{max-height:100%;max-width:100%;height:auto;width:auto;margin:0 auto;display:block;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;-webkit-box-shadow:3px 6px 16px rgba(0,0,0,.16);box-shadow:3px 6px 16px rgba(0,0,0,.16);top:0;left:0;right:0;bottom:0;position:relative;margin:2.5% auto 30px}@media(min-width: 1025px){.avt-popup__image{max-width:-moz-calc(100% - 30px);max-width:calc(100% - 30px);position:absolute;margin:auto}}.avt-popup__description{width:auto;text-align:center;color:#fff;bottom:0;text-align:center;width:100%;z-index:3;position:relative;margin-bottom:60px}@media(min-width: 576px){.avt-popup__description{text-align:left}}@media(min-width: 1025px){.avt-popup__description{left:15px;margin-bottom:0;position:absolute;max-width:-moz-calc(100% - 165px);max-width:calc(100% - 165px)}}@media(min-width: 1366px){.avt-popup__description{max-width:100%;text-align:center;bottom:45px}}.avt-popup__description .title{margin-bottom:10px;font-weight:700;font-size:36px;line-height:39px}@media(min-width: 576px){.avt-popup__description .title{font-size:49px;line-height:53px}}.avt-popup__description .introtext{font-size:16px;line-height:24px;font-weight:400}.avt-popup__close{position:absolute;top:15px;right:15px;width:30px;height:30px;cursor:pointer;z-index:3}.avt-popup__close:after,.avt-popup__close:before{content:"";display:block;width:30px;height:2px;background-color:#fff;position:absolute;top:-999999px;right:-999999px;bottom:-999999px;left:-999999px;margin:auto}.avt-popup__close:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.avt-popup__close:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.avt-popup.open{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.avt-popup__gallery{text-align:center;overflow:auto;max-height:100%;width:100%;padding-bottom:30px;white-space:normal;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 576px){.avt-popup__gallery{display:block;white-space:nowrap;padding:0 15px}}@media(min-width: 1025px){.avt-popup__gallery{max-width:15%;padding-bottom:0;white-space:normal}}.avt-popup__gallery-item{margin-bottom:15px;cursor:pointer;background-size:cover;background-position:center;-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-moz-transition:transform .35s ease-in-out, -moz-transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -moz-transform .35s ease-in-out;display:inline-block;margin:0 5px;width:-moz-calc(33.3333333333% - 10px);width:calc(33.3333333333% - 10px);padding-bottom:30%;margin-bottom:10px}@media(min-width: 576px){.avt-popup__gallery-item{width:30vw;margin-bottom:0}}@media(min-width: 768px){.avt-popup__gallery-item{width:20vw;padding-bottom:15%}}@media(min-width: 1025px){.avt-popup__gallery-item{display:block;padding-bottom:65%;width:100%;margin:0 0 15px}}@media(min-width: 576px){.avt-popup__gallery-item:first-child{margin-left:0}}@media(min-width: 576px){.avt-popup__gallery-item:last-child{margin-right:0}}.avt-popup__gallery-item.active{-webkit-box-shadow:0px 0px 15px rgba(255,255,255,.16);box-shadow:0px 0px 15px rgba(255,255,255,.16)}.avt-popup__next,.avt-popup__prev{position:absolute;width:35px;height:30px;bottom:0;margin:auto;cursor:pointer;background-position:center;background-repeat:no-repeat;z-index:3;background-size:contain}.avt-popup__next{right:0;background-image:url("/templates/main/images/svg/right.svg")}.avt-popup__prev{background-image:url("/templates/main/images/svg/left.svg");left:0;right:auto}@media(min-width: 576px){.avt-popup__prev{left:auto;right:115px}}.avt-popup__counter{bottom:0;color:#fff;z-index:3;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;line-height:30px;position:relative;width:100%;pointer-events:none;position:absolute;text-align:center}@media(min-width: 576px){.avt-popup__counter{right:55px;text-align:right}}.avt-popup__counter-total{display:inline}.avt-popup__counter-current{display:inline}.avt-popup__counter-current:after{content:"/"}.left-menu{position:fixed;left:0;top:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;width:100vw;height:100vh;max-width:100%;max-height:100%;z-index:99}.left-menu .header__burger{display:block;background-color:#1f3e57;cursor:pointer;width:44px;height:44px;position:relative}@media(min-width: 576px){.left-menu .header__burger{width:70px;height:70px}}@media(min-width: 768px){.left-menu .header__burger{width:90px;height:90px}}@media(min-width: 1025px){.left-menu .header__burger{display:none}}.left-menu .header__burger span{display:block;position:absolute;height:2px;background:#fff;opacity:1;width:18px;left:0;right:0;margin:0 auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;transition:.25s ease-in-out}.left-menu .header__burger span:nth-child(1){top:19px}@media(min-width: 576px){.left-menu .header__burger span:nth-child(1){top:32px}}@media(min-width: 768px){.left-menu .header__burger span:nth-child(1){top:39px}}.left-menu .header__burger span:nth-child(2),.left-menu .header__burger span:nth-child(3){top:23px}@media(min-width: 576px){.left-menu .header__burger span:nth-child(2),.left-menu .header__burger span:nth-child(3){top:36px}}@media(min-width: 768px){.left-menu .header__burger span:nth-child(2),.left-menu .header__burger span:nth-child(3){top:44px}}.left-menu .header__burger span:nth-child(4){top:27px}@media(min-width: 576px){.left-menu .header__burger span:nth-child(4){top:40px}}@media(min-width: 768px){.left-menu .header__burger span:nth-child(4){top:49px}}.left-menu__top{background-color:#fff;position:relative;z-index:5;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid rgba(31,62,87,.1)}.left-menu__bottom{padding-top:45px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:auto;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;max-height:-moz-calc(100% - 45px);max-height:calc(100% - 45px)}@media(min-width: 576px){.left-menu__bottom{max-height:-moz-calc(100% - 71px);max-height:calc(100% - 71px)}}@media(min-width: 768px){.left-menu__bottom{-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;-webkit-box-align:space-between;-webkit-align-items:space-between;-moz-box-align:space-between;-ms-flex-align:space-between;align-items:space-between;max-height:-moz-calc(100% - 91px);max-height:calc(100% - 91px)}}.left-menu__wrap{height:100%;background-color:#fff;width:100%;z-index:5;position:relative;max-width:320px}@media(min-width: 576px){.left-menu__wrap{max-width:460px}}.left-menu:after{content:"";position:fixed;top:-100%;left:-100%;bottom:-100%;right:-100%;background-color:rgba(0,0,0,.7);opacity:0;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out;z-index:3;pointer-events:none}@media(max-width: 1024.98px){.left-menu.open{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.left-menu.open:after{opacity:1}}.left-menu .form-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.left-menu__search{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:-moz-calc(100% - 44px);max-width:calc(100% - 44px)}@media(min-width: 576px){.left-menu__search{padding:0 20px;max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px)}}@media(min-width: 768px){.left-menu__search{max-width:-moz-calc(100% - 90px);max-width:calc(100% - 90px)}}.left-menu__search-text{width:100%;border-radius:3px;vertical-align:top;padding:0 45px 0 10px;border:none;height:44px}@media(min-width: 576px){.left-menu__search-text{padding:0 5px;height:40px;border:1px solid #707070;max-width:-moz-calc(100% - 110px);max-width:calc(100% - 110px)}}.left-menu__search-submit{border:none;text-transform:uppercase;font-weight:700;vertical-align:top;position:absolute;top:0;right:0;height:44px;width:44px;background-color:rgba(0,0,0,0);background-image:url("/templates/main/images/svg/search.svg");background-position:center;background-size:35%;background-repeat:no-repeat;z-index:3;cursor:pointer;font-size:0}@media(min-width: 576px){.left-menu__search-submit{border-radius:3px;position:static;height:40px;width:100px;color:#fff;background-color:#1f3e57;background-image:none;font-size:13px}}.left-menu__bd-group{width:100%;display:block}@media(min-width: 768px){.left-menu__bd-group{display:none}}.left-menu__bd-group .bd-group__top{margin:0 0 30px;width:100%;padding:15px}.left-menu__bd-group .bd-group__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.left-menu__bd-group .bd-group__item{width:50%}.left-menu__bd-group .bd-group__item:after,.left-menu__bd-group .bd-group__item:before{display:none}.left-menu__bd-group .bd-group__item a:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(31,62,87,.1)}.left-menu__bd-group .bd-group__item a:before{content:"";display:block;position:absolute;bottom:0;top:0;right:0;width:1px;background-color:rgba(31,62,87,.1)}.left-menu__bd-group .bd-group__item:last-child a:after,.left-menu__bd-group .bd-group__item:nth-last-child(2) a:after{display:none}.left-menu__bd-group .bd-group__item--top{display:block;width:100%;text-align:left}.left-menu__bd-group .bd-group__logo-wrap{width:100%;margin-bottom:30px;text-align:center}.left-menu .nav.menu{font-size:18px;font-weight:600;display:block;width:100%;padding-left:15px}@media(min-width: 768px){.left-menu .nav.menu{padding-left:40px}}.left-menu .nav.menu>li{list-style:none;margin-bottom:35px;display:block}.left-menu .newsletter-subscribe{width:100%;margin:0}@media(max-width: 575.98px){.left-menu .newsletter-subscribe{padding:15px}}@media(max-width: 767.98px){.left-menu.-hp .nav.menu{display:none}.left-menu.-hp .left-menu__bottom{padding-top:0;max-height:-moz-calc(100% - 45px);max-height:calc(100% - 45px)}.left-menu.-hp .left-menu__bd-group{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.left-menu.-hp .newsletter-subscribe{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.page-product .return-top{display:none}@media(min-width: 1440px){.page-product .return-top{display:block}}.return-top{position:fixed;bottom:20px;right:20px;z-index:15px;background-color:#fff;-webkit-box-shadow:0 27px 50px rgba(0,0,0,.16);box-shadow:0 27px 50px rgba(0,0,0,.16);border-radius:50%;width:77px;height:77px;cursor:pointer;background-size:30%;background-position:center;background-repeat:no-repeat;background-image:url("/templates/main/images/svg/return-top.svg");pointer-events:none;opacity:0;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;z-index:9}.return-top.active{pointer-events:all;opacity:1}.one-image-article{background-color:#fff;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);display:table;max-width:100%;margin:15px auto 30px;text-align:center}.one-image-article__image{display:block;caption-side:top;text-align:center}.one-image-article__image img{max-width:100%;height:auto;display:block;margin:0 auto}.one-image-article__description{padding:10px;font-size:13px;line-height:23px;font-weight:400}.two-image-article{margin:15px auto 30px;padding:10px;background-color:#fff}.two-image-article__images{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.two-image-article__image{width:100%;max-width:100%;text-align:center}@media(min-width: 576px){.two-image-article__image{max-width:-moz-calc(50% - 15px);max-width:calc(50% - 15px)}}.two-image-article__image img{max-width:100%;height:auto;display:block;margin:0 auto}.two-image-article__description{font-size:13px;line-height:23px;font-weight:400}.two-image-article.-descr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:15px auto 30px}.two-image-article.-descr .two-image-article__image{width:100%;max-width:100%;margin-bottom:15px}.two-image-article.-descr .left,.two-image-article.-descr .right{padding:0;width:100%;margin-bottom:15px}@media(min-width: 576px){.two-image-article.-descr .left,.two-image-article.-descr .right{margin-bottom:0;max-width:-moz-calc(50% - 15px);max-width:calc(50% - 15px)}}.article-right-see{margin-bottom:30px}.article-right-see__title{font-size:25px;line-height:38px;color:#1f3e57;font-weight:700;padding-bottom:13px;border-bottom:2px solid #1f3e57;margin-bottom:25px}.article-right-see__content{text-align:center}.newsletter-subscribe{background:-webkit-gradient(linear, left top, right top, from(rgb(252, 168, 0)), to(rgb(252, 126, 0)));background:-moz-linear-gradient(left, rgb(252, 168, 0) 0%, rgb(252, 126, 0) 100%);background:linear-gradient(90deg, rgb(252, 168, 0) 0%, rgb(252, 126, 0) 100%);padding:15px 65px;-webkit-box-shadow:0 0 80px rgba(0,0,0,.1);box-shadow:0 0 80px rgba(0,0,0,.1);margin-bottom:30px}.newsletter-subscribe .newsletter__title{font-size:25px;font-weight:700;line-height:38px;position:relative;padding-left:55px;height:60px;line-height:60px;margin-bottom:5px}.newsletter-subscribe .newsletter__title .newsletter__text{position:relative;z-index:3}.newsletter-subscribe .newsletter__title .newsletter__text:after{content:"";bottom:0;left:0;position:absolute;height:2px;background-color:#fff;right:-30px}.newsletter-subscribe .newsletter__title .newsletter__image-wrap{position:absolute;left:0;top:0;width:60px;height:60px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;background-color:rgba(255,255,255,.2);-webkit-box-shadow:0 21px 18px rgba(152,84,16,.2);box-shadow:0 21px 18px rgba(152,84,16,.2);z-index:0}.newsletter-subscribe .newsletter__subtitle{position:relative;z-index:3;font-size:13px;font-weight:700;line-height:18px;text-transform:uppercase;margin-bottom:15px}.newsletter-subscribe .newsletter__subtitle .black{color:#000}.newsletter-subscribe .newsletter__subtitle .white{color:#fff}.newsletter-subscribe .newsletter__form-wrap{-webkit-box-shadow:0 0 25px rgba(0,0,0,.16);box-shadow:0 0 25px rgba(0,0,0,.16)}.newsletter-subscribe .newsletter__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;border-radius:3px}.newsletter-subscribe .newsletter__form input[type=text]{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#000;height:32px;width:100%;max-width:-moz-calc(100% - 86px);max-width:calc(100% - 86px);font-size:12px;padding-left:15px}.newsletter-subscribe .newsletter__form input[type=submit]{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;width:100%;max-width:86px;background-color:#000;color:#fff;text-transform:uppercase;font-size:10px;font-weight:700;height:32px}.alert-training{background-color:#fff;border-top:5px solid #f72b28;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);margin-bottom:30px;position:relative;overflow:hidden}@media(max-width: 1024.98px){.alert-training{width:-moz-calc(100% + 30px);width:calc(100% + 30px);margin:0 -15px 30px}}@media(max-width: 1024.98px){.alert-training:before{content:"";position:absolute;top:0;bottom:0;width:100px;right:0;background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.96)), color-stop(62%, rgb(255, 255, 255)));background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 60%, rgb(255, 255, 255) 62%);background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.96) 60%, rgb(255, 255, 255) 62%);z-index:3;display:none}}.alert-training .alert__title{font-size:22px;text-transform:uppercase;font-weight:700;color:#f72b28;text-align:center;border-bottom:2px solid rgba(31,62,87,.1);padding:10px 0}@media(max-width: 1024.98px){.alert-training .alert__title{text-align:left;border:none;padding:10px 15px}}.alert-training .alert__list{padding:0 23px;font-size:0}@media(max-width: 1024.98px){.alert-training .alert__list{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;padding:0;position:relative}}.alert-training .alert__item{padding-top:10px;padding-bottom:15px;border-bottom:1px solid rgba(31,62,87,.1)}@media(max-width: 1024.98px){.alert-training .alert__item{width:280px;display:inline-block;white-space:normal;vertical-align:top;border-bottom:none;padding:10px 15px 25px 15px}}.alert-training .alert__item-date{font-size:13px;font-weight:700;margin-bottom:5px;color:#f72b28}.alert-training .alert__item-title{font-size:15px;font-weight:500;line-height:19px}.alert-training .alert__next,.alert-training .alert__prev{background-color:#f72b28;width:35px;height:35px;position:absolute;border-radius:50%;top:0;bottom:0;margin:auto;z-index:3;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;opacity:0;cursor:pointer}@media(min-width: 1025px){.alert-training .alert__next,.alert-training .alert__prev{display:none}}.alert-training .alert__next.active,.alert-training .alert__prev.active{opacity:1}.alert-training .alert__next img,.alert-training .alert__prev img{position:absolute;width:6px;height:10px;top:0;bottom:0;margin:auto;cursor:pointer}.alert-training .alert__next{right:-17.5px;left:auto}.alert-training .alert__next img{left:8px}.alert-training .alert__prev{left:-17.5px;right:auto}.alert-training .alert__prev img{right:8px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.alert-horizontal{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-height:155px;border-top:3px solid #f72b28;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);background-color:#fff;position:relative;overflow:hidden;font-size:0}@media(max-width: 420px){.alert-horizontal{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:170px}}.alert-horizontal__wrapper{white-space:nowrap;overflow-x:scroll;overflow-y:hidden;height:170px}.alert-horizontal__wrapper::after{content:"";height:1px;width:140px;display:inline-block}.alert-horizontal__title{background-color:#f72b28;font-size:18px;line-height:22px;font-weight:700;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 17px;text-transform:uppercase;text-align:center}.alert-horizontal__title-image{width:15px;height:16px}@media(max-width: 420px){.alert-horizontal__title-image{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);margin-right:13.5px}}@media(min-width: 420px){.alert-horizontal__title{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 420px){.alert-horizontal__title{width:100%;z-index:1}}.alert-horizontal__element{min-width:335px;max-width:335px;padding-left:20px;padding-right:20px;display:inline-block;white-space:normal;vertical-align:top;height:100%}@media(min-width: 420px){.alert-horizontal__element{border-right:1px solid rgba(0,0,0,.16)}}.alert-horizontal__element-title{font-size:16px;font-weight:700}.alert-horizontal__element-info{padding-top:24px;padding-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.alert-horizontal__element-info .alert-horizontal-date{margin-right:5px;color:#f72b28;font-size:13px;line-height:20px}.alert-horizontal__element-info .alert-horizontal-subpage{color:#1f3e57;font-weight:700;font-size:13px;line-height:20px}.alert-horizontal__arrows{position:absolute;right:0;width:140px;height:100%;background:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 420px){.alert-horizontal__arrows{width:80px}}.alert-horizontal__arrows-left{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.alert-horizontal__arrows-right{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border-left:2px solid #ececec}.alert-horizontal__arrows .left-arrow{width:13px;height:13px;border-left:3px solid #fca800;border-bottom:3px solid #fca800;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.alert-horizontal__arrows .right-arrow{width:13px;height:13px;border-left:3px solid #fca800;border-bottom:3px solid #fca800;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}@media(min-width: 420px){.alert-horizontal__arrows::before{content:"";width:104px;height:100%;background:-webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));background:-moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);position:absolute;left:-100px}}.firm-presentations{border-top:5px solid #1f3e57;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);background-color:#fff}.firm-presentations .presentations__title{border-bottom:2px solid rgba(31,62,87,.1);padding:0 20px;font-size:22px;line-height:60px;font-weight:700;margin-bottom:30px;text-transform:uppercase;color:#1f3e57}.firm-presentations .presentations__list{padding:0 20px}.firm-catalog__tools{padding:15px;background-color:#e5e5e5;border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.catalog-tools__search{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}@media(min-width: 576px){.catalog-tools__search{max-width:-moz-calc(100% - 175px);max-width:calc(100% - 175px)}}.catalog-tools__search .search-firm{overflow:hidden;border-radius:3px;overflow:hidden;-webkit-box-shadow:0 0 30px rgba(0,0,0,.16);box-shadow:0 0 30px rgba(0,0,0,.16);width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-tools__search .search-firm .search-firm__text{background-color:#fff;border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;max-width:-moz-calc(100% - 124px);max-width:calc(100% - 124px);width:100%;margin:0;padding:0;height:46px;padding:0 15px}.catalog-tools__search .search-firm .search-firm__submit{border:none;outline:none;-webkit-box-shadow:none;box-shadow:none;background-color:#1f3e57;color:#fff;font-size:15px;font-weight:700;text-transform:uppercase;max-width:124px;width:100%;margin:0;padding:0;height:46px}.catalog-tools__display{display:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}@media(min-width: 576px){.catalog-tools__display{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.catalog-tools__display .display__text{font-size:13px;font-weight:700;margin-right:10px}.catalog-tools__display .display__mode{width:46px;height:46px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:3px;-webkit-box-shadow:0 0 30px rgba(0,0,0,.16);box-shadow:0 0 30px rgba(0,0,0,.16);margin-right:10px;cursor:pointer}.catalog-tools__display .display__mode:last-of-type{margin-right:0}.catalog-tools__display .display__mode.active{background-color:#1f3e57}.catalog-tools__display .display__mode.active img{display:none}.catalog-tools__display .display__mode.active .active-img{display:block}.catalog-tools__display .display__mode img{max-width:20px;height:auto;display:block}.catalog-tools__display .display__mode .active-img{display:none}.product-news{background-color:#1f3e57;color:#fff;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between}.product-news__wrap{width:100%;display:block}.product-news__wrap.-bot{padding:0 35px 30px}.product-news .product-news__module-title{height:150px;font-size:25px;line-height:38px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding:0 35px;border-bottom:2px solid #fca800;background-color:#35546e}.product-news .product-news__list{padding:35px 0}.product-news .product-news__item{margin-bottom:25px;position:relative;padding:0 35px}.product-news .product-news__item:after{content:"";position:absolute;left:0;right:0;bottom:-5px;top:-5px;background-color:rgba(255,255,255,.1);opacity:0;pointer-events:none;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media(min-width: 1025px){.product-news .product-news__item:hover a{color:#fff}.product-news .product-news__item:hover:after{opacity:1}}.product-news .product-news__firm{font-size:13px;font-weight:600;line-height:20px;margin-bottom:10px;color:#fca800}.product-news .product-news__title{font-size:17px;font-weight:600;line-height:26px}.product-news__btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fca800;color:#fff;text-transform:uppercase;border-radius:5px;font-size:22px;font-weight:700;width:100%;height:90px}.product-news-grid{background-color:#fff;height:100%}.product-news-grid .module-title{border-bottom:2px solid #fca800;text-transform:uppercase;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;color:#1f3e57;height:150px;text-align:center;padding:0 15px;font-size:24px;line-height:35px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.product-news-grid .module-title{-webkit-box-pack:left;-webkit-justify-content:left;-moz-box-pack:left;-ms-flex-pack:left;justify-content:left;font-size:33px;padding:0 75px;line-height:50px}}@media(min-width: 1200px){.product-news-grid .module-title{font-size:60px;line-height:60px}}.product-news-grid .product{border-right:1px solid rgba(101,127,127,.19);border-bottom:1px solid rgba(101,127,127,.19);padding:0 0 20px}.product-news-grid .product__text{padding:0 15px}@media(min-width: 768px)and (max-width: 1024.98px){.product-news-grid .product:nth-of-type(3n){border-right:none}.product-news-grid .product:nth-last-of-type(-n + 3){border-bottom:none}.product-news-grid .product:last-of-type{border-right:none}}@media(min-width: 1025px)and (max-width: 1199.98px){.product-news-grid .product:nth-of-type(2n){border-right:none}}@media(min-width: 1200px){.product-news-grid .product:nth-of-type(3n){border-right:none}.product-news-grid .product:nth-last-of-type(-n + 3){border-bottom:none}.product-news-grid .product:last-of-type{border-right:none}}.firms-counter{color:#fff;background:-moz-linear-gradient(49deg, rgb(53, 84, 110) 0%, rgb(31, 62, 87) 100%);background:linear-gradient(41deg, rgb(53, 84, 110) 0%, rgb(31, 62, 87) 100%);margin-bottom:30px;padding:15px;margin:30px -15px 30px;position:relative;width:-moz-calc(100% + 30px);width:calc(100% + 30px)}@media(min-width: 768px){.firms-counter{margin:30px 0 30px;width:100%;padding:15px 35px 30px}}@media(min-width: 1025px){.firms-counter{margin:0 0 30px}}.firms-counter .all-firms{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;border-bottom:1px solid #fff;padding-bottom:5px;margin-bottom:15px}.firms-counter .all-firms .title{font-size:16px;font-weight:700;line-height:25px;margin-right:30px}.firms-counter .all-firms .counter{font-size:44px;font-weight:700;display:inline-block;margin-right:5px}.firms-counter .all-firms .subtitle{font-size:25px;line-height:38px;font-weight:400}.firms-counter .bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.firms-counter .bottom .image{width:82px;height:82px;background-color:rgba(255,255,255,.1);border-radius:50%;display:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;margin-right:30px;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16)}@media(max-width: 460px){.firms-counter .bottom .image{display:none}}@media(max-width: 575.98px){.firms-counter .bottom .image{position:absolute;top:15px;right:15px;margin-right:0}}.firms-counter .bottom .firm-list{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.firms-counter .bottom .firm-list .single-firm{padding-right:15px;margin-bottom:5px;font-size:15px;line-height:23px;font-weight:400;width:100%}@media(min-width: 576px){.firms-counter .bottom .firm-list .single-firm{width:50%}}@media(min-width: 1025px){.firms-counter .bottom .firm-list .single-firm{width:100%}}.firms-counter .bottom .firm-list .single-firm .count{font-weight:700}@media(min-width: 1680px){.hp-wrapper .firms-counter{max-width:none;margin-bottom:0;padding:15px 15px 30px}}.hp-wrapper .firms-counter .all-firms .wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width: 1680px){.hp-wrapper .firms-counter .all-firms .wrap{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}}.hp-wrapper .firms-counter .all-firms .title{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width: 1680px){.hp-wrapper .firms-counter .all-firms .title{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400}}.hp-wrapper .firms-counter .bottom{margin-bottom:30px}@media(min-width: 1680px){.hp-wrapper .firms-counter .bottom{margin-bottom:15px}}@media(min-width: 1680px){.hp-wrapper .firms-counter .bottom .image{display:none}}@media(min-width: 1680px){.hp-wrapper .firms-counter .bottom .firm-list{max-width:none}}@media(min-width: 1680px){.hp-wrapper .firms-counter .bottom .firm-list .single-firm{width:100%}}.hp-wrapper .firms-counter .links{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hp-wrapper .firms-counter .links .link{text-align:center;height:35px;line-height:35px;font-size:15px;font-weight:700;color:#fff;border-radius:3px;background-color:#fca800;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;width:100%;margin:0 auto 15px;max-width:300px}@media(min-width: 460px){.hp-wrapper .firms-counter .links .link{margin-bottom:0;width:-moz-calc(50% - 7.5px);width:calc(50% - 7.5px);max-width:none}}@media(min-width: 1025px){.hp-wrapper .firms-counter .links .link:hover{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.5);box-shadow:0 3px 6px rgba(0,0,0,.5)}}.module-forum{border-top:5px solid #1f3e57;background-color:#fff;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);padding-bottom:10px;margin-bottom:30px}.module-forum .module-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:66px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding:0 20px;border-bottom:2px solid rgba(31,62,87,.1)}.module-forum .module-title .text{font-size:22px;font-weight:700;text-transform:uppercase;color:#1f3e57}.module-forum .module-title .link{font-size:15px;font-weight:700;color:#1f3e57}.module-forum .module-title .link .triangle{display:inline-block;margin-right:5px}.module-forum .list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 10px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.module-forum .list .item{padding:0 10px;font-size:16px;font-weight:700;width:100%}@media(min-width: 576px){.module-forum .list .item{width:50%}}@media(min-width: 576px){.module-forum .list .item:nth-last-of-type(2) a{border-bottom:none}}.module-forum .list .item:last-of-type a{border-bottom:none}.module-forum .list .item a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid rgba(31,62,87,.1);min-height:68px}.module-forum .list .item span{display:block;max-width:-moz-calc(100% - 31px);max-width:calc(100% - 31px);vertical-align:top}.module-forum .list .item img{margin-right:5px;vertical-align:top}.expert-zone{border-top:5px solid #1f3e57;background-color:#fff;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);padding-bottom:10px;margin-bottom:30px}.expert-zone .module-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:66px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding:0 20px;border-bottom:2px solid rgba(31,62,87,.1)}.expert-zone .module-title .text{font-size:22px;font-weight:700;text-transform:uppercase;color:#1f3e57}.expert-zone .list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 10px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.expert-zone .list .item{padding:0 10px;margin:0 10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0;border-bottom:1px solid rgba(31,62,87,.1);min-height:93px;width:100%}.expert-zone .list .item a{display:block;width:100%}@media(min-width: 576px){.expert-zone .list .item{width:-moz-calc(50% - 20px);width:calc(50% - 20px)}}@media(min-width: 576px){.expert-zone .list .item:nth-last-of-type(2){border-bottom:none}}.expert-zone .list .item:last-of-type{border-bottom:none}.expert-zone .list .item .title{font-size:16px;font-weight:700;display:block;width:100%;margin-bottom:5px}.expert-zone .list .item .expert{font-size:13px;font-weight:700;color:#1f3e57;display:block;width:100%}.our-experts{border-top:5px solid #1f3e57;background-color:#fff;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);margin-bottom:30px;font-size:0}.our-experts .module-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:66px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding:0 20px;border-bottom:2px solid rgba(31,62,87,.1);margin-bottom:20px}.our-experts .module-title .text{font-size:22px;font-weight:700;text-transform:uppercase;color:#1f3e57}.our-experts__list{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;padding:0;position:relative}.our-experts__expert{width:160px;padding:0 10px;display:inline-block;white-space:normal;vertical-align:top;text-align:center;margin-bottom:5px}.our-experts .expert-image{margin:0 auto 15px;width:85px;height:85px;overflow:hidden;border-radius:50%}.our-experts .expert-name{font-size:13px;font-weight:700;margin-bottom:5px;color:#1f3e57}.our-experts .expert-firm{font-size:11px;font-weight:600;margin-bottom:10px;line-height:17px;color:#fca800}.our-experts .expert-trade{color:#707070;font-size:13px;font-weight:400;font-family:"Roboto",sans-serif}.our-experts .bot-wrap{position:relative;overflow:hidden}.our-experts .bot-wrap:after{content:"";bottom:0;left:0;right:0;background-color:#fff;height:20px;z-index:9;display:block;position:absolute}.our-experts__next,.our-experts__prev{width:85px;height:85px;background-color:#1f3e57;position:absolute;border-radius:50%;top:0;bottom:0;margin:auto;opacity:0;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;cursor:pointer;z-index:3}.our-experts__next.active,.our-experts__prev.active{opacity:1}.our-experts__next img,.our-experts__prev img{position:absolute;top:0;bottom:0;width:15px;height:24px;margin:auto}.our-experts__next{right:-42.5px;left:auto}.our-experts__next img{left:20px;right:auto}.our-experts__prev{right:auto;left:-42.5px}.our-experts__prev img{right:20px;left:auto;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.hp-product-list{background-color:#fff;padding:0 15px 15px}@media(min-width: 1025px){.hp-product-list{padding:0 30px 15px}}.hp-product-list .module-title{font-size:18px;font-weight:700;line-height:27px;padding:15px 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;border-bottom:1px solid rgba(31,62,87,.1)}.hp-product-list .module-title .link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.hp-product-list .module-title .link .triangle{margin-right:5px}.hp-product-list .module-title .link .text{font-size:15px;color:#1f3e57}.hp-product-list .product{padding:0;position:relative;margin-bottom:15px}@media(min-width: 1025px){.hp-product-list .product{padding:15px}}.hp-cards{font-size:0;white-space:nowrap;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;margin-bottom:30px}@media(min-width: 1025px){.hp-cards{margin-bottom:0}}.hp-cards .cards-wrap{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 768px){.hp-cards .cards-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width: 1025px){.hp-cards .cards-wrap{display:block}}.hp-cards .card{white-space:normal;background-color:#1f3e57;color:#fff;-webkit-box-shadow:-15px 0 50px rgba(0,0,0,.6);box-shadow:-15px 0 50px rgba(0,0,0,.6);border-radius:10px;display:inline-block;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;-moz-transition:transform .25s, -moz-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s, -moz-transform .25s;position:relative;vertical-align:top;overflow:hidden;width:100%;max-width:90%;margin-top:-5%}@media(min-width: 768px){.hp-cards .card{margin-top:5%;max-width:33.3333333333vw;margin-left:-3vw}}@media(min-width: 1025px){.hp-cards .card{margin-left:-25.1vw;max-width:32.9vw}}@media(min-width: 1200px){.hp-cards .card{margin-left:-270px;max-width:370px}}@media(min-width: 1025px){.hp-cards .card:hover{-webkit-transform:translate(0, -30px);-moz-transform:translate(0, -30px);-ms-transform:translate(0, -30px);transform:translate(0, -30px)}}@media(min-width: 1025px){.hp-cards .card:hover~.card{-webkit-transform:translateX(200px);-moz-transform:translateX(200px);-ms-transform:translateX(200px);transform:translateX(200px)}}.hp-cards .card:first-of-type{margin-left:0}@media(max-width: 767.98px){.hp-cards .card:nth-of-type(2n){margin-left:auto}}.hp-cards .card__link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;color:#fff;padding:10px 15px;min-height:160px;padding-bottom:30px}@media(min-width: 576px){.hp-cards .card__link{padding-bottom:0}}@media(min-width: 768px){.hp-cards .card__link{min-height:400px}}@media(min-width: 1025px){.hp-cards .card__link{min-height:440px}}.hp-cards .card__link:hover,.hp-cards .card__link:visited,.hp-cards .card__link:link{color:#fff}.hp-cards .card__link:hover:after{top:0;bottom:-10%;left:-5%;right:-5%}.hp-cards .card__service{width:100%;font-size:12px;font-weight:700;color:#fca800;text-transform:uppercase;z-index:3;position:relative;margin-bottom:0}@media(min-width: 576px){.hp-cards .card__service{margin-bottom:15px}}@media(min-width: 1025px){.hp-cards .card__service{position:static}}.hp-cards .card__image{margin-bottom:20px;position:absolute;top:0;left:0;bottom:0;right:0;opacity:.2}@media(min-width: 768px){.hp-cards .card__image{opacity:1;position:static}}.hp-cards .card__title{font-size:19px;font-weight:600;line-height:25px;z-index:3;position:relative}@media(min-width: 576px){.hp-cards .card__title{max-width:75%}}@media(min-width: 1025px){.hp-cards .card__title{position:static}}.hp-cards .card__date{font-size:11px;line-height:17px;display:none}.hp-cards .card__category{font-size:12px;font-weight:700;opacity:.5;z-index:3;display:none}.hp-cards .card__category.-mobile{display:block;margin-bottom:15px}@media(min-width: 576px){.hp-cards .card__category.-mobile{display:none}}@media(min-width: 576px){.hp-cards .card__category{position:absolute;top:10px;right:15px;display:block}}@media(min-width: 768px){.hp-cards .card__category{top:auto;left:auto;right:auto;bottom:auto;position:relative;margin-bottom:15px}}@media(min-width: 1025px){.hp-cards .card__category{position:static}}.catalog-menu{list-style:none;margin:0;padding:0}.catalog-menu>li{list-style:none;margin:0;width:100%;padding:0}.catalog-menu>li.active,.catalog-menu>li.current{color:#fca800}.catalog-menu>li>a{font-size:13px;letter-spacing:.15em;line-height:20px;padding-bottom:5px;border-bottom:1px solid #1a1b1c;margin-bottom:20px;font-weight:700;display:block;text-transform:uppercase}.catalog-menu>li>ul{margin:0 0 35px;padding:0;list-style:none}.catalog-menu>li>ul>li{font-size:13px;line-height:20px;padding-bottom:3px;margin-bottom:5px;border-bottom:1px solid rgba(26,27,28,.12);color:#1a1b1c}.catalog-menu>li>ul>li.current{font-weight:700}.catalog-menu>li>ul>li.current:before{content:"";margin-right:8px;display:inline-block;width:0;height:0;border-style:solid;border-width:5px 0 5px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fca800}.product-list .catalog-menu>li:first-child{margin:0 0 20px;padding:0;display:block;width:100%;height:70px;max-width:350px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fca800;color:#fff;border:none;border-radius:4px}.product-list .catalog-menu>li:first-child a{color:#fff;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;text-transform:uppercase;border:none;border-radius:4px;font-size:15px}.calendar-firm{padding:10px 0 25px;text-align:center;background-color:#fff;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;min-height:270px}.calendar-firm__name{width:100%;font-size:15px;font-weight:600;line-height:23px}.calendar-firm__image{width:100%}.calendar-firm__link{width:100%}.calendar-firm__link a{width:188px;height:38px;line-height:38px;border-radius:4px;background-color:#fca800;display:inline-block;color:#fff;-webkit-box-shadow:0 0 25px rgba(0,0,0,.16);box-shadow:0 0 25px rgba(0,0,0,.16);text-transform:uppercase;font-size:13px;font-weight:700}.last-in-month .module-title{margin-bottom:45px;text-transform:uppercase}.often-read-expert .module-title{font-size:13px;letter-spacing:.15em;line-height:20px;padding-bottom:5px;border-bottom:1px solid #1a1b1c;margin-bottom:20px;font-weight:700;display:block;text-transform:uppercase}.often-read__article{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(31,62,87,.1)}.often-read__article:last-child{border-bottom:none}.often-read__expert{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:5px}.often-read__expert-image{width:40px;height:40px;border-radius:50px;overflow:hidden}.often-read__expert-text{width:100%;max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px);padding-left:10px}.often-read__expert-text.no-image{padding-left:0}.often-read__expert-name{font-size:12px;font-weight:700;color:#1f3e57}.often-read__expert-company{font-size:11px;font-weight:600;color:#fca800}.often-read__title{font-size:15px;font-weight:700;line-height:23px}.header__search{margin-right:15px;position:relative;display:none}@media(min-width: 1025px){.header__search{display:block}}.search-form-header{width:100%;left:100%;top:0;bottom:0;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.search-form-header.active{left:0;opacity:1}.search-form-header .form-wrap{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-box-flex:2;-ms-flex-positive:2;flex-grow:2;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.search-form-header__text{width:100%;height:40px;border:1px solid #c9c9c9;vertical-align:top;border-radius:3px;padding:0 15px;font-size:13px;font-weight:500;border-radius:50px;padding-right:45px}.search-form-header__submit{position:absolute;background:none;border:none;height:100%;right:0;width:45px;background-image:url("/templates/main/images/svg/search.svg");background-position:center;background-size:35%;background-repeat:no-repeat}.search-form-header__close{padding-left:15px;cursor:pointer}.other-products{position:relative}.other-products .module-title-blue.-small{margin-bottom:20px}.other-products .module-title-blue.-small .firm{color:#fca800;text-transform:none}.other-products .product-list{overflow-y:hidden;overflow-x:scroll;font-size:0;white-space:nowrap}.other-products .product-list:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background-color:#fff}.other-products .other-product{width:185px;display:inline-block;margin-bottom:30px;text-align:left;margin-right:20px;vertical-align:top}.other-products .other-product__image{border:1px solid rgba(26,27,28,.12);margin-bottom:10px}.other-products .other-product__name{font-size:15px;line-height:23px;font-weight:700;white-space:normal}.other-products__next,.other-products__prev{width:85px;height:85px;background-color:#1f3e57;position:absolute;border-radius:50%;top:0;bottom:0;margin:auto;opacity:0;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;cursor:pointer;z-index:3}.other-products__next.active,.other-products__prev.active{opacity:1}.other-products__next img,.other-products__prev img{position:absolute;top:0;bottom:0;width:15px;height:24px;margin:auto}.other-products__next{right:-75px;left:auto}.other-products__next img{left:20px;right:auto}.other-products__prev{right:auto;left:-75px}.other-products__prev img{right:20px;left:auto;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.other-products-category .module-title-blue.-small{margin-bottom:20px;text-transform:uppercase}.other-products-category .module-title-blue.-small .firm{color:#fca800;text-transform:none}.other-products-category .other-product{width:100%;display:inline-block;margin-bottom:30px;text-align:left}.other-products-category .other-product__image{border:1px solid rgba(26,27,28,.12);margin-bottom:10px}.other-products-category .other-product__firm{font-size:13px;font-weight:600;margin-bottom:5px;color:#fca800}.other-products-category .other-product__name{font-size:15px;line-height:23px;font-weight:700}.knowledge-base .main-articles__small-text{background-color:#f8f8fa}.knowledge-base .main-articles__small-text-title{margin-top:10px;padding-bottom:0}.knowledge-base .main-articles__small-text-person{margin-bottom:0}.knowledge-base .main-articles__small-text-category{margin-bottom:0;text-transform:uppercase}.knowledge-base .main-articles__small-image{position:relative}.knowledge-base .main-articles__small .person-image{position:absolute;right:15px;bottom:-20px;z-index:3}.knowledge-base .main-articles__small .person-image img{max-width:70px;width:100%;-webkit-box-shadow:0 0 25px rgba(0,0,0,.39);box-shadow:0 0 25px rgba(0,0,0,.39);border-radius:50%}.knowledge-base .main-articles__small-text.expert{max-width:100%;padding-right:20%}.see-also{background-color:#fff;max-width:450px;display:block;margin:0 auto 45px;padding:15px 15px 15px;margin:50px auto;-webkit-box-shadow:0 0 50px rgba(0,0,0,.16);box-shadow:0 0 50px rgba(0,0,0,.16)}@media(min-width: 576px){.see-also{padding:15px 30px 15px}}.see-also__link{display:block}.see-also__title{font-size:15px;letter-spacing:.29em;text-transform:uppercase;font-weight:700;padding-bottom:15px;border-bottom:2px solid #fca800;margin-bottom:30px;text-align:center}.see-also__article{margin-bottom:30px}.see-also__article-image{position:relative;margin-bottom:22px}.see-also__article-category{font-size:12px;font-weight:700;line-height:30px;height:30px;padding:0 30px 0 20px;color:#082134;position:absolute;bottom:0;left:0;background-color:#fff;display:inline-block}.see-also__article-category:before{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;width:15px;height:2px;background-color:#fca800}.see-also__article-title{font-weight:700;margin-bottom:22px;font-size:20px;line-height:30px}.see-also__article-introtext{font-size:15px;font-weight:400;line-height:25px;color:#1a1b1c}.mod_avt_comments__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.mod_avt_comments__title{font-size:25px;font-weight:700;letter-spacing:.05em;color:#082134;padding-bottom:10px;border-bottom:2px solid #082134;margin-bottom:20px}.mod_avt_comments__textarea{position:relative;width:-moz-calc(100% + 4px);width:calc(100% + 4px);height:-moz-calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;resize:none;background-color:#fff;padding:25px 20px;font-size:15px;font-weight:400;color:#1a1b1c}.mod_avt_comments__textarea-wrap{overflow:hidden;border:1px solid #d1d2e2;position:relative;display:block;height:170px;width:100%;margin-bottom:20px}.mod_avt_comments__recaptcha-wrap{margin-bottom:20px}@media(min-width: 1200px){.mod_avt_comments__recaptcha-wrap{margin-bottom:0}}.mod_avt_comments__input{position:relative;width:-moz-calc(100% + 4px);width:calc(100% + 4px);height:-moz-calc(100% + 4px);height:calc(100% + 4px);top:-2px;left:-2px;resize:none;background-color:#fff;padding:0 20px;font-size:15px;font-weight:400;color:#1a1b1c}.mod_avt_comments__input-wrap{overflow:hidden;border:1px solid #d1d2e2;position:relative;display:block;height:76px;margin-bottom:20px;width:100%}@media(min-width: 576px){.mod_avt_comments__input-wrap{width:-moz-calc(100% - 320px);width:calc(100% - 320px)}}@media(min-width: 768px){.mod_avt_comments__input-wrap{width:-moz-calc(100% - 515px);width:calc(100% - 515px)}}@media(min-width: 1025px){.mod_avt_comments__input-wrap{width:-moz-calc(100% - 320px);width:calc(100% - 320px)}}@media(min-width: 1200px){.mod_avt_comments__input-wrap{width:auto;margin-bottom:0}}.mod_avt_comments__submit{border:none;outline:none;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.16);box-shadow:0 15px 30px rgba(0,0,0,.16);height:76px;background-color:#fca800;color:#fff;border-radius:3px;font-size:15px;font-weight:700;letter-spacing:.115em;text-transform:uppercase;cursor:pointer;width:175px}.comments{margin-bottom:45px}.comments p{margin:0}.comments__list-element{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.comments__list-element-info{width:100%;min-height:42px;border-bottom:1px solid #707070;margin-bottom:20px;display:block;padding-bottom:10px}@media(min-width: 420px){.comments__list-element-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-bottom:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}}.comments__list-element-author{font-size:16px;font-weight:700;color:#fca800;margin-right:23px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 420px){.comments__list-element-author{height:100%}}.comments__list-element-date{font-size:15px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-right:15px}@media(min-width: 420px){.comments__list-element-date{height:100%;border-right:1px solid #707070}}.comments__list-hidden{display:none}.comments .blue-btn{margin-bottom:30px;color:#fff}.comments .blue-btn:link,.comments .blue-btn:visited,.comments .blue-btn:focus,.comments .blue-btn:active{color:#fff}@media(min-width: 1025px){.comments .blue-btn:hover{color:#fca800}}.map-marker-popup .title{display:block}.next-product{position:fixed;right:0;left:auto;width:100%;font-size:0;background-color:#fff;text-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;overflow:hidden;z-index:9;bottom:0;top:auto;height:60px;padding-right:60px;max-width:60px}@media(min-width: 576px){.next-product{max-width:210px}}@media(min-width: 1440px){.next-product{max-width:325px;font-size:13px;font-weight:600;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);padding-right:100px;max-width:100px;height:100px;top:45%;bottom:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.next-product .wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-moz-transition:transform .35s ease-in-out, -moz-transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -moz-transform .35s ease-in-out;position:absolute;color:#1a1b1c;right:60px;padding-right:15px}@media(min-width: 1440px){.next-product .wrap{padding:0 5px;width:225px;right:100px;-webkit-transform:translateX(calc(100% + 100px));-moz-transform:translateX(-moz-calc(100% + 100px));-ms-transform:translateX(calc(100% + 100px));transform:translateX(calc(100% + 100px))}}@media(min-width: 1025px){.next-product:hover{max-width:325px}.next-product:hover .wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.next-product a{width:100%;height:100%}.next-product span{display:block;width:100%;font-size:13px;font-weight:600;color:#fca800;text-transform:uppercase}.next-product:after{content:"";right:0;top:0;background-color:#1f3e57;position:absolute;pointer-events:none;background-image:url("/templates/main/images/svg/arrow-right.svg");background-repeat:no-repeat;background-position:center;background-size:35%;width:60px;height:60px}@media(min-width: 1440px){.next-product:after{width:100px;height:100px}}.prev-product{position:fixed;left:0;right:auto;width:100%;background-color:#fff;text-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;overflow:hidden;z-index:9;bottom:0;top:auto;height:60px;padding-left:60px;font-size:0;max-width:60px}@media(min-width: 576px){.prev-product{max-width:210px}}@media(min-width: 1440px){.prev-product{max-width:325px;font-size:13px;font-weight:600;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);padding-left:100px;max-width:100px;height:100px;top:45%;bottom:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media(min-width: 1025px){.prev-product:hover{max-width:325px}.prev-product:hover .wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.prev-product .wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-moz-transition:transform .35s ease-in-out, -moz-transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -moz-transform .35s ease-in-out;position:absolute;color:#1a1b1c;padding-left:10px}@media(min-width: 1440px){.prev-product .wrap{padding:0 5px;width:225px;-webkit-transform:translateX(calc(100% + 100px));-moz-transform:translateX(-moz-calc(100% + 100px));-ms-transform:translateX(calc(100% + 100px));transform:translateX(calc(100% + 100px))}}.prev-product a{width:100%;height:100%}.prev-product span{display:block;width:100%;font-size:13px;font-weight:600;color:#fca800;text-transform:uppercase}.prev-product:after{content:"";left:0;top:0;background-color:#1f3e57;position:absolute;pointer-events:none;background-image:url("/templates/main/images/svg/arrow-right.svg");background-repeat:no-repeat;background-position:center;background-size:35%;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);width:60px;height:60px}@media(min-width: 1440px){.prev-product:after{width:100px;height:100px}}.next-prev-return{position:fixed;bottom:0;left:0;right:0;margin:auto;z-index:3;height:60px;background-color:#fff;position:fixed;z-index:6;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-shadow:0 32px 99px rgba(0,0,0,.16);box-shadow:0 32px 99px rgba(0,0,0,.16)}.next-prev-return__btn{width:60px;height:60px;background-size:30%;background-position:center 10px;background-repeat:no-repeat;background-image:url("/templates/main/images/svg/return-top.svg");z-index:3;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end;padding-bottom:5px;color:#fca800;font-size:13px;font-weight:600;text-transform:uppercase}@media(min-width: 1440px){.next-prev-return{display:none}}@media(min-width: 576px){.firm-catalog .catalog-tools__display{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.firm-catalog__list{margin-bottom:45px}.firm-catalog__list .row{padding:0 15px}.firm-catalog.-list .firm-catalog__tools .catalog-tools__search{max-width:none}.firm-catalog.-list .firm-catalog__firm.-list .list-wrap{max-width:none}[data-view-mode=grid] .firm-catalog__firm{text-align:center}[data-view-mode=grid] .firm-catalog__firm .firm__image{margin-bottom:30px}[data-view-mode=grid] .firm-catalog__firm .firm__name{font-size:14px;font-weight:700;line-height:21px}[data-view-mode=grid] .firm-catalog__firm .firm__address,[data-view-mode=grid] .firm-catalog__firm .firm__mail,[data-view-mode=grid] .firm-catalog__firm .firm__page{display:none}@media(max-width: 767.98px){[data-view-mode=grid] .firm-catalog__firm:nth-of-type(2n){border-right:none}}@media(max-width: 767.98px){[data-view-mode=grid] .firm-catalog__firm:last-child{border-bottom:none;border-right:none}}@media(min-width: 768px){[data-view-mode=grid] .firm-catalog__firm:nth-last-child(-n+3){border-bottom:none}}@media(min-width: 768px){[data-view-mode=grid] .firm-catalog__firm:last-child{border-right:none}}[data-view-mode=list] .firm-catalog__firm{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-right:none;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}[data-view-mode=list] .firm-catalog__firm .firm__image{width:100%;margin-bottom:30px}@media(min-width: 576px){[data-view-mode=list] .firm-catalog__firm .firm__image{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:200px;margin-bottom:0}}[data-view-mode=list] .firm-catalog__firm .list-wrap{width:100%}@media(min-width: 576px){[data-view-mode=list] .firm-catalog__firm .list-wrap{padding-right:30px;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:-moz-calc(100% - 200px);max-width:calc(100% - 200px)}}[data-view-mode=list] .firm-catalog__firm .firm__name{font-size:24px;line-height:28px;font-weight:700;margin-bottom:30px}@media(min-width: 768px){[data-view-mode=list] .firm-catalog__firm .firm__name{font-size:30px;line-height:40px}}[data-view-mode=list] .firm-catalog__firm .firm__address{font-size:15px;font-weight:400;line-height:23px;margin-bottom:30px}[data-view-mode=list] .firm-catalog__firm .firm__mail,[data-view-mode=list] .firm-catalog__firm .firm__page{display:block;width:100%;font-size:15px;line-height:23px;color:#fca800}[data-view-mode=list] .firm-catalog__firm:last-child{border-bottom:none}.firm-catalog__firm{background-color:#fff;border-bottom:1px solid rgba(101,127,127,.19);border-right:1px solid rgba(101,127,127,.19);padding:15px}@media(min-width: 768px){.firm-catalog__firm:nth-of-type(3n){border-right:none}}[data-view-mode=grid] .firm-catalog__firm.product{padding:30px 15px;position:relative}[data-view-mode=grid] .firm-catalog__firm.product:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:3}@media(min-width: 1025px){[data-view-mode=grid] .firm-catalog__firm.product:hover{z-index:9}[data-view-mode=grid] .firm-catalog__firm.product:hover:after{top:-10px;left:-10px;right:-10px;bottom:-10px;background:#fff;-webkit-box-shadow:0 3px 50px rgba(0,0,0,.3);box-shadow:0 3px 50px rgba(0,0,0,.3)}[data-view-mode=grid] .firm-catalog__firm.product:hover .firm__image img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}}[data-view-mode=grid] .firm-catalog__firm.product .firm__image{z-index:6;position:relative;overflow:hidden}[data-view-mode=grid] .firm-catalog__firm.product .firm__image img{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}[data-view-mode=grid] .firm-catalog__firm.product .list-wrap{z-index:6;position:relative}[data-view-mode=grid] .firm-catalog__firm.product .firm__product-name{font-size:13px;font-weight:600;line-height:20px;margin-bottom:10px;color:#fca800}[data-view-mode=grid] .firm-catalog__firm.product .firm__name{font-size:14px;font-weight:700}[data-view-mode=grid] .firm-catalog__firm.product .firm__product-description{display:none}[data-view-mode=list] .firm-catalog__firm.product{text-align:left}[data-view-mode=list] .firm-catalog__firm.product .firm__product-name{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:13px;line-height:20px;font-weight:600;color:#fca800;margin-bottom:3px}[data-view-mode=list] .firm-catalog__firm.product .list-wrap{max-width:-moz-calc(100% - 212px);max-width:calc(100% - 212px);position:relative;z-index:6}[data-view-mode=list] .firm-catalog__firm.product .firm__image{z-index:6;position:relative}[data-view-mode=list] .firm-catalog__firm.product .firm__name{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:20px;font-weight:700;line-height:30px;margin-bottom:20px}[data-view-mode=list] .firm-catalog__firm.product .firm__product-description{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:16px;line-height:30px;font-weight:400}[data-view-mode=list] .firm-catalog__firm.product .firm__description-link{font-size:13px;text-decoration:underline;text-transform:uppercase;color:#fca800;font-weight:700;letter-spacing:.15em;display:inline-block;margin-left:5px}.expert-page .bs-box{-webkit-box-shadow:0 3px 25px rgba(0,0,0,.16);box-shadow:0 3px 25px rgba(0,0,0,.16)}.connected-expert{background-color:#fff;padding:40px 15px 30px;border-bottom:1px solid rgba(26,27,28,.12)}.connected-expert>a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.connected-expert:last-of-type{border-bottom:none}.connected-expert__text{padding-right:25px;width:100%;max-width:-moz-calc(100% - 230px);max-width:calc(100% - 230px)}.connected-expert.no-image .connected-expert__text{max-width:none}.connected-expert__image{width:230px;height:230px}.connected-expert__title{font-size:20px;font-weight:700;line-height:30px;margin-bottom:20px}.connected-expert__introtext{font-size:16px;line-height:30px;font-weight:400}.connected-expert .read-more{font-size:13px;text-decoration:underline;text-transform:uppercase;letter-spacing:.15em;color:#fca800;font-weight:700;display:inline-block;margin-left:5px}.expert-box{background-color:#fff;padding:15px 0 45px;text-align:center;-webkit-box-shadow:0 3px 25px rgba(0,0,0,.16);box-shadow:0 3px 25px rgba(0,0,0,.16);margin-bottom:20px}.expert-box__image{width:96px;height:96px;overflow:hidden;border-radius:50px;margin:0 auto 15px}.expert-box__name{font-size:13px;font-weight:700;margin-bottom:10px}.expert-box__company{font-size:12px;font-weight:600;line-height:18px;color:#fca800;margin-bottom:15px}.expert-box__category{font-size:12px;line-height:14px;font-weight:400;color:#707070;margin-bottom:10px}.expert-box__counter{font-size:20px;font-weight:700}.expert-box__counter-text{font-size:13px;font-weight:400}.expert-list-link{width:100%;height:85px;line-height:85px;font-size:15px;font-weight:700;color:#fff;text-align:center;background-color:#1f3e57;border-radius:5px}.expert-list-link .triangle{display:inline-block;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.expert-list-link a{display:block}.expert-list-link a:hover{color:#fff}.article-product{background-color:#fff;-webkit-box-shadow:0 80px 99px rgba(0,0,0,.16);box-shadow:0 80px 99px rgba(0,0,0,.16);text-align:center;padding:30px;margin-bottom:80px;overflow:hidden}.article-product .black-color{color:#000;font-weight:400}.article-product__top-company{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:left;padding-bottom:24.5px;border-bottom:2px solid #fca800;margin-bottom:24.5px}@media(max-width: 767.98px){.article-product__top-company{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}.article-product__top-company-image{max-width:170px;border:1px solid #e1e1e1;padding:10px;margin-right:21px}@media(max-width: 767.98px){.article-product__top-company-image{margin:0 auto 20px auto}}@media(max-width: 767.98px){.article-product__top-company-text{max-width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.article-product__top-company-text-name{font-size:25px;line-height:38px;font-weight:700;margin-bottom:11px;display:inline-block}.article-product__top-company-text-address{font-size:15px;line-height:25px}.article-product__top-company-text-phone{font-size:15px;line-height:25px;margin-bottom:20px}@media(max-width: 767.98px){.article-product__top-company-text-phone-tel{width:100%;display:block}}@media(max-width: 767.98px){.article-product__top-company-text-phone-fax{width:100%;display:block}}.article-product__top-company-text a.article-product__top-company-text-btn{font-size:15px;line-height:25px;color:#fca800}.article-product__company{font-size:15px;font-weight:600;margin-bottom:5px;color:#fca800}.article-product__title{font-size:30px;font-weight:700;margin-bottom:25px}.article-product__button{padding:10px;font-size:12px;font-weight:700;line-height:13px;color:#fff;background-color:#fca800;border-radius:4px;text-transform:uppercase}.article-product__button:hover,.article-product__button:visited{color:#fff}.article-product__button:hover{background-color:#e09703}@media(min-width: 335px){.article-product__button{font-size:13px}}.article-product__image{margin-bottom:15px;margin-top:30px}.article-product__introtext{font-size:15px;line-height:25px;font-weight:400;text-align:left;margin-bottom:20px}.article-product__introtext a{color:#fca800;text-decoration:underline}.article-product__fulltext{margin-bottom:45px;text-align:left;font-size:15px}.article-product__fulltext a{color:#fca800;text-decoration:underline}.article-product .module-title-blue{text-align:left;margin-bottom:15px;text-transform:uppercase}.article-product__categories{text-align:left;font-size:15px;font-weight:500;color:#1f3e57;text-decoration:underline}.newsletter-getResponse{background-color:#efefef;color:#1a1b1c}.newsletter-getResponse .category{margin:20px 0 0}.newsletter-getResponse .category label{display:block;border-radius:40px;position:relative;margin:20px 0 0}.newsletter-getResponse .category input{position:absolute;visibility:hidden}.newsletter-getResponse .category .category__block.selected,.newsletter-getResponse .category .category__block:hover{border-color:#35546e;background:#35546e;color:#fff}.newsletter-getResponse .category .category__block.selected .img svg path,.newsletter-getResponse .category .category__block:hover .img svg path{fill:#aebac5}.newsletter-getResponse .category .category__block.selected .title .fa,.newsletter-getResponse .category .category__block.selected .title .map-marker-popup__close{width:22px;opacity:1}.newsletter-getResponse .category__title{margin:40px 0 30px;font-size:26px;line-height:35px;color:#0c0c0c}.newsletter-getResponse .category__title p{margin:0}.newsletter-getResponse .category__block{display:block;border:2px solid #e2e5ea;border-radius:40px;padding:30px 0 34px;color:#1f3e57;text-align:center;cursor:pointer}.newsletter-getResponse .category__block.error{border-color:#870303;-webkit-box-shadow:inset 0 0 40px 2px #870303;box-shadow:inset 0 0 40px 2px #870303}.newsletter-getResponse .category__block .img{height:65px;margin:0 0 5px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsletter-getResponse .category__block .img svg path{fill:#505070;-webkit-transition:fill .35s ease 0s;-moz-transition:fill .35s ease 0s;transition:fill .35s ease 0s}.newsletter-getResponse .category__block .title{font-size:18px;font-weight:600;text-transform:uppercase}.newsletter-getResponse .category__block .title .fa,.newsletter-getResponse .category__block .title .map-marker-popup__close{color:#fca800;width:0;overflow:hidden;opacity:0;text-align:left;vertical-align:-2px}.newsletter-getResponse .js-newsletter-form{margin-bottom:50px}.newsletter-getResponse .js-newsletter-form__error{display:none;text-align:center;margin:20px auto;font-size:25px;color:#d80000}.newsletter-getResponse .js-newsletter-form__category-error{display:none;text-align:center;margin:20px auto;font-size:25px;color:#d80000}.newsletter-getResponse .js-newsletter-form.disabled .js-newsletter-form__error{display:block}.newsletter-getResponse .js-newsletter-form.category-error .js-newsletter-form__category-error{display:block}.newsletter-getResponse .newsletter-text{margin:30px auto;text-align:center;width:100%}.newsletter-getResponse .newsletter-text__title{font-family:"Poppins",sans-serif;font-size:40px;letter-spacing:.035em;padding-bottom:15px;border-bottom:3px solid #fca800;font-weight:500;text-transform:uppercase;margin-bottom:30px}.newsletter-getResponse .newsletter-text__description{margin-top:15px;font-family:"Poppins",sans-serif;font-size:25px;font-weight:700}.newsletter-getResponse .newsletter-text__gratis{margin-top:15px;font-family:"Poppins",sans-serif;font-size:20px;font-weight:400}.newsletter-getResponse .newsletter-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:50px auto}.newsletter-getResponse .newsletter-content__image{margin-bottom:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 768px){.newsletter-getResponse .newsletter-content__image{margin-bottom:0}}.newsletter-getResponse .newsletter-email{display:block;width:75%;height:80px;margin:0 auto;border:2px solid #fff;border-radius:4px;font-size:16px;font-weight:400;padding-left:20px;-webkit-box-shadow:0 30px 30px rgba(0,0,0,.16);box-shadow:0 30px 30px rgba(0,0,0,.16)}.newsletter-getResponse .newsletter-email::-webkit-input-placeholder{font-size:16px;line-height:20px;font-weight:400}.newsletter-getResponse .newsletter-email:-moz-placeholder{font-size:16px;line-height:20px;font-weight:400}.newsletter-getResponse .newsletter-email::-moz-placeholder{font-size:16px;line-height:20px;font-weight:400}.newsletter-getResponse .newsletter-email:-ms-input-placeholder{font-size:16px;line-height:20px;font-weight:400}.newsletter-getResponse .newsletter-email::-ms-input-placeholder{font-size:16px;line-height:20px;font-weight:400}.newsletter-getResponse .newsletter-email::placeholder{font-size:16px;line-height:20px;font-weight:400}@media(min-width: 1200px){.newsletter-getResponse .newsletter-email::-webkit-input-placeholder{font-size:20px;line-height:30px}.newsletter-getResponse .newsletter-email:-moz-placeholder{font-size:20px;line-height:30px}.newsletter-getResponse .newsletter-email::-moz-placeholder{font-size:20px;line-height:30px}.newsletter-getResponse .newsletter-email:-ms-input-placeholder{font-size:20px;line-height:30px}.newsletter-getResponse .newsletter-email::-ms-input-placeholder{font-size:20px;line-height:30px}.newsletter-getResponse .newsletter-email::placeholder{font-size:20px;line-height:30px}}@media(min-width: 1200px){.newsletter-getResponse .newsletter-email{width:50%;font-size:20px}}@media(min-width: 768px){.newsletter-getResponse .labels{padding-left:45px}}.newsletter-getResponse #webform_zgoda_marketingowa_avt_1{position:absolute;left:15px;height:30px;width:30px;border-radius:0px;cursor:pointer}@media(min-width: 768px){.newsletter-getResponse #webform_zgoda_marketingowa_avt_1{left:5px}}.newsletter-getResponse #webform_zgoda_marketingowa_avt_1~label{margin-left:45px;font-size:16px;line-height:26px;cursor:pointer}@media(min-width: 768px){.newsletter-getResponse #webform_zgoda_marketingowa_avt_1~label{left:15px;margin-left:0}}.newsletter-getResponse .avt-info{padding:30px 0}.newsletter-getResponse .avt-info .intro-text{font-size:15px;line-height:22px;font-weight:400;padding:30px 0}.newsletter-getResponse .avt-info #button-text{font-size:15px;font-weight:700;color:#000;cursor:pointer}.newsletter-getResponse #full-text{display:none;font-weight:400;font-size:15px;line-height:20px}.newsletter-getResponse .open{display:inline !important;font-size:15px;line-height:20px}.newsletter-getResponse .sign-up-newsletter{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 30px 0}@media(min-width: 1200px){.newsletter-getResponse .sign-up-newsletter{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.newsletter-getResponse .sign-up-newsletter input[type=submit]{font-size:23px;height:80px;font-family:"Poppins",sans-serif;text-transform:uppercase;font-weight:400;line-height:80px;background-color:#1f3e57;color:#fff;border:none;cursor:pointer;width:100%;margin-bottom:15px}.newsletter-getResponse .sign-up-newsletter #additional-info{max-width:290px;font-size:13px;font-weight:300;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(min-width: 1200px){.newsletter-getResponse .sign-up-newsletter #additional-info{padding-left:20px}}
/*# sourceMappingURL=main.min.css.map */
