/*!
 * 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 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out, -moz-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);-moz-transform:translate(0, -50px);-ms-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;-moz-transition:none;transition:none}}.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,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(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:-moz-calc(.3rem - 1px);border-top-right-radius:calc(.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(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:-moz-calc(.3rem - 1px);border-bottom-left-radius:calc(.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}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 1024.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 1025px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}.row,.newsroom .avt-row-370{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-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.inspirations-gallery-wrapper .next-img,.inspirations-gallery-wrapper .prev-img,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-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-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.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{-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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-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-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{-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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2,.inspirations-gallery-wrapper .next-img,.inspirations-gallery-wrapper .prev-img{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{-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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.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.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.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.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.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",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;-moz-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;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:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;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{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}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}.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:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 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:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.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.85714%}.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:#0056b3 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;transition:opacity 0.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 0.35s ease;-moz-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;-moz-transition:none;transition:none}}.mfp-arrow{cursor:pointer}@font-face{font-family:'Roboto';src:url("https://cdn.avt.pl/fonts/RobotoLight.eot");src:url("https://cdn.avt.pl/fonts/RobotoLight.eot?#iefix") 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.svg") format("svg");font-weight:300;font-style:normal;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?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoBold.ttf") format("ttf"),url("https://cdn.avt.pl/fonts/RobotoBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoBold.svg") format("svg");font-weight:700;font-style:normal;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?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoRegular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoRegular.ttf") format("ttf"),url("https://cdn.avt.pl/fonts/RobotoRegular.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoRegular.svg") format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'RobotoBlack';src:url("https://cdn.avt.pl/fonts/RobotoBlack.eot");src:url("https://cdn.avt.pl/fonts/RobotoBlack.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RobotoBlack.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RobotoBlack.ttf") format("ttf"),url("https://cdn.avt.pl/fonts/RobotoBlack.woff") format("woff"),url("https://cdn.avt.pl/fonts/RobotoBlack.svg") format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Rozha One';src:url("https://cdn.avt.pl/fonts/RozhaOne-Regular.eot");src:url("https://cdn.avt.pl/fonts/RozhaOne-Regular.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RozhaOne-Regular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RozhaOne-Regular.woff") format("woff"),url("https://cdn.avt.pl/fonts/RozhaOne-Regular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RozhaOne-Regular.svg") format("svg");font-weight:400;font-style:400;font-display:swap}@font-face{font-family:'Lora';src:url("https://cdn.avt.pl/fonts/LoraRegular.eot");src:url("https://cdn.avt.pl/fonts/LoraRegular.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/LoraRegular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/LoraRegular.woff") format("woff"),url("https://cdn.avt.pl/fonts/LoraRegular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/LoraRegular.svg") format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Lora';src:url("https://cdn.avt.pl/fonts/LoraItalic.eot");src:url("https://cdn.avt.pl/fonts/LoraItalic.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/LoraItalic.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/LoraItalic.woff") format("woff"),url("https://cdn.avt.pl/fonts/LoraItalic.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/LoraItalic.svg") format("svg");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Lora';src:url("https://cdn.avt.pl/fonts/LoraBold.eot");src:url("https://cdn.avt.pl/fonts/LoraBold.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/LoraBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/LoraBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/LoraBold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/LoraBold.svg") format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Lora';src:url("https://cdn.avt.pl/fonts/LoraBoldItalic.eot");src:url("https://cdn.avt.pl/fonts/LoraBoldItalic.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/LoraBoldItalic.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/LoraBoldItalic.woff") format("woff"),url("https://cdn.avt.pl/fonts/LoraBoldItalic.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/LoraBoldItalic.svg") format("svg");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:'Rubik';src:url("https://cdn.avt.pl/fonts/RubikRegular.eot");src:url("https://cdn.avt.pl/fonts/RubikRegular.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RubikRegular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RubikRegular.woff") format("woff"),url("https://cdn.avt.pl/fonts/RubikRegular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RubikRegular.svg") format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Rubik';src:url("https://cdn.avt.pl/fonts/RubikBold.eot");src:url("https://cdn.avt.pl/fonts/RubikBold.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/RubikBold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/RubikBold.woff") format("woff"),url("https://cdn.avt.pl/fonts/RubikBold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/RubikBold.svg") format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Playfair Display';src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-BlackItalic.eot");src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-BlackItalic.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BlackItalic.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BlackItalic.woff") format("woff"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BlackItalic.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic") format("svg");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:'Playfair Display';src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-BoldItalic.eot");src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BoldItalic.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BoldItalic.woff") format("woff"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BoldItalic.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic") format("svg");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Playfair Display';src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Black.eot");src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Black.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Black.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Black.woff") format("woff"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Black.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black") format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Playfair Display';src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Italic.eot");src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Italic.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Italic.woff") format("woff"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Italic.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic") format("svg");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Playfair Display';src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Bold.eot");src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Bold.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Bold.woff") format("woff"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Bold.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Playfair Display';src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Regular.eot");src:url("https://cdn.avt.pl/fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Regular.woff2") format("woff2"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Regular.woff") format("woff"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Regular.ttf") format("truetype"),url("https://cdn.avt.pl/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'icomoon';src:url("/templates/main/fonts/Icommon/icomoon.eot?4rcf8r");src:url("/templates/main/fonts/Icommon/icomoon.eot?4rcf8r#iefix") format("embedded-opentype"),url("/templates/main/fonts/Icommon/icomoon.ttf?4rcf8r") format("truetype"),url("/templates/main/fonts/Icommon/icomoon.woff?4rcf8r") format("woff"),url("/templates/main/fonts/Icommon/icomoon.svg?4rcf8r#icomoon") format("svg");font-weight:normal;font-style:normal}@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}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-instagram:before{content:"\e903"}.icon-facebook:before{content:"\e904"}.section-header{font-size:22px;line-height:24px;padding-bottom:10px;position:relative;margin-bottom:15px;font-family:"Roboto",sans-serif;font-weight:400}.section-header a{color:inherit}.section-header:after{content:"";width:113px;height:1px;display:block;position:absolute;bottom:0;background-color:#95989A}.fa,[class^="fa-link"],.our-experts .add-file-wrap .custom-wrap .custom-checkbox:before{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-link-facebook::before{content:"\f082"}.fa-link-youtube::before{content:"\f167"}.fa-link-linkedin::before{content:"\f08c"}.fa-link-twitter::before{content:"\f081"}.fa-link-twitter::before{content:"\f081"}.fa-instagram:before{content:"\f16d"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-facebook-square:before{content:"\f082"}.fa-youtube:before{content:"\f167"}.fa-search:before{content:"\f002"}.fa-clock:before{content:"\f017"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus:before{content:"\f0d5"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-envelope:before{content:"\f0e0"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-left:before{content:"\f053"}.fa-exclamation-circle:before{content:"\f06a"}.fa-external-link:before{content:"\f08e"}.fa-linkedin-square:before{content:"\f08c"}.fa-user:before{content:"\f007"}.fa-shopping-basket:before{content:"\f291"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-square:before{content:"\f14d"}.fa-file-word-o:before{content:"\f1c2"}.fa-times-circle:before{content:"\f057"}.fa-link-google-plus:before{content:"\f0d4"}.fa-minus:before{content:"\f068"}.color-main{color:#2b2b2b}*{list-style:none;text-decoration:none;-webkit-tap-highlight-color:transparent}body{font-size:16px}ul,ol{margin:0;padding:0}picture.lazy{display:block}#system-message{padding-top:110px;margin-bottom:-90px;text-align:center}#system-message .close{display:none}#system-message .alert{display:inline-block;padding:10px}#system-message .alert.alert-message{border:2px solid #008c11}#system-message .alert.alert-error{border:2px solid #d32e2f}@media (min-width: 1025px){.avt-mt-5{margin-top:50px !important}}.avt-pt-header{padding-top:65px}@media (min-width: 1025px){.avt-pt-header{padding-top:80px}}@media (min-width: 1280px){.avt-pt-header{padding-top:89px}}.responsive img{width:auto !important;max-width:100% !important;height:auto !important;margin:0 auto !important;display:block !important}.spolecznoscinet{text-align:center}.shadow .spolecznoscinet img{-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25)}#main-top{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}.article-image-left{margin-bottom:15px}.article-image-left .image{margin-bottom:10px;border:none}@media (min-width: 576px){.article-image-left .image{margin-bottom:15px}}@media (min-width: 1200px){.article-image-left .image{margin-bottom:0}}.article-image-left .title{font-family:"Rozha One",sans-serif;font-weight:400;margin-top:0;display:inline-block;font-size:36px;text-align:left;padding-bottom:15px;position:relative;margin-bottom:15px}@media (min-width: 768px){.article-image-left .title{font-size:23px}}.article-image-left .title:after{content:"";position:absolute;display:block;bottom:0;left:0;width:60px;height:1px;background-color:#95989A}.article-image-left .category{font-size:15px;font-weight:300;margin:0;position:absolute}@media (max-width: 575.98px){.article-image-left .category{position:static;margin:0 0 15px;text-align:left}}@media (min-width: 768px) and (max-width: 1024.98px){.article-image-left .category{position:relative}}[data-more-articles="close"] .hidden-article{display:none}[data-more-articles="open"] .hidden-article{display:block}.article-recommended .image{margin-bottom:15px}.article-recommended .text .title{font-size:19px;line-height:25px;font-family:"Roboto",sans-serif;font-weight:400}.mod-another-articles{margin-bottom:30px}.mod-another-articles .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}.mod-another-articles .text .title{font-size:37px;line-height:39px;font-family:"Rozha One",sans-serif;color:#000;margin-bottom:10px}@media (max-width: 575px){.mod-another-articles .text .title{font-size:28px;line-height:27px}}.mod-another-articles .text .introtext{font-size:19px;line-height:24px}.mod-another-articles__wrapper{height:184px;margin-top:-184px;margin-bottom:50px;z-index:1;position:relative;width: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:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;background:-webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255,255,255,0)));background:-moz-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);pointer-events:none}.mod-another-articles__btn{font-size:14px;line-height:24px;color:#000;font-family:"Roboto",sans-serif;padding:12px 0;border:1px solid #000000;background-color:#fff;max-width:257px;width:100%;text-align:center;color:#000;letter-spacing:2px}.article-image-full{background:#fff;background-repeat:no-repeat;background-size:cover;background-position:center;height:100vh;max-height:600px;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;line-height:1;position:relative;width:100%}@media (min-width: 1025px){.article-image-full{max-height:750px}}.article-image-full .container-fluid,.article-image-full .container-sm,.article-image-full .container-md,.article-image-full .container-lg,.article-image-full .container-xl{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end}.article-image-full .main-w{padding:0 15px}.article-image-full:before{content:'';position:absolute;top:20%;right:0;bottom:0;left:0;opacity:.7;background:-webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255,255,255,0)), color-stop(50%, white), color-stop(90%, white), to(white));background:-moz-linear-gradient(top, rgba(255,255,255,0) 5%, white 50%, white 90%, white 100%);background:linear-gradient(180deg, rgba(255,255,255,0) 5%, white 50%, white 90%, white 100%)}@media (min-width: 768px){.article-image-full:before{right:auto;bottom:auto;top:20%;left:-20%;width:100%;height:100%;opacity:1;background:-moz-radial-gradient(center, ellipse, #fff 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);background:radial-gradient(ellipse at center, #fff 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%)}}@media (min-width: 1025px){.article-image-full:before{top:20%;left:-20%;width:100%;height:100%}}.article-image-full .text{text-align:center;margin-bottom:50px}@media (min-width: 768px){.article-image-full .text{text-align:left}}@media (min-width: 1025px){.article-image-full .text:hover a{color:inherit}.article-image-full .text:hover .hvr-underline-from-left{color:#fff}.article-image-full .text:hover .hvr-underline-from-left a{color:#fff}.article-image-full .text:hover .hvr-underline-from-left::before{right:0}}.article-image-full .text .title{margin-bottom:15px;font-weight:400;font-size:40px;line-height:42px;letter-spacing:-2px}@media (min-width: 768px){.article-image-full .text .title{letter-spacing:-4px;font-size:54px;line-height:60px}}.article-image-full .text .title a{font-family:"Rozha One",sans-serif;color:#25292f;display:block}.article-image-full .text .introtext{margin:0 0 20px 0;font-family:"Roboto",sans-serif;line-height:24px;color:#25292f;font-size:17px}@media (max-width: 575.98px){.article-image-full .text .introtext{display:none}}@media (min-width: 1025px){.article-image-full .text .introtext{padding-right:170px}}.article-image-full .text .category{display:inline-block;width:200px;padding-bottom:5px;font-weight:300;font-family:"Roboto",sans-serif;margin:0 0 5px;border-bottom:1.2px solid rgba(128,128,128,0.5)}.article-image-full img{width:100%}.article-image-full .link{font-family:"Roboto",sans-serif}.article-image-full .link a{width:185px;height:46px;background-color:#25292f;border:none;cursor:pointer;display:inline-block;text-align:center;line-height:46px}.article-image-full .link a:hover{color:#fff}.article-image-top .img-effect{margin-bottom:25px;background-repeat:no-repeat;background-position:-10000px -10000px;text-align:center}.article-image-top .img-effect a{position:relative;display:block;margin:0 auto;z-index:5;background:transparent}.article-image-top .img-effect:after{content:"";top:0;left:0;width:100%;height:100%;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-filter:blur(15px);filter:blur(15px);position:absolute;background-size:cover;background-image:inherit;z-index:0}.article-image-top .category{font-size:16px;margin-bottom:5px}.article-image-top .title{font-size:35px;line-height:34px;margin-bottom:30px;font-family:"Rozha One",sans-serif;font-weight:400}.article-image-top .introtext{font-size:14px;line-height:22px;margin-bottom:25px}.article-image-top .see-all{font-size:15px;position:relative;padding-top:10px}.article-image-top .see-all a{position:relative}.article-image-top .see-all:before{content:"";display:block;position:absolute;top:0;left:0;height:1px;width:56px;background-color:#95989A}.article-image-top.small .image{margin-bottom:30px}.article-image-top.small .title{font-size:27px;line-height:27px;font-weight:400;letter-spacing:0.03em;margin-bottom:20px;position:relative}.article-image-top.small .title:after{content:"";position:absolute;top:-14px;width:60px;background-color:#95989A;left:0;height:1px}.article-image-top.small .introtext{line-height:19px}.article-image-top.small-text>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}.article-image-top.small-text .img-effect{margin-bottom:20px;width:100%}@media (min-width: 576px){.article-image-top.small-text .img-effect{width:40%}}@media (min-width: 768px){.article-image-top.small-text .img-effect{width:25%}}@media (min-width: 1025px){.article-image-top.small-text .img-effect{width:100%}}.article-image-top.small-text .text{width:100%}@media (min-width: 576px){.article-image-top.small-text .text{padding-left:30px;width:60%}}@media (min-width: 768px){.article-image-top.small-text .text{width:75%}}@media (min-width: 1025px){.article-image-top.small-text .text{padding-left:0;width:100%}}.article-image-top.small-text .title,.article-image-top.small-text .introtext{font-size:16px;line-height:22px;display:block}.article-image-top.small-text .title{font-weight:700;font-family:"Roboto",sans-serif;margin:0}.article-image-top.small-text .introtext{margin-bottom:25px}.article-image-top.see-more .image{margin-bottom:15px}.article-image-top.see-more .text .title{margin-bottom:15px;font-size:28px;font-family:"Rozha One",sans-serif;line-height:29px}.article-image-top.see-more .text .introtext{line-height:20px}.article-image-top.see-similar .image{margin-bottom:30px}.article-image-top.see-similar .text .title{position:relative;font-size:27px;line-height:27px;font-family:"Rozha One",sans-serif;margin-bottom:20px}.article-image-top.see-similar .text .title:after{content:"";background-color:#95989A;display:block;position:absolute;top:-15px;left:0;width:60px;height:1px}.article-image-top.see-similar .text .introtext{font-size:14px;line-height:19px}.article-image-top.design .introtext{font-size:16px;line-height:24px}.article-sidebar{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:15px;margin-bottom:15px;border-bottom:1px solid rgba(149,152,154,0.5)}@media (min-width: 1025px){.article-sidebar{margin-bottom:5px;border:none}}@media (min-width: 1200px){.article-sidebar{margin-bottom:15px;border-bottom:1px solid rgba(149,152,154,0.5)}}.article-sidebar .img-effect{height:auto;margin-bottom:0;margin-right:15px;margin-bottom:15px}@media (min-width: 576px){.article-sidebar .img-effect{margin-bottom:0;max-width:200px}}@media (min-width: 768px){.article-sidebar .img-effect{margin-right:30px}}@media (min-width: 1025px){.article-sidebar .img-effect{margin-bottom:15px;margin-right:0}}@media (min-width: 1200px){.article-sidebar .img-effect{margin-bottom:0;margin-right:15px;max-width:125px}}.article-sidebar .text{width:100%}@media (min-width: 576px){.article-sidebar .text{width:-moz-calc(100% - 230px);width:calc(100% - 230px)}}@media (min-width: 1025px){.article-sidebar .text{width:100%}}@media (min-width: 1200px){.article-sidebar .text{width:-moz-calc(100% - 140px);width:calc(100% - 140px)}}.article-sidebar .title,.article-sidebar .introtext{font-family:"Roboto",sans-serif}@media (min-width: 1025px){.article-sidebar .title,.article-sidebar .introtext{font-size:16px;line-height:22px;display:inline;margin:0}}.article-sidebar .title{display:block;max-width:80%}@media (min-width: 768px) and (max-width: 1024.98px){.article-sidebar .title{line-height:35px;font-size:35px}}@media (min-width: 768px) and (max-width: 1199.98px){.article-sidebar .title{margin-bottom:15px}}@media (min-width: 1025px) and (max-width: 1199.98px){.article-sidebar .title{max-width:95%}}.article-sidebar .introtext{display:block}@media (min-width: 1025px){.article-sidebar .introtext{display:none}}@media (min-width: 1200px){.article-sidebar .introtext{display:inline}}.sidebar-column:last-of-type .article-sidebar{border:none}.articles{line-height:1;width:100%}.articles .text-img{height:100%}.articles img{max-width:100%;max-height:100%;border:1px solid rgba(0,0,0,0.1)}.articles span{font-family:"Rozha One",sans-serif;font-weight:400;margin-top:0;display:inline-block;font-size:36px;text-align:left}@media (min-width: 768px){.articles span{font-size:23px}}.articles p{font-size:15px;font-weight:300;margin:0;position:absolute;bottom:15px}@media (min-width: 768px){.articles p{bottom:0}}@media (max-width: 575.98px){.articles p{position:static;margin:15px 0;text-align:left}}.articles .gray-bottom{margin:0 auto}@media (max-width: 767.98px){.articles .gray-bottom{position:absolute;bottom:35px;left:15px}}.healthy{width:100%}.articles-style{width:100%;position:relative}.articles-style .articles-styles .img-effect img{width:100%}.articles-style span{font-size:35px;font-weight:400;line-height:34px;margin-bottom:20px;font-family:"Rozha One",sans-serif}.articles-style .article-text{font-size:16px;line-height:24px;margin-bottom:15px}@media screen and (max-width: 700px){.articles-style .article-text{overflow:hidden}}.articles-style .gray-bottom{margin:0 auto}.articles-style .style-name a{font-size:15px;color:#4B4B4B}.articles-styles .see-all a{color:#4B4B4B}.articles-styles .gray-bottom{position:absolute;bottom:40px}.premiers-gallery p{font-size:22px;line-height:24px;margin-bottom:10px}.premiers-gallery .long-bottom-line{margin-bottom:10px}.premiers-gallery img{border:1px solid rgba(0,0,0,0.1)}.premiers .release-subpage-text .title{margin-bottom:0}.premiers .article-image-top .title{margin-bottom:0}.premiers .article__date{font-size:12px;font-weight:400;font-family:"Roboto",sans-serif;margin-bottom:30px;color:#888;margin-top:5px}.article-about.article-main-image{position:relative}.styles-subpage.premiers-single .article__date{color:#888;font-size:12px}.styles-subpage .styles-subpage-wrap img{border:1px solid rgba(0,0,0,0.2)}.styles-subpage .styles-subpage-wrap .main-visits .article-about img{width:100%;max-height:none}.styles-subpage .styles-subpage-wrap .main-visits .article-main-image img{border:none}@media screen and (max-width: 700px){.styles-subpage .styles-subpage-wrap .main-visits .article-main-image img{min-height:5px;height:auto}}.styles-subpage .styles-subpage-wrap .main-visits:before{content:'';display:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.9;background:-webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(255,255,255,0)), color-stop(81%, white), color-stop(90%, white), to(white));background:-moz-linear-gradient(bottom, rgba(255,255,255,0) 35%, white 81%, white 90%, white 100%);background:linear-gradient(0deg, rgba(255,255,255,0) 35%, white 81%, white 90%, white 100%)}.styles-subpage .swiper-pagination-bullet{padding:0;width:11.2px;height:11.2px;background:none;border:1.5px solid black;margin-right:5px}.styles-subpage .swiper-pagination-bullet-active{background-color:gray;border:none;padding:0}.main-article{padding:0 15px 0 15px;width:100%;position:relative;margin-bottom:25px}.main-article .swiper-container4{overflow:hidden}.main-article img{width:100%;max-height:600px}.main-article .text{top:0;background-color:#fff;overflow:hidden;z-index:2;opacity:1;display:block}@media (min-width: 1130px){.main-article .text{position:absolute;max-width:320px;left:50px}}.main-article .text .title{font-size:35px;line-height:34px;font-family:"Rozha One",sans-serif;margin-top:20px}@media (min-width: 1130px){.main-article .text .title{padding:30px 20px 0 20px}}.main-article .text span{font-size:15px;line-height:24px;margin:0;display:inline-block}@media (min-width: 1130px){.main-article .text span{padding:0 20px 20px 20px}}.w-100{width:100%}.styles-subpage .categories-wrapper{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:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.styles-subpage .categories-wrapper img{width:22px;border:none}.styles-subpage .categories-wrapper p{margin:0 0 0 10px}.styles-subpage .authors-socials{margin:10px 0;-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}.styles-subpage .authors-socials #article-date{text-align:right;font-size:12px}@media (min-width: 576px){.styles-subpage .authors-socials #article-date{text-align:left}}@media (max-width: 767px){.styles-subpage .authors-socials #article-date img{display:none}}.styles-subpage .authors-socials h1{font-size:72px;font-family:"Rozha One",sans-serif;line-height:70px;color:#000;font-weight:400}@media screen and (max-width: 700px){.styles-subpage .authors-socials h1{font-size:2em;line-height:30px}}.styles-subpage .authors-socials p{font-size:19px;line-height:24px}@media (max-width: 767px){.styles-subpage .authors-socials .author img{display:none}}@media (max-width: 767px){.styles-subpage .authors-socials .author p{padding-left:0}}.styles-subpage .authors-socials .visits-title{display:block;margin-bottom:20px}.styles-subpage .authors-socials .short-title{padding:0 30px}@media (min-width: 576px){.styles-subpage .authors-socials .short-title .visits-title{width:-moz-calc(100% - 100px);width:calc(100% - 100px)}}.styles-subpage .authors-socials .article-intro-text{color:#000}.styles-subpage .authors-socials .categories{padding:0 15px}.styles-subpage .authors-socials .categories p{font-size:14px}@media (max-width: 767px){.styles-subpage .authors-socials .categories-wrapper{margin-top:10px;-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;width:100%}}@media (max-width: 767.98px){.styles-subpage .authors-socials .build-wrap{margin-right:15px}}.styles-subpage .authors-socials .build-plan{cursor:pointer}.styles-subpage .authors-socials .build-plan img{display:block;max-width:100%;height:auto;margin:30px auto}@media (min-width: 576px){.styles-subpage .authors-socials .build-plan img{margin:30px 0 0 auto}}.styles-subpage .authors-socials .author{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}.styles-subpage .authors-socials .author p,.styles-subpage .authors-socials .author a{display:block;text-decoration:none;font-size:13px !important;font-weight:300;color:#4B4B4B;margin:0;line-height:18px}@media (min-width: 576px){.styles-subpage .authors-socials .author p,.styles-subpage .authors-socials .author a{padding-left:10px}}.styles-subpage .authors-socials .author .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;-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}.styles-subpage .authors-socials .author img{width:22px;height:22px;border:none}.styles-subpage .authors-socials .socials{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-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:10px}@media (min-width: 576px){.styles-subpage .authors-socials .socials{width:auto;margin-top:0}}@media (min-width: 768px){.styles-subpage .authors-socials .socials{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.styles-subpage .authors-socials .socials.w-100{margin-top:10px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.styles-subpage .authors-socials .socials img{margin:0 10px}.styles-subpage .authors-socials .socials .print{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.styles-subpage .authors-socials .socials .print .print-btn{border-left:1px solid gray}.styles-subpage .authors-socials .socials .print img{width:20px;height:20px;border:none}.styles-subpage .authors-socials .socials .fb-likes{text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border-left:1px solid gray}.styles-subpage .authors-socials .socials .fb-likes .fb-comments-wrapper{border-left:1px solid gray}.styles-subpage .authors-socials .socials .fb-likes .number-of-likes span{margin-top:5px;font-size:14px;line-height:22px}.styles-subpage .authors-socials .socials .fb-likes img{width:20px;height:20px;border:none}.fb-comments{width:100%}.fb-comments *{width:100% !important}.like-wrapper{padding:15px 8px}.like-wrapper .fb-like{margin-left:auto;margin-right:0;display:block;text-align:right;width:100%}.like-wrapper .fb-like>*{width:100% !important;position:static !important;text-align:right}.like-wrapper .fb-like>*>*{width:195px !important;position:static !important}.pinit{display:none;width:70px;height:70px;position:absolute;background:url("/templates/main/images/pinit.png") no-repeat}.pinit.small{width:45px;height:45px;background-size:contain}@media (min-width: 767.98px){.articles .text-img .gray-bottom{margin:10px 0 20px 0}.articles img{margin:0}.styles .gray-bottom{margin:10px 0 20px 0}}@media (min-width: 991.98px){.articles-style .gray-bottom{margin:10px 0 0 0}}.btn-see-more{width:100%;height:38px;line-height:36px;text-align:center;border:1px solid #95989A;background-color:#fff;font-size:19px;font-weight:400;font-family:"Roboto",sans-serif;cursor:pointer;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s}@media (min-width: 1025px){.btn-see-more:hover{-webkit-box-shadow:3px 6px 16px rgba(0,0,0,0.2);box-shadow:3px 6px 16px rgba(0,0,0,0.2)}}.category-link{display:block;font-size:16px;text-align:right;padding-top:5px;position:relative}.category-link:after{content:"";position:absolute;top:0;right:0;width:60px;height:1px;background-color:#95989A}.btn-see-more{display:block;height:38px;font-size:19px;line-height:36px;border:1px solid #95989A;font-weight:400;background-color:#fff;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s;text-align:center;cursor:pointer}@media (min-width: 1025px){.btn-see-more:hover{-webkit-box-shadow:3px 6px 15px rgba(0,0,0,0.16);box-shadow:3px 6px 15px rgba(0,0,0,0.16)}}.hvr-sweep-to-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;-webkit-transition-property:color;-moz-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;color:#fff}.hvr-sweep-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#fff;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-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-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active{color:black}.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);color:black}.hvr-grow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;-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}.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}#bar{-webkit-transition:height .5s ease-out 1s;-moz-transition:height .5s ease-out 1s;transition:height .5s ease-out 1s}.hvr-bounce{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;-webkit-transition-property:color;-moz-transition-property:color;transition-property:color;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s;color:#fff}.hvr-bounce:hover{color:#fff}.hvr-sweep-to-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;-moz-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s}.hvr-sweep-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;-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-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-left:hover,.hvr-sweep-to-left:focus,.hvr-sweep-to-left:active{color:white}.hvr-sweep-to-left:hover:before,.hvr-sweep-to-left:focus:before,.hvr-sweep-to-left:active:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.industrial{position:relative;background-size:cover;background-position:center;width:100%;height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-height:500px}@media (min-width: 768px){.industrial{max-height:700px}}@media (min-width: 1025px){.industrial{background-attachment:fixed}}.industrial img{width:100%}.industrial-wrap{background:inherit;position:absolute;overflow:hidden;position:absolute;top:auto;left:0;right:0;bottom:0}@media (min-width: 768px){.industrial-wrap{bottom:15px;max-width:350px;left:15px;right:15px}}@media (min-width: 1400px){.industrial-wrap{left:-moz-calc((100% - 1300px) / 2);left:calc((100% - 1300px) / 2)}}.industrial-wrap span{font-weight:400;font-size:35px;font-family:"Rozha One",sans-serif;line-height:34px;display:inline-block}.industrial-wrap-content{position:relative;z-index:5;color:#4B4B4B}.industrial-wrap-content .text{font-size:15px;font-family:"Roboto",sans-serif;line-height:23px}.inspirations p{font-size:22px;font-family:"Roboto",sans-serif;line-height:24px}.inspirations-title .text{margin-top:15px;font-family:"Roboto",sans-serif;font-weight:700;font-size:38px}.inspirations-main-title{font-size:34px;font-family:"Rozha One",sans-serif;line-height:34px}.inspirations-main-title a{font-size:34px}.styles-subpage .inspirations-image-wrapper{border:1px solid #C8C8C8}.styles-subpage .inspirations-image-wrapper img{border:none;width:100%}@media (max-width: 1024.98px){.styles-subpage .inspirations-image-wrapper{margin:10px 0}}.release-subpage .inspirations-long-text{padding-top:12px;font-family:"Roboto",sans-serif;font-size:17px;line-height:22px;font-weight:400}.release-subpage .inspirations-long-text h2{font-size:inherit}.inspirations-single .inspirations-title{font-size:22px;line-height:24px}.inspirations-single .inspiration-single-title .title{font-family:"Rozha One",sans-serif;font-size:34px;line-height:33px;font-weight:400;padding-top:30px;display:inline-block;color:#000}.inspirations-single .inspiration-single-title .introtext{font-size:19px;line-height:24px;padding:10px 0 20px 0}.inspirations-single .inspirations-gallery-single .img-wrapper{border:1px solid rgba(0,0,0,0.2);position:relative}.inspirations-single .inspirations-gallery-single .img-wrapper img{width:100%}.inspirations-single .inspirations-gallery-single p{font-size:14px;padding-top:10px}@media (max-width: 768px){.inspirations-single .inspirations-gallery-single .inspirations-another-gallery{margin:10px 0}}.inspirations-single .inspirations-gallery-single .inspirations-gallery-title{font-family:"Rozha One", sans-serif;font-size:34px;line-height:24px;padding-top:30px;display:inline-block;font-weight:400;color:#000}.inspirations-single .inspirations-gallery-single .inspirations-gallery-all-wrapper .short-top-line{width:63px;background-color:#000;height:1px;opacity:0.5}.inspirations-single .inspirations-gallery-single .inspirations-gallery-all-wrapper .inspirations-gallery-all{display:block}.inspirations-gallery-title .title{font-size:44px;font-family:"Rozha One",sans-serif;line-height:45px;color:#000;font-weight:400}.inspirations-gallery-wrapper .socials{margin:20px 0;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-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width: 700px){.inspirations-gallery-wrapper .socials{display:none}}.inspirations-gallery-wrapper .socials img{margin:0 10px}.inspirations-gallery-wrapper .socials .print{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.inspirations-gallery-wrapper .socials .print .print-btn{border-left:1px solid gray}.inspirations-gallery-wrapper .socials .print img{width:20px;height:20px;border:none}.inspirations-gallery-wrapper .socials .fb-likes{text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border-left:1px solid gray}.inspirations-gallery-wrapper .socials .fb-likes .fb-comments-wrapper{border-left:1px solid gray}.inspirations-gallery-wrapper .socials .fb-likes .number-of-likes span{margin-top:5px;font-size:14px;line-height:22px}.inspirations-gallery-wrapper .socials .fb-likes img{width:20px;height:20px;border:none}.inspirations-gallery-wrapper .container{background:transparent}.inspirations-gallery-wrapper .inspirations-gallery{position:relative;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.inspirations-gallery-wrapper .inspirations-gallery .gallery-wrapper{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;width:100%}.inspirations-gallery-wrapper .inspirations-gallery .gallery-wrapper .img-wrapper{text-align:center}.inspirations-gallery-wrapper .next-img,.inspirations-gallery-wrapper .prev-img{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:absolute;bottom:20%;background-color:#fff;z-index:3;padding:0;margin:0;width:auto;max-width:none}@media (min-width: 768px){.inspirations-gallery-wrapper .next-img,.inspirations-gallery-wrapper .prev-img{position:static;background-color:transparent}}.inspirations-gallery-wrapper .next-img a,.inspirations-gallery-wrapper .prev-img a{padding:10px;display:block;width:100%;height:100%;text-align:center}.inspirations-gallery-wrapper .next-img img,.inspirations-gallery-wrapper .prev-img img{height:55px;width:25px}@media (min-width: 576px){.inspirations-gallery-wrapper .next-img img,.inspirations-gallery-wrapper .prev-img img{height:97px;width:50px}}.inspirations-gallery-wrapper .next-img{right:0}.inspirations-gallery-wrapper .prev-img{left:0}.inspirations-gallery-wrapper .images-behind{position:absolute;z-index:-1;overflow:hidden;width:100%;height:90%}@media (max-width: 720px){.inspirations-gallery-wrapper .images-behind{display:none}}.inspirations-gallery-wrapper .images-behind .background-botique{height:100%}.inspirations-gallery-wrapper .images-behind .background-botique .row,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:translateY(50%);-moz-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);height:50%}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind{height:100%;position:relative}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind:after,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind:after,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind:after{content:"";position:absolute;width:35%;height:100%;top:0}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind picture,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind picture,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind picture,.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind .img-behind-target,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind .img-behind-target,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind .img-behind-target{display:block;height:100%;width:100%}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind img,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind img,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind img{max-width:100%;max-height:100%}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind.left,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind.left,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind.left{text-align:left}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind.left:after,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind.left:after,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind.left:after{left:0;background:-webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(71%, #fff), to(#fff));background:-moz-linear-gradient(right, rgba(255,255,255,0) 0%, #fff 71%, #fff 100%);background:linear-gradient(270deg, rgba(255,255,255,0) 0%, #fff 71%, #fff 100%)}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind.right,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind.right,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind.right{text-align:right}.inspirations-gallery-wrapper .images-behind .background-botique .row .img-behind.right:after,.inspirations-gallery-wrapper .images-behind .background-botique .newsroom .avt-row-370 .img-behind.right:after,.newsroom .inspirations-gallery-wrapper .images-behind .background-botique .avt-row-370 .img-behind.right:after{right:0;background:-webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(71%, #fff), to(#fff));background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 71%, #fff 100%);background:linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 71%, #fff 100%)}.inspirations-gallery-wrapper .images-behind .background-botique{background:#fff;opacity:0.4}.inspirations-gallery-wrapper .images-behind .img-behind{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}.gallery-more-articles span{font-size:22px;line-height:24px}.hvr-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;overflow:hidden;color:#fff}.hvr-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#fff;height:4px;-webkit-transition-property:right;-moz-transition-property:right;transition-property:right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-left:hover:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:active:before{right:0;color:#fff}.media img{width:100%}.media .gray-bottom{margin:0 auto}.media .main-media-middle,.media .main-media-left,.media .main-media-right{height:100%}.media .main-media-middle .see-all-bottom-position,.media .main-media-left .see-all-bottom-position,.media .main-media-right .see-all-bottom-position{right:15px;text-align:right;font-family:"Roboto",sans-serif}.media .main-media-middle .see-all-bottom-position .gray-bottom,.media .main-media-left .see-all-bottom-position .gray-bottom,.media .main-media-right .see-all-bottom-position .gray-bottom{position:absolute;right:15px}.media .main-media-middle .see-all-bottom-position p,.media .main-media-left .see-all-bottom-position p,.media .main-media-right .see-all-bottom-position p{font-size:15px;font-family:"Roboto",sans-serif}.media .main-media-middle p:nth-of-type(2),.media .main-media-left p:nth-of-type(2),.media .main-media-right p:nth-of-type(2){font-size:14px;font-family:"Roboto",sans-serif}.media .main-media-middle .see-all-bottom-position{position:absolute;bottom:0}.media .main-media-middle .see-all-bottom-position .gray-bottom{right:0}.media .media-title{font-size:22px;font-family:"Roboto",sans-serif;line-height:24px;margin-bottom:10px}@media (min-width: 767.98px){.media .gray-bottom{margin:0}}.kiosk{padding:30px 0 0;background:#131313}.kiosk .logo-kiosk{display:block;width:150px;height:51px;margin:0 auto;background:url("/templates/main/images/sprite.png") -130px 0 no-repeat}.kiosk .sky-carousel{border:none;width:100%;height:595px;background:transparent;z-index:1}.kiosk .sky-carousel .sky-carousel-container li img{width:280px;height:auto}.kiosk .sky-carousel .sc-content-wrapper h2{color:#fff}.kiosk .sky-carousel .sc-price{position:absolute;text-align:center;width:100%;bottom:6%;left:50%;z-index:4999}.kiosk .sky-carousel .sc-price .sc-price-container{position:relative;left:-50%;font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;padding:0 20px}.kiosk .sky-carousel .sc-price a{display:inline-block;background:#e62e30;padding:8px 0;border-radius:8px;line-height:36px;color:#fff;text-decoration:none;text-align:center;font-weight:bold}.kiosk .sky-carousel .sc-price a::after{display:block;clear:both;content:""}.kiosk .sky-carousel .sc-price a span{display:block;float:left;height:36px}.kiosk .sky-carousel .sc-price a span.p{width:84px;font-size:18px}.kiosk .sky-carousel .sc-price a span.t{width:85px;border-left:1px solid #ec5858;font-size:16px}.kiosk .sky-carousel .sc-nav-button{width:69px;height:69px;margin-top:-35px;border-radius:50%}.kiosk .sky-carousel .sc-nav-button.sc-prev{background:url("/templates/main/images/sprite.png") -130px -54px no-repeat transparent;left:5px;-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.kiosk .sky-carousel .sc-nav-button.sc-next{background:url("/templates/main/images/sprite.png") -200px -54px no-repeat transparent;right:5px;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.kiosk .sky-carousel .sc-nav-button:focus{outline:none}@media (min-width: 768px){.kiosk .sky-carousel .sc-nav-button.sc-prev{left:50%;margin-left:-270px}.kiosk .sky-carousel .sc-nav-button.sc-next{right:50%;margin-right:-270px}}.no-touch .kiosk .sky-carousel .sc-nav-button:hover{background-color:transparent}.passage .passage-text-wrap{max-width:400px;margin:0 auto}.passage .gray-bottom{margin:20px auto}.passage img{width:221px;max-height:150px}.passage p{font-size:14px;width:100%;font-family:"Roboto",sans-serif;font-weight:300;line-height:19px;margin:0 auto}.passage span{display:inline-block;font-size:27px;font-weight:700;font-family:"Rozha One",sans-serif;max-width:200px;line-height:24px;margin-bottom:15px}@media (min-width: 1025px){.passage .gray-bottom{margin:20px 0 5px 0}}.read-article{background-color:#E1E1E1}.read-article .row,.read-article .newsroom .avt-row-370,.newsroom .read-article .avt-row-370{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}.read-article p{font-size:15px}.read-article .article-text{font-size:39px;font-weight:300}.read-article .article-text span{font-weight:700}.read-article img{margin:-1px}.read-article .ipad a{-webkit-perspective:1067px;-moz-perspective:1067px;perspective:1067px;display:inline-block}.read-article .ipad .ipad-sizes{z-index:5;position:relative}.read-article .ipad .ipad-image{position:absolute;padding-left:35%;padding-top:9%;padding-bottom:0%;padding-right:30%;top:-7px;left:-4px;width:100%;-webkit-transform:rotateX(22deg) rotateY(0deg) rotateZ(31deg) skewY(-1deg) skewX(-4deg) scale(1);-moz-transform:rotateX(22deg) rotateY(0deg) rotateZ(31deg) skewY(-1deg) skewX(-4deg) scale(1);transform:rotateX(22deg) rotateY(0deg) rotateZ(31deg) skewY(-1deg) skewX(-4deg) scale(1)}.release .release-title{margin:10px 0 5px 0}.release .release-title p{font-size:22px;color:#000;margin-bottom:5px}.release .release-title .gray-bottom{margin-bottom:12px}.release .release-title .long-bottom-line{margin-bottom:20px;margin-top:0}.release .release-text{margin-bottom:20px}.release .release-text .release-wrap .text{font-size:35px;line-height:1;font-family:"Rozha One",sans-serif;padding-bottom:15px;line-height:34px}.release .release-text .release-wrap p{font-size:14px}.release .release-text .release-wrap p a{font-size:15px}.release .release-text .img-effect{border:1px solid rgba(136,136,136,0.2)}.release .release-text .img-effect img{width:100%}.release .release-text .img-effect a img{border:none;width:100%}.release .release-text p:nth-of-type(1){padding:15px 0 0 0;font-size:16px}.release .gray-bottom{margin-bottom:15px}.see-more{font-family:"Roboto",sans-serif;color:#4B4B4B}.see-more p{font-size:15px}.see-more a{font-size:15px;color:#4B4B4B}.rooms{width:100%}.rooms span{font-size:22px;font-weight:400;line-height:1;font-family:"Roboto",sans-serif}.rooms img{width:100%}.rooms .gray-bottom{margin:10px 0 20px 0;width:113px}.main-sidebar .sidebar-main-image{position:relative}.main-sidebar .sidebar-main-image .frosted::before{background:black}.main-sidebar .sidebar-main-image img{width:100%}.main-sidebar .sidebar-main-image p{position:absolute;bottom:0;color:#fff;text-align:center;width:100%;font-size:15px;font-weight:700;background-color:#fff;margin-bottom:0;padding:10px}.main-sidebar .sidebar-main-image .person img{width:126px;position:absolute;top:-25px;right:10px}.main-sidebar .sidebar-title{font-size:22px;font-family:"Roboto",sans-serif}.overflow-wrap{overflow:hidden}#logo-kiosk{margin-top:15px;margin-bottom:30px}#kiosk{padding:30px 0 80px}#kiosk:before{content:"";pointer-events:none;position:absolute;display:block;bottom:0;height:46%;width:100%;background:#303136}#kiosk:after{content:"";pointer-events:none;position:absolute;display:block;bottom:0;height:20%;width:100%;background:-webkit-gradient(linear, left bottom, left top, from(#404147), to(#303136));background:-moz-linear-gradient(bottom, #404147 0%, #303136 100%);background:linear-gradient(0deg, #404147 0%, #303136 100%)}#kiosk .swiper-slide{outline:1px solid transparent;border:1px solid transparent;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;text-align:center;width:290px}@media (min-width: 576px){#kiosk .swiper-slide{width:350px}}#kiosk .swiper-slide .image{display:block;margin-bottom:30px;position:relative}#kiosk .swiper-slide .image:after{content:"";display:block;position:absolute;bottom:-100px;height:100px;background:-webkit-gradient(linear, left bottom, left top, from(#303136), to(#4b4c52));background:-moz-linear-gradient(bottom, #303136 0%, #4b4c52);background:linear-gradient(0deg, #303136 0%, #4b4c52);width:100%;z-index:-1}#kiosk .swiper-slide .image img{display:block;max-width:100%;height:auto;outline:1px solid transparent;border:1px solid transparent;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#kiosk .swiper-slide .title,#kiosk .swiper-slide .subtitle{opacity:0;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s;z-index:5}#kiosk .swiper-slide .title{font-size:32px;line-height:32px;font-weight:700;color:#fff;margin-bottom:5px}#kiosk .swiper-slide .subtitle{font-size:19px;font-weight:300;line-height:19px;color:#fff;font-style:italic}#kiosk .swiper-slide .price{display:none}#kiosk .swiper-slide-active .title,#kiosk .swiper-slide-active .subtitle{opacity:1}.swiper-recommended .sp-wrap{margin-top:5px;text-align:center;bottom:0;left:0;right:0}@media (min-width: 768px){.swiper-recommended .sp-wrap{position:absolute;margin-top:0;text-align:right}}.swiper-recommended .image-main{position:relative}.swiper-recommended .swiper-pagination{position:relative;display:inline-block}.swiper-recommended .description .slide-images{width:-moz-calc(100% + 10px);width:calc(100% + 10px);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 -5px}.swiper-recommended .description .slide-images .image{width:-moz-calc(100% / 3);width:calc(100% / 3);padding:0 5px}.swiper-recommended .description .title{font-size:35px;font-weight:400;line-height:1;font-family:"Rozha One",sans-serif}.swiper-recommended .description .category{font-family:"Roboto",sans-serif}.swiper-recommended .description .circles{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-top:30px}.swiper-recommended .description .circles .circle{margin:0 2px 0 2px;width:12px;height:12px;border-radius:50%;border:1px solid gray}.swiper-recommended .description .circles .circle:nth-of-type(2){background-color:darkgray}.swiper-recommended .swiper-pagination-bullet{width:11.2px;height:11.2px;background:none;border:1.5px solid black;margin-right:5px}.swiper-recommended .swiper-pagination-bullet-active{background-color:gray;border:none}.swiper-products,.swiper-inspirations{overflow:visible !important}.swiper-products .swiper-slide,.swiper-inspirations .swiper-slide{overflow:visible !important;height:auto;width:75%;outline:1px solid transparent}@media (min-width: 576px){.swiper-products .swiper-slide,.swiper-inspirations .swiper-slide{width:45%}}@media (min-width: 768px){.swiper-products .swiper-slide,.swiper-inspirations .swiper-slide{width:21%}}.swiper-products .swiper-slide .image,.swiper-inspirations .swiper-slide .image{display:block;width:100%;overflow:visible;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;margin-bottom:15px}.swiper-products .swiper-slide .image img,.swiper-inspirations .swiper-slide .image img{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;-moz-transition:transform .35s, -moz-transform .35s;transition:transform .35s;transition:transform .35s, -webkit-transform .35s, -moz-transform .35s;display:block}.swiper-products .swiper-slide .category,.swiper-products .swiper-slide .title,.swiper-products .swiper-slide .subtitle,.swiper-inspirations .swiper-slide .category,.swiper-inspirations .swiper-slide .title,.swiper-inspirations .swiper-slide .subtitle{opacity:0;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s;right:0;text-align:center;position:relative;width:125%;left:-12.5%}@media (min-width: 576px){.swiper-products .swiper-slide .category,.swiper-products .swiper-slide .title,.swiper-products .swiper-slide .subtitle,.swiper-inspirations .swiper-slide .category,.swiper-inspirations .swiper-slide .title,.swiper-inspirations .swiper-slide .subtitle{width:200%;left:-50%}}@media (min-width: 768px){.swiper-products .swiper-slide .category,.swiper-products .swiper-slide .title,.swiper-products .swiper-slide .subtitle,.swiper-inspirations .swiper-slide .category,.swiper-inspirations .swiper-slide .title,.swiper-inspirations .swiper-slide .subtitle{left:-75%;width:250%}}.swiper-products .swiper-slide .category,.swiper-inspirations .swiper-slide .category{font-size:26px;margin-bottom:15px;font-weight:700;display:none}@media (min-width: 576px){.swiper-products .swiper-slide .category,.swiper-inspirations .swiper-slide .category{display:block}}@media (min-width: 768px){.swiper-products .swiper-slide .category,.swiper-inspirations .swiper-slide .category{font-size:28px}}.swiper-products .swiper-slide .title,.swiper-inspirations .swiper-slide .title{font-size:20px;line-height:22px;font-family:"Rozha One",sans-serif}.swiper-products .swiper-slide .subtitle,.swiper-inspirations .swiper-slide .subtitle{font-size:14px;color:#4b4b4b}.swiper-products .swiper-slide-active .category,.swiper-products .swiper-slide-active .title,.swiper-products .swiper-slide-active .subtitle,.swiper-inspirations .swiper-slide-active .category,.swiper-inspirations .swiper-slide-active .title,.swiper-inspirations .swiper-slide-active .subtitle{opacity:1}.swiper-products .swiper-button-next,.swiper-products .swiper-button-prev,.swiper-inspirations .swiper-button-next,.swiper-inspirations .swiper-button-prev{margin:0}.swiper-products .swiper-button-next,.swiper-products .swiper-button-next:focus,.swiper-products .swiper-button-next:active,.swiper-products .swiper-button-next:link,.swiper-products .swiper-button-next:visited,.swiper-products .swiper-button-prev,.swiper-products .swiper-button-prev:focus,.swiper-products .swiper-button-prev:active,.swiper-products .swiper-button-prev:link,.swiper-products .swiper-button-prev:visited,.swiper-inspirations .swiper-button-next,.swiper-inspirations .swiper-button-next:focus,.swiper-inspirations .swiper-button-next:active,.swiper-inspirations .swiper-button-next:link,.swiper-inspirations .swiper-button-next:visited,.swiper-inspirations .swiper-button-prev,.swiper-inspirations .swiper-button-prev:focus,.swiper-inspirations .swiper-button-prev:active,.swiper-inspirations .swiper-button-prev:link,.swiper-inspirations .swiper-button-prev:visited{border:none !important;outline:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}@media (max-width: 575.98px){.swiper-products .swiper-button-next,.swiper-products .swiper-button-prev,.swiper-inspirations .swiper-button-next,.swiper-inspirations .swiper-button-prev{width:20px;height:35px;background-size:contain}}.swiper-products .swiper-button-wrap,.swiper-inspirations .swiper-button-wrap{position:absolute;top:0;left:auto;right:auto;bottom:0;height:auto;width:8%;z-index:inherit;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;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.swiper-products .swiper-button-wrap.right,.swiper-inspirations .swiper-button-wrap.right{right:0;background:-webkit-gradient(linear, right top, left top, color-stop(45%, white), to(rgba(255,255,255,0.05)));background:-moz-linear-gradient(right, white 45%, rgba(255,255,255,0.05) 100%);background:linear-gradient(270deg, white 45%, rgba(255,255,255,0.05) 100%);-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swiper-products .swiper-button-wrap.left,.swiper-inspirations .swiper-button-wrap.left{left:0;background:-webkit-gradient(linear, left top, right top, color-stop(45%, white), to(rgba(255,255,255,0.05)));background:-moz-linear-gradient(left, white 45%, rgba(255,255,255,0.05) 100%);background:linear-gradient(90deg, white 45%, rgba(255,255,255,0.05) 100%);-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inspirations-slider .swiper-container,.main-products-slider .swiper-container{width:100%;margin:20px auto}.inspirations-slider .swiper-container .swiper-wrapper,.main-products-slider .swiper-container .swiper-wrapper{min-height:400px}.inspirations-slider .swiper-slide,.main-products-slider .swiper-slide{text-align:center;font-size:18px;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;-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-transform:scale(0.4);-moz-transform:scale(0.4);-ms-transform:scale(0.4);transform:scale(0.4);-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;max-width:auto;-webkit-transition:0.5s all;-moz-transition:0.5s all;transition:0.5s all}.inspirations-slider .swiper-slide img,.main-products-slider .swiper-slide img{width:100%}.inspirations-slider .swiper-slide.swiper-slide-active,.main-products-slider .swiper-slide.swiper-slide-active{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);width:500px;-webkit-transition:0.4s all;-moz-transition:0.4s all;transition:0.4s all;z-index:1}.inspirations-slider .swiper-slide.swiper-slide-prev,.main-products-slider .swiper-slide.swiper-slide-prev{margin-left:-20px;margin-right:20px;color:black}.inspirations-slider .swiper-slide.swiper-slide-next,.main-products-slider .swiper-slide.swiper-slide-next{margin-left:20px;margin-right:-20px}.inspirations-slider .swiper-slide .swiper-button-next,.main-products-slider .swiper-slide .swiper-button-next{color:black}.inspirations-slider .swiper-slide p,.main-products-slider .swiper-slide p{font-family:"Roboto",sans-serif;margin-top:-20px}.inspirations-slider .append-buttons a,.main-products-slider .append-buttons a{display:inline-block;border:1px solid black;color:black;text-decoration:none;padding:4px 10px;border-radius:4px;font-size:13px}.inspirations-slider .swiper-slide-next,.main-products-slider .swiper-slide-next{-webkit-transition:0.5s all;-moz-transition:0.5s all;transition:0.5s all;-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.inspirations-slider .swiper-slide-prev,.main-products-slider .swiper-slide-prev{-webkit-transition:0.5s all;-moz-transition:0.5s all;transition:0.5s all;-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.inspirations-slider .text-title,.main-products-slider .text-title{font-size:35px;font-family:"Rozha One",sans-serif;font-weight:400}.swiper-text .text-title{font-size:35px;font-family:"Rozha One",sans-serif}#title-text-slider{font-size:38px;font-weight:700;font-family:"Roboto",sans-serif;text-align:center;-webkit-transition:2s all;-moz-transition:2s all;transition:2s all;border-top:1px solid rgba(0,0,0,0.2);padding-top:10px}#topic-text-slider{font-size:35px;font-family:"Rozha One",sans-serif;line-height:34px;text-align:center;-webkit-transition:2s all;-moz-transition:2s all;transition:2s all}#price-text-slider{font-size:14px;line-height:22px;text-align:center;-webkit-transition:2s all;-moz-transition:2s all;transition:2s all;border-bottom:1px solid rgba(0,0,0,0.2);padding-bottom:10px}.styles{font-family:"Roboto",sans-serif}.styles .styles-wrap p{font-size:22px;margin-bottom:5px}.styles .styles-wrap .gray-bottom{margin:0 auto;width:113px}.styles .styles-second-wrap p{font-size:14px}.styles-main-page .styles-subpage-wrap .release-subpage{height:100%}@media (min-width: 1025px){.styles-main-page .styles-subpage-wrap .release-subpage{padding:0 30px}}.styles-main-page .styles-subpage-wrap .release-subpage .style-category-title{padding:0}@media (max-width: 1300px){.styles-main-page .styles-subpage-wrap .release-subpage .style-category-title{padding:0 15px}}.styles-main-page .styles-subpage-wrap .release-subpage .styles-main-img img{max-height:100%;height:100%}@media (max-width: 1300px){.styles-main-page .styles-subpage-wrap .release-subpage .styles-main-img img{height:auto}}.styles-main-page .styles-subpage-wrap .release-subpage .img-effect{height:100%}@media (max-width: 1300px){.styles-main-page .styles-subpage-wrap .release-subpage .img-effect{height:auto}}.styles-main-page .styles-subpage-wrap .release-subpage .release-subpage-text{height:100%}@media (max-width: 1300px){.styles-main-page .styles-subpage-wrap .release-subpage .release-subpage-text{height:auto}}.release-subpage .style-big-article{padding:0}@media (max-width: 1300px){.release-subpage .style-big-article{padding:0 15px}}.release-subpage .style-big-article img{border:none}.release-subpage .style-big-article .release-subpage-text p{position:absolute;bottom:12px;width:60%;font-size:47px;padding:10px 20px;z-index:5;line-height:43px;margin:15px 0}@media (max-width: 1000px){.release-subpage .style-big-article .release-subpage-text p{position:initial;font-size:27px;line-height:26px;width:100%;padding:0}}.release-subpage .style-big-article .release-subpage-text span{font-size:14px}.release-subpage .style-big-article .release-subpage-text .gradient-on-image{position:absolute;height:100%;width:100%;bottom:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.05)), color-stop(44%, rgba(142,199,199,0.05)), color-stop(105%, #fff));background:-moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(142,199,199,0.05) 44%, #fff 105%);background:linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(142,199,199,0.05) 44%, #fff 105%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#008080',GradientType=0 )}@media (max-width: 1024.98px){.release-subpage .style-big-article .release-subpage-text .gradient-on-image{display:none}}.release-subpage .style-small-article{padding:0}@media (max-width: 1300px){.release-subpage .style-small-article{padding:0 15px}}.release-subpage .style-small-article .text{margin:15px 0}.release-subpage .style-small-article .style-description{padding:0}.release-subpage .style-small-article .release-text .release-wrap a{font-size:35px;line-height:31px}.release-subpage .style-small-article .release-text .release-wrap p{line-height:22px;font-weight:400}.release-subpage .style-small-article:nth-of-type(2) .release-wrap{padding-left:15px}@media (max-width: 1000px){.release-subpage .style-small-article:nth-of-type(2) .release-wrap{padding:0}}.arcade .title{padding:40px 0 0 0}@media (min-width: 1200px){.arcade .arcade-wrapper{margin:0 -10px;width:-moz-calc(100% + 20px);width:calc(100% + 20px)}}@media (min-width: 1200px){.arcade .col-24{padding:0 10px}}.arcade .img-container{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}.arcade .img-container img{max-width:100%;max-height:100%;margin:0;border:1px solid rgba(0,0,0,0.1)}.arcade .text-container{margin:20px 0 0 0}.arcade .text-container p{font-size:14px;line-height:19px;margin:0}.arcade .text-container span{display:inline-block}.arcade .text-container span a{font-size:14px;color:#9B005D;font-family:"RobotoBlack",sans-serif}.arcade .title{font-size:22px;font-family:"Roboto",sans-serif}.arcade .title .long-bottom-line{margin-top:-10px}.frosted{position:relative;padding:10px 5px;background:rgba(0,0,0,0.9);overflow:hidden;z-index:1;padding:20px;background-position:-1000%;background-repeat:no-repeat}.frosted,.frosted a,.frosted .see-more{color:#fff}.frosted:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;-webkit-filter:blur(42px) brightness(90%);filter:blur(42px) brightness(90%);z-index:0;background-image:inherit;background-size:cover;background-position:bottom right;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15);display:block}@media (min-width: 768px){.frosted:before{background-position:28% 98%;background-size:331%;margin:-35px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}}@media (min-width: 1025px){.frosted:before{background-size:cover;background-position:center left;background-attachment:fixed}}.frosted .category{font-size:16px;margin-bottom:5px;position:relative;z-index:4}.frosted .title{font-family:"Rozha One",sans-serif;font-size:35px;margin-bottom:15px;line-height:34px;position:relative;z-index:4}.frosted .introtext{font-size:14px;line-height:22px;position:relative;z-index:4;padding-bottom:8px;margin-bottom:7px}@media (max-width: 767.98px){.frosted .introtext{display:none}}.frosted .introtext:after{content:"";position:absolute;width:60px;height:1px;background-color:#fff;bottom:0;left:0}.frosted .see-more{position:relative;z-index:4}.newspaper{margin:50px 0}.newspaper .newspaper-image{width:350px;-webkit-transform:rotate(-16deg) skewY(5deg) skewX(6deg);-moz-transform:rotate(-16deg) skewY(5deg) skewX(6deg);-ms-transform:rotate(-16deg) skewY(5deg) skewX(6deg);transform:rotate(-16deg) skewY(5deg) skewX(6deg);margin-left:100px;border-bottom:10px solid #BBBBBD;border-left:8px solid #3A393A;-webkit-box-shadow:0px 9px 23px -4px rgba(0,0,0,0.75);box-shadow:0px 9px 23px -4px rgba(0,0,0,0.75)}.mobile-wrapper a{-webkit-perspective:1067px;-moz-perspective:1067px;perspective:1067px;display:inline-block}.mobile-wrapper a .phone-image{position:absolute;padding-left:41%;padding-top:21%;padding-bottom:18%;padding-right:27%;top:0;left:0;width:100%;-webkit-transform:rotateX(41deg) rotateY(-28deg) rotateZ(36deg) skewY(0deg) scaleY(1.66) scaleX(1.05);-moz-transform:rotateX(41deg) rotateY(-28deg) rotateZ(36deg) skewY(0deg) scaleY(1.66) scaleX(1.05);transform:rotateX(41deg) rotateY(-28deg) rotateZ(36deg) skewY(0deg) scaleY(1.66) scaleX(1.05)}.main-gallery .main-gallery-wrapper{margin:0 0 5px 15px}.main-gallery .main-gallery-wrapper span{display:inline-block;font-size:22px;font-family:"Roboto",sans-serif;line-height:24px;padding-bottom:5px}.main-gallery .text{font-size:27px;line-height:24px}.main-gallery p{font-size:15px;font-family:"Roboto",sans-serif;font-weight:300}.main-gallery .img-effect img{width:100%}.main-gallery .galler-see-all{position:absolute;right:0}.main-gallery .galler-see-all .gray-bottom{position:absolute;right:0}.ad-main-right{z-index:50}@media (max-width: 1024.98px){.ad-main-right{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:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}}@media (max-width: 1024.98px){.ad-main-right .custom{margin:0 15px}}.ad-main-right .ad-wrapper-right{margin:0 auto;max-width:300px;-webkit-box-flex:0;-webkit-flex:0 0 300px;-moz-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}@media (max-width: 1024.98px){.ad-main-right .ad-wrapper-right .custom{margin:0 15px}}@media (max-width: 1024.98px){.ad-main-right .ad-wrapper-right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:none;margin:auto;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.ad-main-right .ad-wrapper-right iframe{-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25)}.ad-main-right .ad-wrapper-right>.google_image_div{border:1px solid rgba(136,136,136,0.2)}.mt-50{margin-top:50px}.bs-ads{-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25)}.ad-responsive>div:last-of-type{width:inherit !important;height:inherit !important}.ad-responsive img{max-width:100% !important;height:auto !important}.ad-main-middle{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;z-index:50;margin:10px 0}.ad-main-middle .ad-wrapper-middle{max-width:100%}.ad-main-middle .ad-wrapper-middle iframe{-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25)}.ad-main-middle .ad-wrapper-middle>.google_image_div{border:1px solid rgba(136,136,136,0.2)}.ad-main-middle-bigger{display:none;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:50}.ad-main-middle-bigger .ad-wrapper-middle-bigger{max-width:970px;-webkit-box-flex:0;-webkit-flex:0 0 970px;-moz-box-flex:0;-ms-flex:0 0 970px;flex:0 0 970px}.ad-main-middle-bigger .ad-wrapper-middle-bigger iframe{-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25)}.ad-main-middle-bigger .ad-wrapper-middle-bigger>.google_image_div{border:1px solid rgba(136,136,136,0.2)}@media (min-width: 1000px){.ad-main-middle-bigger{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media (max-width: 970px){.ad-main-middle-bigger{display:none}}.ad-main-left,.ad-main-left-big{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;z-index:5}.ad-main-left img,.ad-main-left-big img{max-width:100%;height:auto;display:block}.ad-main-left>*,.ad-main-left-big>*{border:1px solid rgba(136,136,136,0.2);-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 1px rgba(0,0,0,0.25)}.sticky-ad,.sticky-recommended,.p-sticky{position:-webkit-sticky;position:sticky;top:115px}@media (min-width: 1025px){.sticky-ad-lg,.sticky-recommended-lg,.p-sticky-lg{position:-webkit-sticky;position:sticky;top:115px}}@media (max-width: 1024.98px){.sticky-ad.sticky-md,.sticky-recommended.sticky-md,.p-sticky.sticky-md{top:85px}}.ask-designer{position:relative;margin:30px auto;-webkit-box-shadow:0 0 14px -5px;box-shadow:0 0 14px -5px}@media (min-width: 768px){.ask-designer{position:-webkit-sticky;position:sticky;top:130px}}@media (min-width: 1025px){.ask-designer{margin-top:0;position:static}}.ask-designer .img-effect{border:none;background-image:url("/templates/main/images/zadaj-pytanie-projektantowi.png")}@media (min-width: 576px){.ask-designer .img-effect{background-image:url("/templates/main/images/designer.jpg")}}@media (min-width: 1025px){.ask-designer .img-effect{background-image:url("/templates/main/images/zadaj-pytanie-projektantowi.png")}}.ask-designer .img-effect:hover img{opacity:1}.ask-designer .img-effect:hover .frosted:after{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ask-designer .person{position:absolute;top:-30px;right:15px}@media (min-width: 1025px){.ask-designer .person{top:-15px;right:10px}}.ask-designer .person img{max-width:100px;height:auto}@media (min-width: 1025px){.ask-designer .person img{max-width:100%}}.ask-designer .frosted{position:absolute;bottom:0;left:0;right:0;height:40px;background-image:inherit;padding:0;background-position:bottom;line-height:40px;padding-left:15px;color:#fff;font-size:14px;font-weight:700}.ask-designer .frosted:before{display:none}.ask-designer .frosted:after{content:"";-webkit-transition:all .7s;-moz-transition:all .7s;transition:all .7s;position:absolute;left:0;right:0;bottom:0;top:0;background-image:inherit;background-position:bottom;background-repeat:no-repeat;background-size:cover;-webkit-filter:blur(5px) brightness(55%);filter:blur(5px) brightness(55%);z-index:-1;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}@media (min-width: 576px) and (max-width: 1024.98px){.custom-select{position:absolute;top:0;right:0;background-color:#fff}}.custom-select .cs-title{display:none}.custom-select .cs-btn{display:none}@media (max-width: 1024.98px){.custom-select{height:35px;border:1px solid #95989A;overflow:hidden;width:100%}.custom-select.open{height:auto;z-index:9}.custom-select .cs-title{font-size:16px;line-height:35px;padding-left:15px;display:block}.custom-select .cs-list{display:block;padding:15px}.custom-select .cs-btn{position:absolute;top:0;right:0;height:35px;width:100%;display:block;cursor:pointer}.custom-select .cs-btn:after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f078";position:absolute;width:35px;height:100%;display:block;text-align:center;vertical-align:middle;line-height:35px;font-size:18px;margin-top:-2px;right:0}}.article-navigation{text-align:center;position:relative}@media (min-width: 576px){.article-navigation:after{content:"";top:15px;bottom:15px;left:0;right:0;width:1px;background-color:#95989A;display:block;margin:auto;position:absolute}}.article-navigation .prev,.article-navigation .next{height:100%;background-repeat:no-repeat;background-size:25px;width:100%}@media (max-width: 575.98px){.article-navigation .prev,.article-navigation .next{margin-bottom:30px}}.article-navigation .prev a,.article-navigation .next a{display:block;height:100%;position:relative}.article-navigation .next{background-image:url("/templates/main/images/svg/rightSmall.svg");background-position:right center;position:relative}@media (min-width: 1025px){.article-navigation .next:hover:after{-webkit-animation:floatArrowRight;-moz-animation:floatArrowRight;animation:floatArrowRight;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}}.article-navigation .next:after{content:"";display:block;position:absolute;background-image:inherit;width:100%;height:100%;opacity:0;top:0;background-size:inherit;background-repeat:no-repeat;background-position:97% 50%;pointer-events:none}@-webkit-keyframes floatArrowRight{0%{background-position:97% 50%;opacity:1}100%{background-position:100% 50%;opacity:0}}@-moz-keyframes floatArrowRight{0%{background-position:97% 50%;opacity:1}100%{background-position:100% 50%;opacity:0}}@keyframes floatArrowRight{0%{background-position:97% 50%;opacity:1}100%{background-position:100% 50%;opacity:0}}.article-navigation .prev{background-image:url("/templates/main/images/svg/leftSmall.svg");background-position:left center;position:relative}@media (min-width: 1025px){.article-navigation .prev:hover:after{-webkit-animation:floatArrowLeft;-moz-animation:floatArrowLeft;animation:floatArrowLeft;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite}}.article-navigation .prev:after{content:"";display:block;position:absolute;background-image:inherit;width:100%;height:100%;opacity:0;top:0;background-size:inherit;background-repeat:no-repeat;background-position:3% 50%;pointer-events:none}@-webkit-keyframes floatArrowLeft{0%{background-position:3% 50%;opacity:1}100%{background-position:0% 50%;opacity:0}}@-moz-keyframes floatArrowLeft{0%{background-position:3% 50%;opacity:1}100%{background-position:0% 50%;opacity:0}}@keyframes floatArrowLeft{0%{background-position:3% 50%;opacity:1}100%{background-position:0% 50%;opacity:0}}.article-navigation .category{font-size:19px;line-height:19px;font-weight:400;font-family:"Roboto",sans-serif;padding-bottom:10px;position:relative;margin-bottom:30px}.article-navigation .category:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:113px;height:1px;background-color:#95989A}.article-navigation .title{font-family:"Rozha One",sans-serif;font-weight:400;max-width:75%;margin:0 auto;padding-bottom:60px;font-size:30px;line-height:33px}@media (min-width: 576px){.article-navigation .title{font-size:36px;line-height:37px}}.article-navigation .text{font-size:14px;line-height:14px;font-family:"Roboto",sans-serif;font-weight:400;bottom:15px;left:0;right:0;margin:auto;text-align:center;position:absolute}#ballWrapper{width:140px;height:300px;position:fixed;left:50%;top:35%;margin-left:-70px;z-index:100;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all 5s linear 0s;-moz-transition:all 5s linear 0s;transition:all 5s linear 0s}#ball{width:140px;height:140px;border-radius:70px;background:#bbb;background:url(../../images/ball.png) no-repeat;position:absolute;top:0;z-index:11;-webkit-animation:jump 1s infinite;-moz-animation:jump 1s infinite;animation:jump 1s infinite;cursor:pointer}#ball:after{display:none;content:"";width:70px;height:40px;position:absolute;left:30px;top:10px;z-index:10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-webkit-gradient(linear, left top, left bottom, from(#e8e8e8), color-stop(1%, #e8e8e8), to(rgba(255,255,255,0)));background:-moz-linear-gradient(#e8e8e8 0%, #e8e8e8 1%, rgba(255,255,255,0) 100%);background:linear-gradient(#e8e8e8 0%, #e8e8e8 1%, rgba(255,255,255,0) 100%);border-radius:40px / 20px}#ballShadow{position:absolute;left:50%;bottom:0;z-index:10;margin-left:-30px;width:60px;height:75px;background:rgba(20,20,20,0.1);-webkit-box-shadow:0px 0 20px 35px rgba(20,20,20,0.3);box-shadow:0px 0 20px 35px rgba(20,20,20,0.3);border-radius:30px / 40px;-webkit-transform:scaleY(0.3);-moz-transform:scaleY(0.3);-ms-transform:scaleY(0.3);transform:scaleY(0.3);-webkit-animation:shadow 1s infinite;-moz-animation:shadow 1s infinite;animation:shadow 1s infinite}@-webkit-keyframes jump{0%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{top:140px;height:140px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}55%{top:160px;height:120px;border-radius:70px / 60px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}65%{top:120px;height:140px;border-radius:70px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{top:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-moz-keyframes jump{0%{top:0;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{top:140px;height:140px;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}55%{top:160px;height:120px;border-radius:70px / 60px;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}65%{top:120px;height:140px;border-radius:70px;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{top:0;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{top:0;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes jump{0%{top:0;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{top:140px;height:140px;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}55%{top:160px;height:120px;border-radius:70px / 60px;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}65%{top:120px;height:140px;border-radius:70px;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}95%{top:0;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{top:0;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-webkit-keyframes shadow{0%{bottom:0;margin-left:-30px;width:60px;height:75px;background:rgba(0,0,0,0.1);-webkit-box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);border-radius:30px / 40px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{bottom:30px;margin-left:-10px;width:20px;height:5px;background:rgba(0,0,0,0.3);-webkit-box-shadow:0px 0 20px 35px rgba(0,0,0,0.3);box-shadow:0px 0 20px 35px rgba(0,0,0,0.3);border-radius:20px / 20px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{bottom:0;margin-left:-30px;width:60px;height:75px;background:rgba(0,0,0,0.1);-webkit-box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);border-radius:30px / 40px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-moz-keyframes shadow{0%{bottom:0;margin-left:-30px;width:60px;height:75px;background:rgba(0,0,0,0.1);box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);border-radius:30px / 40px;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{bottom:30px;margin-left:-10px;width:20px;height:5px;background:rgba(0,0,0,0.3);box-shadow:0px 0 20px 35px rgba(0,0,0,0.3);border-radius:20px / 20px;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{bottom:0;margin-left:-30px;width:60px;height:75px;background:rgba(0,0,0,0.1);box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);border-radius:30px / 40px;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes shadow{0%{bottom:0;margin-left:-30px;width:60px;height:75px;background:rgba(0,0,0,0.1);-webkit-box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);border-radius:30px / 40px;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{bottom:30px;margin-left:-10px;width:20px;height:5px;background:rgba(0,0,0,0.3);-webkit-box-shadow:0px 0 20px 35px rgba(0,0,0,0.3);box-shadow:0px 0 20px 35px rgba(0,0,0,0.3);border-radius:20px / 20px;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{bottom:0;margin-left:-30px;width:60px;height:75px;background:rgba(0,0,0,0.1);-webkit-box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);box-shadow:0px 0 20px 35px rgba(0,0,0,0.1);border-radius:30px / 40px;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}}.image-pointers{display:inline-block;position:relative;font-family:"Roboto",sans-serif}.image-pointers a{display:block}.image-pointers a img{width:100%;height:auto}.image-pointers .pointer{position:absolute;border-radius:50%;border:3px solid #fff;cursor:pointer}.image-pointers .pointer .pointer-product{position:absolute;top:50%;margin-top:-63px;left:-moz-calc(100% + 35px);left:calc(100% + 35px);width:auto;background:rgba(255,255,255,0.9);padding:10px;height:126px;width:440px;display:none;-webkit-box-shadow:0 0 20px 1px rgba(0,0,0,0.25);box-shadow:0 0 20px 1px rgba(0,0,0,0.25);z-index:1}.image-pointers .pointer .pointer-product .product-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;max-width:500px}.image-pointers .pointer .pointer-product .product-wrapper .img{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.image-pointers .pointer .pointer-product .product-wrapper .img img{max-width:100%}.image-pointers .pointer .pointer-product .product-wrapper .content{-webkit-box-flex:0;-webkit-flex:0 1 60%;-moz-box-flex:0;-ms-flex:0 1 60%;flex:0 1 60%;padding-left:10px;padding-right:10px;white-space:initial}.image-pointers .pointer .pointer-product .product-wrapper .content .title{font-size:20px;line-height:24px;color:#000}.image-pointers .pointer .pointer-product .product-wrapper .content .subtitle{font-size:12px;line-height:16px;padding-bottom:4px}.image-pointers .pointer .pointer-product .product-wrapper .content .description{margin-top:5px;font-size:13px;line-height:16px}.image-pointers .pointer .pointer-product .product-wrapper .price{-webkit-box-flex:1;-webkit-flex:1 1 20%;-moz-box-flex:1;-ms-flex:1 1 20%;flex:1 1 20%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-left:10px}.image-pointers .pointer .pointer-product .product-wrapper .price .price-tag{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;font-weight:bold;font-size:20px}.image-pointers .pointer .pointer-product:before{content:' ';position:absolute;right:100%;top:50%;height:0;width:0;border:solid transparent;border-color:rgba(194,225,245,0);border-right-color:rgba(255,255,255,0.9);border-width:27px;margin-top:-27px}.image-pointers .pointer .pointer-product.left{left:initial;right:-moz-calc(100% + 35px);right:calc(100% + 35px)}.image-pointers .pointer .pointer-product.left:before{right:initial;left:100%;border-left-color:rgba(255,255,255,0.9);border-right-color:transparent}.image-pointers .pointer .pointer-product.bottom{top:-moz-calc(100% + 90px);top:calc(100% + 90px);left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);right:initial}.image-pointers .pointer .pointer-product.bottom:before{right:initial;left:50%;top:0;margin-top:-54px;margin-left:-27px;border-bottom-color:rgba(255,255,255,0.9);border-right-color:transparent}.image-pointers .pointer .pointer-product.top{top:initial;bottom:-moz-calc(100% + 34px);bottom:calc(100% + 34px);left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);right:initial}.image-pointers .pointer .pointer-product.top:before{right:initial;left:50%;top:initial;bottom:0;margin-top:initial;margin-bottom:-54px;margin-left:-27px;border-top-color:rgba(255,255,255,0.9);border-right-color:transparent}.quiz{margin-bottom:30px;overflow:hidden}@media (max-width: 1200px){.quiz{display:none}}.quiz .container{background:-webkit-gradient(linear, left bottom, left top, from(rgba(200,200,200,0.65)), to(rgba(0,0,0,0)));background:-moz-linear-gradient(bottom, rgba(200,200,200,0.65) 0%, rgba(0,0,0,0) 100%);background:linear-gradient(to top, rgba(200,200,200,0.65) 0%, rgba(0,0,0,0) 100%);padding:60px 30px 60px 60px}.quiz .quiz-wrapper{-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out;opacity:1}.quiz .quiz-wrapper.hide-quiz{-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out;opacity:0;z-index:-1}.quiz .quiz-wrapper.hide-quiz.remove-quiz{display:none}.quiz .images .quiz-image{position:relative;margin-right:-30px;display:inline-block;cursor:pointer}.quiz .images .quiz-image:hover .image-text{opacity:1}.quiz .images .quiz-image .image-text{width:100%;height:100%;background-color:rgba(0,0,0,0.8);position:absolute;left:0;top:0;opacity:0;-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out;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}.quiz .images .quiz-image .image-text .choose{z-index:1;color:#fff;padding:5px 20px;border:1px solid #fff;font-size:22px}.quiz .images .quiz-image:last-child::after{width:100%}.quiz .images .quiz-image::after{content:'';position:absolute;bottom:-39px;left:0;width:-moz-calc(100% - 26px);width:calc(100% - 26px);height:40px;background:-webkit-gradient(linear, left top, left bottom, from(#333), to(rgba(0,0,0,0)));background:-moz-linear-gradient(top, #333 0%, rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, #333 0%, rgba(0,0,0,0) 100%)}.quiz-text{text-align:right;color:#000}.quiz-text__name{font-size:22px;line-height:27px;padding-bottom:13px;margin-bottom:30px;position:relative}.quiz-text__name::after{content:'';width:122px;height:1px;background-color:#707070;position:absolute;bottom:0;right:0}.quiz-text__title{font-size:35px;line-height:45px;font-weight:700;font-family:"Playfair Display",serif;margin-bottom:10px}.quiz-text__description{font-size:16px;line-height:24px}@media (max-width: 1024px){.quize-right-column{display:none}}.quiz-wrapper{-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out}.quiz-wrapper .opacity-33{opacity:0.33}.quiz-wrapper.correct{opacity:0;display:none}.quiz-wrapper.correct.show-answer{opacity:1;display:block}.quiz-wrapper.incorrect{opacity:0;display:none}.quiz-wrapper.incorrect.show-answer{opacity:1;display:block}.answer-correct-image{position:relative;display:inline-block}.answer-correct-image::after{content:'';position:absolute;bottom:-39px;left:0;width:100%;height:40px;background:-webkit-gradient(linear, left top, left bottom, from(#333), to(rgba(0,0,0,0)));background:-moz-linear-gradient(top, #333 0%, rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, #333 0%, rgba(0,0,0,0) 100%)}.answer-image{position:relative}.answer-image:last-child::after{width:100%}.answer-image::after{content:'';position:absolute;bottom:-39px;left:0;width:-moz-calc(100% - 26px);width:calc(100% - 26px);height:40px;background:-webkit-gradient(linear, left top, left bottom, from(#333), to(rgba(0,0,0,0)));background:-moz-linear-gradient(top, #333 0%, rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, #333 0%, rgba(0,0,0,0) 100%)}.answer-image.second{position:absolute;top:-10px;left:72px}.answer-right-text{text-align:right;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;height:100%}.answer-right-text__name{font-size:22px;line-height:27px;padding-bottom:13px;position:relative}.answer-right-text__name::after{content:'';width:122px;height:1px;background-color:#707070;position:absolute;bottom:0;right:0}.answer-right-text__description{font-size:15px;line-height:22px;margin-bottom:25px}.answer-right-text__button{padding:5px 17px;border:1px solid #000;max-width:172px;width:100%;text-align:center;cursor:pointer}.answer-right-text__button img{margin-left:15px}.answer-text{text-align:right;color:#000}.answer-text__name{font-size:22px;line-height:27px;margin-top:40px}.answer-text__title{font-size:35px;line-height:45px;font-weight:700;font-family:"Playfair Display",serif}.answer-text__description{font-size:16px;line-height:24px}.quiz-module{margin:0 -15px 27px -15px}.quiz-module__title{font-size:22px;line-height:24px;position:relative;padding-bottom:10px;margin-bottom:25px}.quiz-module__title::after{content:"";width:113px;height:1px;display:block;position:absolute;bottom:0;background-color:#95989a}.quiz-module__image{position:relative;margin-bottom:30px}.quiz-module__image-text{position:absolute;right:15px;top:16px;color:#fff;font-size:21px;line-height:14px;font-weight:900;border:3px solid #fff;padding:5px;text-shadow:0 -2px 14px #000}.quiz-module__name{font-size:28px;line-height:27px;font-family:"Rozha One",sans-serif;color:#000000;margin-bottom:10px}.quiz-module__question{font-size:17px;line-height:24px;margin-bottom:35px}.waitbox{position:fixed !important;top:0;left:0;bottom:0;right:0;max-width:100%;max-height:100%;-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(0,0,0,0.4);z-index:9999;display:none}.waitbox[data-open="true"]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.waitbox__link{display:block;color:#fff}.waitbox__link:hover{color:#fff}@media (min-width: 1025px){.waitbox__link:hover .waitbox__article-image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.waitbox__wrapper{width:100%;max-width:1055px;max-height:100%;background-color:#000;color:#fff;position:relative;overflow-y:auto;padding:45px 15px 30px}@media (min-width: 768px){.waitbox__wrapper{padding:30px 45px}}.waitbox__header{font-size:33px;font-weight:700;margin-bottom:30px}.waitbox__article{margin-bottom:30px}.waitbox__article-image{margin-bottom:20px;overflow:hidden;position:relative}.waitbox__article-image img{outline:1px solid transparent;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out, -moz-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.waitbox__article-title{font-family:"Rozha One",sans-serif;font-size:26px;line-height:29px;margin-bottom:20px;font-weight:700}.waitbox__article-introtext{font-size:16px;line-height:21px;font-weight:300}.waitbox__close{width:45px;height:45px;position:absolute;z-index:3;cursor:pointer;top:5px;right:15px}@media (min-width: 768px){.waitbox__close{top:30px;right:45px}}.waitbox__close:after,.waitbox__close:before{content:"";width:30px;height:3px;border-radius:2px;background-color:#fff;display:block;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.waitbox__close:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.waitbox__close:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.category-slider{margin:30px auto;color:#000000}.category-slider__container::before{content:"";position:absolute;width:100%;border:1px solid #000000;z-index:99}.category-slider__description{position:absolute;right:15px;font-size:14px;line-height:32px;text-align:right;padding-right:12px;background-color:#000000;color:#FFFFFF;width:155px;height:32px;z-index:99}.category-slider__slide-count{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;position:relative;bottom:0}.category-slider__item{display:block;width:100%;max-width:940px}@media (min-width: 768px){.category-slider__item{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}}.category-slider__item-image{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:auto;margin-bottom:20px}@media (min-width: 768px){.category-slider__item-image{width:66%;height:352px;margin-bottom:0}}@media (min-width: 1025px) and (max-width: 1299px){.category-slider__item-image{width:60%}}.category-slider__item-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 767px){.category-slider__item-image img{-o-object-fit:none;object-fit:none;height:auto}}.category-slider__item-text{width:100%}@media (min-width: 768px){.category-slider__item-text{padding-left:21px;width:34%}}@media (min-width: 1025px) and (max-width: 1299px){.category-slider__item-text{width:40%}}.category-slider__item-title{font-family:"Playfair Display", sans-serif;font-weight:700;color:#000000;margin-bottom:13px;font-size:26px;line-height:33px}@media (min-width: 1025px) and (max-width: 1299px){.category-slider__item-title{font-size:24px;line-height:30px}}.category-slider__item-introtext{font-size:14px;line-height:20px}.swiper-pagination{position:unset;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:auto;bottom:0;left:0;font-size:14px;text-align:right}.swiper-button-next,.swiper-button-prev{position:static;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;top:auto;margin:0;background-size:auto;background-position:center;background-repeat:no-repeat;height:40px;width:32px;padding:10px}.swiper-button-next{background-image:url(/templates/main/images/svg/category-slider-button-next.svg);margin-right:-10px}.swiper-button-prev{background-image:url(/templates/main/images/svg/category-slider-button-prev.svg)}.category-slider__link:hover .category-slider__item-title,.category-slider__link:focus .category-slider__item-title,.category-slider__link:active .category-slider__item-title{color:#000}.toc{padding:30px 30px 40px;border-left:3px solid #000000;background-color:#EEEEEE;margin-bottom:30px}.toc-breakpoint{position:relative;top:-100px;pointer-events:none}.toc__title{font-size:21px;font-weight:700;font-family:"Playfair Display", serif;margin-bottom:14px}.toc__list{padding-left:34px !important}.toc__list li{font-size:16px;font-weight:400;margin-bottom:6px;font-family:"Roboto", "Arial", sans-serif}.toc__list li a{text-decoration:none !important;color:inherit !important;font-weight:400 !important}.page-description{margin:30px 0}.page-description__header{margin:0;font-weight:700;font-size:26px;font-family:"Playfair Display", "Rozha One", serif}@media (min-width: 576px){.page-description__header{font-size:30px}}@media (min-width: 768px){.page-description__header{font-size:35px}}@media (min-width: 1025px){.page-description__header{font-size:40px}}@media (min-width: 1200px){.page-description__header{font-size:45px}}.page-description__content{margin:15px 0 0;font-size:14px;line-height:20px}@media (min-width: 576px){.page-description__content{font-size:15px;line-height:22px}}@media (min-width: 768px){.page-description__content{font-size:16px;line-height:24px}}.another-quize__el{margin-bottom:33px;font-size:27px;line-height:33px;font-family:"Rozha One",sans-serif}.instagram-widget{margin-bottom:45px}.instagram-widget__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: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-bottom:30px;position:relative}.instagram-widget__title:after,.instagram-widget__title:before{content:"";display:block;width:100%;height:1px;max-width:-moz-calc((100% - 211px) / 2);max-width:calc((100% - 211px) / 2);background-color:#2b2b2b;top:0;bottom:0;margin:auto;position:absolute}.instagram-widget__title:before{left:0}.instagram-widget__title:after{right:0}.instagram-widget__title .sm{max-width:24px;margin-right:12px;height:auto;display:block}.instagram-widget__title .lg{max-width:115px;height:auto;display:block}.facebook-small{display:block;margin:0 auto 40px auto;max-width:274px}.facebook-small img{display:block;max-width:100%;height:auto}.facebook-small__wrapper{margin:0 auto;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);position:relative}.facebook-small__text{position:absolute;bottom:0;left:0;max-width:100%;width:100%;padding:13px 15px;overflow:hidden}.facebook-small__text::before{content:'';position:absolute;top:0;right:0;bottom:0;-webkit-filter:blur(20px);filter:blur(20px);z-index:1;background:url("/templates/main/images/facebook-300.jpg") 0/cover fixed;max-width:120%;margin:-30px;left:27px}.facebook-small__text-wrapper{position:relative;z-index:2}.facebook-small__text-title{font-size:20px;line-height:27px;font-weight:700;margin-bottom:6px;font-family:'Playfair Display',sans-serif;color:#343434;text-align:center}.facebook-small__text-description{font-size:14px;line-height:19px;text-align:center;color:#343434;margin-bottom:15px}.facebook-small__text-description .bold{font-weight:700}.facebook-small__text-btn{max-width:222px;width:100%;padding:10px;background-color:#000000;color:#fff;font-size:16px;line-height:18px;font-weight:500;text-align:center;display:block;margin:0 auto -34px auto;position:absolute;bottom:15px;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);z-index:3}.facebook-medium{position:relative;margin-bottom:30px;display:block}.facebook-medium img{display:block;max-width:100%;height:auto}.facebook-medium__image::after{content:'';position:absolute;bottom:0;left:0;max-height:182px;height:100%;background:-webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(rgba(255,255,255,0)));background:-moz-linear-gradient(bottom, #fff 50%, rgba(255,255,255,0) 100%);background:linear-gradient(to top, #fff 50%, rgba(255,255,255,0) 100%);z-index:1;width:100%}.facebook-medium__text{position:absolute;bottom:0;left:0;width:100%;z-index:2;padding:0 13px 26px 13px}.facebook-medium__text-title{font-size:37px;line-height:49px;font-weight:700;text-transform:uppercase;font-family:'Playfair Display',sans-serif;color:#343434}.facebook-medium__text-description{font-size:17px;line-height:17px;margin-bottom:26px;color:#343434}.gallery-in-article{margin-bottom:30px}.gallery-in-article__title{font-family:"Playfair Display", "Rozha One", serif;margin-bottom:30px;font-size:25px;text-align:center;color:#000000}@media (min-width: 576px){.gallery-in-article__title{font-size:32px}}.gallery-in-article__item{display:block;position:relative}.gallery-in-article__item:after{content:"";background-color:rgba(255,255,255,0.83);position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;opacity:0;background-image:url("/templates/main/images/svg/zoom-in.svg");background-position:center;background-repeat:no-repeat;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.gallery-in-article__item:hover:after{opacity:1}.styles-subpage .styles-subpage-wrap .gallery-in-article__item img{border:none}.expert-advice-m{margin:0 auto 30px;max-width:400px;border:1px solid #000000;text-align:center;line-height:1}.expert-advice-m__title{font:700 38px/51px "Playfair Display", serif;color:#000000;margin-top:16px}.expert-advice-m__subtitle{font:700 18px/24px "Playfair Display", serif;color:#000000;margin-bottom:24px}.expert-advice-m__item-text{max-width:90%;margin:0 auto}.expert-advice-m__item-title{font:400 16px/19px "Roboto", sans-serif;margin-bottom:25px;position:relative}.expert-advice-m__item-title::before{content:"";position:absolute;width:150px;height:1px;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:-10px;text-align:center;background-color:#707070}.expert-advice-m__item--first{margin-bottom:45px}.expert-advice-m__item--first .expert-advice-m__item-text{margin:15px auto 0;max-width:90%}.expert-advice-m__item--first .expert-advice-m__item-title{font:700 22px/26px "Roboto", sans-serif;margin-bottom:15px}.expert-advice-m__item--first .expert-advice-m__item-title::before{display:none}.expert-advice-m__item--first .expert-advice-m__item-introtext{font:400 16px/19px "Roboto", sans-serif}.expert-advice-m__button{margin:40px auto;max-width:281px;width:90%;height:42px;font:400 18px/42px "Playfair Display", serif;text-align:center;color:#ffffff;background-color:#000000;border:1px solid #000000;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}.expert-advice-m__button:hover{background-color:#ffffff;color:#000000}.expert-advice--narrow .expert-advice-m__title{font-size:36px}.expert-advice--narrow .expert-advice-m__subtitle{font-size:15px}body{font-family:"Roboto",sans-serif;color:#4B4B4B}@media screen and (-webkit-min-device-pixel-ratio: 0){html{margin-left:0 !important}}.hide{position:absolute;left:-9999;opacity:0;top:0}.h-100{height:100%}.w-100{width:100%}.gallery-more-articles-item.active img{border:6px solid #959595}.disable-link{pointer-events:none;opacity:0.5}a{color:#000;text-decoration:none;-webkit-transition:color .35s;-moz-transition:color .35s;transition:color .35s}a:hover{color:#000;text-decoration:none}@media (min-width: 1025px){a:hover{color:gray;text-decoration:none}}.blur-bg{background-position:-10000px -10000px;background-repeat:no-repeat;position:relative;overflow:hidden}.blur-bg img{position:relative;margin:0 auto;display:block}.blur-bg:before{content:"";top:0;left:0;width:100%;height:100%;display:block;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-filter:blur(15px);filter:blur(15px);background-image:inherit;position:absolute;z-index:0}.row-330 .col{padding:0 15px;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset}@media (min-width: 1025px){.row-330.left .left{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:100%;max-width:330px}}@media (min-width: 1025px){.row-330.left .right{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:-moz-calc(100% - 330px);width:calc(100% - 330px);max-width:none}}@media (min-width: 1025px){.row-330 .left{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:-moz-calc(100% - 330px);width:calc(100% - 330px);max-width:none}}@media (min-width: 1025px){.row-330 .right{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:100%;max-width:330px}}@media (min-width: 768px){.row-330 .left-md{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:-moz-calc(100% - 330px);width:calc(100% - 330px);max-width:none}}@media (min-width: 768px){.row-330 .right-md{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:100%;max-width:330px}}@media (min-width: 1200px){.row-330 .left-xl{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:-moz-calc(100% - 330px);width:calc(100% - 330px);max-width:none}}@media (min-width: 1200px){.row-330 .right-xl{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;width:100%;max-width:330px}}.main-w{max-width:1300px;margin:0 auto}.max-1140{max-width:1140px;margin:0 auto;font-family:'Rubik'}.container{background:#fff}.w-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%}.w-19{-webkit-box-flex:0;-webkit-flex:0 0 19%;-moz-box-flex:0;-ms-flex:0 0 19%;flex:0 0 19%;max-width:19%}.w-38{-webkit-box-flex:0;-webkit-flex:0 0 38%;-moz-box-flex:0;-ms-flex:0 0 38%;flex:0 0 38%;max-width:38%}.w-62{-webkit-box-flex:0;-webkit-flex:0 0 62%;-moz-box-flex:0;-ms-flex:0 0 62%;flex:0 0 62%;max-width:62%}.w-60{-webkit-box-flex:0;-webkit-flex:0 0 60%;-moz-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}h1{line-height:1}.h-100{height:100%}.h-750{height:auto}@media (min-width: 770px){.h-750{height:750px}}.overflow-hidden{overflow:hidden}.gray-bottom{width:60px;background-color:#000;height:1px;opacity:0.5}.white-bottom-line{width:60px;background-color:#fff;height:1px}.vlog-border-line{background-color:#95989A;width:60px;height:1px}.long-bottom-line{width:113px;background-color:#000;height:1px;opacity:0.5}.sponsored{position:absolute;top:0;right:0;background-color:#fff;padding:5px 10px}.sponsored-image,.cnw-recommended-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}.sponsored-image img,.cnw-recommended-image img{max-width:100%;height:auto}.mod-preview-info{z-index:3000}.margin-top-104{margin-top:104px}.bottom-space{padding-bottom:60px}.mouse-cursor{cursor:context-menu}.img-effect{position:relative;overflow:hidden;border:1px solid rgba(0,0,0,0.1)}.img-effect img{max-width:100%;-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;transition:all 0.7s ease-out}.img-effect:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);opacity:.6}.img-effect a{background:#fff}.img-effect2{position:relative;overflow:hidden;height:100%;width:100%}.img-effect2 img{max-width:100%;-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;transition:all 0.7s ease-out;-webkit-box-shadow:0;box-shadow:0}.img-effect2:hover img{-webkit-box-shadow:inset 1px -1px 90px 0px rgba(0,0,0,0.5);box-shadow:inset 1px -1px 90px 0px rgba(0,0,0,0.5);opacity:.6;width:100%;height:100%;display:inline-block}.gradient-box{margin-top:104px;width:100%;height:104px;background-color:rgba(255,255,255,0.8);position:absolute;z-index:10}.sticky{position:fixed;z-index:105;background-color:#fff;width:100%}.sticky+.content{padding-top:0}.top-space{padding-top:120px}.top-space2{margin-top:120px}@media (min-width: 1200px){.col-24{max-width:20%;-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;padding:0 15px 0 15px}}.gradient-element{background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#b9b9b9), color-stop(#777), color-stop(#3b3b3b), to(#000));background-image:-moz-linear-gradient(top, #fff, #b9b9b9, #777, #3b3b3b, #000);background-image:linear-gradient(to bottom, #fff, #b9b9b9, #777, #3b3b3b, #000);position:absolute;top:0;width:100%}#menu-sticky{top:0}#menu-sticky .active{padding-bottom:8px;margin-bottom:0;border-bottom:1px solid black}.mfp-fade{left:-100%;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade.mfp-ready{left:0;background:#fff;opacity:1}.mfp-fade.mfp-removing{left:-100%;opacity:0}.mfp-container{left:-100%;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade .mfp-container{left:-100%;opacity:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out}.mfp-fade.mfp-ready .mfp-container{left:0;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out;opacity:1}.mfp-fade.mfp-removing .mfp-container{left:-100%;opacity:0}.mfp-arrow-right{-webkit-transform:rotate(180deg) !important;-moz-transform:rotate(180deg) !important;-ms-transform:rotate(180deg) !important;transform:rotate(180deg) !important}@media (max-width: 900px){.mfp-arrow-right{-webkit-transform-origin:50% !important;-moz-transform-origin:50% !important;-ms-transform-origin:50% !important;transform-origin:50% !important}}.mfp-arrow{z-index:1045}.mfp-close{font-size:60px !important;color:black !important;opacity:1 !important}.mfp-close:hover{opacity:0.65 !important}.mfp-counter{font-size:18px !important;color:#000 !important}.mfp-arrow{color:#000 !important}.tooltip{position:relative;cursor:pointer}.fade:not(.show){opacity:1}.tooltip:before,.tooltip:after{display:block;opacity:0;pointer-events:none;position:absolute;left:-100%}.tooltip-text:before{color:black !important;background:rgba(182,182,182,0.75) !important;-webkit-transition:none !important;-moz-transition:none !important;transition:none !important}.tooltip-text:after{-webkit-transition:none !important;-moz-transition:none !important;transition:none !important}.fb-comments-wrapper:before{left:0 !important}.tooltip:before{background:lightgray;border-radius:2px;color:gray;content:attr(data-title);font-size:14px;padding:6px 10px;top:38px;white-space:nowrap;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.tooltip::after{content:'';position:absolute;display:block;width:0px;left:50%;top:45px;border:11px solid transparent;border-top:0;border-bottom:14px solid lightgray;-webkit-transform:translate(-50%, calc(-100% - 5px));-moz-transform:translate(-50%, -moz-calc(-100% - 5px));-ms-transform:translate(-50%, calc(-100% - 5px));transform:translate(-50%, calc(-100% - 5px))}.tooltip.fade:after,.tooltip.fade:before{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1}.tooltip.expand:before{-webkit-transform:scale3d(0.2, 0.2, 1);-moz-transform:scale3d(0.2, 0.2, 1);transform:scale3d(0.2, 0.2, 1);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tooltip.expand:after{-webkit-transform:translate3d(0, 6px, 0);-moz-transform:translate3d(0, 6px, 0);transform:translate3d(0, 6px, 0);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tooltip.expand:hover:before,.tooltip.expand:hover:after{opacity:1;-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.tooltip.expand:hover:after{-webkit-transition:all .2s .1s ease-in-out;-moz-transition:all .2s .1s ease-in-out;transition:all .2s .1s ease-in-out}.tooltip.swing:before,.tooltip.swing:after{-webkit-transform:translate3d(0, 30px, 0) rotate3d(0, 0, 1, 60deg);-moz-transform:translate3d(0, 30px, 0) rotate3d(0, 0, 1, 60deg);transform:translate3d(0, 30px, 0) rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:opacity .2s, -webkit-transform .15s ease-in-out;transition:opacity .2s, -webkit-transform .15s ease-in-out;-moz-transition:transform .15s ease-in-out, opacity .2s, -moz-transform .15s ease-in-out;transition:transform .15s ease-in-out, opacity .2s;transition:transform .15s ease-in-out, opacity .2s, -webkit-transform .15s ease-in-out, -moz-transform .15s ease-in-out}.tooltip.swing:after{-webkit-transform:translate3d(0, 60px, 0);-moz-transform:translate3d(0, 60px, 0);transform:translate3d(0, 60px, 0);-webkit-transition:opacity .2s, -webkit-transform .15s ease-in-out;transition:opacity .2s, -webkit-transform .15s ease-in-out;-moz-transition:transform .15s ease-in-out, opacity .2s, -moz-transform .15s ease-in-out;transition:transform .15s ease-in-out, opacity .2s;transition:transform .15s ease-in-out, opacity .2s, -webkit-transform .15s ease-in-out, -moz-transform .15s ease-in-out}.tooltip.swing:hover:before,.tooltip.swing:hover:after{opacity:1;-webkit-transform:translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);-moz-transform:translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);transform:translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg)}.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:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;padding:50px 0}.pagination p{margin:0}.pagination p,.pagination span{font-size:20px}.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}@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 10px;font-size:20px}.pagination .items p{font-size:20px;line-height:45px;width:45px;height:45px;text-align:center}.pagination span{margin:0 20px}.pagination .inactive{background-color:#000;border-radius:50%;color:#fff;font-size:20px}.pagination>.inactive{background-color:#fff;color:#000}.master .pagination img{width:13px}#background-loading{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;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;z-index:100}.captcha-wrap{-webkit-transform:scale(0.97);-moz-transform:scale(0.97);-ms-transform:scale(0.97);transform:scale(0.97);-webkit-transform-origin:0;-moz-transform-origin:0;-ms-transform-origin:0;transform-origin:0}@media (max-width: 320px){.captcha-wrap{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:0;-moz-transform-origin:0;-ms-transform-origin:0;transform-origin:0}}.dropdown-company-list{background:#fff;position:relative}@media screen and (max-width: 768px){.dropdown-company-list{margin-bottom:15px}}.dropdown-company-list span{width:100%;display:inline-block;font-weight:700}.dropdown-company-list .company-list-title{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-transition:.3s all;-moz-transition:.3s all;transition:.3s all;width:100%;background-color:#fff;margin-top:10px;border-bottom:1px solid rgba(0,0,0,0.3);cursor:pointer}.dropdown-company-list .company-list-title .arrow{margin-top:5px;width:15px;height:15px;-webkit-transition:.2s all;-moz-transition:.2s all;transition:.2s all;border:none}.dropdown-company-list .company-list-items{display:none;position:absolute;background:#fff;width:100%;z-index:51}.dropdown-company-list .company-list-items .company-list-link{padding:5px 15px;color:rgba(0,0,0,0.5);display:block;width:100%}.dropdown-company-list .company-list-items .company-list-link:nth-child(1){padding-top:10px}.dropdown-gallery-list{background:#fff;position:relative}@media screen and (max-width: 768px){.dropdown-gallery-list{display:none}}.dropdown-gallery-list span{width:100%;display:inline-block;font-weight:700}.dropdown-gallery-list .gallery-list-title{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-transition:.3s all;-moz-transition:.3s all;transition:.3s all;width:100%;background-color:#fff;margin-top:10px;border-bottom:1px solid rgba(0,0,0,0.3);cursor:pointer}.dropdown-gallery-list .gallery-list-title .arrow{margin-top:5px;width:15px;height:15px;-webkit-transition:.2s all;-moz-transition:.2s all;transition:.2s all;border:none}.dropdown-gallery-list .gallery-list-items{display:none;position:absolute;background:#fff;width:100%;z-index:51}.dropdown-gallery-list .gallery-list-items .gallery-list-link{padding:5px 15px;color:#000000;display:block;width:100%}.dropdown-gallery-list .gallery-list-items .gallery-list-link:hover{color:rgba(0,0,0,0.5)}.dropdown-gallery-list .gallery-list-items .gallery-list-link:nth-child(1){padding-top:10px}.rotate-dropdown{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#message-yes{color:#99CC07;padding:20px;margin-bottom:20px;display:block}#message-no{color:#E84A4A;padding:20px;margin-bottom:20px;display:block}@page{margin:0;overflow:visible}@media print{html,body{page-break-after:always !important;page-break-before:always !important;border:1px solid white;-webkit-print-color-adjust:exact;overflow:visible}.print-image{margin-top:40px}.print-hide{display:none}.printable{visibility:visible}}.visits-article #avt-korona{margin-bottom:0}iframe[name="embedded-content2"]{width:100%;border:1px solid #BCBCBC;margin:30px auto;display:block;max-width:300px;height:100px}@media (min-width: 576px){iframe[name="embedded-content2"]{max-width:650px;height:160px}}footer{background:#303136;padding:60px 0 10px;line-height:1}footer .title{font-size:20px;text-transform:uppercase;font-weight:bold;color:#fff}footer .mini-title{font-size:14px;text-transform:uppercase;margin-top:30px;color:#fff;cursor:pointer;display:inline-block;float:left;clear:both}footer ul.menu-right,footer .ul-list ul{list-style:none;margin-top:30px;margin-bottom:0;padding:0;overflow:hidden}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:#ababab;font-size:14px}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:transparent}footer .ul-list ul{padding-left:15px;padding-right:15px;-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;max-width:none}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;line-height:1.4;text-transform:uppercase;color:#ffffff}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;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}footer .footer-line__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;color:#6B6969;margin-left:auto;margin-right:0;justify-self:flex-end;margin-bottom:10px}@media (max-width: 500px){footer .footer-line__right{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%;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}footer .footer-line__right-shop{margin-right:30px;color:#AAAAAA}footer .footer-line__right-copyrights a{color:#AAAAAA}footer .col-xs-12.order-md-0{margin-top:30px}@media (max-width: 767px){footer .social{display:none}}footer .social a{display:block;float:left;width:26px;height:26px;margin:0 0 0 6px;border:1px solid #ababab;border-radius:2px;text-align:center;font-size:16px;overflow:hidden}footer .social a:hover .fa,footer .social a:hover [class^="fa-link"],footer .social a:hover .our-experts .add-file-wrap .custom-wrap .custom-checkbox:before,.our-experts .add-file-wrap .custom-wrap footer .social a:hover .custom-checkbox:before,footer .social a:focus .fa,footer .social a:focus [class^="fa-link"],footer .social a:focus .our-experts .add-file-wrap .custom-wrap .custom-checkbox:before,.our-experts .add-file-wrap .custom-wrap footer .social a:focus .custom-checkbox:before{color:#d4d4d5}footer .social a .fa,footer .social a [class^="fa-link"],footer .social a .our-experts .add-file-wrap .custom-wrap .custom-checkbox:before,.our-experts .add-file-wrap .custom-wrap footer .social a .custom-checkbox:before{color:#ababab;line-height:24px}footer .footer-logo{display:block;width:98px;height:36px;background:url("../../images/sprite.png") -32px 0 no-repeat;justify-self:flex-start;margin-left:0;margin-right:auto;margin-bottom:10px}footer .social{margin:0 auto;justify-self:center}footer .social img{width:100%;height:100%;padding:5px}footer .social img:hover{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s}footer .our-sites{margin-top:30px}footer .page-group{margin-bottom:30px}footer .page-group .group-title{margin-bottom:30px;color:#fff;font-size:14px;line-height:1.4;text-transform:uppercase}footer .page-group .group-list{padding:0;list-style:none;list-style-type:none}footer .page-group .group-item{padding-top:5px;padding-bottom:5px}footer .page-group .group-item:first-child{padding-top:0px}footer .page-group .group-link{color:#ababab;font-size:14px}footer .page-group .group-link:hover{color:gray}@media (min-width: 768px){header .in{padding:0 50px}header .logo{margin:16px 0 0}header .c-1{width:300px}header .c-2{-webkit-box-flex:1;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}header .rek-1,header .rek-2{float:right}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 35px}footer .col-xs-12.order-md-0{margin-top:0}}@media (min-width: 1025px){header .in{padding:0}header .logo{margin:30px 0 0}header .c-1{width:420px}header .contact-menu-head ul{margin:0;padding:0;list-style:none}header .contact-menu-head ul li{float:left;margin:0 13px 0 0}header .contact-menu-head ul li a{font-size:12px;font-weight:500;-webkit-transition:color 250ms ease-in;-moz-transition:color 250ms ease-in;transition:color 250ms ease-in}header .contact-menu-head ul li a:hover{color:blue}header .contact-menu-head ul li.item-604 a{font-size:11px}header .contact-menu-head ul li.item-604::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;content:"\f007";float:right;margin-left:10px}header .for-menu{border-top:2px solid #BCBCBC;border-bottom:2px solid #BCBCBC;margin:7px 0 0}header .for-menu .menu-wrap{position:relative;padding:6px 29px 6px 0;min-height:29px}footer{padding:72px 0 10px}footer .footer-line{margin-top:105px}}header{border-bottom:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0px 0px 10px 0px rgba(128,128,128,0.3);box-shadow:0px 0px 10px 0px rgba(128,128,128,0.3)}#menu-sticky{position:fixed;width:100%;z-index:100;background-color:rgba(255,255,255,0.9);-webkit-box-shadow:0px 0px 10px 0px rgba(128,128,128,0.3);box-shadow:0px 0px 10px 0px rgba(128,128,128,0.3)}@media screen and (max-width: 1025px){#menu-sticky .burger-logo>a{position:absolute;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}#menu-sticky .main-header-menu{display:none}@media (min-width: 1280px){#menu-sticky .main-header-menu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}}#menu-sticky .container-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;background:none}#menu-sticky .buy-wrap{padding:0 5px}.menu{font-family:'Roboto', sans-serif;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:start}.menu .architect-advice{display:none}.menu .main-menu-elem{height:100%}.menu .main-menu-elem .current a{font-weight:700}.menu .item-895,.menu .item-910{display:none}.menu .burger-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;padding-bottom:15px}.menu .burger-logo .burger-menu{cursor:pointer;margin-top:18px}.menu .burger-logo .burger-menu .burger-line{width:32px;height:5px;background-color:#000;margin:4px 0}.menu .burger-logo img{margin-top:10px;width:140px}.menu .search-icon{position:absolute;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;right:15px;top:0;bottom:0;width:25px;cursor:pointer}.menu .search-icon img{width:100%;margin-bottom:-15px;max-width:100%;height:auto}.menu .issue-in-menu{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;height:100%;overflow:hidden;right:45px;top:0;-webkit-transition:height .3s, background-color .2s ease-in-out, width .2s ease-in-out, -webkit-box-shadow 1s;transition:height .3s, background-color .2s ease-in-out, width .2s ease-in-out, -webkit-box-shadow 1s;-moz-transition:height .3s, box-shadow 1s, background-color .2s ease-in-out, width .2s ease-in-out;transition:height .3s, box-shadow 1s, background-color .2s ease-in-out, width .2s ease-in-out;transition:height .3s, box-shadow 1s, background-color .2s ease-in-out, width .2s ease-in-out, -webkit-box-shadow 1s;z-index:10;padding-left:10px;width:160px}.menu .issue-in-menu:hover{background-color:rgba(255,255,255,0.9)}.menu .issue-in-menu .new-number-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.menu .issue-in-menu .new-number-first-column{max-width:0%;-webkit-box-flex:0;-webkit-flex:0 0 0%;-moz-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%}.menu .issue-in-menu .new-number-second-column{max-width:66%;-webkit-box-flex:0;-webkit-flex:0 0 66%;-moz-box-flex:0;-ms-flex:0 0 66%;flex:0 0 66%}@media (max-width: 1000px){.menu .issue-in-menu{display:none}}.menu .issue-in-menu .container{background:transparent}.menu .issue-in-menu:hover{height:360px !important;-webkit-box-shadow:0px 0px 16px 0px rgba(0,0,0,0.75);box-shadow:0px 0px 16px 0px rgba(0,0,0,0.75);width:330px}.menu .issue-in-menu:hover .date{opacity:1}.menu .issue-in-menu:hover .search-icon{opacity:0}.menu .issue-in-menu:hover .new-number-first-column{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.menu .issue-in-menu:hover .new-number-second-column{max-width:50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.menu .issue-in-menu .buy-this-magazine{text-align:center}.menu .issue-in-menu .buy-this-magazine p{font-size:14px;font-weight:700;margin-top:10px}.menu .issue-in-menu .buy-this-magazine p p{font-size:14px;font-weight:300;display:inline-block}.menu .issue-in-menu .buy-this-magazine p span{font-weight:300}.menu .issue-in-menu .new-number{text-align:center}.menu .issue-in-menu .date{opacity:0;-webkit-transition:.3s all;-moz-transition:.3s all;transition:.3s all}.menu .issue-in-menu .date-opacity{opacity:1;-webkit-transition:.3s all;-moz-transition:.3s all;transition:.3s all}.menu .issue-in-menu .socials-images .img-wrapper{border:1px solid black;border-radius:100%;width:53px;height:53px;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;cursor:pointer}.menu .issue-in-menu .socials-images .img-wrapper img{width:18px;height:18px}.menu .issue-in-menu .search-icon{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:opacity .35s;-moz-transition:opacity .35s;transition:opacity .35s}.menu .issue-in-menu .search-icon img{width:100%}.menu .issue-in-menu .date{text-align:right}.menu .issue-in-menu .date span{font-size:14px;text-align:center;display:block}.menu .issue-in-menu p{color:#fff;background-color:#000;padding:5px 0;margin-top:35px;cursor:pointer}.menu .issue-in-menu p a{color:#fff}.menu .issue-in-menu .socials-circle{width:29px;height:29px;border-radius:100%;color:#fff;margin-top:35px;cursor:pointer}.menu .issue-in-menu .socials-circle i{max-width:25px;color:#fff}.menu .issue-in-menu .magazine{overflow:hidden;padding-top:15px;padding-right:20px;position:relative;margin-bottom:0}.menu .issue-in-menu .magazine .look-online{border:1px solid rgba(0,0,0,0.1);position:absolute;bottom:-10px;right:0;background:rgba(255,255,255,0.9);color:#000;border-radius:100%;text-align:center;width:88px;height:88px;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;font-size:18px}.menu .issue-in-menu .magazine .look-online p{background:none;padding:10px;color:#000;line-height:22px;margin:0}.menu .issue-in-menu .magazine .look-online p span{font-weight:700}.menu .issue-in-menu .magazine img{width:100%}.menu .main-menu{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}.menu ul{list-style:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.menu ul li{padding:35px 15px 18px 15px;font-size:16px}.menu ul li a{color:#000}.burger-menu2{position:absolute}.menu-site-left{font-family:"Roboto",sans-serif;background-color:#fff;padding:37px;color:#000;overflow:auto;line-height:2;width:-moz-calc(100% - 90px);width:calc(100% - 90px);max-width:380px;position:fixed;top:0;bottom:0;z-index:999;right:100%;-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-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;font-size:16px}@media screen and (max-width: 400px){.menu-site-left{padding:10px;width:-moz-calc(100% - 0px);width:calc(100% - 0px)}}.menu-site-left ul .menu-newsletter{display:none}.menu-site-left .nav-menu>.nav-item>a{font-size:22px;line-height:24px;font-family:"Roboto",sans-serif;display:inline-block;padding:20px 0}.menu-site-left .nav-menu .item-895>*{display:none}.menu-site-left .main-menu-elem{font-size:22px;line-height:24px;font-family:"Roboto",sans-serif;display:inline-block;padding:20px 0}.menu-site-left .butik+ul{display:none}.menu-site-left .gallery-left-menu+ul{display:none}.menu-site-left .rooms-left-menu{padding-left:13px}.menu-site-left .socials{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;cursor:pointer}.menu-site-left .socials .socials-circle{margin-right:10px;width:35px;height:35px;border:1px solid black;border-radius: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}.menu-site-left .socials img{width:35px;margin-right:10px}.menu-site-left .menu-left-border{padding:10px 0 10px 0;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,0.3);display:block}.menu-site-left .menu-left-font{font-size:22px}.menu-site-left .nav-child .nav-item{padding-left:15px}.menu-site-left .newsletter-left{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;padding:15px 0 15px 0}.menu-site-left .newsletter-left .newsletter-circle{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;width:42px;height:42px;border:1px solid black;border-radius:100%}.menu-site-left .newsletter-left img{width:42px}.menu-site-left .newsletter-left p{margin:0 0 0 12px;font-size:22px;font-family:"Roboto",sans-serif}.menu-site-left .newsletter-text{line-height:20px;font-size:14px;font-family:"Roboto",sans-serif}.menu-site-left .newsletter-input{position:relative;border:1px solid rgba(0,0,0,0.3)}.menu-site-left .newsletter-input input{padding-left:5px;border:none}.menu-site-left .newsletter-input input[name="send"]{right:-5px;position:absolute;padding:0px 16px 3px 16px;background:none;border:none;border-left:1px solid rgba(0,0,0,0.3);font-family:"Roboto",sans-serif}.menu-site-left .second-menu-left{margin:25px 0 100px 0;line-height:26px;text-transform:uppercase;font-size:14px;color:#000}.menu-site-left .second-menu-left .nav{display:block}#menu-left .menu-hvr:hover{color:#000;text-shadow:0 0.015em #101010,0 -0.015em #101010,0.01em 0 #101010,-0.01em 0 #101010}#menu-left .separator{text-shadow:none}#menu-left .separator:hover{text-shadow:none}.site-close{display:none;position:fixed;top:0;left:0;z-index:350;width:100%;height:100vh;background:rgba(0,0,0,0.6);opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.close-menu-left{width:25px;position:absolute;right:20px;margin-top:10px;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:25px;cursor:pointer}.close-menu-left .close-line:nth-of-type(1){width:30px;height:5px;background-color:black;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.close-menu-left .close-line:nth-of-type(2){width:30px;height:5px;background-color:black;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute}#menu{border:none}#menu li{border:none}#menu li a{font-weight:400;font-size:16px}#menu li::after{content:'';display:block;width:0;height:2px;background:#000;-webkit-transition:width .3s;-moz-transition:width .3s;transition:width .3s}#menu li:hover::after{width:100%}.interiors-menu{margin-top:104px;padding:40px}.parent>ul{position:relative}@media (min-width: 1025px){.menu .main-header-menu .main-menu-elem:hover{text-shadow:0 0.015em #101010,0 -0.015em #101010,0.01em 0 #101010,-0.01em 0 #101010}}.menu .main-header-menu li:before{display:none;content:'';position:absolute;left:0;bottom:100%;height:40px;width:100%}.menu .main-header-menu .menu-newsletter{display:none}.menu .main-header-menu li.item-880{position:relative;z-index:9}.menu .main-header-menu li.item-683,.menu .main-header-menu li.item-714,.menu .main-header-menu li.item-861{display:none}.menu .under-menu{margin-left:0;line-height:22px;left:0;position:fixed;width:100%;height:0;z-index:-1;background-color:rgba(255,255,255,0.95);opacity:0;overflow:hidden;border-bottom:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0px 0px 10px 0px rgba(128,128,128,0.3);box-shadow:0px 0px 10px 0px rgba(128,128,128,0.3);top:0}.menu .under-menu .container{padding-top:50px}.menu .under-menu .container .row,.menu .under-menu .container .newsroom .avt-row-370,.newsroom .menu .under-menu .container .avt-row-370{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.menu .under-menu .container .box-legend{padding-top:30px}.menu .under-menu li{margin-bottom:5px}.box-legend{visibility:hidden;opacity:0}.menu .second-under-menu{display:block}.menu .second-under-menu li{padding:0 0 0 10px}.wnetrza .second-under-menu{margin-top:10px;display:block}.wnetrza .second-under-menu li{padding:0 0 0 10px}.style-menu .second-under-menu{display:block}.style-menu .second-under-menu li{padding:0}.box-with-lines{border:1px solid black;position:relative;padding:10px 20px;text-shadow:none}.box-with-lines legend{width:auto;font-size:16px;padding:0 10px;color:#000}.box-with-lines .interiors-menu-title{position:absolute;top:-23px;background-color:#fff;padding:10px;font-size:17px}.box-with-lines a:hover{color:gray}.box-with-lines span{font-size:24px;font-family:"Rozha One",sans-serif;line-height:24px;display:inline-block;margin-top:20px;margin-bottom:10px}.box-with-lines span a:hover{font-weight:400 !important;text-shadow:none;color:gray}.box-with-lines p{font-size:14px;line-height:19px}.box-with-lines a{width:100%}.box-with-lines img{width:100%}.parent:hover .under-menu{padding-top:30px;opacity:1;height:auto;padding-bottom:30px}.parent:hover .under-menu .box-legend{visibility:visible;opacity:1}.parent:hover p::before{content:"";position:absolute;left:0;right:0;bottom:0;height:33px}.butik:hover .under-menu{opacity:0}.gallery-submenu{display:inline-block !important;padding-top:10px;margin-top:10px;border-top:1px solid black}.show-search-wrapper{height:100% !important;z-index:51 !important;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;-webkit-transition:.5s height ease-in-out;-moz-transition:.5s height ease-in-out;transition:.5s height ease-in-out;top:0 !important}.search-wrapper.show-search-wrapper2{height:100%;z-index:100;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;top:0;-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;-webkit-transition:.5s height ease-in-out;-moz-transition:.5s height ease-in-out;transition:.5s height ease-in-out}.search-wrapper.show-search-wrapper2 .close-search{top:65px;width:35px;text-align:center;height:50px;line-height:50px;right:0;-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out}@media (min-width: 1025px){.search-wrapper.show-search-wrapper2 .close-search{top:100px;right:30px}}#search-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;width:100%;padding-top:104px;position:relative;z-index:8;height:auto}#search-wrapper .search-summary{width:100%}#search-wrapper .you-search span{font-weight:700}#search-wrapper .gs-no-results-result .gs-snippet{border:none;background:none;text-align:center;font-size:35px;font-weight:700;margin-bottom:20px;color:#000}#search-wrapper .gs-no-results-result .gs-snippet::before{content:'';background-image:url("/templates/main/images/search-error-icon.svg");background-size:contain;background-repeat:no-repeat;background-position:center;max-width:100%;width:100%;height:360px;display:block;margin:0 auto}#search-wrapper .gs-no-results-result .gs-snippet::after{content:'Niestety nic nie znaleźliśmy dla szukanej frazy';display:block;width:100%;font-size:16px;font-weight:400;line-height:19.5px}#search-wrapper .gsc-results-wrapper-overlay{margin:none !important;height:auto;width:auto;top:auto;padding:17px;-webkit-box-shadow:none;box-shadow:none;position:static !important}@media (max-width: 576px){#search-wrapper .gsc-results-wrapper-overlay{padding:0;overflow:hidden}}#search-wrapper .gsc-url-top{display:none}#search-wrapper .gsc-cursor-box{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;font-family:"Roboto",sans-serif;font-size:20px;margin:10px 0}#search-wrapper .gsc-cursor-box .gsc-cursor-page{padding:5px;width:34px;height:34px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;-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}#search-wrapper .gsc-cursor-box .gsc-cursor{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}#search-wrapper .gsc-thumbnail-inside{font-size:35px !important;font-family:"Rozha One",sans-serif;text-decoration:none;width:85%;margin-left:auto;display:block;padding:0 15px}@media (max-width: 767.98px){#search-wrapper .gsc-thumbnail-inside{width:60%}}@media (max-width: 576px){#search-wrapper .gsc-thumbnail-inside{width:100%;padding:0}}#search-wrapper .gsc-thumbnail-inside .gs-title{height:100%;text-decoration:none}#search-wrapper .gsc-thumbnail-inside .gs-title b{font-weight:400}#search-wrapper .gsc-thumbnail-inside .gs-title strong{font-weight:400}#search-wrapper .gsc-thumbnail-inside a{font-size:35px !important;text-decoration:none}@media (max-width: 767.98px){#search-wrapper .gsc-thumbnail-inside a{font-size:25px !important}}#search-wrapper .gsc-thumbnail-inside b{font-size:35px !important;text-decoration:none}#search-wrapper .gs-result{padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,0.1)}#search-wrapper .gsc-results .gs-result{position:relative;min-height:100px}#search-wrapper .gsc-table-cell-thumbnail{position:absolute;top:0;left:0;width:15%;height:100%;vertical-align:top}@media (max-width: 767.98px){#search-wrapper .gsc-table-cell-thumbnail{width:40%}}@media (max-width: 576px){#search-wrapper .gsc-table-cell-thumbnail{display:none}}#search-wrapper .gs-image-box{width:100%;height:100%;text-align:right;padding:0}@media (max-width: 767.98px){#search-wrapper .gs-image-box{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}}#search-wrapper .gs-image-box img{max-width:100%;max-height:200px}@media (max-width: 767.98px){#search-wrapper .gs-image-box img{max-height:130px}}#search-wrapper .gsc-table-cell-snippet-close{display:block;width:85%;margin-left:auto;padding:0 15px;font-size:18px}@media (max-width: 767.98px){#search-wrapper .gsc-table-cell-snippet-close{width:60%;font-size:16px !important}}@media (max-width: 576px){#search-wrapper .gsc-table-cell-snippet-close{width:100%;padding:0}}#search-wrapper .gsc-modal-background-image{display:none !important;background-color:none}#search-wrapper .gsc-orderby-container{display:none}#search-wrapper .gsc-results-close-btn{display:none}#search-wrapper .gsc-cursor-current-page{color:#fff;background-color:#000;border-radius:100%}#search-wrapper .gsc-cursor-current-page:hover{text-decoration:none}@media screen and (max-width: 508px){#search-wrapper .input-box{width:90%}#search-wrapper .close-search{display:none}#search-wrapper{padding-left:0;padding-right:0}#search-wrapper .gsc-cursor-box .gsc-cursor-page{padding:0;width:15px;height:15px;font-size:16px}#search-wrapper .gcsc-branding{display:none}}.gsc-overflow-hidden{overflow:auto !important}.search-wrapper{height:0%;z-index:51;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:fixed;height:0%;-webkit-transition:.5s height ease-in-out;-moz-transition:.5s height ease-in-out;transition:.5s height ease-in-out;top:-100px;background-color:#fff}.search-wrapper form{width: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}.search-wrapper .close-search{position:absolute;right:100px;top:-100px;width:50px;cursor:pointer}.search-wrapper .close-search p{font-size:50px;font-weight:700}.search-wrapper .input-box{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;width:100%}@media (min-width: 1025px){.search-wrapper .input-box{width:60%}}.search-wrapper .input-box input{width:100%;border:1px solid #95989A;-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.55);box-shadow:0px 0px 3px 0px rgba(0,0,0,0.55);font-family:"Roboto",sans-serif;padding:10px;line-height:24px;position:relative;margin:80px 0;font-size:18px}@media (min-width: 1025px){.search-wrapper .input-box input{font-size:22px}}.search-wrapper .input-box button{position:absolute;right:0;border:none;border-left:1px solid #95989A;background:none;font-size:22px;font-family:"Roboto",sans-serif;cursor:pointer}.nav-menu>.nav-item{border-bottom:1px solid rgba(149,152,154,0.5)}.nav-menu .divider span{font-size:22px}.nav-menu .divider .divider{border-bottom:1px solid rgba(149,152,154,0.5);padding:10px 0 10px 0}.nav-menu .divider .divider span{display:none}.magazine-wrapper2{max-width:415px;height:415px;position:absolute;right:0;top:0;z-index:20;opacity:0.9;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:absolute;background-color:rgba(255,255,255,0.9)}.menu .menu-hvr>a,.menu .menu-hvr>p{border-bottom:1px solid transparent;-webkit-transition:border-bottom 1s;-moz-transition:border-bottom 1s;transition:border-bottom 1s;text-decoration:none;padding-bottom:8px;margin-bottom:0}.menu .menu-hvr>a:hover,.menu .menu-hvr>p:hover{text-shadow:0 0.015em #101010,0 -0.015em #101010,0.01em 0 #101010,-0.01em 0 #101010}.menu .menu-hvr a{font-weight:400;text-shadow:none}.menu .menu-hvr .menu-columns .main-menu-hvr-p{font-weight:400;text-shadow:none}.menu .menu-hvr .menu-columns p a{text-shadow:none}.under-menu:hover>.menu-hvr{font-weight:500;text-shadow:none}.menu-columns ul li{vertical-align:middle;-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0)}.menu-columns ul li a{display:block}.menu-columns ul a:hover,.menu-columns ul a:focus,.menu-columns ul a:active{font-weight:600}.sidebar{border-bottom:1px solid rgba(128,128,128,0.5);margin-bottom:10px}.sidebar p{font-size:15px;font-family:"Roboto",sans-serif}.sidebar img{margin:10px 0 10px 0}.sidebar p:nth-of-type(2){font-size:12px;font-family:"Roboto",sans-serif}.sidebar:nth-of-type(6){border-bottom:none}.sidebar-see-more{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:end}.sidebar-see-more a{font-size:15px}@media (min-width: 1025px){.sidebar img{margin:0}}.release-subpage .long-bottom-line{margin-top:-15px;margin-bottom:10px}.release-subpage a:hover{-webkit-transition:color .35s;-moz-transition:color .35s;transition:color .35s}.release-subpage a:hover p{color:gray;-webkit-transition:color .35s;-moz-transition:color .35s;transition:color .35s}.release-subpage h2{font-size:22px;font-weight:400;color:#25292f;margin-bottom:15px}@media (min-width: 1025px){.style-big-article .text{position:absolute;bottom:30px;left:30px;z-index:5}}@media (min-width: 1025px){.style-big-article .text .title{max-width:50%}}.style-big-article .text .introtext{max-width:80%}@media (max-width: 767.98px){.style-big-article .text .introtext{display:none}}.release-subpage-text{padding:0 15px 0 15px;width:100%}.release-subpage-text .title{margin-top:25px;font-size:35px;font-family:"Rozha One",sans-serif;line-height:34px;font-weight:400}.release-subpage-text .introtext{font-size:15px;line-height:24px;font-family:"Roboto",sans-serif}.release-subpage-text img{width:100%;max-height:460px}.release-subpage-text .gradient-on-image{pointer-events:none}.release .text{padding:0 5px 0 7px}.release .text .title{margin-top:25px;font-family:"Rozha One",sans-serif;font-weight:400;font-size:30px;line-height:31px}@media (min-width: 1025px){.release .text .title{font-size:35px;line-height:34px}}.release .text .introtext{font-size:15px;line-height:24px;font-family:"Roboto",sans-serif}.interiors .interiors-wrap .home-img img{width:100%}.interiors .interiors-wrap .release-subpage-text .gray-bottom{margin:20px 0 -15px 0}.interiors .interiors-wrap .release-subpage-text img{max-height:416px}.interiors .interiors-wrap .release-text img{max-height:290px;width:100%}.interiors .interiors-wrap .release-wrap .gray-bottom{margin:20px 0 -10px 0}.interiors .interiors-wrap .release-wrap .text{font-size:27px;line-height:24px;font-family:"Rozha One",sans-serif}.interiors .interiors-wrap .release-wrap .text-title{font-size:35px;line-height:34px;font-family:"Rozha One",sans-serif}.interiors .interiors-wrap .release-wrap p{font-size:14px;line-height:19px}.interiors-slider [class^=col]{padding:0}.interiors-slider .interiors-img{position:relative}.interiors-slider .interiors-img img{max-height:200px;width:100%}.interiors-slider .interiors-text{position:absolute;top:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255,255,255,0)));background:-moz-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 )}.interiors-slider .interiors-text p{font-size:25px;text-align:center;font-family:"Rozha One",sans-serif;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%)}.interiors-slider .swiper-button-next,.interiors-slider .swiper-button-prev{color:black}.interiors-img:hover .interiors-text{background:none}.interiors-img:hover .interiors-text p{display:none}@media (max-width: 767.98px){.interiors .gray-bottom{margin:25px auto 0 auto}}.styles-subpage .release-subpage-text{padding:0 15px 0 15px;width:100%}.styles-subpage .release-subpage-text img{width:100%;max-height:460px}.styles-subpage .release-subpage-text .gray-bottom{margin:20px 0 -15px 0}.styles-subpage .release-text img{width:100%;max-height:445px}.styles-subpage .release-text .release-wrap .category{font-size:14px;line-height:17px;margin-top:10px;font-family:"Roboto",sans-serif;font-weight:400}.styles-subpage .release-text .release-wrap .text{font-size:27px;line-height:27px}.styles-subpage .release-text .release-wrap p{line-height:19px;font-weight:300;font-size:15px;font-family:"Roboto",sans-serif}.styles-subpage .release-text .release-wrap .gallery-introtext{font-size:15px;line-height:22px}.styles-subpage .release-text .release-wrap .gray-bottom{margin:5px 0 -12px 0}.style-menu ul{-webkit-column-count:2;-moz-column-count:2;column-count:2}.see-all a{position:absolute;bottom:0;margin-top:10px}.see-all a:hover{color:gray}.article-fulltext iframe[id^="instagram"],.article-fulltext blockquote{margin:0 auto 30px !important}.google-articles{margin-bottom:30px}.google-articles__title{font-family:"Roboto",sans-serif;font-size:22px;font-weight:400;padding-bottom:7px;margin-bottom:10px;position:relative}.google-articles__title:after{content:"";position:absolute;top:100%;left:0;width:113px;height:1px;background-color:#95989A}.styles-subpage .styles-subpage-wrap .article-about .categories-wrapper{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:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.styles-subpage .styles-subpage-wrap .article-about .categories-wrapper img{width:22px;border:none}.styles-subpage .styles-subpage-wrap .article-about .categories-wrapper a{font-size:13px;line-height:18px;margin:0 0 0 10px;font-weight:300}.styles-subpage .styles-subpage-wrap .article-about p{font-size:22px;margin-bottom:0}.styles-subpage .styles-subpage-wrap .article-about .text .architect-title{font-family:"Rozha One",sans-serif;color:#25292f;font-size:34px;line-height:36px}@media (min-width: 576px){.styles-subpage .styles-subpage-wrap .article-about .text .architect-title{font-size:45px;line-height:50px}}.styles-subpage .styles-subpage-wrap .article-about .text .architect-intro{font-size:19px}.styles-subpage .styles-subpage-wrap .article-about .interiors-image img{width:100%;max-height:none;height:auto}.styles-subpage .styles-subpage-wrap .article-about img{width:100%;max-height:445px}.styles-subpage .styles-subpage-wrap .article-about .author{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}.styles-subpage .styles-subpage-wrap .article-about .author img{width:auto}.styles-subpage .styles-subpage-wrap .article-about .text-on-image{position:relative}.styles-subpage .styles-subpage-wrap .article-about .text-on-image .gradient-on-image{position:absolute;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(41%, rgba(0,0,0,0)), color-stop(89%, rgba(0,0,0,0.65)), to(rgba(0,0,0,0.65)));background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0.65) 89%, rgba(0,0,0,0.65) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0.65) 89%, rgba(0,0,0,0.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );height:100%;width:100%;top:0}.styles-subpage .styles-subpage-wrap .article-about .text-on-image .text{position:absolute;color:#fff;bottom:0;left:24px}@media screen and (max-width: 768px){.styles-subpage .styles-subpage-wrap .article-about .text-on-image .text{left:0}}.styles-subpage .styles-subpage-wrap .article-about .text-on-image .text h1{font-size:47px;font-weight:400;font-family:"Rozha One",sans-serif;max-width:80%;display:inline-block;line-height:48px;padding-bottom:30px}@media screen and (max-width: 768px){.styles-subpage .styles-subpage-wrap .article-about .text-on-image .text h1{font-size:22px;line-height:24px;padding-bottom:0;padding:5px;max-width:100%}}.styles-subpage .styles-subpage-wrap .article-about .text-on-image .text p{font-size:19px;max-width:80%;line-height:24px}.styles-subpage .styles-subpage-wrap .article-text p{line-height:25px}.styles-subpage .styles-subpage-wrap .article-text .introtext-article{font-size:21px;line-height:35px;padding-bottom:30px;font-weight:600;font-family:'playfair display';margin:0 15px}@media (max-width: 1024.98px){.styles-subpage .styles-subpage-wrap .article-text .introtext-article{margin:0;line-height:28px}}.styles-subpage .styles-subpage-wrap .article-text .architect-fulltext img{max-height:100%}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext{font-family:'lora';color:#2b2b2b;font-size:18px;line-height:28px;margin:0 15px}@media (max-width: 1024.98px){.styles-subpage .styles-subpage-wrap .article-text .article-fulltext{margin:0}}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext a{color:#856d4c;text-decoration:underline;font-weight:600}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext ul{padding-left:1em}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext ul li{list-style:initial}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext ol{padding-left:1em}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext ol li{list-style:initial}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext>ol{list-style:decimal}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext>ol li{list-style:decimal}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext p{font-size:18px;line-height:28px}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext .photocenter{margin:0 auto}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext table td{font-size:13px;line-height:16px;font-family:"Roboto",sans-serif;padding:5px 5px;vertical-align:top}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext table p{font-size:13px;line-height:16px;margin:0}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext h2{padding:12px 0;font-family:"Roboto",sans-serif;font-size:27px}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext h3{font-size:23px;padding:12px 0;font-family:"Roboto",sans-serif}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext tbody:last-child{border-bottom:1px solid rgba(0,0,0,0.3);padding-bottom:7px}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext table{font-size:14px;max-width:550px}@media screen and (max-width: 700px){.styles-subpage .styles-subpage-wrap .article-text .article-fulltext table{width:100%;max-width:100%;overflow-x:scroll;display:block}}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext table img{border:1px solid rgba(0,0,0,0.1);height:auto}.styles-subpage .styles-subpage-wrap .article-text .article-fulltext .table th,.styles-subpage .styles-subpage-wrap .article-text .article-fulltext .table td,.styles-subpage .styles-subpage-wrap .article-text .article-fulltext .table tr{border:none}.pinterest-container{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:30px 0}.pinterest-responsive{display:block;margin:30px 0;text-align:center}#contacts .error-message p{color:#E84A4A;font-style:700}#contacts .success-message p{color:#99CC07;font-style:700}#contacts .captcha-main{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}#contacts textarea{width:100%;resize:none;height:256px;border:1px solid #95989A;padding:15px;-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.45);box-shadow:0px 0px 3px 0px rgba(0,0,0,0.45);font-size:22px}#contacts input{border:1px solid #95989A;padding:15px;-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.45);box-shadow:0px 0px 3px 0px rgba(0,0,0,0.45);font-size:22px;width:100%;max-width:342px}#contacts span{font-size:22px;font-family:"Roboto",sans-serif}#contacts .contact-text{font-size:22px}#contacts .contact-text .contact-intro{font-size:17px;font-family:"Roboto",sans-serif;line-height:26px}#contacts button{background-color:#000;width:150px;color:#fff;border:none;font-family:"Roboto",sans-serif;font-size:22px;padding:10px;cursor:pointer}#contacts .contact-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-align-content:end;-ms-flex-line-pack:end;align-content:end;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;-ms-flex-align:end;align-items:end}#contacts .person{margin-top:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;bottom:0}#contacts .person .text{width:40%;margin-left:15px}#contacts .person .text .person-name{font-size:30px;font-family:"Rozha One",sans-serif;line-height:28px}#contacts .person .text p{font-size:14px}#contacts .person .text p:nth-of-type(2){width:100%}@media (max-width: 350px){#contacts .person .text{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;text-align:center;width:100%;margin-left:0}}#contacts .person .image img{border-radius:50%;border:1px solid gray;width:100px;height:100px}@media (max-width: 350px){#contacts .person .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}}@media (max-width: 350px){#contacts .person{display:block}}#contacts .mail-to{font-weight:700}#contacts .contact-publisher .text{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;color:#4B4B4B;font-family:"Roboto",sans-serif}#contacts .contact-publisher .contact-title{font-size:22px;line-height:24px;margin-bottom:10px}#contacts .contact-publisher .p{padding-left:15px;font-size:16px}#contacts .contact-publisher img{width:73px;height:73px}#contacts .advertisements cormedia-description{font-size:16px}#contacts .contact-title{font-size:22px;line-height:24px;margin-bottom:10px}.publishing .map img{margin-top:20px;width:100%}@media (min-width: 1200px){.publishing{border-left:1px solid gray}}#gmap{height:500px}.nip p{font-size:13px !important}.advertisements img{margin:25px 0}.advertisements p{font-size:16px}@media (max-width: 350px){.title-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}.title-wrapper p{width:100%;text-align:center}}.boutique ul{display:inline}.boutique ul li{padding:0 15px 0 15px}@media (max-width: 1024px){.boutique .title{margin-bottom:20px}}.boutique .title p{margin-bottom:7px;font-size:22px;line-height:24px;color:black}.boutique .boutique-products{text-align:left}.boutique .boutique-products.active>div{border:6px solid #959595}.boutique .boutique-products>div{border:1px solid rgba(200,200,200,0.5)}.boutique .boutique-products img{width:100%}.boutique .boutique-products span{font-size:23px;font-family:"Rozha One",sans-serif;line-height:27px;display:inline-block;margin:15px 0}.boutique .boutique-products p{margin-top:10px;font-size:14px;font-family:"Roboto",sans-serif;line-height:18px}.boutique .pagination img{width:13px;-webkit-box-shadow:none;box-shadow:none;padding:0}.boutique img{width:100%;-webkit-box-shadow:0px 0px 2px 0px rgba(200,200,200,0.75);box-shadow:0px 0px 2px 0px rgba(200,200,200,0.75)}.boutique-article{position:relative}.custom-select #boutique{height:auto;border:none}@media (max-width: 1024.98px){#boutique{height:35px;overflow:hidden;display:block;border:1px solid #95989A;padding-left:15px}}@media (min-width: 1025px){#boutique{margin-top:30px}}#boutique .nav-child{display:none;margin-bottom:20px;margin-top:10px}#boutique .nav-child li a{font-size:15px}#boutique>li{border-bottom:1px solid rgba(149,152,154,0.3);padding:4px 0 5px 0;-webkit-transition:.1s ease-out;-moz-transition:.1s ease-out;transition:.1s ease-out;font-size:17px}#boutique>li>a{color:#4B4B4B;font-size:17px}#boutique>li:last-child{border-bottom:none}#boutique>li:hover>a{font-weight:700;-webkit-transition:.1s ease-out;-moz-transition:.1s ease-out;transition:.1s ease-out}#boutique .current>a{font-weight:700}.link-shop-wrap{text-align:center}@media (min-width: 1025px){.link-shop-wrap:hover,.link-shop-wrap:hover a{color:#2b2b2b;opacity:0.7}}.link-to-shop{font-size:22px;font-family:"Roboto",sans-serif;line-height:24px;text-decoration:underline;margin-left:20px;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s}.link-to-shop:after{content:'';height:20px;width:20px;margin-left:10px;vertical-align:middle;background:url("../../images/svg/link.svg");display:inline-block}@media (max-width: 1024.98px){.catalog-products .product .custom{display:none}}.boutique-single-product .inactive{opacity:0.2}.boutique-single-product .social-and-shop{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width: 767.98px){.boutique-single-product .social-and-shop{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}.boutique-single-product .socials{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-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}@media (min-width: 576px){.boutique-single-product .socials{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.boutique-single-product .socials img{margin:0 10px}.boutique-single-product .socials .print{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.boutique-single-product .socials .print .print-btn .print-ico-wrap{border-left:1px solid gray}.boutique-single-product .socials .print img{width:20px;height:20px;border:none;-webkit-box-shadow:none;box-shadow:none}.boutique-single-product .socials .fb-likes{text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.boutique-single-product .socials .fb-likes .fb-like-wrapper{border-right:1px solid gray}.boutique-single-product .socials .fb-likes .fb-comments-wrapper{border-left:1px solid gray}.boutique-single-product .socials .fb-likes .number-of-likes span{margin-top:5px;font-size:14px;line-height:22px}.boutique-single-product .socials .fb-likes img{width:20px;height:20px;border:none;-webkit-box-shadow:none;box-shadow:none}.boutique-single-product .product-image{margin:0 auto}.boutique-single-product .main-image{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;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.boutique-single-product .main-image .images-behind{position:absolute;z-index:-1}.boutique-single-product .main-image .images-behind .background-botique{background:#fff;opacity:0.4}.boutique-single-product .next-product-main{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}.boutique-single-product .next-product{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}.boutique-single-product .next-product img{width:45px;height:45px;-webkit-box-shadow:none;box-shadow:none}@media (min-width: 768px){.boutique-single-product .next-product img{width:60px;height:60px}}@media (min-width: 1366px){.boutique-single-product .next-product img{width:100px;height:100px}}.boutique-single-product .prev-product-main{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}.boutique-single-product .prev-product{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}.boutique-single-product .prev-product img{-webkit-box-shadow:none;box-shadow:none;width:45px;height:45px}@media (min-width: 768px){.boutique-single-product .prev-product img{width:60px;height:60px}}@media (min-width: 1366px){.boutique-single-product .prev-product img{width:100px;height:100px}}.boutique-single-product .boutique-item-title{font-weight:400;font-family:"Rozha One",sans-serif;color:#000;font-size:40px;line-height:40px}@media (min-width: 576px){.boutique-single-product .boutique-item-title{font-size:50px;line-height:50px}}.boutique-single-product .boutique-single-description{font-size:17px;font-family:"Roboto",sans-serif;line-height:27px;color:#4B4B4B}.boutique-article{position:relative;overflow:hidden}.boutique-article .text{font-family:"Rozha One",sans-serif;font-size:40px;line-height:40px;bottom:0}@media (min-width: 576px){.boutique-article .text{width:80%;padding:20px;position:absolute;color:#fff}}@media (min-width: 1025px){.boutique-article .text{bottom:20px;font-size:79px;line-height:64px}}.boutique-article .image{position:relative;margin-bottom:15px}@media (min-width: 576px){.boutique-article .image{margin-bottom:0}}.boutique-article .image img{max-width:100%;height:auto;display:block}@media (min-width: 576px){.boutique-article .image:after{content:"";display:block;position:absolute;width:200%;height:175%;bottom:-65%;left:-70%;background:-moz-radial-gradient(center, ellipse, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0) 100%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0) 100%);pointer-events:none}}.boutique-two-article .title{font-family:"Rozha One",sans-serif;font-size:27px;line-height:24px}.boutique-two-article .introtext{display:none;font-size:14px;font-weight:300;line-height:19px}.more-products{font-size:22px;font-family:"Roboto",sans-serif;line-height:24px}.company-and-price{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;font-size:22px;font-family:"Roboto",sans-serif;line-height:24px;padding-bottom:10px;border-bottom:1px solid #95989A;margin-bottom:20px}.company-and-price .name,.company-and-price .price,.company-and-price .company-link{width:100%}@media (min-width: 576px){.company-and-price .name,.company-and-price .price,.company-and-price .company-link{width:50%}}@media (max-width: 575.98px){.company-and-price .name{margin-bottom:15px}}@media (min-width: 576px){.company-and-price .price{text-align:right}}.shop-link{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-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.shop-link .print{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}.shop-link .print .gallery-fb-btn{margin-right:10px}.shop-link .print img{-webkit-box-shadow:none;box-shadow:none;padding:10px}.shop-link .link-product{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;text-decoration:underline;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.shop-link .link-product a{font-size:22px;font-family:"Roboto",sans-serif}.shop-link .link-product img{width:19px;height:19px;padding:0;margin:0 0 0 10px;-webkit-box-shadow:none;box-shadow:none}.menu-left{margin-bottom:35px;position:relative}@media (min-width: 576px) and (max-width: 1024px){.menu-left{margin-top:36px;margin-bottom:65px}}.menu-left #boutique .nav-child li{position:relative}.menu-left #boutique .nav-child li a{font-weight:400;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;transition:all .4s ease-out}.menu-left #boutique .nav-child li:hover a{color:black;font-weight:700}.menu-left #boutique .nav-child .current a{font-weight:700}.menu-left #boutique .nav-child li a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:rgba(128,128,128,0.1);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-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-transition-duration:0.5s;-moz-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;transition-timing-function:ease-out;color:#fff}.menu-left #boutique .nav-child li a:before a{color:#fff}.menu-left #boutique .nav-child li:hover,.menu-left #boutique .nav-child li:focus,.menu-left #boutique .nav-child li:active{color:white}.menu-left #boutique .nav-child li a:hover:before,.menu-left #boutique .nav-child li a:focus:before,.menu-left #boutique .nav-child li a:active:before{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);-moz-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.botique-wrapper>div{-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out}.squares{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-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width: 1024px){.squares{display:none;margin-bottom:20px}}.squares p{margin-right:15px;font-family:"Roboto",sans-serif}.squares .square{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:10px 8px 10px 8px;cursor:pointer}.squares .square .square-elem{width:8px;height:8px;background-color:gray;margin:1px;opacity:0.5}.squares .square.active .square-elem{background-color:black;opacity:1.0}.squares .square4{margin-right:0}.square{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;position:relative;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-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}.square:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:100%;opacity:0;background:-moz-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;-moz-transition-property:transform, opacity, -moz-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform, -moz-transform}.square:hover,.square:focus,.square:active{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.square:hover:before,.square:focus:before,.square:active:before{opacity:1;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}@media (min-width: 576px) and (max-width: 1024.98px){.boutique .product .custom-select{top:-35px}}.our-experts>p{margin-bottom:6px;font-size:22px;font-family:"Roboto",sans-serif;line-height:24px;padding-bottom:10px}.our-experts .architect-our-expert{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-top:20px}.our-experts .architect-our-expert .image img{border:none}.our-experts .architect-our-expert .person{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-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:10px}.our-experts .architect-our-expert .person .name{margin:0;font-size:30px;font-family:"Rozha One",sans-serif;line-height:27px;width:100%}.our-experts .architect-our-expert .person .position{font-size:15px;width:100%}.our-experts .description{margin-top:15px;font-size:14px;font-family:"Roboto",sans-serif;line-height:20px;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid rgba(149,152,154,0.5)}.our-experts .add-file-wrap{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}@media (min-width: 768px){.our-experts .add-file-wrap{margin-bottom:20px}}.our-experts .add-file-wrap .btn-add-pictures{background-color:rgba(0,0,0,0.65);color:#fff;font-size:18px;font-family:"Roboto",sans-serif;border:none;width:146px;height:34px;cursor:pointer;margin-right:20px}@media (max-width: 767.98px){.our-experts .add-file-wrap .btn-add-pictures{margin-bottom:15px}}.our-experts .add-file-wrap .custom-wrap{position:relative;width:21px;margin-right:15px}.our-experts .add-file-wrap .custom-wrap .base-checkbox{width:21px;height:21px;vertical-align:top}.our-experts .add-file-wrap .custom-wrap .base-checkbox:checked+.custom-checkbox:before{opacity:1}.our-experts .add-file-wrap .custom-wrap .custom-checkbox{width:21px;height:21px;background-color:#fff;-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.16);box-shadow:0px 3px 6px rgba(0,0,0,0.16);display:block;position:absolute;pointer-events:none;top:0;left:0;border:1px solid #95989A}@media (min-width: 1025px){.our-experts .add-file-wrap .custom-wrap .custom-checkbox:hover{-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.35);box-shadow:0px 3px 6px rgba(0,0,0,0.35)}}.our-experts .add-file-wrap .custom-wrap .custom-checkbox:before{content:"\f00c";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;font-size:18px;width:18px;height:18px;opacity:0;pointer-events:none;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s}.our-experts .add-file-wrap .accept{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-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.our-experts .add-file-wrap .accept .porady-file{border:1px solid rgba(149,152,154,0.5);-webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 2px 0px rgba(0,0,0,0.35);padding:10px;height:auto}.our-experts .add-file-wrap .accept .accept-info{font-size:14px;font-family:"Roboto",sans-serif;line-height:17px;color:#4B4B4B}@media (max-width: 767.98px){.our-experts .add-file-wrap .accept .accept-info{margin-bottom:15px}}@media (min-width: 768px){.our-experts .add-file-wrap .accept .accept-info .static,.our-experts .add-file-wrap .accept .accept-info .magnific-text{display:block}}.our-experts .our-experts-form .form-description{margin-bottom:15px}.our-experts .our-experts-form .form-description .title{font-size:22px;line-height:22px;margin-bottom:15px}.our-experts .our-experts-form .form-description .text{font-size:14px;line-height:20px}.our-experts .our-experts-form #porady-form .ask-input,.our-experts .our-experts-form #porady-form .ask-text{border:1px solid rgba(149,152,154,0.5);-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.16);box-shadow:0px 3px 6px rgba(0,0,0,0.16);padding-left:15px;resize:none;width:100%;font-size:18px;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s;margin-bottom:18px}.our-experts .our-experts-form #porady-form .ask-input:focus,.our-experts .our-experts-form #porady-form .ask-text:focus{-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.35);box-shadow:0px 3px 6px rgba(0,0,0,0.35)}@media (min-width: 1025px){.our-experts .our-experts-form #porady-form .ask-input:hover,.our-experts .our-experts-form #porady-form .ask-text:hover{-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.35);box-shadow:0px 3px 6px rgba(0,0,0,0.35)}}.our-experts .our-experts-form #porady-form textarea{padding-top:5px;height:230px}.our-experts .our-experts-form #porady-form .porady-file{position:absolute;left:-2000px}.our-experts .our-experts-form #porady-form .regulamin-porad{display:none}.our-experts .our-experts-form #porady-form .submit-btn{width:100%;padding:7px;border:1px solid rgba(149,152,154,0.5);font-family:"Roboto",sans-serif;text-transform:uppercase;background-color:#fff;cursor:pointer;margin-top:15px;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s;font-size:16px}@media (min-width: 1025px){.our-experts .our-experts-form #porady-form .submit-btn:hover{-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.35);box-shadow:0px 0px 10px rgba(0,0,0,0.35)}}.our-experts .our-experts-form #porady-form .form-info{font-size:10px;line-height:14px;font-family:"Roboto",sans-serif;margin-top:15px}.white-popup-block{background:#FFF;padding:20px 30px;text-align:left;max-width:650px;margin:40px auto;position:relative}.regulamin-porad .title{font-size:22px;padding-bottom:4px;border-bottom:1px solid;margin-bottom:15px;color:#000}.regulamin-porad ol{list-style:decimal;margin-left:20px}.regulamin-porad ol li{list-style:decimal}#file-upload-filename{width:100%;display:block;margin-bottom:15px;width:100%}#file-list{text-overflow:ellipsis;overflow:hidden}#add-file-statement{position:fixed;z-index:999;margin:auto;width:300px;text-align:center;background-color:#4b4b4b;height:35px;line-height:35px;color:white;-webkit-box-shadow:0px 6px 15px rgba(0,0,0,0.3);box-shadow:0px 6px 15px rgba(0,0,0,0.3);-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s;top:-10000px;font-weight:600}#add-file-statement.open{top:20%}.add-file-description{font-size:10px;line-height:14px;margin-bottom:15px}.vlog-main{background:-webkit-gradient(linear, left top, left bottom, from(rgba(76,76,76,0.3)), color-stop(45%, rgba(102,102,102,0.75)), color-stop(55%, #4b4b4b), color-stop(100%, #2b2b2b), to(#2b2b2b));background:-moz-linear-gradient(top, rgba(76,76,76,0.3) 0%, rgba(102,102,102,0.75) 45%, #4b4b4b 55%, #2b2b2b 100%, #2b2b2b 100%);background:linear-gradient(to bottom, rgba(76,76,76,0.3) 0%, rgba(102,102,102,0.75) 45%, #4b4b4b 55%, #2b2b2b 100%, #2b2b2b 100%)}.vlog-main .container{background:transparent}.vlog-main .close-vlog-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vlog-main .close-vlog-wrapper .close-article{width:34px;height:34px;position:relative;cursor:pointer;z-index:1;margin-bottom:20px}.vlog-main .close-vlog-wrapper .close-article .line1{height:7px;position:absolute;top:17px;left:0;width:100%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff}.vlog-main .close-vlog-wrapper .close-article .line2{height:7px;position:absolute;top:17px;left:0;width:100%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:#fff}.vlog-main .vlog-single{color:#fff}.vlog-main .vlog-single .container{background:transparent}.vlog-main .vlog-single .spolecznoscinet iframe{min-height:auto !important}.vlog-main .vlog-single .vlog-icons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:10px;padding-right:30px}.vlog-main .vlog-single .vlog-icons img{width:29px}.vlog-main .vlog-single .vlog-icons .copy-btn img{margin-top:7px;margin-right:15px;width:19px}.vlog-main .vlog-single .vlog-icons .fb-likes{margin-right:1px;height:30px}.vlog-main .vlog-single .layer{position:absolute;top:0;width:100%;height:100%;left:0}.vlog-main .vlog-single .img-layer{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%}.vlog-main .vlog-single .img-layer img{width:100%;height:100%;-webkit-filter:blur(6px);filter:blur(6px)}.vlog-main .vlog-single iframe{width:100%;height:100%;min-height:556px}.vlog-main .vlog-single .main-article-vlog-text .vlog-border-line{margin:25px 0 10px 0}.vlog-main .vlog-single .main-article-vlog-text h1{font-size:35px;line-height:34px;font-family:"Rozha One",sans-serif}.vlog-main .vlog-single .main-article-vlog-text p{font-size:14px;line-height:22px;margin:20px 0 30px 0}.vlog-main .more-videos{padding-bottom:100px}.vlog-main .more-videos .more-videos-wrapper{padding-top:25px}.vlog-main .more-videos .more-videos-wrapper img{width:100%}.vlog-main .more-videos .title{font-family:"Rozha One",sans-serif;font-size:27px;line-height:24px;color:#fff}.vlog-main .more-videos .title a{color:#fff;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.vlog-main .more-videos .title a:hover{color:gray}.vlog-main .more-videos .title span{display:inline-block;margin:10px 0 20px 0}.vlog-main .more-videos .description{color:#fff;font-size:14px;font-weight:300}.vlog-main .more-videos .description a{color:#fff;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.vlog-main .more-videos .description a:hover{color:gray}.vlog-main .more-videos .description span{display:block}.vlog-main .more-videos-main .container{background:transparent}.vlog-main .more-videos-main .videos-category-title{font-size:22px;line-height:24px;color:#fff}.vlog-main .more-videos-main .circle-small{position:absolute;width:84px;height:84px;background-color:rgba(255,255,255,0.82);left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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}.vlog-main .more-videos-main .circle-small .triangle-small{margin-left:10px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid black}@media (min-width: 1025px){.vlog .left{width:-moz-calc(100% - 330px);width:calc(100% - 330px);-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}}.video-wrapper .img-play-wrapper{position:relative}@media screen and (max-width: 575.98px){.video-wrapper p:nth-of-type(1){font-size:27px}}.video-wrapper .circle-big{position:absolute;width:178px;height:178px;background-color:rgba(255,255,255,0.82);left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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}.video-wrapper .circle-big .triangle-big{margin-left:20px;width:0;height:0;border-top:50px solid transparent;border-bottom:50px solid transparent;border-left:50px solid black}@media screen and (max-width: 768px){.video-wrapper .circle-big{width:84px;height:84px}.video-wrapper .circle-big .triangle-big{margin-left:10px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid black}}.video-wrapper .circle-small{position:absolute;width:84px;height:84px;background-color:rgba(255,255,255,0.82);left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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}.video-wrapper .circle-small .triangle-small{margin-left:10px;width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid black}.quiz__title{font-size:47px;line-height:48px;font-family:"Rozha One",sans-serif;margin-bottom:40px;color:#000}.quiz__title.result-title{font-size:26px;line-height:48px}.quiz-fb-el{display:inline-block}.quiz-facebook{font-size:19px;line-height:24px;padding:13px 27px;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;max-width:300px;color:#fff;background-color:#304B95;margin-bottom:100px}.quiz-facebook img{margin-right:34px}.quiz-show-result{background-color:#000000;max-width:515px;width:100%;margin:0 auto;color:#fff;font-size:19px;margin-bottom:103px;padding:16px;text-align:center;cursor:pointer}.quiz-numbers{font-size:19px;line-height:24px;font-weight:700;color:#000}.quiz-description{font-size:19px;line-height:24px;margin-bottom:27px;color:#000}.quiz-image{position:relative;display:inline-block;margin-bottom:20px}.quiz-image img{max-width:100%}.quiz__result{font-size:57px;line-height:24px;font-weight:700;color:#000;margin-bottom:30px}.quiz__result-description{font-size:19px;line-height:24px;color:#000;font-weight:700;margin-bottom:40px}.quiz-submit{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:103px}.quiz-submit input{max-width:515px;width:100%;background-color:#000000;color:#fff;padding:15px;font-size:19px;line-height:24px;font-family:'Roboto',sans-serif;cursor:pointer;border:none}.quiz-options{margin-bottom:36px}.quiz-options-el{width:100%;background-color:#EEEEEE;margin-bottom:10px;padding:11px;cursor:pointer;color:#000}.quiz-options-el.quiz-bg{background-color:#D9D9D9}.quiz-options-el.correct{background:-webkit-gradient(linear, left top, right top, color-stop(50%, #e0f863), to(rgba(0,0,0,0))) !important;background:-moz-linear-gradient(left, #e0f863 50%, rgba(0,0,0,0) 100%) !important;background:linear-gradient(to right, #e0f863 50%, rgba(0,0,0,0) 100%) !important}.quiz-options-el.incorrect{background:-webkit-gradient(linear, left top, right top, color-stop(50%, #f86363), to(rgba(0,0,0,0)));background:-moz-linear-gradient(left, #f86363 50%, rgba(0,0,0,0) 100%);background:linear-gradient(to right, #f86363 50%, rgba(0,0,0,0) 100%);color:#fff}.quiz-options-el input{margin-right:15px;-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.quiz-options-el input:checked{background-color:#000}.quiz-question-image{margin-bottom:20px}.fb-el-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.quiz-small-title{position:absolute;font-size:33px;font-weight:900;padding:2px 11px;border:3px solid #fff;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;text-transform:uppercase;z-index:1}.quiz-big-title{position:absolute;font-size:72px;font-weight:900;padding:2px 11px;border:3px solid #fff;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;text-transform:uppercase;z-index:1}.authors-list__person{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:95px}.authors-list__person:hover .authors-list__person-text-btn{background-color:#000;color:#fff}.authors-list__person-image{max-width:25%;-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media (min-width: 1025px){.authors-list__person-image{max-width:48.5%;-webkit-box-flex:0;-webkit-flex:0 0 48.5%;-moz-box-flex:0;-ms-flex:0 0 48.5%;flex:0 0 48.5%}}@media (max-width: 575px){.authors-list__person-image{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%;margin-bottom:20px}}.authors-list__person-text{max-width:75%;-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;padding-left:29px}@media (min-width: 1025px){.authors-list__person-text{max-width:51.5%;-webkit-box-flex:0;-webkit-flex:0 0 51.5%;-moz-box-flex:0;-ms-flex:0 0 51.5%;flex:0 0 51.5%}}@media (max-width: 575px){.authors-list__person-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%;padding:0px}}.authors-list__person-text-name{font-size:35px;line-height:34px;margin-bottom:17px;font-family:"Rozha One",sans-serif}.authors-list__person-text-description{font-size:14px;line-height:22px;margin-bottom:30px}.authors-list__person-text-btn{padding:7px 16px;border:2px solid #000000;display:inline-block;text-align:center;font-size:16px;line-height:24px;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.authors-single__author{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-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:55px}.authors-single__author-image{max-width:29%;-webkit-box-flex:0;-webkit-flex:0 0 29%;-moz-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%}@media (max-width: 720px){.authors-single__author-image{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%;margin-bottom:20px}.authors-single__author-image img{margin:0 auto;display:block}}.authors-single__author-text{max-width:71%;-webkit-box-flex:0;-webkit-flex:0 0 71%;-moz-box-flex:0;-ms-flex:0 0 71%;flex:0 0 71%;padding-left:23px}@media (max-width: 720px){.authors-single__author-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%;padding-left:0px}}.authors-single__author-text-name{font-size:51px;line-height:34px;font-family:"Rozha One",sans-serif;color:#000000;margin-bottom:5px}.authors-single__author-text-email{font-size:14px;line-height:22px;color:#4B4B4B;margin-bottom:33px}.authors-single__author-text-description{font-size:14px;line-height:22px;color:#4B4B4B;max-width:615px}.authors-articles{padding-left:15px;padding-right:15px}.authors-articles__item{margin-bottom:70px;display:block}.authors-articles__item-image{margin-bottom:24px}.authors-articles__item-title{font-family:"Rozha One",sans-serif;font-size:28px;line-height:34px;margin-bottom:40px;padding-right:25px}.authors-articles__item-description{font-size:14px;line-height:22px;padding-right:25px;color:#4B4B4B}.author-fulltext{margin-top:45px;margin-bottom:50px}.author-fulltext__title{font-size:14px;line-height:22px;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;background-color:#fff;margin-bottom:10px}.author-fulltext__title-text{margin-right:10px}.author-fulltext__title-line{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;background-color:#95989A;width:100%}.author-fulltext__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;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.author-fulltext__image{max-width:25%;-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media (max-width: 700px){.author-fulltext__image{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%}.author-fulltext__image img{margin:0 auto 20px auto;display:block}}.author-fulltext__text{max-width:75%;-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;padding-left:19px}@media (max-width: 700px){.author-fulltext__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%;padding-left:0px}}.author-fulltext__text-name{font-family:"Rozha One",sans-serif;font-size:33px;line-height:34px;margin-bottom:1px}.author-fulltext__text-email{font-size:14px;line-height:22px;color:#4B4B4B !important;margin-bottom:18px;display:block;text-decoration:none !important}.author-fulltext__text-description{font-size:14px;line-height:22px;color:#4B4B4B;margin-bottom:25px}.author-fulltext__text-buttons{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}.author-fulltext__text-buttons-single{font-size:16px;line-height:24px;background-color:#000000;color:#fff !important;padding:6px 17px;margin-right:13.5px;text-decoration:none !important;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out;transition:.3s all ease-in-out;border:2px solid #000}@media (max-width: 500px){.author-fulltext__text-buttons-single{margin-bottom:10px;display:block;width:100%;margin-right:0px}}.author-fulltext__text-buttons-single:hover{color:#000 !important;background-color:#fff}.author-fulltext__text-buttons-all{font-size:16px;line-height:24px;background-color:#fff;color:#000 !important;padding:7px 17px;border:2px solid #000;text-decoration:none !important;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out;transition:.3s all ease-in-out}@media (max-width: 500px){.author-fulltext__text-buttons-all{display:block;width:100%}}.author-fulltext__text-buttons-all:hover{color:#fff !important;background-color:#000}.industrial-design{background-position:center;background-repeat:no-repeat;background-size:cover;min-height:400px}@media (min-width: 768px){.industrial-design{min-height:651px}}.industrial-design>.container{position:relative;background:transparent;background-image:inherit;background-position:-10000px -10000px;background-repeat:no-repeat}.industrial-design .industrial-wrap{overflow:visible !important}.industrial-design .description{position:absolute;padding:15px;bottom:0;left:0;width:100%;background-position:-10000px -10000px;background-repeat:no-repeat;overflow:hidden}@media (max-width: 575.98px){.industrial-design .description{background-image:inherit}}@media (min-width: 576px){.industrial-design .description{background-color:#fff;width:300px;top:0;right:0;bottom:auto;left:auto}}@media (min-width: 768px){.industrial-design .description{min-height:700px}}.industrial-design .description .descr-link{position:relative;display:block;z-index:4}.industrial-design .description:after{content:"";position:absolute;display:block;left:0;right:0;bottom:0;top:0;background-image:inherit;background-position:bottom center;background-size:175%;-webkit-filter:blur(12px) brightness(80%);filter:blur(12px) brightness(80%);z-index:0;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.industrial-design .description .title{font-size:35px;font-family:"Rozha One",sans-serif;line-height:34px;display:block;margin-bottom:20px}@media (max-width: 575.98px){.industrial-design .description .title{color:#fff;z-index:5}}.industrial-design .description .introtext{font-size:15px;line-height:22px;font-family:"Roboto",sans-serif}@media (max-width: 575.98px){.industrial-design .description .introtext{display:none;color:#fff;z-index:5}}.industrial-design .description .person{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0}.industrial-design .description .person .text{width:40%;margin-left:10px}.industrial-design .description .person .text span{font-size:30px}.industrial-design .description .person .image img{border-radius:50%;border:1px solid gray;width:100px;height:100px}.design-title{font-size:22px;font-family:"Roboto",sans-serif}.design-styles img{width:100%}.design-styles span{margin-top:20px;display:block}.master img{width:100%}.master .text span{font-size:35px;line-height:34px;font-family:"Rozha One",sans-serif}.master .text p{font-size:15px;font-family:"Roboto",sans-serif;line-height:22px}.master .person{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0}.master .person .text{width:40%;margin-left:15px}.master .person .text span{font-size:30px}.master .person .image img{border-radius:50%;border:1px solid gray;width:100px;height:100px}.passions{position:relative}.passions img{width:100%}.passions .text{position:absolute;top:0;left:38px;max-width:256px;background-color:#fff;padding:32px 14px 32px 23px}.passions .text span{font-size:35px;line-height:34px;font-family:"Rozha One",sans-serif}.passions .text p{font-size:14px;line-height:22px;color:#4B4B4B;font-family:"Roboto",sans-serif;margin-top:10px}.passions .circles{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-top:30px}.passions .circles .circle{margin:0 2px 0 2px;width:12px;height:12px;border-radius:50%;border:1px solid gray}.passions .circles .circle:nth-of-type(2){background-color:#4B4B4B}.car p:nth-of-type(2){font-size:14px;line-height:22px;font-family:"Roboto",sans-serif}.magazine .ipad-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;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:45px}@media (min-width: 1025px){.magazine .ipad-wrapper{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0}}.magazine img{width:570px;max-height:690px}.magazine .magazine-main-image{position:relative;margin-bottom:30px;text-align:center}@media (min-width: 770px){.magazine .magazine-main-image{margin-bottom:40px}}@media (min-width: 1025px){.magazine .magazine-main-image{text-align:left;margin-bottom:0}}.magazine .magazine-main-image-link{position:relative;display:inline-block}@media (min-width: 1025px){.magazine .magazine-main-image-link{position:initial;display:inline}}.magazine .magazine-main-image img{max-width:100%}.magazine .magazine-main-image::before{content:'';pointer-events:none;position:absolute;left:0;right:0;margin:auto;top:auto;height:120px;width:80%;background:-moz-radial-gradient(rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 70%);background:radial-gradient(rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 70%);bottom:-60px;z-index:-1}.magazine .magazine-main-image .eye{padding:10px 10px 6px 15px;background-color:#fff;color:#000;width:200px;position:absolute;bottom:-23px;left:25px;max-height:56px;display:none;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);z-index:3}@media (min-width: 770px){.magazine .magazine-main-image .eye{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.magazine .magazine-main-image .eye img{width:57px;border-right:1px solid rgba(0,0,0,0.6);padding-right:10px;height:30px}.magazine .magazine-main-image .eye span{line-height:17px;font-size:16px;font-weight:700;padding-left:10px}.magazine .magazine-number{position:relative}.magazine .magazine-number .magazine-wrapper .text-black{position:absolute;right:-1px;bottom:0;width:100%;text-align:center;text-align:left}.magazine .magazine-number .magazine-wrapper .text-black p{margin-bottom:0;background-color:black;color:#fff;font-size:17px;font-family:"Roboto",sans-serif;font-weight:700;padding:0 10px 0 10px}.magazine .magazine-number .magazine-wrapper .text-black p span{margin-left:20px}.magazine .magazine-number .magazine-wrapper .text{line-height:17px}.magazine .magazine-number .magazine-wrapper .text span{font-size:17px;font-family:"Roboto",sans-serif;font-weight:700}.magazine .magazine-number .magazine-wrapper .text p{font-size:15px;margin-top:3px;margin-bottom:25px}.magazine .magazine-number [class^="col"]{padding:10px}.magazine .magazine-border{border:1px solid #707070;margin:0 1px}.magazine .magazine-border .magazine-img{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:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.magazine .magazine-border .magazine-img img{width:57px;height:40px}.magazine .magazine-inactive{opacity:0.2}.magazine .article-text{margin-bottom:5px;font-size:20px}@media (min-width: 576px){.magazine .article-text{font-size:22px}}.magazine .article-text img{max-width:10px;margin-right:25px}@media (min-width: 576px){.magazine .article-text img{margin-right:45px}}.magazine .article-text a{display:inline-block;font-weight:400}.magazine .article-text a span{font-weight:300}.magazine .magazine-description .magazine-title{font-size:61px;font-family:"Rozha One",sans-serif;line-height:61px;color:#000}.magazine .magazine-description p{margin-top:10px;font-size:15px;line-height:22px}.magazine .magazine-description button{border:1px solid rgba(112,112,112,0.69);background:none;font-family:"Roboto",sans-serif;font-weight:700;padding:13px 20px;text-transform:uppercase;color:#4B4B4B;cursor:pointer;line-height:17px}@media (min-width: 500px){.magazine .magazine-description .magazine-content{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}}.magazine .magazine-description .magazine-content img{width:244px;display:block}@media (min-width: 500px){.magazine .magazine-description .magazine-content img{margin-left:auto;margin-right:0}}.magazine .magazine-links{margin:40px 0 0 0}@media (min-width: 600px){.magazine .magazine-links{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}}.magazine .magazine-links img{width:115px;margin-left:4px}.magazine .magazine-links .subscription{margin-left:2px}.magazine .magazine-links .subscription button{background:#000;color:#fff;border:none;border-radius:6px;height:39px;margin-left:4px;cursor:pointer;font-size:11px;font-weight:700}.magazine-item{text-align:center}.magazine-item img{width:221px;height:270px}.magazine-item-wrapper{display:inline-block}.popup-wrapper{-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.background-main{background:rgba(0,0,0,0.8);width:100%;height:100%;position:fixed;top:0;left:-100%;z-index:105;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.popup-magazine-show{top:10% !important;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.popup-background-show{left:0 !important;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.magazine-list-wrapper{max-height:80%}@media (min-width: 576px){.magazine-list-wrapper{max-height:95%}}@media (min-width: 768px){.magazine-list-wrapper{max-height:100%}}.popup-magazine{background:#fff;width:80%;height:80%;position:fixed;top:-100%;left:10%;z-index:110;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition:.5s all;-moz-transition:.5s all;transition:.5s all}.popup-magazine ul{overflow-y:scroll;height:80%;margin-bottom:20px}.popup-magazine ul li{font-size:16px;line-height:28px;border-bottom:1px solid rgba(0,0,0,0.13)}.popup-magazine ul li span{float:right;margin-right:10px}.popup-magazine .close-popup{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:20px;margin-bottom:0}.popup-magazine .close-popup p{margin-bottom:0;font-size:33px;font-weight:700;color:#000;cursor:pointer}.popup-magazine .magazine-list-title:nth-of-type(1){padding-top:0}.popup-magazine .magazine-list-title{font-size:22px;line-height:24px;color:#000;padding:30px 0;display:inline-block}.popup-magazine .magazine-number{font-size:22px}.popup-magazine .magazine-number p{font-weight:300}.popup-magazine .magazine-number span{color:#000;font-weight:500}.popup-magazine img{width:100%}.box-to-open{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}.magazine-year{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width: 768px){.magazine-year{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.magazine-year select{border:none;padding-right:200px;border-bottom:1px solid rgba(149,152,154,0.5);padding-bottom:5px}.magazine-year select option{border:none;color:black;opacity:.5;font-family:"Roboto",sans-serif}.magazine-year p{font-size:22px;margin:0 0 5px 0}.magazine-year p span{font-weight:300}.magazine-year .long-bottom-line{margin-bottom:20px}.list-magazine .magazine img{margin-bottom:25px}.hovereffect{height:100%;float:left;overflow:hidden;position:relative;text-align:center;cursor:default}.hovereffect .overlay{position:absolute;overflow:hidden;height:30%;width:100%;text-align:center;top:36%;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, -webkit-transform 0.35s;-moz-transition:opacity 0.35s, transform 0.35s, -moz-transform 0.35s;transition:opacity 0.35s, transform 0.35s;transition:opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;-webkit-transform:scale(0, 1);-moz-transform:scale(0, 1);-ms-transform:scale(0, 1);transform:scale(0, 1)}.hovereffect .overlay p{position:static;bottom:0;text-align:center}.hovereffect:hover .overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.hovereffect img{display:block;position:relative;-webkit-transition:all 0.35s;-moz-transition:all 0.35s;transition:all 0.35s}.hovereffect:hover img{-webkit-filter:brightness(0.4);filter:brightness(0.4)}.hovereffect h2{text-align:center;position:relative;font-size:35px;background-color:transparent;color:#FFF;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, -webkit-transform 0.35s;-moz-transition:opacity 0.35s, transform 0.35s, -moz-transform 0.35s;transition:opacity 0.35s, transform 0.35s;transition:opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;-webkit-transform:translate3d(0, -100%, 0);-moz-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}.hovereffect a,.hovereffect p{color:#FFF;font-family:"Roboto",sans-serif;font-weight:700;text-transform:uppercase;filter:alpha(opacity=0);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, -webkit-transform 0.35s;-moz-transition:opacity 0.35s, transform 0.35s, -moz-transform 0.35s;transition:opacity 0.35s, transform 0.35s;transition:opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;-webkit-transform:translate3d(0, 100%, 0);-moz-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.hovereffect:hover a,.hovereffect:hover p,.hovereffect:hover h2{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.magazine-item li{-webkit-perspective:360px;-moz-perspective:360px;perspective:360px}.magazine-item .info{-webkit-transform:rotate3d(1, 0, 0, 90deg);-moz-transform:rotate3d(1, 0, 0, 90deg);transform:rotate3d(1, 0, 0, 90deg);width:100%;height:100%;padding:20px;position:absolute;top:0;left:0;border-radius:4px;pointer-events:none;background-color:rgba(0,0,0,0.7)}.magazine-item .normal img{width:100%;height:100%;position:absolute;top:0;left:0}.magazine-item .in-top .info{-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-animation:in-top 300ms ease 0ms 1 forwards;-moz-animation:in-top 300ms ease 0ms 1 forwards;animation:in-top 300ms ease 0ms 1 forwards}.magazine-item .in-right .info{-webkit-transform-origin:100% 0%;-moz-transform-origin:100% 0%;-ms-transform-origin:100% 0%;transform-origin:100% 0%;-webkit-animation:in-right 300ms ease 0ms 1 forwards;-moz-animation:in-right 300ms ease 0ms 1 forwards;animation:in-right 300ms ease 0ms 1 forwards}.magazine-item .in-bottom .info{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-animation:in-bottom 300ms ease 0ms 1 forwards;-moz-animation:in-bottom 300ms ease 0ms 1 forwards;animation:in-bottom 300ms ease 0ms 1 forwards}.magazine-item .in-left .info{-webkit-transform-origin:0% 0%;-moz-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%;-webkit-animation:in-left 300ms ease 0ms 1 forwards;-moz-animation:in-left 300ms ease 0ms 1 forwards;animation:in-left 300ms ease 0ms 1 forwards}.magazine-item .out-top .info{-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-animation:out-top 300ms ease 0ms 1 forwards;-moz-animation:out-top 300ms ease 0ms 1 forwards;animation:out-top 300ms ease 0ms 1 forwards}.magazine-item .out-right .info{-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-animation:out-right 300ms ease 0ms 1 forwards;-moz-animation:out-right 300ms ease 0ms 1 forwards;animation:out-right 300ms ease 0ms 1 forwards}.magazine-item .out-bottom .info{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-animation:out-bottom 300ms ease 0ms 1 forwards;-moz-animation:out-bottom 300ms ease 0ms 1 forwards;animation:out-bottom 300ms ease 0ms 1 forwards}.magazine-item .out-left .info{-webkit-transform-origin:0% 0%;-moz-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%;-webkit-animation:out-left 300ms ease 0ms 1 forwards;-moz-animation:out-left 300ms ease 0ms 1 forwards;animation:out-left 300ms ease 0ms 1 forwards}@-webkit-keyframes in-top{from{-webkit-transform:rotate3d(-1, 0, 0, 90deg);transform:rotate3d(-1, 0, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-moz-keyframes in-top{from{-moz-transform:rotate3d(-1, 0, 0, 90deg);transform:rotate3d(-1, 0, 0, 90deg)}to{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@keyframes in-top{from{-webkit-transform:rotate3d(-1, 0, 0, 90deg);-moz-transform:rotate3d(-1, 0, 0, 90deg);transform:rotate3d(-1, 0, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-webkit-keyframes in-right{from{-webkit-transform:rotate3d(0, -1, 0, 90deg);transform:rotate3d(0, -1, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-moz-keyframes in-right{from{-moz-transform:rotate3d(0, -1, 0, 90deg);transform:rotate3d(0, -1, 0, 90deg)}to{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@keyframes in-right{from{-webkit-transform:rotate3d(0, -1, 0, 90deg);-moz-transform:rotate3d(0, -1, 0, 90deg);transform:rotate3d(0, -1, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-webkit-keyframes in-bottom{from{-webkit-transform:rotate3d(1, 0, 0, 90deg);transform:rotate3d(1, 0, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-moz-keyframes in-bottom{from{-moz-transform:rotate3d(1, 0, 0, 90deg);transform:rotate3d(1, 0, 0, 90deg)}to{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@keyframes in-bottom{from{-webkit-transform:rotate3d(1, 0, 0, 90deg);-moz-transform:rotate3d(1, 0, 0, 90deg);transform:rotate3d(1, 0, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-webkit-keyframes in-left{from{-webkit-transform:rotate3d(0, 1, 0, 90deg);transform:rotate3d(0, 1, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-moz-keyframes in-left{from{-moz-transform:rotate3d(0, 1, 0, 90deg);transform:rotate3d(0, 1, 0, 90deg)}to{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@keyframes in-left{from{-webkit-transform:rotate3d(0, 1, 0, 90deg);-moz-transform:rotate3d(0, 1, 0, 90deg);transform:rotate3d(0, 1, 0, 90deg)}to{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}}@-webkit-keyframes out-top{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(-1, 0, 0, 104deg);transform:rotate3d(-1, 0, 0, 104deg)}}@-moz-keyframes out-top{from{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-moz-transform:rotate3d(-1, 0, 0, 104deg);transform:rotate3d(-1, 0, 0, 104deg)}}@keyframes out-top{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(-1, 0, 0, 104deg);-moz-transform:rotate3d(-1, 0, 0, 104deg);transform:rotate3d(-1, 0, 0, 104deg)}}@-webkit-keyframes out-right{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(0, -1, 0, 104deg);transform:rotate3d(0, -1, 0, 104deg)}}@-moz-keyframes out-right{from{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-moz-transform:rotate3d(0, -1, 0, 104deg);transform:rotate3d(0, -1, 0, 104deg)}}@keyframes out-right{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(0, -1, 0, 104deg);-moz-transform:rotate3d(0, -1, 0, 104deg);transform:rotate3d(0, -1, 0, 104deg)}}@-webkit-keyframes out-bottom{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(1, 0, 0, 104deg);transform:rotate3d(1, 0, 0, 104deg)}}@-moz-keyframes out-bottom{from{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-moz-transform:rotate3d(1, 0, 0, 104deg);transform:rotate3d(1, 0, 0, 104deg)}}@keyframes out-bottom{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(1, 0, 0, 104deg);-moz-transform:rotate3d(1, 0, 0, 104deg);transform:rotate3d(1, 0, 0, 104deg)}}@-webkit-keyframes out-left{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(0, 1, 0, 104deg);transform:rotate3d(0, 1, 0, 104deg)}}@-moz-keyframes out-left{from{-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-moz-transform:rotate3d(0, 1, 0, 104deg);transform:rotate3d(0, 1, 0, 104deg)}}@keyframes out-left{from{-webkit-transform:rotate3d(0, 0, 0, 0deg);-moz-transform:rotate3d(0, 0, 0, 0deg);transform:rotate3d(0, 0, 0, 0deg)}to{-webkit-transform:rotate3d(0, 1, 0, 104deg);-moz-transform:rotate3d(0, 1, 0, 104deg);transform:rotate3d(0, 1, 0, 104deg)}}.magazine-item ul{margin:0 auto;padding:0;width:575px}.magazine-item ul:after{content:"";display:table;clear:both}.magazine-item li{position:relative;float:left;width:180px;height:180px;margin:5px;padding:0;list-style:none}.magazine-item li h3{margin:0;font-size:16px;color:rgba(255,255,255,0.9)}.magazine-item li p{font-size:12px;line-height:1.5;color:rgba(255,255,255,0.8)}.magazine-item li .normal{width:100%;height:100%;background-color:#ECF0F1;color:rgba(52,73,94,0.6);-webkit-box-shadow:inset 0 2px 20px #e6ebed;box-shadow:inset 0 2px 20px #e6ebed;text-align:center;font-size:50px;line-height:200px}.magazine-item .container{width:840px;margin:0 auto}.visits-first{position:relative;margin-bottom:50px}.visits-first .main-image{overflow:hidden}@media (min-width: 1024px){.visits-first .main-image img{-webkit-filter:blur(5px);filter:blur(5px)}}.visits-first .image-on-main{position:absolute;top:0;left:0;width:100%;height:100%;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}@media (min-width: 1024px){.visits-first .image-on-main{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.visits-first .image-on-main img{border:none}.visits-first img{width:100%}.visits-first p{font-size:35px}.visits-first .frosted{margin-top:0;padding:15px 0;background-color:rgba(255,255,255,0.9)}@media (min-width: 1024px){.visits-first .frosted{position:absolute;width:322px;right:35px;top:35px;padding:30px 20px 30px 20px}}.visits-first .frosted .title{font-size:35px;font-family:"Rozha One",sans-serif;line-height:34px;display:inline-block;color:#25292f}.visits-first .frosted .title a{color:inherit}.visits-first .frosted .text{font-size:14px}.architect{margin:15px 0}.architect .title{font-size:22px;line-height:24px;color:#000}.architect .person-company{margin-top:10px}.architect .person-company .person-img{display:inline-block;min-width:150px;min-height:150px;border-radius:50%;overflow:hidden;border:1px solid gray;max-width:150px;position:relative;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.architect .person-company .person-img img{position:absolute;width:120%;border:none}.architect .person-company .person-title{text-align:center;font-size:22px;color:#000;font-weight:500;padding-left:10px;padding:10px 0;font-family:"Rozha One",sans-serif}.architect .person-company .person-title span{display:inline-block;line-height:27px;font-size:24px}.architect .person-company .person-title--expert{font:700 28px/37px "Playfair Display", serif;font-size:28px}.architect .person-description{margin:30px 0}.architect .person-description p{margin:15px 0;font-size:15px;line-height:21px}.architect .person-description .intro-text{color:#4B4B4B;max-height:100px;display:block;overflow:hidden;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.architect .person-description #button-text{font-weight:700;cursor:pointer}.architect .person-description .open{max-height:600px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.architect .person-description--expert{font:400 16px/21px "Playfair Display", serif;text-align:center;margin:0}.main-image-visits{position:relative;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}@media (min-width: 576px){.main-image-visits{min-height:350px;overflow:hidden;border:1px solid rgba(0,0,0,0.3)}}@media (min-width: 576px){.main-image-visits:after{content:"";display:block;position:absolute;width:200%;height:175%;bottom:-65%;left:-70%;background:-moz-radial-gradient(center, ellipse, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0) 100%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0) 100%);pointer-events:none}}@media (min-width: 576px){.main-image-visits .image-on-main{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:absolute;top:0;left:0;width:100%;height:100%}}.main-image-visits .image-on-main picture{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.main-image-visits .image-on-main img{width:auto;-webkit-filter:none;filter:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;margin-bottom:15px}@media (min-width: 576px){.main-image-visits .image-on-main img{margin-bottom:0}}.main-image-visits .image-on-main p{left:20px;font-family:"Rozha One",sans-serif;font-size:40px;line-height:40px;z-index:4}@media (min-width: 576px){.main-image-visits .image-on-main p{bottom:20px;position:absolute;color:#fff}}@media (min-width: 768px){.main-image-visits .image-on-main p{font-size:65px;line-height:55px;max-width:80%}}.main-image-visits .image{display:none}@media (min-width: 576px){.main-image-visits .image{display:block}}.main-image-visits .image img{width:100%;-webkit-filter:blur(3px);filter:blur(3px);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@media (min-width: 1025px){.border-bot:last-of-type .visits-interiors{border-bottom:none}}.visits-interiors{margin-bottom:30px}@media (min-width: 1025px){.visits-interiors{padding-bottom:15px;border-bottom:1px solid #95989A}}.visits-interiors .category-title{font-size:22px;line-height:24px}.visits-interiors .category-title span{color:#000}.visits-interiors .article-title{font-size:27px;font-family:"Rozha One",sans-serif;line-height:30px}.visits-interiors .article-description{font-size:14px;line-height:22px;margin-bottom:20px}.visits-interiors .article-description:nth-of-type(0){border-bottom:1px solid rgba(0,0,0,0.3)}.main-gallery-wrapper .container{background:transparent}.gallery-page{position:relative}.gallery-page h1{padding:30px 0;font-family:"Rozha One",sans-serif;font-size:44px;line-height:42px;color:#000}.gallery-page p{font-size:22px;line-height:24px}.gallery-page .main-image-gallery img{width:100%}.gallery-page .close-menu-left{padding:30px 0;margin:0}.gallery-page .gallery-description{max-width:750px;margin:0 auto;margin-top:20px}.gallery-page .gallery-description p{font-size:16px;line-height:22px}.gallery-page .gallery-description span{font-size:16px;line-height:22px;font-weight:500}.gallery-page .current-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}.gallery-page .current-image .title-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}.gallery-page .current-image .title-wrapper .title-element{padding-top:5px;max-width:850px;width:100%}.gallery-page .current-image img{max-width:850px;border:1px solid rgba(0,0,0,0.1)}.gallery-page .current-image .left{position:absolute;left:30px;right:auto;z-index:39;top:50%;-webkit-transform:translate(0%, -50%);-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);transform:translate(0%, -50%);font-size:50px;display:none}.gallery-page .current-image .left img{width:50px;border:none}@media (min-width: 1024.98px){.gallery-page .current-image .left{display:block}}.gallery-page .current-image .right{position:absolute;right:30px;left:auto;z-index:39;top:50%;-webkit-transform:translate(0%, -50%);-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);transform:translate(0%, -50%);font-size:50px;display:none}.gallery-page .current-image .right img{width:50px;border:none}@media (min-width: 1024.98px){.gallery-page .current-image .right{display:block}}.gallery-page .images-behind{position:absolute;top:50%;width:100%;z-index:-1;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);display:none;max-height:50%;overflow:hidden;background-color:rgba(255,255,255,0.4)}.gallery-page .images-behind .left-image::before{content:'';position:absolute;top:0%;right:-3%;width:100%;height:100%;background:-webkit-gradient(linear, left top, right top, from(white), to(rgba(255,255,255,0)));background:-moz-linear-gradient(left, white 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%)}.gallery-page .images-behind .right-image::before{content:'';position:absolute;top:0%;right:3%;width:100%;height:100%;background:-webkit-gradient(linear, left top, right top, from(white), to(rgba(255,255,255,0)));background:-moz-linear-gradient(left, white 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width: 760px){.gallery-page .images-behind{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.gallery-page .images-behind img{width:100%;margin:0;border:none}.products-style-title{font-size:22px}.gallery-border{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}.gallery-border img{border:1px solid rgba(0,0,0,0.1);width:100%}.hide-more-products{text-align:right}.hide-more-products span{cursor:pointer;line-height:20px;font-size:14px}.hide-more-products span i{font-size:16px;line-height:20px;font-weight:700;color:#4B4B4B;padding-left:10px}.highslide-more-products{position:fixed;top:0;left:-100%;width:100%;height:100%;background-color:#fff;z-index:1000;overflow-y:scroll}.highslide-more-products .main-img .title span{font-size:17px;line-height:27px;font-weight:400;font-family:"Roboto",sans-serif}.highslide-more-products .move-left{left:-100%}.highslide-more-products .move-right{position:relative}.highslide-more-products .move-right img{position:absolute;left:100%}.highslide-more-products .another-products{margin:50px 0 20px 0}.highslide-more-products .another-products span{font-size:16px;line-height:22px;margin-bottom:6px;display:inline-block}.highslide-more-products .move-icons{margin-top:325px;position:static}.highslide-more-products .move-icons img{max-width:50px;cursor:pointer}.highslide-more-products .main-img-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}.highslide-more-products .main-img-wrapper .main-img{max-width:750px}.highslide-more-products .main-img-wrapper .main-img .bold{font-weight:700}.highslide-more-products .main-img-wrapper .main-img img{width:100%;max-width:750px;max-height:750px;border:2px solid rgba(0,0,0,0.1)}.highslide-more-products .main-img-wrapper .main-img a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.highslide-more-products .main-img-wrapper .main-img a button{margin:0 auto}.highslide-more-products .main-img-wrapper .main-img .product-link-btn{background:transparent;border:1px solid rgba(0,0,0,0.2);color:#4b4b4b;padding:5px 10px;cursor:pointer;display:inline-block}.highslide-more-products .main-img-wrapper .title{margin:15px 0}.highslide-more-products .main-w{margin-top:50px}.highslide-more-products .products-gallery .title{display:none}.highslide-more-products .products-gallery .product-link{display:none}.highslide-more-products .products-gallery img{width:100%;border:2px solid rgba(0,0,0,0.1)}.highslide-more-products .products-interior-title span{font-size:44px;font-family:"Rozha One",sans-serif;line-height:48px;color:#000}.highslide-more-products .products-interior-title p{margin-top:10px;font-size:22px;line-height:24px;color:#000}.highslide-more-products .x-lines2{width:34px;height:34px;position:relative;cursor:pointer;z-index:1}.highslide-more-products .x-lines2 .line1{height:7px;position:absolute;top:17px;left:0;width:100%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#000}.highslide-more-products .x-lines2 .line2{height:7px;position:absolute;top:17px;left:0;width:100%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:#000}.products-style-wrapper .see-more-products{text-align:right}.products-style-wrapper .see-more-products span{cursor:pointer;line-height:20px;font-size:14px}.products-style-wrapper .see-more-products span span{font-size:21px;line-height:20px;font-weight:700;color:#4B4B4B;padding-left:10px}.products-style-wrapper .more-products-wrapper{display:none}.products-style-wrapper .hide-more-products{display:none}.products-style-wrapper .products-style{border:1px solid rgba(0,0,0,0.1);position:relative;cursor:pointer;overflow:hidden;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out;transition:.3s all ease-in-out}.products-style-wrapper .products-style:hover img{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-filter:blur(5px);filter:blur(5px);opacity:0.2}.products-style-wrapper .products-style:hover .description{opacity:1}.products-style-wrapper .products-style img{border:1px solid #C8C8C8;-webkit-transition:.3s all ease-in-out;-moz-transition:.3s all ease-in-out;transition:.3s all ease-in-out;border:none}.products-style-wrapper .products-style .description{position:absolute;text-align:center;width:100%;top:50%;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);opacity:0;padding:5px;-webkit-transition:.5s all ease-in-out;-moz-transition:.5s all ease-in-out;transition:.5s all ease-in-out}.products-style-wrapper .products-style .description span{font-size:24px;color:gray;line-height:25px}.products-style-wrapper .products-style .description p{font-size:14px;color:#000;line-height:18px;font-weight:700}.article-header{font-weight:400;font-family:"Rozha One",sans-serif;padding-bottom:30px;font-size:30px;line-height:32px}@media (min-width: 576px){.article-header{font-size:35px;line-height:37px}}@media (min-width: 1025px){.article-header{margin:0 15px;font-size:47px;line-height:48px}}.article-introtext{font-size:21px;line-height:35px;font-weight:600;font-family:'playfair display';margin-bottom:30px}@media (max-width: 1024.98px){.article-introtext{margin:0;line-height:28px}}.article-picture-middle{width:100%;margin:30px auto;max-width:640px}.article-picture-middle .image img{max-width:100%}.article-picture-middle .text{padding:10px 0;font-size:13px;line-height:16px;font-family:"Roboto",sans-serif;border-bottom:1px solid rgba(149,152,154,0.5)}.article-two-pictures{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:30px 0}.article-two-pictures .image{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}.article-two-pictures .image img{max-width:100%;padding:10px}.article-two-pictures .text{margin:10px;padding-bottom:20px;font-size:14px;font-family:"Roboto",sans-serif;border-bottom:1px solid rgba(149,152,154,0.5)}.article-description{padding:10px 0}.article-picture-text-right{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;font-family:"Roboto",sans-serif;padding:30px 0}.article-picture-text-right .image{padding:10px}.article-picture-text-right .image img{max-width:100%}.article-picture-text-right .image .text{font-size:14px;padding:15px 0;border-bottom:1px solid rgba(149,152,154,0.5)}.article-picture-text-right .long-description{padding:10px}.articles-three-images{padding:30px 0}.articles-three-images img{max-width:100%;margin:10px 0}.articles-three-images .text{font-size:14px;font-family:"Roboto",sans-serif;line-height:21px;border-bottom:1px solid rgba(149,152,154,0.5)}.articles-three-images-text{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}.articles-three-images-text .image{margin:10px 0}.articles-three-images-text .image img{max-width:100%}.articles-three-images-text .text p{margin:10px 0;font-size:14px;font-family:"Roboto",sans-serif;line-height:21px}iframe[name="embedded-content"]{width:100%;max-width:800px;border:0;display:block;margin:auto}#article-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-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}#article-date a{color:#888}#article-date .article__date-icon{margin-right:10px}#article-date .article__date-icon img{width:22px;max-width:100%;height:auto;max-height:none;border:none}.styles-subpage-wrap .article-text .photocenter{margin:0 auto;font-size:13px;line-height:19px}.styles-subpage-wrap .article-text .photocenter tr td{vertical-align:top;padding:5px 5px}.styles-subpage-wrap .article-text .photocenter p{line-height:19px;margin:0}.styles-subpage-wrap .article-text .photocenter .imagesInContent{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.styles-subpage-wrap .article-text .align-right{float:right;padding-left:10px;display:block}.styles-subpage-wrap .article-text .align-left{float:left;padding-right:15px;display:block}.styles-subpage-wrap .article-text .imagesInContent{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}.styles-subpage-wrap .article-text .photoRight{float:right;margin-left:20px}.styles-subpage-wrap .article-text .photoLeft{float:left;margin-right:20px}.styles-subpage-wrap .article-text tbody{margin:15px 0;display:inline-block}.newsletter-main .newsletter-title{text-align:center;color:#000}.newsletter-main .newsletter-gratis{font-size:27px;font-weight:700;line-height:35px;text-align:center;padding:50px 0;color:#25292f}@media (min-width: 768px){.newsletter-main .labels{padding-left:45px}}.newsletter-main .news-input{width:100%;padding:10px;-webkit-box-shadow:0px 0px 13px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 13px 0px rgba(0,0,0,0.35);border:1px solid rgba(0,0,0,0.1);margin:50px 0;color:#000;font-weight:300;font-family:"Roboto",sans-serif;font-size:20px}@media (min-width: 576px){.newsletter-main .news-input{font-size:31px}}.newsletter-main .newspaper-image{position:relative;margin-bottom:30px}@media (min-width: 768px){.newsletter-main .newspaper-image{margin-bottom:0;padding-right:20px}}.newsletter-main .newspaper-image:before{content:'';pointer-events:none;position:absolute;z-index:-1;top:100%;left:8%;height:30px;width:80%;background:-moz-radial-gradient(center, ellipse, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 70%);-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);transform:translateY(25px)}@media (max-width: 767.98px){.newsletter-main .newspaper-image:before{display:none}}.newsletter-main .select-box{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.newsletter-main .select-box select{width:100%;padding:10px;font-size:31px;-webkit-box-shadow:0px 5px 14px -5px rgba(0,0,0,0.35);box-shadow:0px 5px 14px -5px rgba(0,0,0,0.35);border:1px solid rgba(0,0,0,0.1);margin:15px 0;color:#000;font-weight:300;font-family:"Roboto",sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}.newsletter-main .select-box img{position:absolute;top:50%;right:0;-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{padding:30px 0}.newsletter-main .avt-info .intro-text{font-size:14px;font-weight:300;padding:30px 0}.newsletter-main .avt-info #button-text{font-size:14px;font-weight:700;color:#000}.newsletter-main #gift-check{position:absolute;left:-9999px}.newsletter-main #gift-check:checked+#gift-label:after{opacity:1}.newsletter-main #gift-label{font-size:14px;font-weight:300;line-height:17px;padding-bottom:30px}@media (max-width: 767.98px){.newsletter-main #gift-label{display:block;padding-left:45px}}.newsletter-main #gift-label::before{content:'';position:absolute;top:2px;width:34px;height:34px;border:1px solid #b6b6b6;background:#fff;left:0}@media (max-width: 767.98px){.newsletter-main #gift-label::before{left:15px}}.newsletter-main #gift-label::after{content:'\f00c';font-family:'FontAwesome';position:absolute;top:10px;left:6px;font-size:24px;line-height:0.8;color:#000;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;opacity:0}@media (max-width: 767.98px){.newsletter-main #gift-label::after{left:21px}}.newsletter-main .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: 1025px){.newsletter-main .sign-up-newsletter{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.newsletter-main .sign-up-newsletter button{font-size:27px;font-weight:700;background:none;border:1px solid black;cursor:pointer;width:100%;height:50px;margin-bottom:15px}@media (min-width: 1025px){.newsletter-main .sign-up-newsletter button{width:auto;height:auto;margin-bottom:0;padding:5px 60px}}.newsletter-main .sign-up-newsletter #additional-info{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: 1025px){.newsletter-main .sign-up-newsletter #additional-info{padding-left:20px}}.newsletter-main .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;border-top:1px solid rgba(0,0,0,0.2);margin:100px 0;padding-top:30px;font-size:0;-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;-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: 1280px){.newsletter-main .unsubscribe{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-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}}.newsletter-main .unsubscribe .g-recaptcha{margin-bottom:15px}@media (min-width: 1280px){.newsletter-main .unsubscribe .g-recaptcha{margin-bottom:0}}.newsletter-main .unsubscribe .unsubscribe-text{font-size:17px;font-weight:lighter;line-height:20px;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:15px}@media (min-width: 1280px){.newsletter-main .unsubscribe .unsubscribe-text{margin-bottom:0;margin-right:15px}}.newsletter-main .unsubscribe .unsubscribe-form{max-width:304px}@media (max-width: 575.98px){.newsletter-main .unsubscribe .unsubscribe-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;margin-left:0}}@media (min-width: 1280px){.newsletter-main .unsubscribe .unsubscribe-form{margin-left:20px;max-width:none;-webkit-box-shadow:0px 5px 5px -5px rgba(0,0,0,0.35);box-shadow:0px 5px 5px -5px rgba(0,0,0,0.35);height:76px}}.newsletter-main .unsubscribe .unsubscribe-form input{font-size:25px;font-weight:300;line-height:37px;padding:0 15px;border:2px solid #DFDFDF;height:76px;width:100%}@media (min-width: 1280px){.newsletter-main .unsubscribe .unsubscribe-form input{width:auto}}.newsletter-main .unsubscribe .unsubscribe-form .mail{margin-bottom:15px}@media (min-width: 1280px){.newsletter-main .unsubscribe .unsubscribe-form .mail{margin-bottom:0}}.newsletter-main #full-text{display:none;font-weight:300}.newsletter-main .open{display:inline !important}.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}.archive-list{padding-top:120px}.archive-list__top{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:60px;-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}.archive-list__title{font-size:22px;font-weight:400;padding-bottom:7px;position:relative;font-weight:400;width:100%;text-align:center;margin:0 0 30px}@media (min-width: 576px){.archive-list__title{width:auto;margin:0;text-align:left}}.archive-list__title:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:113px;height:1px;background-color:#95989A}@media (min-width: 576px){.archive-list__title:after{right:auto}}.archive-list__years{width:100%;max-width:320px;height:50px;border:1px solid #AFB2B3;border-bottom: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;position:relative;margin:0 auto}@media (max-width: 1024px){.archive-list__years.open .archive-list__years-list{height:auto;pointer-events:all;padding:20px 0 10px}.archive-list__years.open .archive-list__years-list:before{content:"";position:absolute;top:0;left:10px;right:10px;display:block;height:1px;background-color:#AFB2B3;opacity:0.6}}.archive-list__years.open .archive-list__years-title 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)}@media (min-width: 576px){.archive-list__years{margin:0}}@media (min-width: 1025px){.archive-list__years{width:auto;border:none;max-width:none;height:auto}}.archive-list__years-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;-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:-moz-calc(100% + 2px);width:calc(100% + 2px);-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;height:0;overflow:hidden;border:1px solid #AFB2B3;border-top:none;position:absolute;top:100%;left:-1px;right:-1px;z-index:3;background-color:#fff;pointer-events:none}@media (min-width: 1025px){.archive-list__years-list{background-color:transparent;height:auto;width:auto;overflow:visible;position:static;border:none;pointer-events:all}}.archive-list__years-title{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;width:-moz-calc(100% - 2px);width:calc(100% - 2px);height:-moz-calc(100% - 1px);height:calc(100% - 1px);padding-left:22px;padding-right:18px;font-size:27px;font-weight:700;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width: 1025px){.archive-list__years-title{display:none}}.archive-list__year{font-size:18px;line-height:18px;display:block;margin-bottom:10px;width:100%;padding-left:21px}@media (min-width: 1025px){.archive-list__year{padding-left:0;margin-right:30px;margin-bottom:0;width:auto;display:inline-block}}.archive-list__year:last-child{margin-right:0}.archive-list__year.active{font-size:27px;font-weight:700;line-height:27px}.archive-list__item{margin-bottom:60px}@media (max-width: 575px){.archive-list__item{text-align:center}}.archive-list__item-image{margin-bottom:10px}.archive-list__item-title{font-size:14px}.archive-list__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-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-bottom:60px}.archive-list__btn{width:180px;height:42px;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;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;font-size:17px;font-weight:400;border:1px solid #2b2b2b;margin:0 8px 16px;-webkit-transition:background-color .2s ease-in-out, color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out, color .2s ease-in-out;transition:background-color .2s ease-in-out, color .2s ease-in-out}.archive-list__btn:hover{background-color:#2b2b2b;color:#fff}.archive-list__btn-year{display:none}.archive-single__top{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}.archive-single__title--old{text-transform:capitalize}.month-subject .row-330 .left,.month-subject .row-330 .right{padding:0 15px}.month-subject--new{border:1px solid #000000;position:relative}.month-subject--new.pb-4{padding-top:15px !important;padding-bottom:15px !important;max-width:1270px}.month-subject--new .month-subject__top--hp{margin:0;min-height:200px}.month-subject--new.p-15{padding:15px;margin-bottom:30px;margin-top:30px}.month-subject--new:after{content:"Temat Miesiąca";position:absolute;right:15px;top:15px;font-size:17px;font-family:"Playfair Display", serif;color:#000000;background-color:#ffffff;padding-left:8px;padding-bottom:4px}.month-subject--new .month-subject__title{font-weight:700}.month-subject--new .month-subject__introtext{font-family:"Playfair Display", serif}.month-subject--new .month-subject__introtext ul{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;gap:0px 30px;-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}.month-subject--new .month-subject__introtext ul li{display:list-item;list-style-type:disc;padding-right:9px}.month-subject--new .month-subject__introtext ul li:nth-child(1){list-style-type:none}.month-subject--new.r-col{max-height:auto;padding:19px;margin-bottom:30px}.month-subject--new.r-col .month-subject__title{margin-top:19px;margin-bottom:7px;font-size:36px;line-height:38px;text-align:left}.month-subject--new.r-col .month-subject__introtext{font-size:16px;line-height:21px;text-align:left;padding-bottom:55px}.month-subject--new.r-col .month-subject__introtext ul{display:block}.month-subject--new.r-col .month-subject__introtext ul li{list-style-type:disc;list-style-position:inside;padding-right:0}.month-subject--new.r-col .month-subject--new:after{position:absolute;right:0px;top:0px}.month-subject__top{position:relative;min-height:200px;background-position:center;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;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;background-size:cover;margin-bottom:30px}.month-subject__top--hp{color:#fff}.month-subject__top--hp:hover{color:#fff}.month-subject__top .container{top:0;left:0;bottom:0;right:0;color:#fff;background-color:transparent;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;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.month-subject__top--new{margin:0;min-height:200px}.month-subject__top--new .month-subject__title{font-weight:700}.month-subject__title{width:100%;text-align:center;font-family:"Playfair Display",serif;font-weight:400;color:#a31a1e;font-size:26px}@media (min-width: 576px){.month-subject__title{font-size:30px}}@media (min-width: 576px){.month-subject__title{font-size:40px}}@media (min-width: 768px){.month-subject__title{font-size:50px}}@media (min-width: 1025px){.month-subject__title{font-size:61px}}.month-subject__introtext{width:100%;text-align:center;font-size:18px;color:#a31a1e}@media (min-width: 576px){.month-subject__introtext{font-size:20px}}@media (min-width: 576px){.month-subject__introtext{font-size:22px}}@media (min-width: 768px){.month-subject__introtext{font-size:24px}}@media (min-width: 1025px){.month-subject__introtext{font-size:26px}}.month-subject__tag{padding:8px 18px;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-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;position:absolute;left:0;top:18px;font-size:17px;font-weight:700;color:#fff;background-color:#B60120}.month-subject__tag:after{content:"";width:79px;height:75px;background-image:url("/templates/main/images/christmas2.png");position:absolute;left:0;top:100%;background-position:center;background-repeat:no-repeat}.newsroom{padding:120px 0 0}.newsroom .avt-row-370{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}.newsroom .avt-row-370 .left{width:100%;padding:0 15px}@media (min-width: 1025px){.newsroom .avt-row-370 .left{width:-moz-calc(100% - 400px);width:calc(100% - 400px)}}.newsroom .avt-row-370 .right{width:100%;padding:0 15px}@media (min-width: 1025px){.newsroom .avt-row-370 .right{width:400px}}.newsroom__left{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (min-width: 1025px){.newsroom__left{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}}.newsroom__right{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width: 1025px){.newsroom__right{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.newsroom__header{margin-bottom:30px}.newsroom__empty{font-size:30px;font-weight:700;margin-bottom:45px}.newsroom__date{font-size:25px;margin-bottom:25px;text-align:center;font-family:"Playfair Display",serif;font-weight:900}@media (min-width: 576px){.newsroom__date{text-align:left}}.newsroom-item{background-color:#fff;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;border-radius:4px;position:relative}.newsroom-item__image{display:block;width:100%;max-width:120px;overflow:hidden}@media (min-width: 576px){.newsroom-item__image{max-width:200px}}@media (min-width: 1200px){.newsroom-item__image{max-width:300px}}.newsroom-item__text{width:100%;padding-left:20px;max-width:-moz-calc(100% - 120px);max-width:calc(100% - 120px);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-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:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 576px){.newsroom-item__text{display:block;max-width:-moz-calc(100% - 200px);max-width:calc(100% - 200px)}}@media (min-width: 1200px){.newsroom-item__text{max-width:-moz-calc(100% - 300px);max-width:calc(100% - 300px)}}.newsroom-item__category{font-size:14px;margin-bottom:10px;display:block;font-weight:300;position:relative;padding-bottom:8px}@media (max-width: 575px){.newsroom-item__category{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0;padding-bottom:0;font-size:13px}}.newsroom-item__category:after{content:"";position:absolute;width:17px;height:1px;background-color:#D9D9D9;bottom:0;left:0;display:none}@media (min-width: 576px){.newsroom-item__category:after{display:block}}.newsroom-item__title{font-size:18px;line-height:24px;margin-bottom:5px;font-weight:400;display:block;font-family:"Rozha One",sans-serif}@media (max-width: 575px){.newsroom-item__title{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;text-overflow:ellipsis;-webkit-line-clamp:3;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box}}@media (min-width: 576px){.newsroom-item__title{font-size:25px;line-height:28px;margin-bottom:15px}}.newsroom-item__author{-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:8px;display:none}@media (min-width: 576px){.newsroom-item__author{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.newsroom-item__author-image{width:40px;height:40px;border-radius:50%;overflow:hidden;-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.16);box-shadow:0 3px 10px rgba(0,0,0,0.16)}.newsroom-item__author-name{margin-left:15px;font-size:14px;font-weight:500;max-width:-moz-calc(100% - 55px);max-width:calc(100% - 55px)}.newsroom-item__introtext{font-size:15px;line-height:21px;text-overflow:ellipsis;-webkit-line-clamp:3;overflow:hidden;-webkit-box-orient:vertical;margin-bottom:20px;display:none}@media (min-width: 576px){.newsroom-item__introtext{display:-webkit-box}}.newsroom-item__likes{font-size:11px;color:#A4AAAF;position:absolute;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out;bottom:12px;right:12px}@media (min-width: 576px){.newsroom-item__likes{bottom:14px;right:20px}}.newsroom-item__likes:after{content:"";background-image:url("/templates/main/images/svg/klask.svg");width:20px;background-repeat:no-repeat;height:20px;display:inline-block;margin-bottom:-3px;margin-left:2px}.calendar{background-color:#fff;padding:25px 0 10px;margin-bottom:30px;border:1px solid #D9D9D9}.calendar__month{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;margin-bottom:30px;padding:0 15px}@media (min-width: 400px){.calendar__month{padding:0 30px}}.calendar__month-prev,.calendar__month-next{font-weight:700;font-size:15px}.calendar__month-prev a,.calendar__month-prev span,.calendar__month-next a,.calendar__month-next span{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__month-prev span,.calendar__month-next span{opacity:0.5}.calendar__month-prev img,.calendar__month-next img{margin-top:-1px}.calendar__month-prev img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-right:20px}.calendar__month-next img{margin-left:20px}.calendar__month-current{font-size:20px;font-weight:700}.calendar__week{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;margin-bottom:30px;text-align:center;padding:0 10px}.calendar__week-item{width:100%;max-width:-moz-calc(100% / 7);max-width:calc(100% / 7);font-size:15px}.calendar__days{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;text-align:center;padding:0 10px}.calendar__days-item{font-size:16px;font-weight:700;width:100%;max-width:-moz-calc(100% / 7);max-width:calc(100% / 7);margin-bottom:25px;position:relative}.calendar__days-item a{position:relative;z-index:3}.calendar__days-item span{position:relative;z-index:3;opacity:0.2}.calendar__days-item.active a{color:#fff}.calendar__days-item.active:after{content:"";width:35px;height:35px;margin:auto;top:-100px;left:-100px;right:-100px;bottom:-100px;background-color:#000000;pointer-events:none;display:block;position:absolute}.calendar__days-item.active.empty span{opacity:1}.calendar__days-item.active.empty:after{background-color:rgba(26,27,28,0.2)}.ieEdge,[data-user-browser="ie"] .container-fluid.industrial,[data-user-browser="ie"] .industrial.container-sm,[data-user-browser="ie"] .industrial.container-md,[data-user-browser="ie"] .industrial.container-lg,[data-user-browser="ie"] .industrial.container-xl,[data-user-browser="ie"] .frosted,[data-user-browser="edge"] .container-fluid.industrial,[data-user-browser="edge"] .industrial.container-sm,[data-user-browser="edge"] .industrial.container-md,[data-user-browser="edge"] .industrial.container-lg,[data-user-browser="edge"] .industrial.container-xl,[data-user-browser="edge"] .frosted{background-attachment:local !important}.ieEdge:after,[data-user-browser="ie"] .container-fluid.industrial:after,[data-user-browser="ie"] .industrial.container-sm:after,[data-user-browser="ie"] .industrial.container-md:after,[data-user-browser="ie"] .industrial.container-lg:after,[data-user-browser="ie"] .industrial.container-xl:after,[data-user-browser="ie"] .frosted:after,[data-user-browser="edge"] .container-fluid.industrial:after,[data-user-browser="edge"] .industrial.container-sm:after,[data-user-browser="edge"] .industrial.container-md:after,[data-user-browser="edge"] .industrial.container-lg:after,[data-user-browser="edge"] .industrial.container-xl:after,[data-user-browser="edge"] .frosted:after{background-attachment:local !important}.ieEdge:before,[data-user-browser="ie"] .container-fluid.industrial:before,[data-user-browser="ie"] .industrial.container-sm:before,[data-user-browser="ie"] .industrial.container-md:before,[data-user-browser="ie"] .industrial.container-lg:before,[data-user-browser="ie"] .industrial.container-xl:before,[data-user-browser="ie"] .frosted:before,[data-user-browser="edge"] .container-fluid.industrial:before,[data-user-browser="edge"] .industrial.container-sm:before,[data-user-browser="edge"] .industrial.container-md:before,[data-user-browser="edge"] .industrial.container-lg:before,[data-user-browser="edge"] .industrial.container-xl:before,[data-user-browser="edge"] .frosted:before{background-attachment:local !important}[data-user-browser="ie"] .container-fluid.industrial:after,[data-user-browser="ie"] .industrial.container-sm:after,[data-user-browser="ie"] .industrial.container-md:after,[data-user-browser="ie"] .industrial.container-lg:after,[data-user-browser="ie"] .industrial.container-xl:after,[data-user-browser="ie"] .container-fluid.industrial:before,[data-user-browser="ie"] .industrial.container-sm:before,[data-user-browser="ie"] .industrial.container-md:before,[data-user-browser="ie"] .industrial.container-lg:before,[data-user-browser="ie"] .industrial.container-xl:before,[data-user-browser="ie"] .frosted:after,[data-user-browser="ie"] .frosted:before{background-image:none}
