*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto, sans-serif}html{font-size:16px}body{padding:88px 24px 24px 24px}a{color:inherit;text-decoration:none;cursor:pointer}table{border-spacing:0;border-collapse:collapse}li{margin-left:20px}.text-block{margin-top:16px;margin-bottom:16px}h1,.h1,h2,.h2,h3,.h3,p{margin-top:16px;margin-bottom:16px}h1,.h1,h2,.h2,h3,.h3{font-weight:400}h1,.h1{font-size:2.2rem}h2,.h2{font-size:1.8rem}h3,.h3{font-size:1.4rem}.mt16{margin-top:16px}.mt32{margin-top:32px}.mt48{margin-top:48px}.mb16{margin-bottom:16px}.block{display:block}.icon{display:inline-flex;width:48px;height:48px;background-size:24px 24px;background-position:center center;background-repeat:no-repeat}.icon-back{background-image:url("/material-icons/arrow_back.svg")}.icon-back-inverse{background-image:url("/material-icons/arrow_back.png")}.icon-search{background-image:url("/material-icons/search.svg")}.icon-search-inverse{background-image:url("/material-icons/search.png")}.icon-menu{background-image:url("/material-icons/menu.svg")}.icon-menu-inverse{background-image:url("/material-icons/menu.png")}.btn{display:inline-flex;margin:16px 16px 16px 0;border-radius:4px;font-weight:500;font-size:.875rem;letter-spacing:.0892857143em;text-transform:uppercase;line-height:inherit;min-width:64px;height:36px;outline:none;cursor:pointer;white-space:nowrap}.btn-primary{padding:10px 16px 6px 16px;background-color:#fc8026;color:#fff;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);border:none}.btn-primary:hover,.btn-primary:focus{box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);opacity:0.9}.btn-primary:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);opacity:0.6}.btn-outline{padding:8px 16px;background-color:#fff;color:#fc8026;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;border:2px solid #fc8026;box-sizing:border-box !important}.btn-outline:hover,.btn-outline:focus{box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);opacity:0.9;background-color:#F9F5FE}.btn-outline:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);background-color:#EDE1FD}.btn-text{padding:10px 18px;background-color:#fff;color:#fc8026;position:relative;box-sizing:border-box !important}.btn-text:hover,.btn-text:focus{opacity:0.9;background-color:#F9F5FE}.btn-text:active{background-color:#EDE1FD}.btn-lg{font-size:1.5rem;min-width:164px;height:70px;padding-left:70px;padding-right:70px}header{width:100%;height:64px;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);position:fixed;top:0;left:0;z-index:200;background-color:#fc8026;color:#fff;display:flex;flex-direction:row;justify-content:space-between;padding:8px 12px 8px 12px;align-items:center}header .col{display:flex;align-items:center}header span{margin-left:8px;padding:8px 0;font-size:1.25rem;font-weight:500}.card{max-width:800px;width:100%;margin:32px 0;background-color:#fff;box-shadow:0 2px 1px -1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 1px 3px 0 rgba(0,0,0,0.12);border-radius:8px}.card-body{padding:1px 16px}.card img{width:100%;border-top-right-radius:8px;border-top-left-radius:8px}.card h2,.card .h2{font-size:1.75rem;font-weight:500;letter-spacing:.0125em;margin:16px 0;display:block}.card .text-block{line-height:1.25rem;font-size:.875rem;letter-spacing:.01786em;color:rgba(0,0,0,0.54)}.card .icon{margin:16px 0;width:24px;height:24px;vertical-align:middle;opacity:0.6}.form-check{margin:21px 0}.form-check input{position:absolute;z-index:-1;opacity:0;margin:10px 0 0 20px}.form-check input+label{position:relative;padding:0 0 0 32px;cursor:pointer}.form-check input+label:before{content:'';position:absolute;top:0;left:0;width:18px;height:18px;border-radius:2px;background:#ffffff;transition:.2s;background:#fff;border:2px solid #757575;box-sizing:border-box !important}.form-check input:checked+label:before{border:none;background-color:#018786;background-image:url("/material-icons/done.png");background-position:center center;background-repeat:no-repeat;background-size:20px 20px}.form-check input:focus+label:after,.form-check input:hover+label:after{position:absolute;border-radius:50%;opacity:0.05;pointer-events:none;content:"";top:-11px;left:-11px;width:40px;height:40px;background-color:#018786}.form-group{margin:16px 0;position:relative}input[type=text],input[type=date],input[type=datetime],select{padding:16px 16px 18px 16px;border:1px solid rgba(0,0,0,0.24);border-radius:4px;font-size:1rem;width:100%}select{background-color:#fff}input[type=text]:hover,input[type=date]:hover,input[type=datetime]:hover,select:hover{border:1px solid #000}input[type=text].focus,input[type=date].focus,input[type=datetime].focus,select.focus{border:2px solid #fc8026;outline:none;padding:15px 15px 17px 15px}input[type=text]+label,input[type=date]+label,input[type=datetime]+label,select+label{color:rgba(0,0,0,0.6);z-index:1;position:absolute;left:14px}input[type=text]+label{top:17px}input[type=text].not-empty+label,input[type=text].focus+label,input[type=date]+label,input[type=datetime]+label,select+label{background-color:#fff;font-size:.85rem;top:-9px;transition:200ms;padding:0 6px 0 4px}input[type=text].focus+label,input[type=date].focus+label,input[type=datetime].focus+label,select.focus+label{color:#fc8026}.list-item{padding:20px 16px;display:flex;letter-spacing:.009375em;line-height:1.5rem;list-style-type:none;align-items:center;min-width:300px}.list-item:hover,.list-item:focus{opacity:0.9;transition-duration:75ms;background-color:#eeeeee}.tab-bar{display:flex;justify-content:center}.tab-bar .tab{height:48px;text-decoration:none;min-width:150px;text-align:center;vertical-align:middle;line-height:2.95rem;font-weight:500;letter-spacing:.0892857143em;text-transform:uppercase;color:#666;border-radius:1px}.tab-bar .tab:hover{background-color:#f9f5fe;transition:500ms}.tab-bar .tab:active{background-color:#e1cffc;transition:500ms}.tab-bar .tab.active{border-bottom:2.5px solid #fc8026;color:#fc8026}.tab-bar .tab.active:hover{background-color:#f9f5fe;transition:500ms}.tab-bar .tab.active:active{background-color:#e1cffc;transition:500ms}.elevation{display:flex;align-items:center;justify-content:center;width:200px;height:100px;padding:1rem;cursor:pointer;user-select:none;-webkit-user-select:none;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:transparent;will-change:transform,opacity;position:relative;outline:none;overflow:hidden;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);margin:16px}.elevation:hover{background-color:#f5f5f5;transition:500ms}.elevation:focus{background-color:#e1e1e1;transition:500ms}.elevation:active{background-color:#bebebe;transition:500ms}.search-collapse-wrap{display:none}.search-collapse-open{display:block}.search-collapse-btn{color:#fc8026;text-decoration:underline}.apartment-item{margin-bottom:48px}.apartment-item .border-bottom{margin-top:20px;height:1px;border-bottom:1px solid #d6d6d6}.apartment-item:last-of-type{margin-bottom:0}.apartment-item:last-of-type .border-bottom{border-bottom:none !important}.apartment-item .fire-search{padding:10px 10px 10px 10px;margin:20px 0 0 0;font-size:1.2em;font-weight:400}.apartment-item .search-icons-group{margin:20px 0 0 0}.apartment-item .search-icons-group img{height:75px;margin:0 20px 20px 0}.apartment-item .table-price{margin:16px 0}.apartment-item .table-price td{background-color:#57bdd6;width:33%;text-align:center;padding:6px;color:#ffffff}.apartment-item .table-price td.td-center{background-color:#8de9ff;color:#2c3e50}.apartment-item .table-price td.td-header{font-weight:bold}.apartment-item .table-data{margin:20px 0 16px 0}.apartment-item .table-data td{padding-right:20px}.apartment-item .btn{margin-top:4px}.fav-wrap,.copy-wrap{display:inline-block;margin-top:16px}.fav-wrap{margin-right:32px}.fav-wrap img{width:171.88px;height:40px}.copy-wrap img{width:244.38px;height:40px;cursor:pointer}.apart-descr{margin-top:32px;margin-bottom:16px}.apart-descr a{color:#0040ff;text-decoration:underline}.table-calendar{display:inline-block;margin-right:32px;margin-bottom:32px;vertical-align:top}.table-calendar td{border:1px solid #666;padding:2px;text-align:right}.table-calendar .day-red{background-color:#f30}#map{margin:16px 0;width:100%;max-width:1200px;height:500px}.map-label{white-space:nowrap;margin-right:16px;line-height:1.8}.table-fav{border:1px solid #333}.table-fav td{border:1px solid #333;min-width:100px}.sprav-item{padding:16px}.sprav-item table{width:100%}.sprav-item td{vertical-align:top}.sprav-item img{border-radius:0;max-width:100%}.sprav-item .td-left a{font-size:1rem}.sprav-item .td-right{width:100px;min-width:100px;padding-left:16px}@media (min-width: 768px){.sprav-item .td-left a{font-size:1.3rem}.sprav-item .td-right{width:150px;min-width:150px}}@media (min-width: 992px){.sprav-item .td-left a{font-size:1.6rem}.sprav-item .td-right{width:200px;min-width:200px}}.block{display:block        !important}.ib{display:inline-block !important}.pointer{cursor:pointer      !important}.break{word-break:break-all    !important}.nowrap{white-space:nowrap       !important}.none{display:none         !important}.cell{display:table-cell   !important}.float{float:left         !important}.cover{background-size:cover        !important}.dec{text-decoration:none         !important}.underline{text-decoration:underline    !important}.center{text-align:center       !important}.left{text-align:left         !important}.right{text-align:right        !important}.top{vertical-align:top          !important}.middle{vertical-align:middle       !important}.normal{font-weight:400          !important}.bold{font-weight:700          !important}.bolder{font-weight:900          !important}.italic{font-style:italic       !important}.hover:hover{opacity:.4           !important}.auto{margin-right:auto         !important;margin-left:auto  !important}.consolas{font-family:Consolas     !important}.verdana{font-family:Verdana      !important}.relative{position:relative     !important}.absolute{position:absolute     !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}@media (min-width: 768px){.md-block{display:block         !important}.md-inblock{display:inline-block  !important}.md-none{display:none          !important}.md-right{text-align:right         !important}.md-left{text-align:left          !important}}@media (min-width: 992px){.lg-block{display:block         !important}.lg-inblock{display:inline-block  !important}.lg-none{display:none          !important}.lg-right{text-align:right         !important}.lg-left{text-align:left          !important}}@media (min-width: 1200px){.xl-block{display:block         !important}.xl-inblock{display:inline-block  !important}.xl-none{display:none          !important}.xl-right{text-align:right         !important}.xl-left{text-align:left          !important}}.br1{border-radius:1px    !important}.br2{border-radius:2px    !important}.br3{border-radius:3px    !important}.br4{border-radius:4px    !important}.br5{border-radius:5px    !important}.br6{border-radius:6px    !important}.br7{border-radius:7px    !important}.br8{border-radius:8px    !important}.br9{border-radius:9px    !important}.br10{border-radius:10px   !important}.br15{border-radius:15px   !important}.br20{border-radius:20px   !important}.size0-5{font-size:.5rem    !important}.size0-6{font-size:.6rem    !important}.size0-7{font-size:.7rem    !important}.size0-8{font-size:.8rem    !important}.size0-85{font-size:.85rem   !important}.size0-9{font-size:.9rem    !important}.size0-95{font-size:.95rem   !important}.size1{font-size:1rem     !important}.size1-1{font-size:1.1rem   !important}.size1-2{font-size:1.2rem   !important}.size1-3{font-size:1.3rem   !important}.size1-4{font-size:1.4rem   !important}.size1-5{font-size:1.5rem   !important}.size1-6{font-size:1.6rem   !important}.size1-7{font-size:1.7rem   !important}.size1-8{font-size:1.8rem   !important}.size1-9{font-size:1.9rem   !important}.size2{font-size:2rem     !important}.size2-5{font-size:2.5rem   !important}.size3{font-size:3rem     !important}.size3-5{font-size:3.5rem   !important}.size4{font-size:4rem     !important}.size4-5{font-size:4.5rem   !important}.size5{font-size:5rem     !important}.size5-5{font-size:5.5rem   !important}.size6{font-size:5rem     !important}.line0-8{line-height:.8    !important}.line0-9{line-height:.9    !important}.line1{line-height:1     !important}.line1-1{line-height:1.1   !important}.line1-2{line-height:1.2   !important}.line1-3{line-height:1.3   !important}.line1-4{line-height:1.4   !important}.line1-5{line-height:1.5   !important}.line1-6{line-height:1.6   !important}.line1-7{line-height:1.7   !important}.line1-8{line-height:1.8   !important}.line1-9{line-height:1.9   !important}.line2{line-height:2     !important}.m0{margin:0px     !important}.m5{margin:5px     !important}.m6{margin:6px     !important}.m7{margin:7px     !important}.m8{margin:8px     !important}.m9{margin:9px     !important}.m10{margin:10px    !important}.m15{margin:15px    !important}.m20{margin:20px    !important}.m25{margin:25px    !important}.m30{margin:30px    !important}.m40{margin:40px    !important}.m50{margin:50px    !important}.m60{margin:60px    !important}.m70{margin:70px    !important}.m80{margin:80px    !important}.m90{margin:90px    !important}.m100{margin:100px   !important}.mx0{margin-left:0      !important;margin-right:0      !important}.mx1{margin-left:1px    !important;margin-right:1px    !important}.mx2{margin-left:2px    !important;margin-right:2px    !important}.mx3{margin-left:3px    !important;margin-right:3px    !important}.mx4{margin-left:4px    !important;margin-right:4px    !important}.mx5{margin-left:5px    !important;margin-right:5px    !important}.mx6{margin-left:6px    !important;margin-right:6px    !important}.mx7{margin-left:7px    !important;margin-right:7px    !important}.mx8{margin-left:8px    !important;margin-right:8px    !important}.mx9{margin-left:9px    !important;margin-right:9px    !important}.mx10{margin-left:10px   !important;margin-right:10px   !important}.mx15{margin-left:15px   !important;margin-right:15px   !important}.mx20{margin-left:20px   !important;margin-right:20px   !important}.mx25{margin-left:25px   !important;margin-right:25px   !important}.mx30{margin-left:30px   !important;margin-right:30px   !important}.mx35{margin-left:35px   !important;margin-right:35px   !important}.mx40{margin-left:40px   !important;margin-right:40px   !important}.mx50{margin-left:50px   !important;margin-right:50px   !important}.my0{margin-top:0      !important;margin-bottom:0      !important}.my1{margin-top:1px    !important;margin-bottom:1px    !important}.my2{margin-top:2px    !important;margin-bottom:2px    !important}.my3{margin-top:3px    !important;margin-bottom:3px    !important}.my4{margin-top:4px    !important;margin-bottom:4px    !important}.my5{margin-top:5px    !important;margin-bottom:5px    !important}.my6{margin-top:6px    !important;margin-bottom:6px    !important}.my7{margin-top:7px    !important;margin-bottom:7px    !important}.my8{margin-top:8px    !important;margin-bottom:8px    !important}.my9{margin-top:9px    !important;margin-bottom:9px    !important}.my10{margin-top:10px   !important;margin-bottom:10px   !important}.my15{margin-top:10px   !important;margin-bottom:15px   !important}.my20{margin-top:20px   !important;margin-bottom:20px   !important}.my30{margin-top:30px   !important;margin-bottom:30px   !important}.my40{margin-top:40px   !important;margin-bottom:40px   !important}.my50{margin-top:50px   !important;margin-bottom:50px   !important}.my60{margin-top:60px   !important;margin-bottom:60px   !important}.my70{margin-top:70px   !important;margin-bottom:70px   !important}.my80{margin-top:80px   !important;margin-bottom:80px   !important}.my90{margin-top:90px   !important;margin-bottom:90px   !important}.mt0{margin-top:0       !important}.mt1{margin-top:1px     !important}.mt2{margin-top:2px     !important}.mt3{margin-top:3px     !important}.mt4{margin-top:4px     !important}.mt5{margin-top:5px     !important}.mt6{margin-top:6px     !important}.mt7{margin-top:7px     !important}.mt10{margin-top:10px    !important}.mt15{margin-top:15px    !important}.mt16{margin-top:16px    !important}.mt20{margin-top:20px    !important}.mt25{margin-top:25px    !important}.mt30{margin-top:30px    !important}.mt32{margin-top:32px    !important}.mt35{margin-top:35px    !important}.mt40{margin-top:40px    !important}.mt45{margin-top:45px    !important}.mt48{margin-top:48px    !important}.mt50{margin-top:50px    !important}.mt60{margin-top:60px    !important}.mt70{margin-top:70px    !important}.mt80{margin-top:80px    !important}.mt90{margin-top:90px    !important}.mt100{margin-top:100px   !important}.mt120{margin-top:120px   !important}.mt130{margin-top:130px   !important}.mt140{margin-top:140px   !important}.mt150{margin-top:150px   !important}.mt200{margin-top:200px   !important}.mr0{margin-right:0      !important}.mr1{margin-right:1px    !important}.mr2{margin-right:2px    !important}.mr3{margin-right:3px    !important}.mr5{margin-right:5px    !important}.mr6{margin-right:6px    !important}.mr7{margin-right:7px    !important}.mr10{margin-right:10px   !important}.mr11{margin-right:11px   !important}.mr12{margin-right:12px   !important}.mr13{margin-right:13px   !important}.mr14{margin-right:14px   !important}.mr15{margin-right:15px   !important}.mr16{margin-right:16px   !important}.mr17{margin-right:17px   !important}.mr18{margin-right:18px   !important}.mr19{margin-right:19px   !important}.mr20{margin-right:20px   !important}.mr25{margin-right:25px   !important}.mr30{margin-right:30px   !important}.mr35{margin-right:35px   !important}.mr40{margin-right:40px   !important}.mr45{margin-right:45px   !important}.mr50{margin-right:50px   !important}.mr55{margin-right:55px   !important}.mr60{margin-right:60px   !important}.mr70{margin-right:70px   !important}.mr80{margin-right:80px   !important}.mr90{margin-right:90px   !important}.mr100{margin-right:100px  !important}.mb0{margin-bottom:0       !important}.mb1{margin-bottom:1px     !important}.mb2{margin-bottom:2px     !important}.mb3{margin-bottom:3px     !important}.mb4{margin-bottom:4px     !important}.mb5{margin-bottom:5px     !important}.mb6{margin-bottom:6px     !important}.mb7{margin-bottom:7px     !important}.mb8{margin-bottom:8px     !important}.mb9{margin-bottom:9px     !important}.mb10{margin-bottom:10px    !important}.mb11{margin-bottom:11px    !important}.mb12{margin-bottom:12px    !important}.mb13{margin-bottom:13px    !important}.mb14{margin-bottom:14px    !important}.mb15{margin-bottom:15px    !important}.mb16{margin-bottom:16px    !important}.mb20{margin-bottom:20px    !important}.mb25{margin-bottom:25px    !important}.mb30{margin-bottom:30px    !important}.mb32{margin-bottom:32px    !important}.mb35{margin-bottom:35px    !important}.mb40{margin-bottom:40px    !important}.mb45{margin-bottom:45px    !important}.mb48{margin-bottom:48px    !important}.mb50{margin-bottom:50px    !important}.mb55{margin-bottom:55px    !important}.mb60{margin-bottom:60px    !important}.mb65{margin-bottom:65px    !important}.mb70{margin-bottom:70px    !important}.mb80{margin-bottom:80px    !important}.mb90{margin-bottom:90px    !important}.mb100{margin-bottom:100px   !important}.mb110{margin-bottom:110px   !important}.mb120{margin-bottom:120px   !important}.mb130{margin-bottom:130px   !important}.mb140{margin-bottom:140px   !important}.mb150{margin-bottom:150px   !important}.mb200{margin-bottom:200px   !important}.mb250{margin-bottom:250px   !important}.mb300{margin-bottom:300px   !important}.ml0{margin-left:0      !important}.ml1{margin-left:1px    !important}.ml2{margin-left:2px    !important}.ml3{margin-left:3px    !important}.ml4{margin-left:4px    !important}.ml5{margin-left:5px    !important}.ml6{margin-left:6px    !important}.ml7{margin-left:7px    !important}.ml10{margin-left:10px   !important}.ml15{margin-left:15px   !important}.ml20{margin-left:20px   !important}.ml25{margin-left:25px   !important}.ml30{margin-left:30px   !important}.ml40{margin-left:40px   !important}.ml50{margin-left:50px   !important}.ml60{margin-left:60px   !important}.ml70{margin-left:70px   !important}.ml80{margin-left:80px   !important}.ml90{margin-left:90px   !important}.ml100{margin-left:100px  !important}.p0{padding:0px     !important}.p2{padding:2px     !important}.p3{padding:3px     !important}.p4{padding:4px     !important}.p5{padding:5px     !important}.p7{padding:7px     !important}.p10{padding:10px    !important}.p15{padding:15px    !important}.p20{padding:20px    !important}.p25{padding:25px    !important}.p30{padding:30px    !important}.p35{padding:35px    !important}.p40{padding:40px    !important}.p50{padding:50px    !important}.p60{padding:60px    !important}.p70{padding:70px    !important}.p80{padding:80px    !important}.p90{padding:90px    !important}.p100{padding:100px   !important}.p110{padding:110px   !important}.p120{padding:120px   !important}.p130{padding:130px   !important}.p140{padding:140px   !important}.p150{padding:150px   !important}.p200{padding:200px   !important}.p250{padding:250px   !important}.p300{padding:300px   !important}.px0{padding-left:0     !important;padding-right:0     !important}.px1{padding-left:1px   !important;padding-right:1px   !important}.px2{padding-left:2px   !important;padding-right:2px   !important}.px3{padding-left:3px   !important;padding-right:3px   !important}.px4{padding-left:4px   !important;padding-right:4px   !important}.px5{padding-left:5px   !important;padding-right:5px   !important}.px6{padding-left:6px   !important;padding-right:6px   !important}.px7{padding-left:7px   !important;padding-right:7px   !important}.px8{padding-left:8px   !important;padding-right:8px   !important}.px9{padding-left:9px   !important;padding-right:9px   !important}.px10{padding-left:10px  !important;padding-right:10px  !important}.px15{padding-left:15px  !important;padding-right:15px  !important}.px20{padding-left:20px  !important;padding-right:20px  !important}.px25{padding-left:25px  !important;padding-right:25px  !important}.px30{padding-left:30px  !important;padding-right:30px  !important}.px35{padding-left:35px  !important;padding-right:35px  !important}.px40{padding-left:40px  !important;padding-right:40px  !important}.px45{padding-left:45px  !important;padding-right:45px  !important}.px50{padding-left:50px  !important;padding-right:50px  !important}.px60{padding-left:60px  !important;padding-right:60px  !important}.px70{padding-left:70px  !important;padding-right:70px  !important}.px80{padding-left:80px  !important;padding-right:80px  !important}.px90{padding-left:90px  !important;padding-right:90px  !important}.px100{padding-left:100px !important;padding-right:100px !important}.px110{padding-left:110px !important;padding-right:110px !important}.px120{padding-left:120px !important;padding-right:120px !important}.py0{padding-top:0     !important;padding-bottom:0      !important}.py1{padding-top:1px   !important;padding-bottom:1px    !important}.py2{padding-top:2px   !important;padding-bottom:2px    !important}.py3{padding-top:3px   !important;padding-bottom:3px    !important}.py4{padding-top:4px   !important;padding-bottom:4px    !important}.py5{padding-top:5px   !important;padding-bottom:5px    !important}.py6{padding-top:6px   !important;padding-bottom:6px    !important}.py7{padding-top:7px   !important;padding-bottom:7px    !important}.py8{padding-top:8px   !important;padding-bottom:8px    !important}.py9{padding-top:9px   !important;padding-bottom:9px    !important}.py10{padding-top:10px  !important;padding-bottom:10px   !important}.py15{padding-top:15px  !important;padding-bottom:15px   !important}.py20{padding-top:20px  !important;padding-bottom:20px   !important}.py25{padding-top:20px  !important;padding-bottom:25px   !important}.py30{padding-top:30px  !important;padding-bottom:30px   !important}.py30{padding-top:35px  !important;padding-bottom:35px   !important}.py40{padding-top:40px  !important;padding-bottom:40px   !important}.py40{padding-top:45px  !important;padding-bottom:45px   !important}.py50{padding-top:50px  !important;padding-bottom:50px   !important}.pt0{padding-top:0      !important}.pt1{padding-top:1px    !important}.pt2{padding-top:2px    !important}.pt3{padding-top:3px    !important}.pt4{padding-top:4px    !important}.pt5{padding-top:5px    !important}.pt6{padding-top:6px    !important}.pt7{padding-top:7px    !important}.pt8{padding-top:8px    !important}.pt9{padding-top:9px    !important}.pt10{padding-top:10px   !important}.pt11{padding-top:11px   !important}.pt12{padding-top:12px   !important}.pt13{padding-top:13px   !important}.pt14{padding-top:14px   !important}.pt15{padding-top:15px   !important}.pt20{padding-top:20px   !important}.pt25{padding-top:25px   !important}.pt30{padding-top:30px   !important}.pt35{padding-top:35px   !important}.pt40{padding-top:40px   !important}.pt50{padding-top:50px   !important}.pt60{padding-top:60px   !important}.pt70{padding-top:70px   !important}.pt75{padding-top:75px   !important}.pt80{padding-top:80px   !important}.pt85{padding-top:85px   !important}.pt90{padding-top:90px   !important}.pt100{padding-top:100px  !important}.pt110{padding-top:110px  !important}.pt120{padding-top:120px  !important}.pt130{padding-top:130px  !important}.pt140{padding-top:140px  !important}.pt150{padding-top:150px  !important}.pt160{padding-top:160px  !important}.pt170{padding-top:170px  !important}.pt180{padding-top:180px  !important}.pt190{padding-top:190px  !important}.pt200{padding-top:200px  !important}.pr0{padding-right:0      !important}.pr2{padding-right:2px    !important}.pr3{padding-right:3px    !important}.pr4{padding-right:4px    !important}.pr5{padding-right:5px    !important}.pr6{padding-right:6px    !important}.pr7{padding-right:7px    !important}.pr8{padding-right:8px    !important}.pr10{padding-right:10px   !important}.pr15{padding-right:15px   !important}.pr20{padding-right:20px   !important}.pr25{padding-right:25px   !important}.pr30{padding-right:30px   !important}.pr35{padding-right:35px   !important}.pr40{padding-right:40px   !important}.pr50{padding-right:50px   !important}.pr60{padding-right:60px   !important}.pr70{padding-right:70px   !important}.pr80{padding-right:80px   !important}.pr90{padding-right:90px   !important}.pr100{padding-right:100px  !important}.pr110{padding-right:110px  !important}.pr120{padding-right:120px  !important}.pr130{padding-right:130px  !important}.pr140{padding-right:140px  !important}.pr150{padding-right:150px  !important}.pr160{padding-right:160px  !important}.pr170{padding-right:170px  !important}.pr180{padding-right:180px  !important}.pr190{padding-right:190px  !important}.pr200{padding-right:200px  !important}.pb0{padding-bottom:0       !important}.pb1{padding-bottom:1px     !important}.pb2{padding-bottom:2px     !important}.pb3{padding-bottom:3px     !important}.pb4{padding-bottom:4px     !important}.pb5{padding-bottom:5px     !important}.pb6{padding-bottom:6px     !important}.pb7{padding-bottom:7px     !important}.pb8{padding-bottom:8px     !important}.pb9{padding-bottom:9px     !important}.pb10{padding-bottom:10px    !important}.pb11{padding-bottom:11px    !important}.pb12{padding-bottom:12px    !important}.pb13{padding-bottom:13px    !important}.pb14{padding-bottom:14px    !important}.pb15{padding-bottom:15px    !important}.pb20{padding-bottom:20px    !important}.pb25{padding-bottom:25px    !important}.pb30{padding-bottom:30px    !important}.pb40{padding-bottom:40px    !important}.pb50{padding-bottom:50px    !important}.pb55{padding-bottom:55px    !important}.pb60{padding-bottom:60px    !important}.pb65{padding-bottom:65px    !important}.pb70{padding-bottom:70px    !important}.pb75{padding-bottom:75px    !important}.pb80{padding-bottom:80px    !important}.pb90{padding-bottom:90px    !important}.pb95{padding-bottom:95px    !important}.pb100{padding-bottom:100px   !important}.pb110{padding-bottom:110px   !important}.pb120{padding-bottom:120px   !important}.pb130{padding-bottom:130px   !important}.pb140{padding-bottom:140px   !important}.pb150{padding-bottom:150px   !important}.pb160{padding-bottom:160px   !important}.pb170{padding-bottom:170px   !important}.pb175{padding-bottom:175px   !important}.pb180{padding-bottom:180px   !important}.pb190{padding-bottom:190px   !important}.pb200{padding-bottom:200px   !important}.pl0{padding-left:0       !important}.pl4{padding-left:4px     !important}.pl5{padding-left:5px     !important}.pl10{padding-left:10px    !important}.pl15{padding-left:15px    !important}.pl20{padding-left:20px    !important}.pl25{padding-left:25px    !important}.pl30{padding-left:30px    !important}.pl40{padding-left:40px    !important}.pl50{padding-left:50px    !important}.pl60{padding-left:60px    !important}.pl70{padding-left:70px    !important}.pl80{padding-left:80px    !important}.pl90{padding-left:90px    !important}.pl100{padding-left:100px   !important}.max20{max-width:20px    !important}.max25{max-width:25px    !important}.max30{max-width:30px    !important}.max35{max-width:35px    !important}.max40{max-width:40px    !important}.max45{max-width:45px    !important}.max50{max-width:50px    !important}.max60{max-width:60px    !important}.max70{max-width:70px    !important}.max80{max-width:80px    !important}.max90{max-width:90px    !important}.max100{max-width:100px   !important}.max110{max-width:110px   !important}.max120{max-width:120px   !important}.max130{max-width:130px   !important}.max140{max-width:140px   !important}.max150{max-width:150px   !important}.max180{max-width:180px   !important}.max200{max-width:200px   !important}.max220{max-width:220px   !important}.max250{max-width:250px   !important}.max300{max-width:300px   !important}.max350{max-width:350px   !important}.max400{max-width:400px   !important}.max450{max-width:450px   !important}.max500{max-width:500px   !important}.max550{max-width:550px   !important}.max600{max-width:600px   !important}.max650{max-width:650px   !important}.max700{max-width:700px   !important}.max750{max-width:750px   !important}.max800{max-width:800px   !important}.max850{max-width:850px   !important}.max900{max-width:900px   !important}.max1000{max-width:1000px  !important}.max1100{max-width:1100px  !important}.max1200{max-width:1200px  !important}.max1300{max-width:1300px  !important}.max1400{max-width:1400px  !important}.max1500{max-width:1500px  !important}.max1600{max-width:1600px  !important}.max1700{max-width:1700px  !important}.max1800{max-width:1800px  !important}.max1900{max-width:1900px  !important}.max2000{max-width:2000px  !important}.min20{min-width:20px    !important}.min30{min-width:30px    !important}.min40{min-width:40px    !important}.min50{min-width:50px    !important}.min60{min-width:60px    !important}.min70{min-width:70px    !important}.min80{min-width:80px    !important}.min90{min-width:90px    !important}.min100{min-width:100px   !important}.min110{min-width:110px   !important}.min120{min-width:120px   !important}.min130{min-width:130px   !important}.min140{min-width:140px   !important}.min150{min-width:150px   !important}.min160{min-width:160px   !important}.min170{min-width:170px   !important}.min180{min-width:180px   !important}.min190{min-width:190px   !important}.min200{min-width:200px   !important}.min210{min-width:210px   !important}.min220{min-width:220px   !important}.min230{min-width:230px   !important}.min240{min-width:240px   !important}.min250{min-width:250px   !important}.min260{min-width:260px   !important}.min270{min-width:270px   !important}.min280{min-width:280px   !important}.min290{min-width:290px   !important}.min300{min-width:300px   !important}.min350{min-width:350px   !important}.min400{min-width:400px   !important}.min500{min-width:500px   !important}.min600{min-width:600px   !important}.min700{min-width:700px   !important}.min800{min-width:800px   !important}.min900{min-width:900px   !important}.min1000{min-width:1000px  !important}.min1100{min-width:1100px  !important}.min1200{min-width:1200px  !important}.w1{width:1px     !important}.w2{width:2px     !important}.w3{width:3px     !important}.w4{width:4px     !important}.w5{width:5px     !important}.w6{width:6px     !important}.w7{width:7px     !important}.w8{width:8px     !important}.w9{width:9px     !important}.w10{width:10px    !important}.w15{width:15px    !important}.w20{width:20px    !important}.w25{width:25px    !important}.w30{width:30px    !important}.w35{width:35px    !important}.w40{width:40px    !important}.w45{width:45px    !important}.w50{width:50px    !important}.w55{width:55px    !important}.w60{width:60px    !important}.w65{width:65px    !important}.w70{width:70px    !important}.w75{width:75px    !important}.w80{width:80px    !important}.w90{width:90px    !important}.w100{width:100px   !important}.w110{width:110px   !important}.w120{width:120px   !important}.w130{width:130px   !important}.w140{width:140px   !important}.w150{width:150px   !important}.w160{width:160px   !important}.w170{width:170px   !important}.w180{width:180px   !important}.w190{width:190px   !important}.w200{width:200px   !important}.w210{width:210px   !important}.w220{width:220px   !important}.w230{width:230px   !important}.w240{width:240px   !important}.w250{width:250px   !important}.w260{width:260px   !important}.w270{width:270px   !important}.w280{width:280px   !important}.w290{width:290px   !important}.w300{width:300px   !important}.w310{width:310px   !important}.w320{width:320px   !important}.w330{width:330px   !important}.w340{width:340px   !important}.w350{width:350px   !important}.w360{width:360px   !important}.w370{width:370px   !important}.w380{width:380px   !important}.w390{width:390px   !important}.w400{width:400px   !important}.w450{width:450px   !important}.w500{width:500px   !important}.w550{width:550px   !important}.w600{width:600px   !important}.w650{width:650px   !important}.w700{width:700px   !important}.w800{width:800px   !important}.w900{width:900px   !important}.w1000{width:1000px  !important}.w1100{width:1100px  !important}.w1200{width:1200px  !important}.w1300{width:1300px  !important}.w1400{width:1400px  !important}.w1500{width:1500px  !important}.x25{width:25%     !important}.x33{width:33%     !important}.x50{width:50%     !important}.x100{width:100%    !important}.h5{height:5px     !important}.h6{height:6px     !important}.h7{height:7px     !important}.h8{height:8px     !important}.h9{height:9px     !important}.h10{height:10px    !important}.h12{height:12px    !important}.h15{height:15px    !important}.h16{height:16px    !important}.h20{height:20px    !important}.h25{height:25px    !important}.h30{height:30px    !important}.h32{height:32px    !important}.h33{height:33px    !important}.h34{height:34px    !important}.h35{height:35px    !important}.h38{height:38px    !important}.h40{height:40px    !important}.h45{height:45px    !important}.h50{height:50px    !important}.h60{height:60px    !important}.h64{height:64px    !important}.h70{height:70px    !important}.h80{height:80px    !important}.h90{height:90px    !important}.h100{height:100px   !important}.h110{height:110px   !important}.h120{height:120px   !important}.h128{height:128px   !important}.h130{height:130px   !important}.h140{height:140px   !important}.h150{height:150px   !important}.h200{height:200px   !important}.h250{height:250px   !important}.h256{height:256px   !important}.h300{height:300px   !important}.h400{height:400px   !important}.h500{height:500px   !important}.h512{height:512px   !important}.h600{height:600px   !important}.h700{height:700px   !important}.h800{height:800px   !important}.hh30{height:30px}.hh40{height:40px}.hh50{height:50px}.hh60{height:60px}.hh70{height:70px}.hh80{height:80px}.hh90{height:90px}.hh100{height:100px}.hh110{height:110px}.hh120{height:120px}.hh130{height:130px}.hh140{height:140px}.hh150{height:150px}.hh200{height:200px}.hh250{height:250px}.hh300{height:300px}.hh400{height:400px}.hh500{height:500px}.hh600{height:600px}.hh700{height:700px}.hh800{height:800px}.q15{width:15px    !important;height:15px    !important}.q16{width:16px    !important;height:16px    !important}.q20{width:20px    !important;height:20px    !important}.q25{width:25px    !important;height:25px    !important}.q30{width:30px    !important;height:30px    !important}.q32{width:32px    !important;height:32px    !important}.q35{width:35px    !important;height:35px    !important}.q40{width:40px    !important;height:40px    !important}.q45{width:45px    !important;height:45px    !important}.q48{width:48px    !important;height:48px    !important}.q50{width:50px    !important;height:50px    !important}.q52{width:52px    !important;height:52px    !important}.q55{width:55px    !important;height:55px    !important}.q60{width:60px    !important;height:60px    !important}.q64{width:64px    !important;height:64px    !important}.q65{width:65px    !important;height:65px    !important}.q70{width:70px    !important;height:70px    !important}.q75{width:75px    !important;height:75px    !important}.q80{width:80px    !important;height:80px    !important}.q85{width:85px    !important;height:85px    !important}.q90{width:90px    !important;height:90px    !important}.q100{width:100px   !important;height:100px   !important}.q110{width:110px   !important;height:110px   !important}.q120{width:120px   !important;height:120px   !important}.q128{width:128px   !important;height:128px   !important}.q130{width:130px   !important;height:130px   !important}.q140{width:140px   !important;height:140px   !important}.q150{width:150px   !important;height:150px   !important}.q160{width:160px   !important;height:160px   !important}.q200{width:200px   !important;height:200px   !important}.q250{width:250px   !important;height:250px   !important}.q256{width:256px   !important;height:256px   !important}.q300{width:300px   !important;height:300px   !important}.q350{width:350px   !important;height:350px   !important}.q400{width:400px   !important;height:400px   !important}.q450{width:450px   !important;height:450px   !important}.q500{width:500px   !important;height:500px   !important}.q512{width:512px   !important;height:512px   !important}.q600{width:600px   !important;height:600px   !important}.q700{width:700px   !important;height:700px   !important}.q800{width:800px   !important;height:800px   !important}.q900{width:900px   !important;height:900px   !important}.q1000{width:1000px  !important;height:1000px  !important}.q1100{width:1100px  !important;height:1100px  !important}.q1200{width:1200px  !important;height:1200px  !important}.cb56g9kkcpy6uy01{background:#996666}.cb56g9kkcpy6uy02{background:#666699}.cb56g9kkcpy6uy03{background:#db7093}.cb56g9kkcpy6uy04{background:#66cdaa}.cb56g9kkcpy6uy05{background:#bc8f8f}.cb56g9kkcpy6uy06{background:#66cdaa}.hover-red-lll{background:#ffe6e6 !important;color:#000 !important}.hover-red-lll:hover{background:#ffb3b3 !important;color:#000 !important}.hover-red-ll{background:#ffb3b3 !important;color:#000 !important}.hover-red-ll:hover{background:#ff6666 !important;color:#000 !important}.hover-red-l{background:#ff6666 !important;color:#000 !important}.hover-red-l:hover{background:#df0101 !important;color:#000 !important}.hover-red{background:#ff0000 !important;color:#fff !important}.hover-red:hover{background:#990000 !important}.hover-red-d{background:#bb0000 !important;color:#fff !important}.hover-red-d:hover{background:#610b0b !important}.hover-red-dd{background:#660000 !important;color:#fff !important}.hover-red-dd:hover{background:#990000 !important}.hover-pink-lll{background:#ffe6f2 !important;color:#000 !important}.hover-pink-lll:hover{background:#ff99cc !important}.hover-pink-ll{background:#ff99cc !important;color:#000 !important}.hover-pink-ll:hover{background:#ff69b4 !important}.hover-pink-l{background:#ff69b4 !important;color:#fff !important}.hover-pink-l:hover{background:#ff1493 !important;color:#000 !important}.hover-pink{background:#ff1493 !important;color:#fff !important}.hover-pink:hover{background:#d30067 !important;color:#000 !important}.hover-pink-d{background:#d30067 !important;color:#fff !important}.hover-pink-d:hover{background:#990033 !important}.hover-pink-dd{background:#990033 !important;color:#fff !important}.hover-pink-dd:hover{background:#d30067 !important}.hover-orange-lll{background:#ffe6cc !important;color:#000 !important}.hover-orange-lll:hover{background:#ffcc66 !important}.hover-orange-ll{background:#ffcc66 !important;color:#000 !important}.hover-orange-ll:hover{background:#ff9900 !important}.hover-orange-l{background:#ff9900 !important;color:#000 !important}.hover-orange-l:hover{background:#ff6600 !important;color:#fff !important}.hover-orange{background:#ff6600 !important;color:#fff !important}.hover-orange:hover{background:#df3a01 !important}.hover-orange-d{background:#df3a01 !important;color:#fff !important}.hover-orange-d:hover{background:#b22d01 !important}.hover-orange-dd{background:#b22d01 !important;color:#fff !important}.hover-orange-dd:hover{background:#df3a01 !important}.hover-yellow-lll{background:#fcffe9 !important;color:#000 !important}.hover-yellow-lll:hover{background:#ffffcc !important}.hover-yellow-ll{background:#ffffcc !important;color:#000 !important}.hover-yellow-ll:hover{background:#ffff99 !important}.hover-yellow-l{background:#ffff99 !important;color:#000 !important}.hover-yellow-l:hover{background:#ffff00 !important}.hover-yellow{background:#ffff00 !important;color:#000 !important}.hover-yellow:hover{background:#ffcc00 !important}.hover-yellow-d{background:#ffcc00 !important;color:#000 !important}.hover-yellow-d:hover{background:#ffac00 !important;color:#fff !important}.hover-yellow-dd{background:#ffac00 !important;color:#000 !important}.hover-yellow-dd:hover{background:#ffcc00 !important}.hover-green-lll{background:#ccffcc !important;color:#000 !important}.hover-green-lll:hover{background:#99ff99 !important}.hover-green-ll{background:#99ff99 !important;color:#000 !important}.hover-green-ll:hover{background:#00e64d !important}.hover-green-l{background:#00e64d !important;color:#000 !important}.hover-green-l:hover{background:#009933 !important}.hover-green{background:#009933 !important;color:#fff !important}.hover-green:hover{background:#008800 !important}.hover-green-d{background:#008800 !important;color:#fff !important}.hover-green-d:hover{background:#004d00 !important}.hover-green-dd{background:#004d00 !important;color:#fff !important}.hover-green-dd:hover{background:#008800 !important}.hover-olive-lll{background:#ebf5d6 !important;color:#000 !important}.hover-olive-ll:hover{background:#d7ebad !important;color:#fff !important}.hover-olive-ll{background:#d7ebad !important;color:#000 !important}.hover-olive-ll:hover{background:#9acd32 !important;color:#fff !important}.hover-olive-l{background:#9acd32 !important;color:#000 !important}.hover-olive-l:hover{background:#808000 !important;color:#fff !important}.hover-olive{background:#808000 !important;color:#fff !important}.hover-olive:hover{background:#4d4d00 !important}.hover-olive-d{background:#4d4d00 !important;color:#fff !important}.hover-olive-d:hover{background:#333300 !important}.hover-olive-dd{background:#333300 !important;color:#fff !important}.hover-olive-dd:hover{background:#4d4d00 !important}.hover-haki-lll{background:#e2edde !important;color:#000 !important}.hover-haki-lll:hover{background:#b7d2ad !important}.hover-haki-ll{background:#b7d2ad !important;color:#000 !important}.hover-haki-ll:hover{background:#7bae6b !important}.hover-haki-l{background:#7bae6b !important;color:#000 !important}.hover-haki-l:hover{background:#4f7942 !important}.hover-haki{background:#4f7942 !important;color:#fff !important}.hover-haki:hover{background:#37522d !important}.hover-haki-d{background:#37522d !important;color:#fff !important}.hover-haki-d:hover{background:#21311b !important}.hover-haki-dd{background:#21311b !important;color:#fff !important}.hover-haki-dd:hover{background:#7bae6b !important}.hover-blue-lll{background:#e6f3ff !important;color:#000 !important}.hover-blue-lll:hover{background:#99ceff !important}.hover-blue-ll{background:#99ceff !important;color:#000 !important}.hover-blue-ll:hover{background:#1a90ff !important}.hover-blue-l{background:#1a90ff !important;color:#fff !important}.hover-blue-l:hover{background:#0000ff !important;color:#fff !important}.hover-blue{background:#0000ff !important;color:#fff !important}.hover-blue:hover{background:#000080 !important}.hover-blue-d{background:#000080 !important;color:#fff !important}.hover-blue-d:hover{background:#00004d !important}.hover-blue-dd{background:#00004d !important;color:#fff !important}.hover-blue-dd:hover{background:#000080 !important}.hover-aqua-lll{background:#e6ffff !important;color:#000 !important}.hover-aqua-lll:hover{background:#ccfff5 !important}.hover-aqua-ll{background:#ccfff5 !important;color:#000 !important}.hover-aqua-ll:hover{background:#80ffe5 !important}.hover-aqua-l{background:#80ffe5 !important;color:#000 !important}.hover-aqua-l:hover{background:#00e6b8 !important}.hover-aqua{background:#00e6b8 !important;color:#000 !important}.hover-aqua:hover{background:#00b38f !important;color:#fff !important}.hover-aqua-d{background:#00b38f !important;color:#fff !important}.hover-aqua-d:hover{background:#004d3d !important;color:#fff !important}.hover-aqua-dd{background:#004d3d !important;color:#fff !important}.hover-aqua-dd:hover{background:#00b38f !important;color:#fff !important}.hover-violet-lll{background:#ffe6ff !important;color:#000 !important}.hover-violet-lll:hover{background:#f5d2f9 !important;color:#fff !important}.hover-violet-ll{background:#f5d2f9 !important;color:#000 !important}.hover-violet-ll:hover{background:#e37ff0 !important;color:#fff !important}.hover-violet-l{background:#e37ff0 !important;color:#000 !important}.hover-violet-l:hover{background:#cc00ff !important;color:#fff !important}.hover-violet{background:#cc00ff !important;color:#fff !important}.hover-violet:hover{background:#800080 !important}.hover-violet-d{background:#800080 !important;color:#fff !important}.hover-violet-d:hover{background:#4d004d !important}.hover-violet-dd{background:#4d004d !important;color:#fff !important}.hover-violet-dd:hover{background:#800080 !important}.hover-indigo-lll{background:#f4e6ff !important;color:#000 !important}.hover-indigo-lll:hover{background:#d399ff !important}.hover-indigo-ll{background:#d399ff !important;color:#000 !important}.hover-indigo-ll:hover{background:#aa33ff !important}.hover-indigo-l{background:#aa33ff !important;color:#fff !important}.hover-indigo-l:hover{background:#7700cc !important}.hover-indigo{background:#7700cc !important;color:#fff !important}.hover-indigo:hover{background:#4b0082 !important}.hover-indigo-d{background:#4b0082 !important;color:#fff !important}.hover-indigo-d:hover{background:#2d004d !important}.hover-indigo-dd{background:#2d004d !important;color:#fff !important}.hover-indigo-dd:hover{background:#4b0082 !important}.hover-brown-lll{background:#f0ddc1 !important;color:#000 !important}.hover-brown-lll:hover{background:#deb887 !important;color:#fff !important}.hover-brown-ll{background:#deb887 !important;color:#000 !important}.hover-brown-ll:hover{background:#d28460 !important;color:#fff !important}.hover-brown-l{background:#d28460 !important;color:#000 !important}.hover-brown-l:hover{background:#a0522d !important;color:#fff !important}.hover-brown{background:#a0522d !important;color:#fff !important}.hover-brown:hover{background:#65321b !important;color:#fff !important}.hover-brown-d{background:#65321b !important;color:#fff !important}.hover-brown-d:hover{background:#3c1e10 !important;color:#fff !important}.hover-brown-dd{background:#3c1e10 !important;color:#fff !important}.hover-brown-dd:hover{background:#65321b !important;color:#fff !important}.hover-shit-lll{background:#ffe5cc !important;color:#000 !important}.hover-shit-lll:hover{background:#ffbf80 !important;color:#fff !important}.hover-shit-ll{background:#ffbf80 !important;color:#000 !important}.hover-shit-ll:hover{background:#ff8c1a !important;color:#fff !important}.hover-shit-l{background:#ff8c1a !important;color:#000 !important}.hover-shit-l:hover{background:#cc6600 !important;color:#fff !important}.hover-shit{background:#cc6600 !important;color:#fff !important}.hover-shit:hover{background:#994d00 !important;color:#fff !important}.hover-shit-d{background:#994d00 !important;color:#fff !important}.hover-shit-d:hover{background:#663300 !important;color:#fff !important}.hover-shit-dd{background:#663300 !important;color:#fff !important}.hover-shit-dd:hover{background:#4d2600 !important;color:#fff !important}.hover-shit-ddd{background:#4d2600 !important;color:#fff !important}.hover-shit-ddd:hover{background:#663300 !important;color:#fff !important}.hover-gray-lll{background:#f2f2f2 !important;color:#000 !important}.hover-gray-lll:hover{background:#d9d9d9 !important}.hover-gray-ll{background:#d9d9d9 !important;color:#000 !important}.hover-gray-ll:hover{background:#aaaaaa !important}.hover-gray-l{background:#aaaaaa !important;color:#000 !important}.hover-gray-l:hover{background:#888888 !important}.hover-gray{background:#888888 !important;color:#fff !important}.hover-gray:hover{background:#666666 !important}.hover-gray-d{background:#666666 !important;color:#fff !important}.hover-gray-d:hover{background:#333333 !important;color:#fff !important}.hover-gray-dd{background:#333333 !important;color:#fff !important}.hover-gray-dd:hover{background:#666666 !important;color:#fff !important}.hover-metal-lll{background:#f0f1f4 !important;color:#000 !important}.hover-metal-lll:hover{background:#e2e4e9 !important}.hover-metal-ll{background:#e2e4e9 !important;color:#000 !important}.hover-metal-ll:hover{background:#a9b2bc !important}.hover-metal-l{background:#a9b2bc !important;color:#000 !important}.hover-metal-l:hover{background:#708090 !important}.hover-metal{background:#708090 !important;color:#fff !important}.hover-metal:hover{background:#2f4f4f !important}.hover-metal-d{background:#2f4f4f !important;color:#fff !important}.hover-metal-d:hover{background:#1d3030 !important}.hover-metal-dd{background:#1d3030 !important;color:#fff !important}.hover-metal-dd:hover{background:#2f4f4f !important}.hover-white{background:#ffffff !important;color:#000 !important}.hover-white:hover{background:#dddddd !important}.hover-black{background:#000000 !important;color:#fff !important}.hover-black:hover{background:#666666 !important}.hover-vk{background:#6383a8 !important;color:#fff !important}.hover-vk:hover{background:#336666 !important}.hover-fb{background:#3b5998 !important;color:#fff !important}.hover-fb:hover{background:#000080 !important}.hover-whatsapp{background:#65bc54 !important;color:#000 !important}.hover-whatsapp:hover{background:#2d5c24 !important;color:#fff !important}.hover-wa{background:#65bc54 !important;color:#000 !important}.hover-wa:hover{background:#2d5c24 !important;color:#fff !important}.hover-viber{background:#665cac !important;color:#fff !important}.hover-viber:hover{background:#4b0082 !important}.hover-telegram{background:#64a9dc !important;color:#fff !important}.hover-telegram:hover{background:#184568 !important}.hover-ok{background:#ee8208 !important;color:#fff !important}.hover-ok:hover{background:#993300 !important}.hover-google{background:#d1392e !important;color:#fff !important}.hover-google:hover{background:#691c17 !important}.hover-twitter{background:#55acee !important;color:#fff !important}.hover-twitter:hover{background:#009999 !important}.hover-yandex{background:#ffc618 !important;color:#000 !important}.hover-yandex:hover{background:#cc6600 !important}.hover-mailru{background:#005ff9 !important;color:#fff !important}.hover-mailru:hover{background:#000080 !important}.hover-slivup{background:#cc6633 !important;color:#fff !important}.hover-slivup:hover{background:#000000 !important}.hover-adme{background:#ffcc00 !important;color:#000 !important}.hover-adme:hover{background:#993300 !important;color:#fff !important}.hover-microsoft{background:#808000 !important;color:#fff !important}.hover-microsoft:hover{background:#336600 !important}.hover-insta{background-image:linear-gradient(-135deg, #1400c8, #b900b4, #f50000) !important;color:#fff !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-caramel{background-image:linear-gradient(-135deg, #fc0, #c63, #ee8208) !important;color:#fff !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-blood{background-image:linear-gradient(-135deg, red, #600, #b00) !important;color:#fff !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-chocolate{background-image:linear-gradient(-135deg, sienna, #3c1e10, #65321b) !important;color:#fff !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-flower{background-image:linear-gradient(-135deg, #c0f, #4d004d, purple) !important;color:#fff !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-i{background-image:linear-gradient(-135deg, #a3f, indigo, #70c) !important;color:#fff !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-ceramics{background-image:linear-gradient(-135deg, #f0ddc1, #d28460, #deb887) !important;color:#000 !important}.hover-instagram:hover{background-image:linear-gradient(-135deg, #f50000, #b900b4, #1400c8) !important}.hover-red-l a,.hover-red a,.hover-red-d a,.hover-red-dd a,.hover-pink-d a,.hover-pink-dd a,.hover-orange-d a,.hover-orange-dd a,.hover-yellow-dd a,.hover-green-d a,.hover-green-dd a,.hover-olive-d a,.hover-olive-dd a,.hover-haki-d a,.hover-haki-dd a,.hover-blue-l a,.hover-blue a,.hover-blue-d a,.hover-blue-dd a,.hover-aqua-d a,.hover-aqua-dd a,.hover-violet-d a,.hover-violet-dd a,.hover-indigo-l a,.hover-indigo a,.hover-indigo-d a,.hover-indigo-dd a,.hover-gray-d a,.hover-gray-dd a,.hover-metal a,.hover-metal-d a,.hover-metal-dd a,.hover-brown a,.hover-brown-d a,.hover-brown-dd a,.hover-shit-d a,.hover-shit-dd a,.hover-shit-ddd a,.hover-black a,.hover-twitter a,.hover-slivup a,.hover-google a,.hover-insta a,.hover-fb a,.hover-mailru a,.hover-microsoft a,.hover-viber a,.hover-vk a,.hover-wa a,.hover-whatsapp a,.hover-blood a,.hover-chocolate a,.hover-i a,.hover-flower a,.hover-caramel a{color:#e6ffff}/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:before,.lightSlider:after{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative}.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0px, 0px);-ms-transform:translate(0px, 0px);transform:translate(0px, 0px);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSFade>*{position:absolute !important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lSSlideWrapper .lSFade>*.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s}.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#428bca}.lSSlideOuter .media{opacity:0.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0px, 0px, 0px);-moz-transform:translate3d(0px, 0px, 0px);-ms-transform:translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px);-o-transform:translate3d(0px, 0px, 0px);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius 0.12s linear 0s 0.35s linear 0s;transition:border-radius 0.12s linear 0s 0.35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table}.lSSlideOuter .lSPager.lSGallery:after{clear:both}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url("../images/lightslider.png");cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:0.5;-webkit-transition:opacity 0.35s linear 0s;transition:opacity 0.35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0px !important}.lSSlideOuter.vertical .lSGallery{position:absolute !important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100% !important;max-width:none !important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right !important}@-webkit-keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@keyframes rightEnd{0%{left:0}50%{left:-15px}100%{left:0}}@-webkit-keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@keyframes topEnd{0%{top:0}50%{top:-15px}100%{top:0}}@-webkit-keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@keyframes leftEnd{0%{left:0}50%{left:15px}100%{left:0}}@-webkit-keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}@keyframes bottomEnd{0%{bottom:0}50%{bottom:-15px}100%{bottom:0}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd 0.3s;animation:topEnd 0.3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd 0.3s;animation:bottomEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd 0.3s;animation:leftEnd 0.3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd 0.3s;animation:rightEnd 0.3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lSSlideOuter{max-width:640px}.lSSlideOuter li img{height:auto;max-width:100%;display:block}.lSSlideOuter li{margin-left:0}.social-dialog{background:#eeeeee;position:fixed;bottom:0;right:100px;padding:0 .7rem 0 .7rem;border:1px solid #aaaaaa;font-size:1.2rem;z-index:100}.social-dialog a{display:inline-block;background-size:cover;margin:0 .2rem 0 .2rem;height:2.5rem;width:2.5rem}@media (max-width: 1400px){.social-dialog{right:20px;padding:.15rem .4rem 0rem .4rem;font-size:1rem}.social-dialog a{height:1.7rem;width:1.7rem;margin:.1rem}}.social-dialog .vk{background-image:url("/images/vk.svg")}.social-dialog .instagram{background-image:url("/images/instagram.svg")}.social-dialog .facebook{background-image:url("/images/facebook.svg")}.social-dialog .messenger{background-image:url("/images/messenger.svg")}.social-dialog .whatsapp{background-image:url("/images/whatsapp.svg")}.social-dialog .viber{background-image:url("/images/viber.svg")}.social-dialog .telegram{background-image:url("/images/telegram.svg")}.social-dialog .odnoklassniki{background-image:url("/images/odnoklassniki.svg")}.social-dialog .title{margin-bottom:5px}
/*# sourceMappingURL=material.css.map */
