.navbar ul.navbar-nav li.nav-item.lng,.noty_progressbar{display:none}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0) scale(1,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerLeft{top:50%;left:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}#noty_layout__centerRight{top:50%;right:20px;width:325px;-webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)}.noty_has_timeout .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0,0) translateZ(0) scale(1,1);-ms-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);-ms-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.navbar,.symbol{transition:all .3s}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{100%{opacity:.3}}@keyframes noty_modal_in{100%{opacity:.3}}@-webkit-keyframes noty_modal_out{100%{opacity:0}}@keyframes noty_modal_out{100%{opacity:0}}@-webkit-keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{100%{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{100%{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{100%{height:0}}@keyframes noty_anim_height{100%{height:0}}.noty_theme__relax.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__relax.noty_bar .noty_body{padding:10px}.noty_theme__relax.noty_bar .noty_buttons{border-top:1px solid #e7e7e7;padding:5px 10px}.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{background-color:#fff;border:1px solid #dedede;color:#444}.noty_theme__relax.noty_type__warning{background-color:#FFEAA8;border:1px solid #FFC237;color:#826200}.noty_theme__relax.noty_type__warning .noty_buttons{border-color:#dfaa30}.noty_theme__relax.noty_type__error{background-color:#FF8181;border:1px solid #e25353;color:#FFF}.noty_theme__relax.noty_type__error .noty_buttons{border-color:#8b0000}.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{background-color:#78C5E7;border:1px solid #3badd6;color:#FFF}.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{border-color:#0B90C4}.noty_theme__relax.noty_type__success{background-color:#BCF5BC;border:1px solid #7cdd77;color:#006400}.noty_theme__relax.noty_type__success .noty_buttons{border-color:#50C24E}.noty_theme__metroui.noty_bar{margin:4px 0;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,.298039) 0 0 5px 0}.noty_theme__metroui.noty_bar .noty_progressbar{position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#000;opacity:.2;filter:alpha(opacity=20)}.noty_theme__nest.noty_type__error .noty_progressbar,.noty_theme__sunset.noty_type__error .noty_progressbar{opacity:.4}.noty_theme__metroui.noty_bar .noty_body{padding:1.25em;font-size:14px}.noty_theme__metroui.noty_bar .noty_buttons{padding:0 10px .5em}.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{background-color:#fff;color:#1d1d1d}.noty_theme__metroui.noty_type__warning{background-color:#FA6800;color:#fff}.noty_theme__metroui.noty_type__error{background-color:#CE352C;color:#FFF}.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{background-color:#1BA1E2;color:#FFF}.noty_theme__metroui.noty_type__success{background-color:#60A917;color:#fff}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #D1D1D1;color:#2F2F2F}.noty_theme__mint.noty_type__warning{background-color:#FFAE42;border-bottom:1px solid #E89F3C;color:#fff}.noty_theme__mint.noty_type__error{background-color:#DE636F;border-bottom:1px solid #CA5A65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7F7EFF;border-bottom:1px solid #7473E8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#AFC765;border-bottom:1px solid #A0B55C;color:#fff}.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification,.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{background-color:#073B4C;color:#fff}.noty_theme__sunset.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__sunset.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__sunset.noty_bar .noty_buttons{padding:10px}.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__sunset.noty_type__warning{background-color:#FFD166;color:#fff}.noty_theme__sunset.noty_type__error{background-color:#EF476F;color:#fff}.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{background-color:#118AB2;color:#fff}.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__sunset.noty_type__success{background-color:#06D6A0;color:#fff}.noty_theme__bootstrap-v3.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;border-radius:4px}.noty_theme__bootstrap-v3.noty_bar .noty_body{padding:15px}.noty_theme__bootstrap-v3.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v3.noty_bar .noty_close_button{font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;background:0 0}.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v3.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v3.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__bootstrap-v3.noty_type__success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.noty_theme__bootstrap-v4.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent}.noty_theme__bootstrap-v4.noty_bar .noty_body{padding:.75rem 1.25rem}.noty_theme__bootstrap-v4.noty_bar .noty_buttons{padding:10px}.noty_theme__bootstrap-v4.noty_bar .noty_close_button{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.5;background:0 0}.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{background:0 0;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.75}.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{background-color:#fff;color:inherit}.noty_theme__bootstrap-v4.noty_type__warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.noty_theme__bootstrap-v4.noty_type__error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.noty_theme__semanticui.noty_bar{margin:4px 0;overflow:hidden;position:relative;border:1px solid transparent;font-size:1em;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_bar .noty_body{padding:1em 1.5em;line-height:1.4285em}.noty_theme__semanticui.noty_bar .noty_buttons{padding:10px}.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{background-color:#f8f8f9;color:rgba(0,0,0,.87)}.noty_theme__semanticui.noty_type__warning{background-color:#fffaf3;color:#573a08;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__error{background-color:#fff6f6;color:#9f3a38;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{background-color:#f8ffff;color:#276f86;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.noty_theme__semanticui.noty_type__success{background-color:#fcfff5;color:#2c662d;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.noty_theme__nest.noty_bar{margin:0 0 15px;overflow:hidden;border-radius:2px;position:relative;box-shadow:rgba(0,0,0,.098039) 5px 4px 10px 0}.btn,.noty_theme__bootstrap-v4.noty_bar{border-radius:0}.noty_theme__nest.noty_bar .noty_body{padding:10px;font-size:14px;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.noty_theme__nest.noty_bar .noty_buttons{padding:10px}.noty_layout .noty_theme__nest.noty_bar{z-index:5}.noty_layout .noty_theme__nest.noty_bar:nth-child(2){position:absolute;top:0;margin-top:4px;margin-right:-4px;margin-left:4px;z-index:4;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(3){position:absolute;top:0;margin-top:8px;margin-right:-8px;margin-left:8px;z-index:3;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(4){position:absolute;top:0;margin-top:12px;margin-right:-12px;margin-left:12px;z-index:2;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(5){position:absolute;top:0;margin-top:16px;margin-right:-16px;margin-left:16px;z-index:1;width:100%}.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){position:absolute;top:0;margin-top:20px;margin-right:-20px;margin-left:20px;z-index:-1;width:100%}.position-relavite,.test2{position:relative}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){margin-top:4px;margin-left:-4px;margin-right:4px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){margin-top:8px;margin-left:-8px;margin-right:8px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){margin-top:12px;margin-left:-12px;margin-right:12px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){margin-top:16px;margin-left:-16px;margin-right:16px}#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){margin-top:20px;margin-left:-20px;margin-right:20px}.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{background-color:#fff}.noty_theme__nest.noty_type__warning{background-color:#FFD166;color:#fff}.noty_theme__nest.noty_type__error{background-color:#EF476F;color:#fff}.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{background-color:#118AB2;color:#fff}.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{opacity:.6}.noty_theme__nest.noty_type__success{background-color:#06D6A0;color:#fff}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,a:hover{text-decoration:none;color:#ec008c}.fw400{font-weight:400!important}.text-text{color:#3d3f48}.text-primary{color:#ec008c!important}.text-success{color:#6ca830!important}.text-lighter{color:#818286!important}.text-small{font-size:.75rem}.not-upper{text-transform:none!important}html{font-size:16px}body{font-family:Montserrat,sans-serif!important;font-weight:400}.test2{bottom:0}.test4,.test6,.test7,.test8{transform:translate3d(0,0,0);will-change:transform}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.editor .icos,.mt-30{margin-top:30px}.mt-40,section.mag>.bg .boxes{margin-top:40px}.mt-50{margin-top:50px}.mt-60{margin-top:60px}.mt-100{margin-top:100px}.mb-15{margin-bottom:15px}.mb-30,section.boxes.news-list .box.white{margin-bottom:30px}.mb-30i{margin-bottom:30px!important}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mb-100{margin-bottom:100px}.mr-30{padding-right:30px!important}.ml-30{padding-left:30px!important}.p-50{padding:50px!important}.p-tb-15{padding-top:15px!important;padding-bottom:15px!important}.noty_theme__bootstrap-v4.noty_type__success{background-color:#6ca830!important;border-color:#6ca830!important;color:#fff!important;font-size:1.25rem;font-weight:700;padding:1.25rem 1.75rem}body{background-color:#efefed;color:#3d3f48}body:before{display:block;pointer-events:none;content:" ";position:absolute;height:300px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,0));top:72px;right:0;left:0;z-index:500}body:after{display:block;pointer-events:none;content:" ";position:absolute;height:72px;background:rgba(255,255,255,.9);top:0;right:0;left:0;z-index:500}body:after strong{font-weight:700}.btn{background-color:#ec008c;color:#fff;font-size:1rem;line-height:1.375rem;text-transform:uppercase;font-weight:700;border:none;padding:9px 20px 10px;cursor:pointer}.modal h5,h2{color:#ec008c}.btn:hover{background-color:#b9006e}.btn.btn-lg{font-size:2rem;line-height:normal;padding:27px 20px!important}.btn.d-block{width:100%}.modal-backdrop{z-index:5000}.modal{z-index:5500}.modal .modal-dialog{max-width:600px}.modal .modal-content{border-radius:0;padding:30px}.modal .form-control{border:none!important;background-color:#efefed;border-radius:0}.modal h5{font-size:2rem}.modal .modal-footer{justify-content:center}.modal .modal-footer .btn{font-size:1.5rem;line-height:normal}.modal button.close{position:absolute;top:15px;right:15px}.symbol,.symbol.symbol12{position:absolute;top:72px}h2{font-size:1rem;font-weight:700;text-transform:uppercase}h2.big{font-size:2.188rem}h2.bigger{font-size:2rem}.custom-table .table{font-size:.813rem;font-weight:500;text-transform:uppercase;background-color:#fff}.custom-table .table thead th{font-weight:500;background-color:#3d3f48;padding-top:40px;padding-bottom:40px;border-bottom:none}.custom-table .table thead td{border-color:#f6f6f6}.custom-table .table tbody td:nth-child(1),.custom-table .table tbody td:nth-child(6),.custom-table .table tbody td:nth-child(7){font-weight:700}.custom-table .table tbody td,.custom-table .table thead th{text-align:center;vertical-align:middle}.custom-table .table tbody td:nth-child(1),.custom-table .table thead th:nth-child(1){text-align:left;padding-left:40px}.custom-table .table tbody td:nth-child(6),.custom-table .table tbody td:nth-child(7),.custom-table .table thead th:nth-child(6),.custom-table .table thead th:nth-child(7){text-align:right}.custom-table .table .empty td{border-top:none}.custom-table .table .btn{font-size:.813rem;padding:4px 15px 5px}.custom-table .table a :not(.btn){color:#3d3f48!important;pointer-events:none}.custom-table .table .btn-sort{background:0 0;border:0;cursor:pointer;padding:5px 0}.custom-table .table .btn-sort .icon{width:18px;filter:invert(1)}.symbol{max-width:40%;right:0;pointer-events:none;z-index:2000}.symbol.symbol12.fixed,.to-top{position:fixed}.navbar{border-bottom:1px solid rgba(255,255,255,.5);padding-right:0;padding-left:0}.navbar.sticky{background-color:rgba(255,255,255,.9)!important;z-index:3000}.navbar .navbar-brand{position:absolute;border-left:20px solid #ec008c;padding:1px 20px;background-color:#fff;top:0}.navbar ul.navbar-nav li.nav-item a.nav-link{color:#3d3f48;font-size:.813rem;font-weight:500;text-transform:uppercase}.navbar ul.navbar-nav li.nav-item.active a.nav-link{color:#ec008c}.navbar .navbar-nav.mr-auto{margin-left:350px}.navbar .navbar-nav .nav-link{padding:19px 10px}section.hero{position:relative;height:660px;background-image:url(/images/bg-hero.jpg);background-position:50% 0;overflow:hidden}section.hero .scroll{position:absolute;bottom:0;border-bottom:100px solid #ec008c;width:20px;display:inline-block;color:#fff;font-size:.813rem;text-transform:uppercase;font-weight:700}section.hero .scroll .divx{transform:rotate(-90deg);transform-origin:left top 0;width:200px;padding-top:2px}section.hero.hero2{height:260px;overflow:hidden;background-position:50% 50%}section.hero.hero2 .scroll{border-bottom:50px solid #ec008c;z-index:2500}section.hero .container,section.hero .container .row{height:660px}section.hero .container .row h1{color:#ecebec;font-size:3.75rem;font-weight:700;text-transform:uppercase;padding-bottom:50px}section.hero .container .row h1 span{color:#ec008c}section.hero .card{width:calc(100% + 40px);height:calc(660px + 40px);position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;overflow:hidden}section.hero .card .card-effect{position:absolute;top:0;left:0;right:0;bottom:0}section.hero .card div[class*=layer-]{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background-size:cover;background-position:center center;transition:.1s}section.hero .card .layer-1{background-image:url(/images/hero.jpg)}section.mag{padding-bottom:100px}section.mag .social{color:#fff;font-size:.813rem;text-transform:uppercase;font-weight:500;transition:all .3s}section.mag .social a{color:#fff;display:inline-block;padding:0 9px}section.mag>.bg{padding:40px 0;background-color:#ec008c;border-bottom:50px solid #fff}section.mag>.bg .boxes .box{height:400px;margin-bottom:-140px;background-size:cover;position:relative;box-shadow:0 0 1.25rem rgba(0,0,0,.15);display:block;text-decoration:none!important}section.mag>.bg .boxes .box.test{background-position:50% 0;background-repeat:no-repeat;background-size:auto 700px}section.mag>.bg .boxes .box:before{display:block;content:" ";background-color:#fff;height:3px;width:30px;position:absolute;top:-3px;transition:all .3s}section.mag>.bg .boxes .box:after{display:block;content:" ";background-color:#818285;opacity:.6;top:0;right:0;bottom:0;left:0;position:absolute;transition:all .3s}section.mag>.bg .boxes .box .h{position:relative;z-index:100;overflow:hidden}section.mag>.bg .boxes .box .h:after{display:block;content:" ";top:-40px;right:0;left:0;height:0;background-color:#3e4049;position:absolute;transition:all .3s;transform:skew(0deg,-6deg)}section.mag>.bg .boxes .box .h .h2{z-index:100;padding:30px 30px 0;height:400px;position:relative}section.mag>.bg .boxes .box .h .cat{color:#fff;font-size:.813rem;font-weight:500;text-transform:uppercase;margin-bottom:15px}section.mag>.bg .boxes .box .h h2{color:#fff;font-size:1.563rem;font-weight:700;text-transform:uppercase;max-width:150px}section.mag>.bg .boxes .box:hover:before{width:100%}section.mag>.bg .boxes .box:hover:after{opacity:0}section.mag>.bg .boxes .box:hover .h:after{height:220px}section.mag.mag2{position:relative;z-index:2020}section.mag.mag2 .h1like,section.mag.mag2 h1{color:#fff;font-size:2.188rem;font-weight:700;text-transform:uppercase;margin-bottom:20px}section.mag.mag2 .h1like span,section.mag.mag2 h1 span{font-size:1rem;margin-top:5px;font-weight:400;display:block}section.mag.mag2 .byty{margin-bottom:-130px}section.mag.mag2 .byty.standardy{background-color:#fff;box-shadow:0 0 1.25rem rgba(0,0,0,.15)}section.mag.mag2 .byty.standardy .box{padding:40px}section.mag.mag2 .byty.standardy .box.box2{padding:30px}section.mag.mag2 .byty.standardy .box p{margin-bottom:0;text-align:left}section.mag.mag2 .byty.standardy .bg{background-image:url(../images/standardy1/vizu2.jpg);background-size:cover;background-position:center center;min-height:400px}section.boxes{padding:20px 0 100px}section.boxes .stretch{display:inline-flex;align-items:stretch}section.boxes .box{position:relative}section.boxes .box .moar-news{position:absolute;bottom:-35px;right:0;left:0;font-weight:700;color:#ec008c}section.boxes .box.grey{background-color:#3e4049;color:#fff;padding:50px 50px 50px 200px;background-image:url(/images/symbol2.png);background-position:left 30px;background-repeat:no-repeat}section.boxes .box.white{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;width:100%}section.boxes .box.white h3 a{font-size:1.5rem;font-weight:700;line-height:normal;display:inline-block;padding:50px 30px 30px}section.boxes .box.white .date{font-size:.875rem;padding:20px 30px 30px;position:relative}section.boxes .box.white .date:before{position:absolute;display:block;content:" ";height:1px;top:0;right:30px;left:-10px;background-color:#3e4049}section.boxes.news-list{padding-top:0}section.video{padding:130px 0;margin-bottom:80px;background-image:url(/images/bg-video.jpg);background-size:100% auto;background-position:-200px auto;background-repeat:no-repeat;border-left:20px solid #ec008c;border-right:20px solid transparent}section.video .video{margin-bottom:-160px;box-shadow:0 0 1.25rem rgba(0,0,0,.15)}section.video h2{position:relative;top:-20px!important}section.questions{padding:80px 0}section.questions .box{background-color:#fff;padding:45px 155px 55px;background-image:url(/images/icos.png);background-position:center center;background-repeat:no-repeat;background-size:contain;position:relative}section.questions .box .symbolx{position:absolute;top:-10px;left:calc(50% - 105px)}section.questions .box:after{display:block;content:" ";position:absolute;bottom:-10px;left:50%;width:1px;height:100px;background-color:#3e4049}section.questions .box h2{margin-bottom:25px}section.questions .box p{font-size:.938rem;margin-bottom:5px}section.questions .box .flex{display:inline-flex;justify-content:space-between;align-items:flex-start;flex-direction:column}section.questions .box .flex .h{max-width:100%}section.questions .box .flex .btn{margin-top:20px}section.questions .box .flex .big{color:#231f20;font-size:1.313rem;line-height:2.063rem;font-weight:300;margin-bottom:5px}section.questions .box .flex .big a{font-weight:700}section.questions .box .flex .big strong{color:#231f20;font-size:1.313rem;line-height:2.063rem;display:inline-block;margin-right:20px;font-weight:700}section.map{padding:45px 0 50px;background-color:#fff;font-size:.938rem;font-weight:400;border-left:20px solid transparent;border-right:20px solid #ec008c}section.map .mapx{box-shadow:0 0 1.25rem rgba(0,0,0,.1)}section.map .lgo{margin:0 auto}section.map .perex{margin-top:55px;margin-bottom:65px;text-align:center}section.map .icos .icow{display:flex;width:100%}section.map .icos .icow .ico{width:55px;text-align:center;margin-right:20px;margin-bottom:30px}section.map .icos .icow .ico i{color:#ec008c;font-size:22px}section.newsletter{padding:75px 0 55px;background-color:#3e3f48;color:#fff;border-left:20px solid transparent;border-right:20px solid #ec008c}section.newsletter h2{color:#fff;font-size:1.875rem;font-weight:700;text-transform:uppercase;margin-bottom:20px}section.newsletter p{font-size:.938rem;max-width:80%}section.newsletter label{border-bottom:1px solid #a5a5a9;position:relative;width:100%;margin-bottom:45px}section.newsletter label i{position:absolute;top:12px;left:25px;font-size:22px}section.newsletter input.form-control{background-color:transparent;border:none;width:calc(100% - 55px);float:right;opacity:.6;color:#fff;font-family:Montserrat;font-size:.938rem;font-weight:400;padding:15px}section.newsletter input.form-control::-webkit-input-placeholder{color:#b8b8ba}section.newsletter input.form-control::-moz-placeholder{color:#b8b8ba}section.newsletter input.form-control:-ms-input-placeholder{color:#b8b8ba}section.newsletter input.form-control:-moz-placeholder{color:#b8b8ba}section.newsletter button{margin-top:25px;background-color:transparent;border:none;color:#ec008c;font-size:1.563rem;font-weight:700;text-transform:uppercase;cursor:pointer}section.newsletter button i{display:block;font-size:6.25rem}footer .flex p,section.esm a{font-size:.813rem;color:#fff}section.newsletter button:focus{background-color:transparent!important;color:#fff!important}footer{background-color:#ec008c;padding:70px 0}footer .flex img,footer .flex p{padding:0 30px}footer .flex{display:flex;align-items:flex-start;justify-content:center}footer .flex p{margin-bottom:0}section.esm{background-color:#de1585;padding:15px 0}section.esm a{opacity:.5;font-family:Montserrat;font-weight:400}section.esm a:hover{opacity:.75}section.content{padding-bottom:70px;position:relative;background-color:#efefed;z-index:2015;min-height:500px}section.content.mtm{margin-top:-180px;padding-top:180px}section.content.standardy .bg{background-color:#fff;padding:40px}section.content.standardy .bg p{font-size:15px}section.content.standardy .bg p strong{font-size:1rem}section.content.standardy .bg.box img{padding:15px;border-top:1px solid #3e4049;transition:all .3s}section.content.standardy .bg.box img:hover{border-color:#ec008c}section.content.standardy .img-noborder img{padding:0!important;border:none!important}section.content.standardy .bigimg{box-shadow:0 0 1.25rem rgba(0,0,0,.15);background-color:#fff}.tooltip{z-index:3070}[data-toggle=tooltip]{position:relative}section.byty-map .rel{position:relative;box-shadow:0 0 1.25rem rgba(0,0,0,.15)}section.byty-map .pag{position:absolute;bottom:0;right:0;left:0;z-index:120;background-color:rgba(61,63,72,.9);display:flex;align-items:center;border-bottom:7px solid #3d3f48;padding:10px}section.byty-map .pag img{margin:-8px 0 -30px -20px;padding-left:20px}section.byty-map .pag .h{display:flex}section.byty-map .pag .h a{color:#fff;font-size:1.5rem;text-transform:uppercase;font-weight:700}section.byty-map .pag .h .step{margin-top:8px;border-left:1px solid #7c7e83;padding:0 20px;display:none}section.byty-map .pag .h .step:first-child{display:block;border-left:none}section.byty-map .pag .h .step:first-child a{color:#afb0b2;font-weight:400;text-transform:none}section.byty-map .pag .h .step:last-child{display:block;color:#afb0b2;font-weight:400;text-transform:none;font-size:1.5rem}section.byty-map .pag .h .step:last-child .sx{display:none}section.byty-map .pag .h .step:last-child .sx.s0{display:block}section.byty-map .pag .btn{position:absolute;bottom:-7px;right:0;font-size:.938rem;height:71px;padding-top:12px}section.byty-map .map{position:relative;display:inline-block;max-width:100%;overflow:hidden}section.byty-map .map .params{padding:0 0 50px;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.9);color:#3d3f48;z-index:-1;opacity:0;transition:all .3s}section.byty-map .map .params.active{z-index:250;opacity:1}section.byty-map .map .params h2{background-color:#fff;color:#ec008c;width:100%;font-size:22px;padding:22px 0}section.byty-map .map .params .h{padding:50px 30px}section.byty-map .map .backx,section.byty-map .map .backx2,section.byty-map .map .params-hide{left:10px;z-index:200;padding:12px 12px 10px;top:10px;cursor:pointer;position:absolute;background-color:#ec008c;color:#fff}section.byty-map .map .params .h .form-group{text-align:left}section.byty-map .map .params .back{position:absolute;bottom:15px;right:15px;cursor:pointer}section.byty-map .map .backx,section.byty-map .map .backx2{display:none}section.byty-map .map .params-hide{display:block}section.byty-map .map .tooltipd{position:absolute;top:10px;right:10px;background-color:rgba(61,63,72,.9);padding:12px 25px;z-index:250;pointer-events:none;transform:translate(calc(-100% - 5px),calc(-100% - 5px));display:none}section.byty-map .map .tooltipd:before{display:block;position:absolute;top:0;left:0;z-index:210;content:" ";height:15px;width:15px;border-top:5px solid #ec008c;border-left:5px solid #ec008c}section.byty-map .map .tooltipd>div:first-child{display:flex;justify-content:space-between;color:#fff;font-size:1.5rem;font-weight:700;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:8px}section.byty-map .map .tooltipd>div:last-child{display:flex;justify-content:space-between;color:#fff;font-size:1.071rem;font-weight:700;text-transform:uppercase;padding-top:10px}section.byty-map .map .tooltipd>div:last-child .status{color:#ec008c}section.byty-map .map .tooltip-pripravujeme,section.byty-map .map .tooltipf{position:absolute;top:30%;left:30%;transform:translate(calc(-100% - 60px),-50%);z-index:200;background-color:#fff;padding:7px 25px 6px;cursor:pointer;color:#ec008c;font-size:1.3rem;font-weight:700;text-transform:uppercase;display:none}section.byty-map .map .tooltip-pripravujeme:before,section.byty-map .map .tooltipf:before{display:block;position:absolute;top:0;left:0;z-index:210;content:" ";height:15px;width:15px;border-top:5px solid #ec008c;border-left:5px solid #ec008c}section.byty-map .map .tooltip-pripravujeme:after,section.byty-map .map .tooltipf:after{display:block;position:absolute;top:50%;left:100%;z-index:210;content:" ";width:60px;height:1px;background-color:#fff;opacity:.5;pointer-events:none}section.byty-map .map svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:none}section.byty-map .map svg .st0{pointer-events:all;transition:all .3s;fill:rgba(236,0,140,0);cursor:pointer}section.byty-map .map svg .st0.active,section.byty-map .map svg .st0:hover{fill:rgba(236,0,140,.5)}section.byty-map .map svg .st1{fill:none}section.byty-map .map .step0{position:absolute;display:block;top:0;right:0;bottom:0;left:0;z-index:119;cursor:pointer;transition:all 1s}section.byty-map .map .step0 svg{position:absolute;display:block;top:0;right:0;bottom:0;left:0;z-index:120}section.byty-map .map .step0 svg .text{pointer-events:none}section.byty-map .map .step0 svg .st0{fill:rgba(236,0,140,.2);cursor:default!important}section.byty-map .map .step0 svg .st0:hover{fill:rgba(236,0,140,.5)}section.byty-map .map .step0 svg .st1{fill:#fff;pointer-events:none}section.byty-map .map .step0 svg .st0--etapa5{fill:rgba(112,182,44,.2)!important}section.byty-map .map .step0 svg .st0--etapa5:hover{fill:rgba(112,182,44,.5)!important}section.byty-map .map .step0.hidex{opacity:0;transform:scale(1.2);pointer-events:none;z-index:-1}section.byty-map .map .step1{display:block}section.byty-map .map .step1 .step1-label{position:relative;z-index:100;pointer-events:none}section.byty-map .map .step2{transition:all .5s}section.byty-map .map .step2 .st1{cursor:pointer;pointer-events:all}section.byty-map .map .step3{display:none;position:absolute;top:0;right:0;bottom:0;left:41.666667%;z-index:120}section.byty-map .map .step3 .h{position:relative;background:#fff}section.byty-map .map .step3 .h svg{position:absolute;top:0;right:0;left:0;bottom:0;z-index:115;display:block;width:100%;height:100%}section.byty-map .map .step3 .h svg path{fill:#ec008c;opacity:.25;transition:all .3s;cursor:pointer}section.byty-map .map .step3 .h svg path.active,section.byty-map .map .step3 .h svg path:hover{opacity:.8}section.byty-map .map .step3 .h .hx{display:none}section.byty-map .hold{opacity:0;max-width:100%}section.byty-map .zoom{position:absolute;top:0;right:0;bottom:0;left:0;width:230%;max-width:100%;transition:all .5s}section.byty-map .step2.a9,section.byty-map .zoom.a9{max-width:230%;width:230%;top:-105%;right:auto;left:-55%}section.byty-map .step2.a8,section.byty-map .zoom.a8{max-width:230%;width:230%;top:-85%;right:auto;left:-107%}section.byty-map .step2.a7,section.byty-map .zoom.a7{max-width:230%;width:230%;top:-48%;right:auto;left:-121%}section.byty-map .step2.a56,section.byty-map .zoom.a56{max-width:230%;width:230%;top:-1%;right:auto;left:-112%}section.byty-map .step2.a34,section.byty-map .zoom.a34{max-width:230%;width:230%;top:-27%;right:auto;left:-65%}section.byty-map .step2.a12,section.byty-map .zoom.a12{max-width:230%;width:230%;top:-72%;right:auto;left:-9%}section.byty-map .step2.ax9,section.byty-map .zoom.ax9{max-width:230%;width:230%;top:-105%;right:auto;left:-85%}section.byty-map .step2.ax8,section.byty-map .zoom.ax8{max-width:230%;width:230%;top:-85%;right:auto;left:-137%}section.byty-map .step2.ax7,section.byty-map .zoom.ax7{max-width:230%;width:230%;top:-48%;right:auto;left:-151%}section.byty-map .step2.ax56,section.byty-map .zoom.ax56{max-width:230%;width:230%;top:-1%;right:auto;left:-142%}section.byty-map .step2.ax34,section.byty-map .zoom.ax34{max-width:230%;width:230%;top:-27%;right:auto;left:-95%}section.byty-map .step2.ax12,section.byty-map .zoom.ax12{max-width:230%;width:230%;top:-72%;right:auto;left:-39%}section.byty-map .step2.b12,section.byty-map .zoom.b12{max-width:230%;width:230%;top:-20%;right:auto;left:0}section.byty-map .step2.b34,section.byty-map .zoom.b34{max-width:230%;width:230%;top:-20%;right:auto;left:-75%}section.byty-map .step2.b56,section.byty-map .zoom.b56{max-width:230%;width:230%;top:-40%;right:auto;left:-130%}section.byty-map .step2.b7,section.byty-map .zoom.b7{max-width:230%;width:230%;top:-70%;right:auto;left:-95%}section.byty-map .step2.b8,section.byty-map .zoom.b8{max-width:230%;width:230%;top:-75%;right:auto;left:-50%}section.byty-map .step2.b9,section.byty-map .zoom.b9{max-width:230%;width:230%;top:-75%;right:auto;left:0}section.byty-map .step2.bx12,section.byty-map .zoom.bx12{max-width:200%;width:200%;top:-15%;right:auto;left:-21%}section.byty-map .step2.bx34,section.byty-map .zoom.bx34{max-width:200%;width:200%;top:-20%;right:auto;left:-86%}section.byty-map .step2.bx56,section.byty-map .zoom.bx56{max-width:200%;width:200%;top:-35%;right:auto;left:-142%}section.byty-map .step2.bx7,section.byty-map .zoom.bx7{max-width:200%;width:200%;top:-60%;right:auto;left:-107%}section.byty-map .step2.bx8,section.byty-map .zoom.bx8{max-width:200%;width:200%;top:-65%;right:auto;left:-65%}section.byty-map .step2.bx9,section.byty-map .zoom.bx9{max-width:200%;width:200%;top:-68%;right:auto;left:-20%}section.byty-map .step2.c1,section.byty-map .zoom.c1{max-width:230%;width:230%;top:-47.5%;right:auto;left:0}section.byty-map .step2.c2,section.byty-map .zoom.c2{max-width:230%;width:230%;top:-25%;right:auto;left:-45%}section.byty-map .step2.c3,section.byty-map .zoom.c3{max-width:230%;width:230%;top:-5%;right:auto;left:-80%}section.byty-map .step2.c4,section.byty-map .zoom.c4{max-width:230%;width:230%;top:-50%;right:auto;left:-105%}section.byty-map .step2.c5,section.byty-map .zoom.c5{max-width:215%;width:215%;top:-100%;right:auto;left:-115%}section.byty-map .step2.c6,section.byty-map .zoom.c6{max-width:230%;width:230%;top:-85%;right:auto;left:-35%}section.byty-map .step2.cx1,section.byty-map .zoom.cx1{max-width:200%;width:200%;top:-35%;right:auto;left:-13.5%}section.byty-map .step2.cx2,section.byty-map .zoom.cx2{max-width:200%;width:200%;top:-12.5%;right:auto;left:-62.5%}section.byty-map .step2.cx3,section.byty-map .zoom.cx3{max-width:230%;width:230%;top:0;right:auto;left:-115%}section.byty-map .step2.cx4,section.byty-map .zoom.cx4{max-width:210%;width:210%;top:-42%;right:auto;left:-122%}section.byty-map .step2.cx5,section.byty-map .zoom.cx5{max-width:190%;width:190%;top:-87%;right:auto;left:-137.5%}section.byty-map .step2.cx6,section.byty-map .zoom.cx6{max-width:200%;width:200%;top:-65%;right:auto;left:-55%}section.byty-map .step2.e98,section.byty-map .zoom.e98{max-width:220%;width:220%;top:-53.5%;right:auto;left:-24%}section.byty-map .step2.e76,section.byty-map .zoom.e76{max-width:205%;width:205%;top:-105%;right:auto;left:-100%}section.byty-map .step2.e4,section.byty-map .zoom.e4{max-width:222%;width:222%;top:-8%;right:auto;left:-90%}section.byty-map .step2.e5,section.byty-map .zoom.e5{max-width:215%;width:215%;top:-45%;right:auto;left:-110%}section.byty-map .step2.e3,section.byty-map .zoom.e3{max-width:225%;width:225%;top:-1%;right:auto;left:-50%}section.byty-map .step2.e12,section.byty-map .zoom.e12{max-width:230%;width:230%;top:-1%;right:auto;left:-1%}section.byty-map .step2.ex98,section.byty-map .zoom.ex98{max-width:175%;width:175%;top:-35%;right:auto;left:-37%}section.byty-map .step2.ex76,section.byty-map .zoom.ex76{max-width:150%;width:150%;top:-60%;right:auto;left:-81%}section.byty-map .step2.ex4,section.byty-map .zoom.ex4{max-width:205%;width:205%;top:-2%;right:auto;left:-118%}section.byty-map .step2.ex5,section.byty-map .zoom.ex5{max-width:205%;width:205%;top:-38%;right:auto;left:-154%}section.byty-map .step2.ex3,section.byty-map .zoom.ex3{max-width:210%;width:210%;top:0;right:auto;left:-73%}section.byty-map .step2.ex12,section.byty-map .zoom.ex12{max-width:205%;width:205%;top:0;right:auto;left:-9%}section.byty-map .step2.d54,section.byty-map .zoom.d54{max-width:220%;width:220%;top:-95%;right:auto;left:-100%}section.byty-map .step2.d76,section.byty-map .zoom.d76{max-width:220%;width:220%;top:-68%;right:auto;left:-40%}section.byty-map .step2.d98,section.byty-map .zoom.d98{max-width:220%;width:220%;top:-25%;right:auto;left:-1%}section.byty-map .step2.d1,section.byty-map .zoom.d1{max-width:220%;width:220%;top:0;right:auto;left:-35%}section.byty-map .step2.d2,section.byty-map .zoom.d2{max-width:220%;width:220%;top:-5%;right:auto;left:-62%}section.byty-map .step2.d3,section.byty-map .zoom.d3{max-width:220%;width:220%;top:-37%;right:auto;left:-88%}section.byty-map .step2.dx54,section.byty-map .zoom.dx54{max-width:220%;width:220%;top:-95%;right:auto;left:-140%}section.byty-map .step2.dx76,section.byty-map .zoom.dx76{max-width:220%;width:220%;top:-68%;right:auto;left:-70%}section.byty-map .step2.dx98,section.byty-map .zoom.dx98{max-width:220%;width:220%;top:-25%;right:auto;left:-26%}section.byty-map .step2.dx1,section.byty-map .zoom.dx1{max-width:220%;width:220%;top:0;right:auto;left:-65%}section.byty-map .step2.dx2,section.byty-map .zoom.dx2{max-width:220%;width:220%;top:-5%;right:auto;left:-92%}section.byty-map .step2.dx3,section.byty-map .zoom.dx3{max-width:220%;width:220%;top:-37%;right:auto;left:-118%}.editor .info{font-size:1.2rem;margin-bottom:30px}.editor .box.magenta{background-color:#ec008c;color:#fff;margin-bottom:60px;padding:50px;font-weight:700}.editor .box.magenta p{margin-bottom:0;font-size:26px;text-align:center}.editor section.financoovani .bq{width:100%;background-position:center center;background-size:cover}.editor section.financoovani .bxx{margin-bottom:80px;background-color:#fff;padding:30px 20px;position:relative}.editor section.financoovani .bxx h2{margin-bottom:30px;margin-left:35px}.editor section.financoovani .bxx p{margin-bottom:0}.editor section.financoovani .bxx:after{content:" ";display:block;position:absolute;bottom:-10px;top:-10px;left:50%;background-color:#3d3f48;width:1px}.editor section.financoovani .bxx .col-lg-6{padding:0 50px}.editor section.financoovani .row.main{margin-bottom:30px}.editor section.financoovani .row.main .black{background-color:#3d3f48;color:#ec008c;padding:35px 30px;text-align:center}.editor section.financoovani .row.main .black h3{font-size:5rem!important;font-weight:300}.editor section.financoovani .row.main .black div{font-size:2.3rem!important;text-transform:uppercase;font-weight:700}.editor section.financoovani .row.main .white{background-color:#fff;padding:20px;display:flex;justify-content:center;align-items:center}.editor section.financoovani .row.main .white p{padding:0 30px;text-align:center}#map{height:680px}#map2{height:500px}section.content.mtm.detail-byt{padding-top:150px}section.content.mtm.detail-byt .box{padding:50px;background-color:#fff}section.content.mtm.detail-byt table{margin:30px 0 0}section.content.mtm.detail-byt table td,section.content.mtm.detail-byt table th{padding:.75rem 0}section.content.mtm.detail-byt .price{font-size:2.5rem;font-weight:700;color:#ec008c;margin-bottom:30px;background-color:#3d3f48;padding:30px 50px}section.content.mtm.detail-byt .price span{font-size:1rem;color:#fff;display:block}.box.box-novinka h1,.modal-title{color:#ec008c}section.pages .box{background-color:#fff;padding:50px;margin-bottom:30px}section.pages .box p:last-child{margin-bottom:0}section.pages.lokalita .col-lg-6{margin-bottom:30px}section.pages.lokalita .col-lg-6 .box{margin-bottom:0}section.pages.lokalita .col-lg-6 .bx{width:100%;min-height:200px}section.pages.kontakt .boxw{background-color:#fff;padding:30px;width:100%}.mag.mag2.kontakt .info{font-size:1.25rem;margin-bottom:30px}.mfp-bg{z-index:5010}.mfp-wrap{z-index:5020}.d-flex .box{width:100%}.box.box-novinka{padding:50px;background-color:#fff;margin-top:-30px}.to-top{background-color:#ec008c;border:1px solid #efefed;display:inline-block;z-index:4500;bottom:15px;right:15px;color:#efefed;padding:5px 10px;cursor:pointer;opacity:0;transition:all .3s}.to-top.active{opacity:1}section.content.mtm.byty-table{padding-top:75px}.embed-responsivew{box-shadow:0 0 1.25rem rgba(0,0,0,.15);padding:30px;background-color:#fff}.embed-responsive iframe{box-shadow:0 0 1.25rem rgba(0,0,0,.15)}.benefits{background-color:#ed008c;color:#fff;padding-top:100px;padding-bottom:270px}.benefits h2{color:#fff;font-size:50px;font-weight:500;text-align:center;padding-bottom:60px}.benefits__item{text-align:center}.benefits__item .icon{margin-bottom:25px}.benefits__item h3{font-size:23px;font-weight:500;padding-left:30px;padding-right:30px;line-height:27px}.benefits__item--thumb{padding-bottom:0;padding-top:0}.benefits__item--thumb .thumb{box-shadow:0 20px 50px 0 rgba(0,0,0,.25);height:345px;width:100%;position:relative;z-index:10;margin-bottom:5px;margin-top:5px}.benefits__item--thumb .thumb img{position:absolute;left:-35px;top:-20px;width:calc(100% + 70px);height:calc(100% + 40px)}@media only screen and (max-width:992px){.benefits{padding-bottom:40px}.benefits__item{margin-bottom:30px}.benefits__item h3{font-size:16px;line-height:24px;padding-left:15px;padding-right:15px}.benefits__item .icon{margin-bottom:20px}.benefits__item--thumb .thumb{height:auto;box-shadow:none}.benefits__item--thumb .thumb img{position:static;max-width:100%;width:auto;height:auto}}.nopadd{padding:0!important;border:0!important}.supplier p{margin:0;padding-top:10px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.params-hide{display:none!important}section.byty-map .map .params.active{display:block!important}section.byty-map .map{display:block}section.byty-map .map .backx,section.byty-map .map .hold,section.byty-map .map .step0,section.byty-map .map .step1,section.byty-map .map .step2,section.byty-map .map .zoom,section.byty-map .pag{display:none}section.byty-map .map .params{position:relative;width:100%;opacity:1;z-index:800;background-image:url(../images/zoom-bg.jpg);background-position:center center;background-size:cover}}@media only screen and (min-width:1921px){section.hero{background-size:100% auto}}@media only screen and (max-width:1199px){.navbar{min-height:74px;z-index:3000}.navbar .langs{display:none}.navbar .navbar-brand img{max-width:121px;max-height:80px}.navbar .navbar-nav.mr-auto{margin-left:200px;flex-direction:row}.navbar ul.navbar-nav li.nav-item.lng{display:block}.navbar ul.navbar-nav li.nav-item.lng.first{border-left:1px solid #ccc;padding-left:15px;margin-left:15px}.navbar ul.navbar-nav li.nav-item a.nav-link{padding:19px 5px}.navbar-toggler{position:absolute;top:20px;right:15px;padding:0;border:none}body:before{top:74px}body:after{height:74px}.symbol{display:none!important}section.questions .box{padding:45px 50px 55px;background-image:none}section.byty-map .pag .h a,section.byty-map section.byty-map .pag .h .step:last-child{font-size:1.15rem}section.byty-map .map .params .h{padding:15px 30px}}@media only screen and (max-width:991px){.params-hide,section.byty-map .map .backx2{display:none!important}.t-mt-30{margin-top:30px}div.box.bg.equal{height:auto!important}.mb-m-30{margin-bottom:30px}.test7,.test8{transform:translate3d(0,0,0)!important;will-change:transform}section.mag .bg .boxes .box.test{background-position:50% 50%!important}.custom-table .table tr{display:flex;flex-wrap:wrap}.custom-table .table tbody td,.custom-table .table thead th{padding:10px;width:25%;display:flex;align-items:center;justify-content:flex-start;text-align:left!important}.custom-table .table tbody td:nth-child(1),.custom-table .table tbody td:nth-child(2),.custom-table .table tbody td:nth-child(3),.custom-table .table tbody td:nth-child(4),.custom-table .table thead th:nth-child(1),.custom-table .table thead th:nth-child(2),.custom-table .table thead th:nth-child(3),.custom-table .table thead th:nth-child(4){padding-bottom:2px}.custom-table .table tbody td:nth-child(5),.custom-table .table tbody td:nth-child(6),.custom-table .table tbody td:nth-child(7),.custom-table .table tbody td:nth-child(8),.custom-table .table thead th:nth-child(5),.custom-table .table thead th:nth-child(6),.custom-table .table thead th:nth-child(7),.custom-table .table thead th:nth-child(8){border-top:none;padding-top:2px}.custom-table .table tbody td:nth-child(1),.custom-table .table tbody td:nth-child(5),.custom-table .table thead th:nth-child(1),.custom-table .table thead th:nth-child(5){width:35%}.custom-table .table tbody td:nth-child(4),.custom-table .table tbody td:nth-child(8),.custom-table .table thead th:nth-child(4),.custom-table .table thead th:nth-child(8){width:15%}.custom-table .table tbody td:nth-child(1),.custom-table .table thead th:nth-child(1){padding-left:10px}.custom-table .table .btn{padding:1px 10px 2px}.custom-table .table .empty2 td{width:100%!important}section.mag .bg .boxes .col-lg-3.col-sm-6.col-12:nth-child(1) a,section.mag .bg .boxes .col-lg-3.col-sm-6.col-12:nth-child(2) a{margin-bottom:30px}section.boxes .box.grey{margin-bottom:30px!important}section.questions .box .symbolx{display:none}section.questions .box .flex .big{font-size:1rem}section.map{border-left:10px solid transparent;border-right:10px solid #ec008c}section.map .lgo{margin-top:30px;margin-bottom:0}section.map .perex{margin-top:25px;margin-bottom:30px}section.newsletter label:first-child{margin-top:30px}section.newsletter button{margin-top:-25px}.navbar .navbar-nav.mr-auto{flex-direction:column;margin-left:0;margin-top:100px}.navbar ul.navbar-nav li.nav-item a.nav-link{padding:5px 15px}.navbar ul.navbar-nav li.nav-item.lng.first{margin-left:0;padding-left:0;padding-top:10px;margin-top:10px;border-left:none;border-top:1px solid #ccc}.navbar{background-color:rgba(255,255,255,.9)!important}section.byty-map .map{display:block}section.byty-map .map .backx,section.byty-map .map .hold,section.byty-map .map .step0,section.byty-map .map .step1,section.byty-map .map .step2,section.byty-map .map .zoom,section.byty-map .pag{display:none}section.byty-map .map .params{position:relative;width:100%;opacity:1;background-image:url(../images/zoom-bg.jpg);background-position:center center;background-size:cover}.editor section.financoovani .bxx:after{display:none}}@media only screen and (max-width:767px){.navbar .navbar-brand,section.video{border-left:10px solid #ec008c}.tempo .step1 a{font-size:1.25rem}.editor .btn.btn-primary{margin-bottom:10px;white-space:normal}.modal .modal-content{padding:20px}section.content.mtm.detail-byt .price{padding:30px;font-size:2rem}h2.bigger{font-size:1.5rem}section.content.mtm.detail-byt .box{padding:30px}.embed-responsivew{padding:15px}.box.box-novinka,section.mag.mag2 .byty.standardy .box{padding:20px}section.video{margin-bottom:0;border-right:10px solid transparent}section.mag.mag2 .byty.standardy .box.box2{padding:15px}section.content{padding-bottom:45px}section.detail-byt .box{padding:25px 15px}.p-50{padding:15px!important}.editor section.financoovani .bxx{margin-bottom:40px}.editor section.financoovani .bxx .col-lg-6{padding:0 15px}.editor section.financoovani .box.magenta{padding:15px;margin-bottom:40px}.editor section.financoovani .box.magenta p{font-size:22px}.editor section.financoovani .row.main .white p{padding:0}section.pages .box{padding:25px 15px}.m-mt-30{margin-top:30px}.m-mb-30{margin-bottom:30px}section.mag{padding-bottom:50px}.custom-table .table tr{display:flex;flex-wrap:wrap}.custom-table .table tbody td,.custom-table .table thead th{padding:10px 5px;width:50%!important}.custom-table .table tbody td:nth-child(3),.custom-table .table tbody td:nth-child(4),.custom-table .table thead th:nth-child(3),.custom-table .table thead th:nth-child(4){border-top:none}.custom-table .table tbody td:nth-child(1),.custom-table .table tbody td:nth-child(2),.custom-table .table tbody td:nth-child(3),.custom-table .table tbody td:nth-child(4),.custom-table .table tbody td:nth-child(5),.custom-table .table tbody td:nth-child(6),.custom-table .table thead th:nth-child(1),.custom-table .table thead th:nth-child(2),.custom-table .table thead th:nth-child(3),.custom-table .table thead th:nth-child(4),.custom-table .table thead th:nth-child(5),.custom-table .table thead th:nth-child(6){padding-bottom:2px}.custom-table .table tbody td:nth-child(3),.custom-table .table tbody td:nth-child(4),.custom-table .table tbody td:nth-child(6),.custom-table .table tbody td:nth-child(7),.custom-table .table tbody td:nth-child(8),.custom-table .table thead th:nth-child(3),.custom-table .table thead th:nth-child(4),.custom-table .table thead th:nth-child(6),.custom-table .table thead th:nth-child(7),.custom-table .table thead th:nth-child(8){border-top:none;padding-top:2px}.custom-table .table thead th{align-items:flex-start}.custom-table .table tbody td:nth-child(1),.custom-table .table thead th:nth-child(1){padding-left:5px}section.hero{height:440px}section.hero .scroll{width:10px}section.hero .scroll .divx{padding-top:0}section.hero .card{height:calc(440px + 40px)}section.hero .container,section.hero .container .row{height:440px}section.hero .container .row h1{font-size:2rem;margin-left:30px;padding-bottom:35px}section.mag .social{text-align:center!important}section.mag .social span{display:block}section.mag .bg .boxes .col-lg-3.col-sm-6.col-12:nth-child(1) a,section.mag .bg .boxes .col-lg-3.col-sm-6.col-12:nth-child(2) a,section.mag .bg .boxes .col-lg-3.col-sm-6.col-12:nth-child(3) a{margin-bottom:15px}section.boxes{padding-bottom:50px}section.boxes .box.grey{padding:30px 15px;background-image:none;margin-bottom:15px!important}section.boxes .stretch{margin-bottom:15px}section.questions .box{padding:30px 15px}section.questions .box .flex:first-child{margin-bottom:30px}section.questions .box:after{display:none}section.newsletter{padding:45px 0 35px;border-left:10px solid transparent;border-right:10px solid #ec008c}section.newsletter label{margin-bottom:15px}footer{padding:40px 0}footer .flex{display:block;text-align:center}footer .flex p{margin-top:20px}section.mag.mag2 h1{text-align:center;margin-bottom:20px}section.mag.mag2 .social{margin-bottom:30px}section.byty-map .map .params .h{padding:35px 15px}.editor section.financoovani .row.main .white{order:5}}#exampleModal.modal .modal-dialog{max-width:980px}.modal-title{font-weight:700}@media only screen and (max-width:992px){section.byty-map .map .params{z-index:999}}