/* --- COLORS - пресет для одного цвета. Блок дублируется для каждого используемого цвета ------------ */
.ct-gray{color: rgb(220 220 220) }
.cbg-gray{background-color: rgb(220 220 220) }

.cb-gray{border-color: rgb(220 220 220) }
.cbt-gray{border-top-color: rgb(220 220 220) }
.cbb-gray{border-bottom-color: rgb(220 220 220) }
.cbl-gray{border-left-color: rgb(220 220 220) }
.cbr-gray{border-right-color: rgb(220 220 220) }
/* --- IMPORTANT ---------------------------- */
.cti-gray{color: rgb(220 220 220)  !important}
.cbgi-gray{background-color: rgb(220 220 220)  !important}

.cbi-gray{border-color: rgb(220 220 220) !important}
.cbti-gray{border-top-color: rgb(220 220 220)  !important}
.cbbi-gray{border-bottom-color: rgb(220 220 220)  !important}
.cbli-gray{border-left-color: rgb(220 220 220)  !important}
.cbri-gray{border-right-color: rgb(220 220 220)  !important}
/* --- HOVER ---------------------------- */
.cth-gray:hover{color: rgb(220 220 220)  !important}
.cbgh-gray:hover{background-color: rgb(220 220 220) gray !important}

.cbh-gray:hover{border-color: rgb(220 220 220)  !important}
.cbth-gray:hover{border-top-color: rgb(220 220 220)  !important}
.cbbh-gray:hover{border-bottom-color: rgb(220 220 220)  !important}
.cblh-gray:hover{border-left-color: rgb(220 220 220)  !important}
.cbrh-gray:hover{border-right-color: rgb(220 220 220)  !important} 
/* --- END COLORS ---------------------------- */

/* --- RESET STYLE --------------------------- */
.nobutton{background: none;color: inherit;border: none;padding: 0;font: inherit;cursor: pointer;outline: inherit;appearance: none;}

.table{display: table}
/* --- FLEX ---------------------------- */
.flex{display:flex}
.flex.row{flex-direction:row}
.flex.row-reverse{flex-direction:row-reverse}
.flex.column{flex-direction:column}
.flex.column-reverse{flex-direction:column-reverse}

.flex.wrap{flex-wrap:wrap}
.flex.nowrap{flex-wrap:nowrap}
.flex.wrap-reverse{flex-wrap:wrap-reverse}
 
.flex.baseline{align-items:baseline}
.flex.center{align-items:center}
.flex.start{align-items:start}
.flex.fstart{align-items:flex-start}
.flex.end{align-items:end}
.flex.fend{align-items:flex-end}
.flex.stretch{align-items:stretch}

.flex.jcenter{justify-content:center}
.flex.jend{justify-content:end}
.flex.jfend{justify-content:flex-end}
.flex.jstart{justify-content:start} 
.flex.jfstart{justify-content:flex-start}
.flex.jstretch{justify-content:stretch}

.flex.between{justify-content:space-between}
.flex.around{justify-content:space-around} 
.flex.evenly{justify-content:space-evenly}

.flex.gap0{gap:0px;}.flex.gap5{gap:5px;}.flex.gap10{gap:10px;}.flex.gap15{gap:15px;}

.flex .mla{margin-left:auto}   
.flex .mra{margin-right:auto}

/* flex-grow от 0 до 15 */
.flex.grow0{flex-grow:0}.flex.grow1{flex-grow:1}.flex.grow2{flex-grow:2}.flex.grow3{flex-grow:3}.flex.grow4{flex-grow:4}.flex.grow5{flex-grow:5}.flex.grow6{flex-grow:6}.flex.grow7{flex-grow:7}.flex.grow8{flex-grow:8}.flex.grow9{flex-grow:9}.flex.grow10{flex-grow:10}.flex.grow10{flex-grow:10}.flex.grow11{flex-grow:11}.flex.grow12{flex-grow:12}.flex.grow13{flex-grow:13}.flex.grow14{flex-grow:14}.flex.grow15{flex-grow:15}

/* flex-shrink от 0 до 15 */
.flex.shrink0{flex-shrink:0}.flex.shrink1{flex-shrink:1}.flex.shrink2{flex-shrink:2}.flex.shrink3{flex-shrink:3}.flex.shrink4{flex-shrink:4}.flex.shrink5{flex-shrink:5}.flex.shrink6{flex-shrink:6}.flex.shrink7{flex-shrink:7}.flex.shrink8{flex-shrink:8}.flex.shrink9{flex-shrink:9}.flex.shrink10{flex-shrink:10}.flex.shrink10{flex-shrink:10}.flex.shrink11{flex-shrink:11}.flex.shrink12{flex-shrink:12}.flex.shrink13{flex-shrink:13}.flex.shrink14{flex-shrink:14}.flex.shrink15{flex-shrink:15}

/* --- FONTS ------------------------------------------------------------------ */
/* flex-size от 0 до 50 */
.f0{font-size:0rem}.f1{font-size:1rem}.f2{font-size:2rem}.f3{font-size:3rem}.f4{font-size:4rem}.f5{font-size:5rem}.f6{font-size:6rem}.f7{font-size:7rem}.f8{font-size:8rem}.f9{font-size:9rem}.f10{font-size:10rem}.f11{font-size:11rem}.f12{font-size:12rem}.f13{font-size:13rem}.f14{font-size:14rem}.f15{font-size:15rem}.f16{font-size:16rem}.f17{font-size:17rem}.f18{font-size:18rem}.f19{font-size:19rem}.f20{font-size:20rem}.f21{font-size:21rem}.f22{font-size:22rem}.f23{font-size:23rem}.f24{font-size:24rem}.f25{font-size:25rem}.f26{font-size:26rem}.f27{font-size:27rem}.f28{font-size:28rem}.f29{font-size:29rem}.f30{font-size:30rem}.f31{font-size:31rem}.f32{font-size:32rem}.f33{font-size:33rem}.f34{font-size:34rem}.f35{font-size:35rem}.f36{font-size:36rem}.f37{font-size:37rem}.f38{font-size:38rem}.f39{font-size:39rem}.f40{font-size:40rem}.f41{font-size:41rem}.f42{font-size:42rem}.f43{font-size:43rem}.f44{font-size:44rem}.f45{font-size:45rem}.f46{font-size:46rem}.f47{font-size:47rem}.f48{font-size:48rem}.f49{font-size:49rem}.f50{font-size:50rem}

.tleft{text-align:left}
.tcenter{text-align:center}
.tright{text-align:right}

.n{font-weight:normal}
.b{font-weight:bold}
.b100{font-weight:100}
.b200{font-weight:200}
.b300{font-weight:300}
.b400{font-weight:400}
.b500{font-weight:500}
.b600{font-weight:600}
.b700{font-weight:700}
.b800{font-weight:800}
.b900{font-weight:900}

.i{font-style:italic}
.o{font-style:oblique}
.through{text-decoration:line-through}
.overline{text-decoration:overline}
.underline{text-decoration:underline}

.word-break{word-break: break-all;}

/* --- SIZES ------------------------------------------------------------------ */
/* width от 0 до 100 % */
.w0{width:0%}.w1{width:1%}.w2{width:2%}.w3{width:3%}.w4{width:4%}.w5{width:5%}.w6{width:6%}.w7{width:7%}.w8{width:8%}.w9{width:9%}.w10{width:10%}.w11{width:11%}.w12{width:12%}.w13{width:13%}.w14{width:14%}.w15{width:15%}.w16{width:16%}.w17{width:17%}.w18{width:18%}.w19{width:19%}.w20{width:20%}.w21{width:21%}.w22{width:22%}.w23{width:23%}.w24{width:24%}.w25{width:25%}.w26{width:26%}.w27{width:27%}.w28{width:28%}.w29{width:29%}.w30{width:30%}.w31{width:31%}.w32{width:32%}.w33{width:33%}.w34{width:34%}.w35{width:35%}.w36{width:36%}.w37{width:37%}.w38{width:38%}.w39{width:39%}.w40{width:40%}.w41{width:41%}.w42{width:42%}.w43{width:43%}.w44{width:44%}.w45{width:45%}.w46{width:46%}.w47{width:47%}.w48{width:48%}.w49{width:49%}.w50{width:50%}.w51{width:51%}.w52{width:52%}.w53{width:53%}.w54{width:54%}.w55{width:55%}.w56{width:56%}.w57{width:57%}.w58{width:58%}.w59{width:59%}.w60{width:60%}.w61{width:61%}.w62{width:62%}.w63{width:63%}.w64{width:64%}.w65{width:65%}.w66{width:66%}.w67{width:67%}.w68{width:68%}.w69{width:69%}.w70{width:70%}.w71{width:71%}.w72{width:72%}.w73{width:73%}.w74{width:74%}.w75{width:75%}.w76{width:76%}.w77{width:77%}.w78{width:78%}.w79{width:79%}.w80{width:80%}.w81{width:81%}.w82{width:82%}.w83{width:83%}.w84{width:84%}.w85{width:85%}.w86{width:86%}.w87{width:87%}.w88{width:88%}.w89{width:89%}.w90{width:90%}.w91{width:91%}.w92{width:92%}.w93{width:93%}.w94{width:94%}.w95{width:95%}.w96{width:96%}.w97{width:97%}.w98{width:98%}.w99{width:99%}.w100{width:100%}
.wauto{width:auto}
.winit{width:initial}
.winh{width:inherit}

/* height от 0 до 100 % */
.h0{height:0%}.h1{height:1%}.h2{height:2%}.h3{height:3%}.h4{height:4%}.h5{height:5%}.h6{height:6%}.h7{height:7%}.h8{height:8%}.h9{height:9%}.h10{height:10%}.h11{height:11%}.h12{height:12%}.h13{height:13%}.h14{height:14%}.h15{height:15%}.h16{height:16%}.h17{height:17%}.h18{height:18%}.h19{height:19%}.h20{height:20%}.h21{height:21%}.h22{height:22%}.h23{height:23%}.h24{height:24%}.h25{height:25%}.h26{height:26%}.h27{height:27%}.h28{height:28%}.h29{height:29%}.h30{height:30%}.h31{height:31%}.h32{height:32%}.h33{height:33%}.h34{height:34%}.h35{height:35%}.h36{height:36%}.h37{height:37%}.h38{height:38%}.h39{height:39%}.h40{height:40%}.h41{height:41%}.h42{height:42%}.h43{height:43%}.h44{height:44%}.h45{height:45%}.h46{height:46%}.h47{height:47%}.h48{height:48%}.h49{height:49%}.h50{height:50%}.h51{height:51%}.h52{height:52%}.h53{height:53%}.h54{height:54%}.h55{height:55%}.h56{height:56%}.h57{height:57%}.h58{height:58%}.h59{height:59%}.h60{height:60%}.h61{height:61%}.h62{height:62%}.h63{height:63%}.h64{height:64%}.h65{height:65%}.h66{height:66%}.h67{height:67%}.h68{height:68%}.h69{height:69%}.h70{height:70%}.h71{height:71%}.h72{height:72%}.h73{height:73%}.h74{height:74%}.h75{height:75%}.h76{height:76%}.h77{height:77%}.h78{height:78%}.h79{height:79%}.h80{height:80%}.h81{height:81%}.h82{height:82%}.h83{height:83%}.h84{height:84%}.h85{height:85%}.h86{height:86%}.h87{height:87%}.h88{height:88%}.h89{height:89%}.h90{height:90%}.h91{height:91%}.h92{height:92%}.h93{height:93%}.h94{height:94%}.h95{height:95%}.h96{height:96%}.h97{height:97%}.h98{height:98%}.h99{height:99%}.h100{height:100%}
.minh0{min-height:0%}.minh1{min-height:1%}.minh2{min-height:2%}.minh3{min-height:3%}.minh4{min-height:4%}.minh5{min-height:5%}.minh6{min-height:6%}.minh7{min-height:7%}.minh8{min-height:8%}.minh9{min-height:9%}.minh10{min-height:10%}.minh11{min-height:11%}.minh12{min-height:12%}.minh13{min-height:13%}.minh14{min-height:14%}.minh15{min-height:15%}.minh16{min-height:16%}.minh17{min-height:17%}.minh18{min-height:18%}.minh19{min-height:19%}.minh20{min-height:20%}.minh21{min-height:21%}.minh22{min-height:22%}.minh23{min-height:23%}.minh24{min-height:24%}.minh25{min-height:25%}.minh26{min-height:26%}.minh27{min-height:27%}.minh28{min-height:28%}.minh29{min-height:29%}.minh30{min-height:30%}.minh31{min-height:31%}.minh32{min-height:32%}.minh33{min-height:33%}.minh34{min-height:34%}.minh35{min-height:35%}.minh36{min-height:36%}.minh37{min-height:37%}.minh38{min-height:38%}.minh39{min-height:39%}.minh40{min-height:40%}.minh41{min-height:41%}.minh42{min-height:42%}.minh43{min-height:43%}.minh44{min-height:44%}.minh45{min-height:45%}.minh46{min-height:46%}.minh47{min-height:47%}.minh48{min-height:48%}.minh49{min-height:49%}.minh50{min-height:50%}.minh51{min-height:51%}.minh52{min-height:52%}.minh53{min-height:53%}.minh54{min-height:54%}.minh55{min-height:55%}.minh56{min-height:56%}.minh57{min-height:57%}.minh58{min-height:58%}.minh59{min-height:59%}.minh60{min-height:60%}.minh61{min-height:61%}.minh62{min-height:62%}.minh63{min-height:63%}.minh64{min-height:64%}.minh65{min-height:65%}.minh66{min-height:66%}.minh67{min-height:67%}.minh68{min-height:68%}.minh69{min-height:69%}.minh70{min-height:70%}.minh71{min-height:71%}.minh72{min-height:72%}.minh73{min-height:73%}.minh74{min-height:74%}.minh75{min-height:75%}.minh76{min-height:76%}.minh77{min-height:77%}.minh78{min-height:78%}.minh79{min-height:79%}.minh80{min-height:80%}.minh81{min-height:81%}.minh82{min-height:82%}.minh83{min-height:83%}.minh84{min-height:84%}.minh85{min-height:85%}.minh86{min-height:86%}.minh87{min-height:87%}.minh88{min-height:88%}.minh89{min-height:89%}.minh90{min-height:90%}.minh91{min-height:91%}.minh92{min-height:92%}.minh93{min-height:93%}.minh94{min-height:94%}.minh95{min-height:95%}.minh96{min-height:96%}.minh97{min-height:97%}.minh98{min-height:98%}.minh99{min-height:99%}.minh100{min-height:100%}
.hauto{height:auto}
.hinit{height:initial}
.lh1{line-height: 1}

/* padding от 0 до 30 AND padding от 35 каждый 5 до 100*/
.p0{padding:0px}.pt0{padding-top:0px}.pr0{padding-right:0px}.pb0{padding-bottom:0px}.pl0{padding-left:0px}.p1{padding:1px}.pt1{padding-top:1px}.pr1{padding-right:1px}.pb1{padding-bottom:1px}.pl1{padding-left:1px}.p2{padding:2px}.pt2{padding-top:2px}.pr2{padding-right:2px}.pb2{padding-bottom:2px}.pl2{padding-left:2px}.p3{padding:3px}.pt3{padding-top:3px}.pr3{padding-right:3px}.pb3{padding-bottom:3px}.pl3{padding-left:3px}.p4{padding:4px}.pt4{padding-top:4px}.pr4{padding-right:4px}.pb4{padding-bottom:4px}.pl4{padding-left:4px}.p5{padding:5px}.pt5{padding-top:5px}.pr5{padding-right:5px}.pb5{padding-bottom:5px}.pl5{padding-left:5px}.p6{padding:6px}.pt6{padding-top:6px}.pr6{padding-right:6px}.pb6{padding-bottom:6px}.pl6{padding-left:6px}.p7{padding:7px}.pt7{padding-top:7px}.pr7{padding-right:7px}.pb7{padding-bottom:7px}.pl7{padding-left:7px}.p8{padding:8px}.pt8{padding-top:8px}.pr8{padding-right:8px}.pb8{padding-bottom:8px}.pl8{padding-left:8px}.p9{padding:9px}.pt9{padding-top:9px}.pr9{padding-right:9px}.pb9{padding-bottom:9px}.pl9{padding-left:9px}.p10{padding:10px}.pt10{padding-top:10px}.pr10{padding-right:10px}.pb10{padding-bottom:10px}.pl10{padding-left:10px}.p11{padding:11px}.pt11{padding-top:11px}.pr11{padding-right:11px}.pb11{padding-bottom:11px}.pl11{padding-left:11px}.p12{padding:12px}.pt12{padding-top:12px}.pr12{padding-right:12px}.pb12{padding-bottom:12px}.pl12{padding-left:12px}.p13{padding:13px}.pt13{padding-top:13px}.pr13{padding-right:13px}.pb13{padding-bottom:13px}.pl13{padding-left:13px}.p14{padding:14px}.pt14{padding-top:14px}.pr14{padding-right:14px}.pb14{padding-bottom:14px}.pl14{padding-left:14px}.p15{padding:15px}.pt15{padding-top:15px}.pr15{padding-right:15px}.pb15{padding-bottom:15px}.pl15{padding-left:15px}.p16{padding:16px}.pt16{padding-top:16px}.pr16{padding-right:16px}.pb16{padding-bottom:16px}.pl16{padding-left:16px}.p17{padding:17px}.pt17{padding-top:17px}.pr17{padding-right:17px}.pb17{padding-bottom:17px}.pl17{padding-left:17px}.p18{padding:18px}.pt18{padding-top:18px}.pr18{padding-right:18px}.pb18{padding-bottom:18px}.pl18{padding-left:18px}.p19{padding:19px}.pt19{padding-top:19px}.pr19{padding-right:19px}.pb19{padding-bottom:19px}.pl19{padding-left:19px}.p20{padding:20px}.pt20{padding-top:20px}.pr20{padding-right:20px}.pb20{padding-bottom:20px}.pl20{padding-left:20px}.p21{padding:21px}.pt21{padding-top:21px}.pr21{padding-right:21px}.pb21{padding-bottom:21px}.pl21{padding-left:21px}.p22{padding:22px}.pt22{padding-top:22px}.pr22{padding-right:22px}.pb22{padding-bottom:22px}.pl22{padding-left:22px}.p23{padding:23px}.pt23{padding-top:23px}.pr23{padding-right:23px}.pb23{padding-bottom:23px}.pl23{padding-left:23px}.p24{padding:24px}.pt24{padding-top:24px}.pr24{padding-right:24px}.pb24{padding-bottom:24px}.pl24{padding-left:24px}.p25{padding:25px}.pt25{padding-top:25px}.pr25{padding-right:25px}.pb25{padding-bottom:25px}.pl25{padding-left:25px}.p26{padding:26px}.pt26{padding-top:26px}.pr26{padding-right:26px}.pb26{padding-bottom:26px}.pl26{padding-left:26px}.p27{padding:27px}.pt27{padding-top:27px}.pr27{padding-right:27px}.pb27{padding-bottom:27px}.pl27{padding-left:27px}.p28{padding:28px}.pt28{padding-top:28px}.pr28{padding-right:28px}.pb28{padding-bottom:28px}.pl28{padding-left:28px}.p29{padding:29px}.pt29{padding-top:29px}.pr29{padding-right:29px}.pb29{padding-bottom:29px}.pl29{padding-left:29px}.p30{padding:30px}.pt30{padding-top:30px}.pr30{padding-right:30px}.pb30{padding-bottom:30px}.pl30{padding-left:30px}
.p35{padding:35px}.pt35{padding-top:35px}.pr35{padding-right:35px}.pb35{padding-bottom:35px}.pl35{padding-left:35px}.p40{padding:40px}.pt40{padding-top:40px}.pr40{padding-right:40px}.pb40{padding-bottom:40px}.pl40{padding-left:40px}.p45{padding:45px}.pt45{padding-top:45px}.pr45{padding-right:45px}.pb45{padding-bottom:45px}.pl45{padding-left:45px}.p50{padding:50px}.pt50{padding-top:50px}.pr50{padding-right:50px}.pb50{padding-bottom:50px}.pl50{padding-left:50px}.p55{padding:55px}.pt55{padding-top:55px}.pr55{padding-right:55px}.pb55{padding-bottom:55px}.pl55{padding-left:55px}.p60{padding:60px}.pt60{padding-top:60px}.pr60{padding-right:60px}.pb60{padding-bottom:60px}.pl60{padding-left:60px}.p65{padding:65px}.pt65{padding-top:65px}.pr65{padding-right:65px}.pb65{padding-bottom:65px}.pl65{padding-left:65px}.p70{padding:70px}.pt70{padding-top:70px}.pr70{padding-right:70px}.pb70{padding-bottom:70px}.pl70{padding-left:70px}.p75{padding:75px}.pt75{padding-top:75px}.pr75{padding-right:75px}.pb75{padding-bottom:75px}.pl75{padding-left:75px}.p80{padding:80px}.pt80{padding-top:80px}.pr80{padding-right:80px}.pb80{padding-bottom:80px}.pl80{padding-left:80px}.p85{padding:85px}.pt85{padding-top:85px}.pr85{padding-right:85px}.pb85{padding-bottom:85px}.pl85{padding-left:85px}.p90{padding:90px}.pt90{padding-top:90px}.pr90{padding-right:90px}.pb90{padding-bottom:90px}.pl90{padding-left:90px}.p95{padding:95px}.pt95{padding-top:95px}.pr95{padding-right:95px}.pb95{padding-bottom:95px}.pl95{padding-left:95px}.p100{padding:100px}.pt100{padding-top:100px}.pr100{padding-right:100px}.pb100{padding-bottom:100px}.pl100{padding-left:100px}

/* margin от 0 до 30 AND margin от 35 каждый 5 до 100*/
.m0{margin:0px}.mt0{margin-top:0px}.mr0{margin-right:0px}.mb0{margin-bottom:0px}.ml0{margin-left:0px}.m1{margin:1px}.mt1{margin-top:1px}.mr1{margin-right:1px}.mb1{margin-bottom:1px}.ml1{margin-left:1px}.m2{margin:2px}.mt2{margin-top:2px}.mr2{margin-right:2px}.mb2{margin-bottom:2px}.ml2{margin-left:2px}.m3{margin:3px}.mt3{margin-top:3px}.mr3{margin-right:3px}.mb3{margin-bottom:3px}.ml3{margin-left:3px}.m4{margin:4px}.mt4{margin-top:4px}.mr4{margin-right:4px}.mb4{margin-bottom:4px}.ml4{margin-left:4px}.m5{margin:5px}.mt5{margin-top:5px}.mr5{margin-right:5px}.mb5{margin-bottom:5px}.ml5{margin-left:5px}.m6{margin:6px}.mt6{margin-top:6px}.mr6{margin-right:6px}.mb6{margin-bottom:6px}.ml6{margin-left:6px}.m7{margin:7px}.mt7{margin-top:7px}.mr7{margin-right:7px}.mb7{margin-bottom:7px}.ml7{margin-left:7px}.m8{margin:8px}.mt8{margin-top:8px}.mr8{margin-right:8px}.mb8{margin-bottom:8px}.ml8{margin-left:8px}.m9{margin:9px}.mt9{margin-top:9px}.mr9{margin-right:9px}.mb9{margin-bottom:9px}.ml9{margin-left:9px}.m10{margin:10px}.mt10{margin-top:10px}.mr10{margin-right:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}.m11{margin:11px}.mt11{margin-top:11px}.mr11{margin-right:11px}.mb11{margin-bottom:11px}.ml11{margin-left:11px}.m12{margin:12px}.mt12{margin-top:12px}.mr12{margin-right:12px}.mb12{margin-bottom:12px}.ml12{margin-left:12px}.m13{margin:13px}.mt13{margin-top:13px}.mr13{margin-right:13px}.mb13{margin-bottom:13px}.ml13{margin-left:13px}.m14{margin:14px}.mt14{margin-top:14px}.mr14{margin-right:14px}.mb14{margin-bottom:14px}.ml14{margin-left:14px}.m15{margin:15px}.mt15{margin-top:15px}.mr15{margin-right:15px}.mb15{margin-bottom:15px}.ml15{margin-left:15px}.m16{margin:16px}.mt16{margin-top:16px}.mr16{margin-right:16px}.mb16{margin-bottom:16px}.ml16{margin-left:16px}.m17{margin:17px}.mt17{margin-top:17px}.mr17{margin-right:17px}.mb17{margin-bottom:17px}.ml17{margin-left:17px}.m18{margin:18px}.mt18{margin-top:18px}.mr18{margin-right:18px}.mb18{margin-bottom:18px}.ml18{margin-left:18px}.m19{margin:19px}.mt19{margin-top:19px}.mr19{margin-right:19px}.mb19{margin-bottom:19px}.ml19{margin-left:19px}.m20{margin:20px}.mt20{margin-top:20px}.mr20{margin-right:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}.m21{margin:21px}.mt21{margin-top:21px}.mr21{margin-right:21px}.mb21{margin-bottom:21px}.ml21{margin-left:21px}.m22{margin:22px}.mt22{margin-top:22px}.mr22{margin-right:22px}.mb22{margin-bottom:22px}.ml22{margin-left:22px}.m23{margin:23px}.mt23{margin-top:23px}.mr23{margin-right:23px}.mb23{margin-bottom:23px}.ml23{margin-left:23px}.m24{margin:24px}.mt24{margin-top:24px}.mr24{margin-right:24px}.mb24{margin-bottom:24px}.ml24{margin-left:24px}.m25{margin:25px}.mt25{margin-top:25px}.mr25{margin-right:25px}.mb25{margin-bottom:25px}.ml25{margin-left:25px}.m26{margin:26px}.mt26{margin-top:26px}.mr26{margin-right:26px}.mb26{margin-bottom:26px}.ml26{margin-left:26px}.m27{margin:27px}.mt27{margin-top:27px}.mr27{margin-right:27px}.mb27{margin-bottom:27px}.ml27{margin-left:27px}.m28{margin:28px}.mt28{margin-top:28px}.mr28{margin-right:28px}.mb28{margin-bottom:28px}.ml28{margin-left:28px}.m29{margin:29px}.mt29{margin-top:29px}.mr29{margin-right:29px}.mb29{margin-bottom:29px}.ml29{margin-left:29px}.m30{margin:30px}.mt30{margin-top:30px}.mr30{margin-right:30px}.mb30{margin-bottom:30px}.ml30{margin-left:30px}
.m35{margin:35px}.mt35{margin-top:35px}.mr35{margin-right:35px}.mb35{margin-bottom:35px}.ml35{margin-left:35px}.m40{margin:40px}.mt40{margin-top:40px}.mr40{margin-right:40px}.mb40{margin-bottom:40px}.ml40{margin-left:40px}.m45{margin:45px}.mt45{margin-top:45px}.mr45{margin-right:45px}.mb45{margin-bottom:45px}.ml45{margin-left:45px}.m50{margin:50px}.mt50{margin-top:50px}.mr50{margin-right:50px}.mb50{margin-bottom:50px}.ml50{margin-left:50px}.m55{margin:55px}.mt55{margin-top:55px}.mr55{margin-right:55px}.mb55{margin-bottom:55px}.ml55{margin-left:55px}.m60{margin:60px}.mt60{margin-top:60px}.mr60{margin-right:60px}.mb60{margin-bottom:60px}.ml60{margin-left:60px}.m65{margin:65px}.mt65{margin-top:65px}.mr65{margin-right:65px}.mb65{margin-bottom:65px}.ml65{margin-left:65px}.m70{margin:70px}.mt70{margin-top:70px}.mr70{margin-right:70px}.mb70{margin-bottom:70px}.ml70{margin-left:70px}.m75{margin:75px}.mt75{margin-top:75px}.mr75{margin-right:75px}.mb75{margin-bottom:75px}.ml75{margin-left:75px}.m80{margin:80px}.mt80{margin-top:80px}.mr80{margin-right:80px}.mb80{margin-bottom:80px}.ml80{margin-left:80px}.m85{margin:85px}.mt85{margin-top:85px}.mr85{margin-right:85px}.mb85{margin-bottom:85px}.ml85{margin-left:85px}.m90{margin:90px}.mt90{margin-top:90px}.mr90{margin-right:90px}.mb90{margin-bottom:90px}.ml90{margin-left:90px}.m95{margin:95px}.mt95{margin-top:95px}.mr95{margin-right:95px}.mb95{margin-bottom:95px}.ml95{margin-left:95px}.m100{margin:100px}.mt100{margin-top:100px}.mr100{margin-right:100px}.mb100{margin-bottom:100px}.ml100{margin-left:100px}.mt150{margin-top:150px}
.m-1{margin:-1px}.mt-1{margin-top:-1px}.mr-1{margin-right:-1px}.mb-1{margin-bottom:-1px}.ml-1{margin-left:-1px}.m-2{margin:-2px}.mt-2{margin-top:-2px}.mr-2{margin-right:-2px}.mb-2{margin-bottom:-2px}.ml-2{margin-left:-2px}.m-3{margin:-3px}.mt-3{margin-top:-3px}.mr-3{margin-right:-3px}.mb-3{margin-bottom:-3px}.ml-3{margin-left:-3px}.m-4{margin:-4px}.mt-4{margin-top:-4px}.mr-4{margin-right:-4px}.mb-4{margin-bottom:-4px}.ml-4{margin-left:-4px}.m-5{margin:-5px}.mt-5{margin-top:-5px}.mr-5{margin-right:-5px}.mb-5{margin-bottom:-5px}.ml-5{margin-left:-5px}.m-6{margin:-6px}.mt-6{margin-top:-6px}.mr-6{margin-right:-6px}.mb-6{margin-bottom:-6px}.ml-6{margin-left:-6px}.m-7{margin:-7px}.mt-7{margin-top:-7px}.mr-7{margin-right:-7px}.mb-7{margin-bottom:-7px}.ml-7{margin-left:-7px}.m-8{margin:-8px}.mt-8{margin-top:-8px}.mr-8{margin-right:-8px}.mb-8{margin-bottom:-8px}.ml-8{margin-left:-8px}.m-9{margin:-9px}.mt-9{margin-top:-9px}.mr-9{margin-right:-9px}.mb-9{margin-bottom:-9px}.ml-9{margin-left:-9px}.m-10{margin:-10px}.mt-10{margin-top:-10px}.mr-10{margin-right:-10px}.mb-10{margin-bottom:-10px}.ml-10{margin-left:-10px}.m-11{margin:-11px}.mt-11{margin-top:-11px}.mr-11{margin-right:-11px}.mb-11{margin-bottom:-11px}.ml-11{margin-left:-11px}.m-12{margin:-12px}.mt-12{margin-top:-12px}.mr-12{margin-right:-12px}.mb-12{margin-bottom:-12px}.ml-12{margin-left:-12px}.m-13{margin:-13px}.mt-13{margin-top:-13px}.mr-13{margin-right:-13px}.mb-13{margin-bottom:-13px}.ml-13{margin-left:-13px}.m-14{margin:-14px}.mt-14{margin-top:-14px}.mr-14{margin-right:-14px}.mb-14{margin-bottom:-14px}.ml-14{margin-left:-14px}.m-15{margin:-15px}.mt-15{margin-top:-15px}.mr-15{margin-right:-15px}.mb-15{margin-bottom:-15px}.ml-15{margin-left:-15px}.m-16{margin:-16px}.mt-16{margin-top:-16px}.mr-16{margin-right:-16px}.mb-16{margin-bottom:-16px}.ml-16{margin-left:-16px}.m-17{margin:-17px}.mt-17{margin-top:-17px}.mr-17{margin-right:-17px}.mb-17{margin-bottom:-17px}.ml-17{margin-left:-17px}.m-18{margin:-18px}.mt-18{margin-top:-18px}.mr-18{margin-right:-18px}.mb-18{margin-bottom:-18px}.ml-18{margin-left:-18px}.m-19{margin:-19px}.mt-19{margin-top:-19px}.mr-19{margin-right:-19px}.mb-19{margin-bottom:-19px}.ml-19{margin-left:-19px}.m-20{margin:-20px}.mt-20{margin-top:-20px}.mr-20{margin-right:-20px}.mb-20{margin-bottom:-20px}.ml-20{margin-left:-20px}.m-21{margin:-21px}.mt-21{margin-top:-21px}.mr-21{margin-right:-21px}.mb-21{margin-bottom:-21px}.ml-21{margin-left:-21px}.m-22{margin:-22px}.mt-22{margin-top:-22px}.mr-22{margin-right:-22px}.mb-22{margin-bottom:-22px}.ml-22{margin-left:-22px}.m-23{margin:-23px}.mt-23{margin-top:-23px}.mr-23{margin-right:-23px}.mb-23{margin-bottom:-23px}.ml-23{margin-left:-23px}.m-24{margin:-24px}.mt-24{margin-top:-24px}.mr-24{margin-right:-24px}.mb-24{margin-bottom:-24px}.ml-24{margin-left:-24px}.m-25{margin:-25px}.mt-25{margin-top:-25px}.mr-25{margin-right:-25px}.mb-25{margin-bottom:-25px}.ml-25{margin-left:-25px}.m-26{margin:-26px}.mt-26{margin-top:-26px}.mr-26{margin-right:-26px}.mb-26{margin-bottom:-26px}.ml-26{margin-left:-26px}.m-27{margin:-27px}.mt-27{margin-top:-27px}.mr-27{margin-right:-27px}.mb-27{margin-bottom:-27px}.ml-27{margin-left:-27px}.m-28{margin:-28px}.mt-28{margin-top:-28px}.mr-28{margin-right:-28px}.mb-28{margin-bottom:-28px}.ml-28{margin-left:-28px}.m-29{margin:-29px}.mt-29{margin-top:-29px}.mr-29{margin-right:-29px}.mb-29{margin-bottom:-29px}.ml-29{margin-left:-29px}.m-30{margin:-30px}.mt-30{margin-top:-30px}.mr-30{margin-right:-30px}.mb-30{margin-bottom:-30px}.ml-30{margin-left:-30px}

.r0{right:0}
.t0{top:0}
.l0{left:0}
.b0{bottom:0}

/* --- POSITION ------------------------------------------------------------------ */
.relative{position:relative}
.absolute{position:absolute}
.inherit{position:inherit}
.initial{position:initial}
.sticky{position:sticky}
.fixed{position:fixed}

.enone{pointer-events: none}
.eactive{pointer-events: auto}
.pointer{cursor: pointer;}
.pointer:active {
    filter: brightness(1.4); 
}
.pointer:hover {
	filter: brightness(1.2); 
}

/* z-index от 0 до 50*/
.z-1{z-index: -1;}
.z0{z-index:0}.z1{z-index:1}.z2{z-index:2}.z3{z-index:3}.z4{z-index:4}.z5{z-index:5}.z6{z-index:6}.z7{z-index:7}.z8{z-index:8}.z9{z-index:9}.z10{z-index:10}.z11{z-index:11}.z12{z-index:12}.z13{z-index:13}.z14{z-index:14}.z15{z-index:15}.z16{z-index:16}.z17{z-index:17}.z18{z-index:18}.z19{z-index:19}.z20{z-index:20}.z21{z-index:21}.z22{z-index:22}.z23{z-index:23}.z24{z-index:24}.z25{z-index:25}.z26{z-index:26}.z27{z-index:27}.z28{z-index:28}.z29{z-index:29}.z30{z-index:30}.z31{z-index:31}.z32{z-index:32}.z33{z-index:33}.z34{z-index:34}.z35{z-index:35}.z36{z-index:36}.z37{z-index:37}.z38{z-index:38}.z39{z-index:39}.z40{z-index:40}.z41{z-index:41}.z42{z-index:42}.z43{z-index:43}.z44{z-index:44}.z45{z-index:45}.z46{z-index:46}.z47{z-index:47}.z48{z-index:48}.z49{z-index:49}.z50{z-index:50}

/* от 100 до 1000 каждые 50*/
.z100{z-index:100}.z150{z-index:150}.z200{z-index:200}.z250{z-index:250}.z300{z-index:300}.z350{z-index:350}.z400{z-index:400}.z450{z-index:450}.z500{z-index:500}.z550{z-index:550}.z600{z-index:600}.z650{z-index:650}.z700{z-index:700}.z750{z-index:750}.z800{z-index:800}.z850{z-index:850}.z900{z-index:900}.z950{z-index:950}.z1000{z-index:1000}

/*AND от 2000 до 20000 каждые 1000 */
.z2000{z-index:2000}.z3000{z-index:3000}.z4000{z-index:4000}.z5000{z-index:5000}.z6000{z-index:6000}.z7000{z-index:7000}.z8000{z-index:8000}.z9000{z-index:9000}.z10000{z-index:10000}.z11000{z-index:11000}.z12000{z-index:12000}.z13000{z-index:13000}.z14000{z-index:14000}.z15000{z-index:15000}.z16000{z-index:16000}.z17000{z-index:17000}.z18000{z-index:18000}.z19000{z-index:19000}.z20000{z-index:20000}

/* --- DISPLAY ------------------------------------------------------------------ */
.hide{display:none}
.hidev{visibility:hidden}
.show{display:block}
.block{display:block}
.hidden{overflow: hidden}
.auto{overflow: auto}

/* --- BORDER -------------solid t(top)------------------------------------------- */
/* от 0 до 15 */
.solid0{border:0px solid;}.solidt0{border-top:0px solid;}.solidb0{border-bottom:0px solid;}.solidl0{border-left:0px solid;}.solidr0{border-right:0px solid;}.solid1{border:1px solid;}.solidt1{border-top:1px solid;}.solidb1{border-bottom:1px solid;}.solidl1{border-left:1px solid;}.solidr1{border-right:1px solid;}.solid2{border:2px solid;}.solidt2{border-top:2px solid;}.solidb2{border-bottom:2px solid;}.solidl2{border-left:2px solid;}.solidr2{border-right:2px solid;}.solid3{border:3px solid;}.solidt3{border-top:3px solid;}.solidb3{border-bottom:3px solid;}.solidl3{border-left:3px solid;}.solidr3{border-right:3px solid;}.solid4{border:4px solid;}.solidt4{border-top:4px solid;}.solidb4{border-bottom:4px solid;}.solidl4{border-left:4px solid;}.solidr4{border-right:4px solid;}.solid5{border:5px solid;}.solidt5{border-top:5px solid;}.solidb5{border-bottom:5px solid;}.solidl5{border-left:5px solid;}.solidr5{border-right:5px solid;}.solid6{border:6px solid;}.solidt6{border-top:6px solid;}.solidb6{border-bottom:6px solid;}.solidl6{border-left:6px solid;}.solidr6{border-right:6px solid;}.solid7{border:7px solid;}.solidt7{border-top:7px solid;}.solidb7{border-bottom:7px solid;}.solidl7{border-left:7px solid;}.solidr7{border-right:7px solid;}.solid8{border:8px solid;}.solidt8{border-top:8px solid;}.solidb8{border-bottom:8px solid;}.solidl8{border-left:8px solid;}.solidr8{border-right:8px solid;}.solid9{border:9px solid;}.solidt9{border-top:9px solid;}.solidb9{border-bottom:9px solid;}.solidl9{border-left:9px solid;}.solidr9{border-right:9px solid;}.solid10{border:10px solid;}.solidt10{border-top:10px solid;}.solidb10{border-bottom:10px solid;}.solidl10{border-left:10px solid;}.solidr10{border-right:10px solid;}.solid11{border:11px solid;}.solidt11{border-top:11px solid;}.solidb11{border-bottom:11px solid;}.solidl11{border-left:11px solid;}.solidr11{border-right:11px solid;}.solid12{border:12px solid;}.solidt12{border-top:12px solid;}.solidb12{border-bottom:12px solid;}.solidl12{border-left:12px solid;}.solidr12{border-right:12px solid;}.solid13{border:13px solid;}.solidt13{border-top:13px solid;}.solidb13{border-bottom:13px solid;}.solidl13{border-left:13px solid;}.solidr13{border-right:13px solid;}.solid14{border:14px solid;}.solidt14{border-top:14px solid;}.solidb14{border-bottom:14px solid;}.solidl14{border-left:14px solid;}.solidr14{border-right:14px solid;}.solidr15{border-right:15px solid;}
.dashed0{border:0px dashed;}.dashedt0{border-top:0px dashed;}.dashedb0{border-bottom:0px dashed;}.dashedl0{border-left:0px dashed;}.dashedr0{border-right:0px dashed;}.dashed1{border:1px dashed;}.dashedt1{border-top:1px dashed;}.dashedb1{border-bottom:1px dashed;}.dashedl1{border-left:1px dashed;}.dashedr1{border-right:1px dashed;}.dashed2{border:2px dashed;}.dashedt2{border-top:2px dashed;}.dashedb2{border-bottom:2px dashed;}.dashedl2{border-left:2px dashed;}.dashedr2{border-right:2px dashed;}.dashed3{border:3px dashed;}.dashedt3{border-top:3px dashed;}.dashedb3{border-bottom:3px dashed;}.dashedl3{border-left:3px dashed;}.dashedr3{border-right:3px dashed;}.dashed4{border:4px dashed;}.dashedt4{border-top:4px dashed;}.dashedb4{border-bottom:4px dashed;}.dashedl4{border-left:4px dashed;}.dashedr4{border-right:4px dashed;}.dashed5{border:5px dashed;}.dashedt5{border-top:5px dashed;}.dashedb5{border-bottom:5px dashed;}.dashedl5{border-left:5px dashed;}.dashedr5{border-right:5px dashed;}.dashed6{border:6px dashed;}.dashedt6{border-top:6px dashed;}.dashedb6{border-bottom:6px dashed;}.dashedl6{border-left:6px dashed;}.dashedr6{border-right:6px dashed;}.dashed7{border:7px dashed;}.dashedt7{border-top:7px dashed;}.dashedb7{border-bottom:7px dashed;}.dashedl7{border-left:7px dashed;}.dashedr7{border-right:7px dashed;}.dashed8{border:8px dashed;}.dashedt8{border-top:8px dashed;}.dashedb8{border-bottom:8px dashed;}.dashedl8{border-left:8px dashed;}.dashedr8{border-right:8px dashed;}.dashed9{border:9px dashed;}.dashedt9{border-top:9px dashed;}.dashedb9{border-bottom:9px dashed;}.dashedl9{border-left:9px dashed;}.dashedr9{border-right:9px dashed;}.dashed10{border:10px dashed;}.dashedt10{border-top:10px dashed;}.dashedb10{border-bottom:10px dashed;}.dashedl10{border-left:10px dashed;}.dashedr10{border-right:10px dashed;}.dashed11{border:11px dashed;}.dashedt11{border-top:11px dashed;}.dashedb11{border-bottom:11px dashed;}.dashedl11{border-left:11px dashed;}.dashedr11{border-right:11px dashed;}.dashed12{border:12px dashed;}.dashedt12{border-top:12px dashed;}.dashedb12{border-bottom:12px dashed;}.dashedl12{border-left:12px dashed;}.dashedr12{border-right:12px dashed;}.dashed13{border:13px dashed;}.dashedt13{border-top:13px dashed;}.dashedb13{border-bottom:13px dashed;}.dashedl13{border-left:13px dashed;}.dashedr13{border-right:13px dashed;}.dashed14{border:14px dashed;}.dashedt14{border-top:14px dashed;}.dashedb14{border-bottom:14px dashed;}.dashedl14{border-left:14px dashed;}.dashedr14{border-right:14px dashed;}.dashedr15{border-right:15px dashed;}
.dotted0{border:0px dotted;}.dottedt0{border-top:0px dotted;}.dottedb0{border-bottom:0px dotted;}.dottedl0{border-left:0px dotted;}.dottedr0{border-right:0px dotted;}.dotted1{border:1px dotted;}.dottedt1{border-top:1px dotted;}.dottedb1{border-bottom:1px dotted;}.dottedl1{border-left:1px dotted;}.dottedr1{border-right:1px dotted;}.dotted2{border:2px dotted;}.dottedt2{border-top:2px dotted;}.dottedb2{border-bottom:2px dotted;}.dottedl2{border-left:2px dotted;}.dottedr2{border-right:2px dotted;}.dotted3{border:3px dotted;}.dottedt3{border-top:3px dotted;}.dottedb3{border-bottom:3px dotted;}.dottedl3{border-left:3px dotted;}.dottedr3{border-right:3px dotted;}.dotted4{border:4px dotted;}.dottedt4{border-top:4px dotted;}.dottedb4{border-bottom:4px dotted;}.dottedl4{border-left:4px dotted;}.dottedr4{border-right:4px dotted;}.dotted5{border:5px dotted;}.dottedt5{border-top:5px dotted;}.dottedb5{border-bottom:5px dotted;}.dottedl5{border-left:5px dotted;}.dottedr5{border-right:5px dotted;}.dotted6{border:6px dotted;}.dottedt6{border-top:6px dotted;}.dottedb6{border-bottom:6px dotted;}.dottedl6{border-left:6px dotted;}.dottedr6{border-right:6px dotted;}.dotted7{border:7px dotted;}.dottedt7{border-top:7px dotted;}.dottedb7{border-bottom:7px dotted;}.dottedl7{border-left:7px dotted;}.dottedr7{border-right:7px dotted;}.dotted8{border:8px dotted;}.dottedt8{border-top:8px dotted;}.dottedb8{border-bottom:8px dotted;}.dottedl8{border-left:8px dotted;}.dottedr8{border-right:8px dotted;}.dotted9{border:9px dotted;}.dottedt9{border-top:9px dotted;}.dottedb9{border-bottom:9px dotted;}.dottedl9{border-left:9px dotted;}.dottedr9{border-right:9px dotted;}.dotted10{border:10px dotted;}.dottedt10{border-top:10px dotted;}.dottedb10{border-bottom:10px dotted;}.dottedl10{border-left:10px dotted;}.dottedr10{border-right:10px dotted;}.dotted11{border:11px dotted;}.dottedt11{border-top:11px dotted;}.dottedb11{border-bottom:11px dotted;}.dottedl11{border-left:11px dotted;}.dottedr11{border-right:11px dotted;}.dotted12{border:12px dotted;}.dottedt12{border-top:12px dotted;}.dottedb12{border-bottom:12px dotted;}.dottedl12{border-left:12px dotted;}.dottedr12{border-right:12px dotted;}.dotted13{border:13px dotted;}.dottedt13{border-top:13px dotted;}.dottedb13{border-bottom:13px dotted;}.dottedl13{border-left:13px dotted;}.dottedr13{border-right:13px dotted;}.dotted14{border:14px dotted;}.dottedt14{border-top:14px dotted;}.dottedb14{border-bottom:14px dotted;}.dottedl14{border-left:14px dotted;}.dottedr14{border-right:14px dotted;}.dottedr15{border-right:15px dotted;}
.outset0{border:0px outset;}.outsett0{border-top:0px outset;}.outsetb0{border-bottom:0px outset;}.outsetl0{border-left:0px outset;}.outsetr0{border-right:0px outset;}.outset1{border:1px outset;}.outsett1{border-top:1px outset;}.outsetb1{border-bottom:1px outset;}.outsetl1{border-left:1px outset;}.outsetr1{border-right:1px outset;}.outset2{border:2px outset;}.outsett2{border-top:2px outset;}.outsetb2{border-bottom:2px outset;}.outsetl2{border-left:2px outset;}.outsetr2{border-right:2px outset;}.outset3{border:3px outset;}.outsett3{border-top:3px outset;}.outsetb3{border-bottom:3px outset;}.outsetl3{border-left:3px outset;}.outsetr3{border-right:3px outset;}.outset4{border:4px outset;}.outsett4{border-top:4px outset;}.outsetb4{border-bottom:4px outset;}.outsetl4{border-left:4px outset;}.outsetr4{border-right:4px outset;}.outset5{border:5px outset;}.outsett5{border-top:5px outset;}.outsetb5{border-bottom:5px outset;}.outsetl5{border-left:5px outset;}.outsetr5{border-right:5px outset;}.outset6{border:6px outset;}.outsett6{border-top:6px outset;}.outsetb6{border-bottom:6px outset;}.outsetl6{border-left:6px outset;}.outsetr6{border-right:6px outset;}.outset7{border:7px outset;}.outsett7{border-top:7px outset;}.outsetb7{border-bottom:7px outset;}.outsetl7{border-left:7px outset;}.outsetr7{border-right:7px outset;}.outset8{border:8px outset;}.outsett8{border-top:8px outset;}.outsetb8{border-bottom:8px outset;}.outsetl8{border-left:8px outset;}.outsetr8{border-right:8px outset;}.outset9{border:9px outset;}.outsett9{border-top:9px outset;}.outsetb9{border-bottom:9px outset;}.outsetl9{border-left:9px outset;}.outsetr9{border-right:9px outset;}.outset10{border:10px outset;}.outsett10{border-top:10px outset;}.outsetb10{border-bottom:10px outset;}.outsetl10{border-left:10px outset;}.outsetr10{border-right:10px outset;}.outset11{border:11px outset;}.outsett11{border-top:11px outset;}.outsetb11{border-bottom:11px outset;}.outsetl11{border-left:11px outset;}.outsetr11{border-right:11px outset;}.outset12{border:12px outset;}.outsett12{border-top:12px outset;}.outsetb12{border-bottom:12px outset;}.outsetl12{border-left:12px outset;}.outsetr12{border-right:12px outset;}.outset13{border:13px outset;}.outsett13{border-top:13px outset;}.outsetb13{border-bottom:13px outset;}.outsetl13{border-left:13px outset;}.outsetr13{border-right:13px outset;}.outset14{border:14px outset;}.outsett14{border-top:14px outset;}.outsetb14{border-bottom:14px outset;}.outsetl14{border-left:14px outset;}.outsetr14{border-right:14px outset;}.outsetr15{border-right:15px outset;}
.inset0{border:0px inset;}.insett0{border-top:0px inset;}.insetb0{border-bottom:0px inset;}.insetl0{border-left:0px inset;}.insetr0{border-right:0px inset;}.inset1{border:1px inset;}.insett1{border-top:1px inset;}.insetb1{border-bottom:1px inset;}.insetl1{border-left:1px inset;}.insetr1{border-right:1px inset;}.inset2{border:2px inset;}.insett2{border-top:2px inset;}.insetb2{border-bottom:2px inset;}.insetl2{border-left:2px inset;}.insetr2{border-right:2px inset;}.inset3{border:3px inset;}.insett3{border-top:3px inset;}.insetb3{border-bottom:3px inset;}.insetl3{border-left:3px inset;}.insetr3{border-right:3px inset;}.inset4{border:4px inset;}.insett4{border-top:4px inset;}.insetb4{border-bottom:4px inset;}.insetl4{border-left:4px inset;}.insetr4{border-right:4px inset;}.inset5{border:5px inset;}.insett5{border-top:5px inset;}.insetb5{border-bottom:5px inset;}.insetl5{border-left:5px inset;}.insetr5{border-right:5px inset;}.inset6{border:6px inset;}.insett6{border-top:6px inset;}.insetb6{border-bottom:6px inset;}.insetl6{border-left:6px inset;}.insetr6{border-right:6px inset;}.inset7{border:7px inset;}.insett7{border-top:7px inset;}.insetb7{border-bottom:7px inset;}.insetl7{border-left:7px inset;}.insetr7{border-right:7px inset;}.inset8{border:8px inset;}.insett8{border-top:8px inset;}.insetb8{border-bottom:8px inset;}.insetl8{border-left:8px inset;}.insetr8{border-right:8px inset;}.inset9{border:9px inset;}.insett9{border-top:9px inset;}.insetb9{border-bottom:9px inset;}.insetl9{border-left:9px inset;}.insetr9{border-right:9px inset;}.inset10{border:10px inset;}.insett10{border-top:10px inset;}.insetb10{border-bottom:10px inset;}.insetl10{border-left:10px inset;}.insetr10{border-right:10px inset;}.inset11{border:11px inset;}.insett11{border-top:11px inset;}.insetb11{border-bottom:11px inset;}.insetl11{border-left:11px inset;}.insetr11{border-right:11px inset;}.inset12{border:12px inset;}.insett12{border-top:12px inset;}.insetb12{border-bottom:12px inset;}.insetl12{border-left:12px inset;}.insetr12{border-right:12px inset;}.inset13{border:13px inset;}.insett13{border-top:13px inset;}.insetb13{border-bottom:13px inset;}.insetl13{border-left:13px inset;}.insetr13{border-right:13px inset;}.inset14{border:14px inset;}.insett14{border-top:14px inset;}.insetb14{border-bottom:14px inset;}.insetl14{border-left:14px inset;}.insetr14{border-right:14px inset;}.insetr15{border-right:15px inset;}

/* --- BORDER-RADIUS ------------------------------------------------------- */
/* от 0px до 20px */ 
.br0{border-radius:0px}.btlr0{border-top-left-radius: 0px}.btrr0{border-top-right-radius: 0px}.bblr0{border-bottom-left-radius: 0px}.bbrr0{border-bottom-right-radius: 0px}.br1{border-radius:1px}.btlr1{border-top-left-radius: 1px}.btrr1{border-top-right-radius: 1px}.bblr1{border-bottom-left-radius: 1px}.bbrr1{border-bottom-right-radius: 1px}.br2{border-radius:2px}.btlr2{border-top-left-radius: 2px}.btrr2{border-top-right-radius: 2px}.bblr2{border-bottom-left-radius: 2px}.bbrr2{border-bottom-right-radius: 2px}.br3{border-radius:3px}.btlr3{border-top-left-radius: 3px}.btrr3{border-top-right-radius: 3px}.bblr3{border-bottom-left-radius: 3px}.bbrr3{border-bottom-right-radius: 3px}.br4{border-radius:4px}.btlr4{border-top-left-radius: 4px}.btrr4{border-top-right-radius: 4px}.bblr4{border-bottom-left-radius: 4px}.bbrr4{border-bottom-right-radius: 4px}.br5{border-radius:5px}.btlr5{border-top-left-radius: 5px}.btrr5{border-top-right-radius: 5px}.bblr5{border-bottom-left-radius: 5px}.bbrr5{border-bottom-right-radius: 5px}.br6{border-radius:6px}.btlr6{border-top-left-radius: 6px}.btrr6{border-top-right-radius: 6px}.bblr6{border-bottom-left-radius: 6px}.bbrr6{border-bottom-right-radius: 6px}.br7{border-radius:7px}.btlr7{border-top-left-radius: 7px}.btrr7{border-top-right-radius: 7px}.bblr7{border-bottom-left-radius: 7px}.bbrr7{border-bottom-right-radius: 7px}.br8{border-radius:8px}.btlr8{border-top-left-radius: 8px}.btrr8{border-top-right-radius: 8px}.bblr8{border-bottom-left-radius: 8px}.bbrr8{border-bottom-right-radius: 8px}.br9{border-radius:9px}.btlr9{border-top-left-radius: 9px}.btrr9{border-top-right-radius: 9px}.bblr9{border-bottom-left-radius: 9px}.bbrr9{border-bottom-right-radius: 9px}.br10{border-radius:10px}.btlr10{border-top-left-radius: 10px}.btrr10{border-top-right-radius: 10px}.bblr10{border-bottom-left-radius: 10px}.bbrr10{border-bottom-right-radius: 10px}.br11{border-radius:11px}.btlr11{border-top-left-radius: 11px}.btrr11{border-top-right-radius: 11px}.bblr11{border-bottom-left-radius: 11px}.bbrr11{border-bottom-right-radius: 11px}.br12{border-radius:12px}.btlr12{border-top-left-radius: 12px}.btrr12{border-top-right-radius: 12px}.bblr12{border-bottom-left-radius: 12px}.bbrr12{border-bottom-right-radius: 12px}.br13{border-radius:13px}.btlr13{border-top-left-radius: 13px}.btrr13{border-top-right-radius: 13px}.bblr13{border-bottom-left-radius: 13px}.bbrr13{border-bottom-right-radius: 13px}.br14{border-radius:14px}.btlr14{border-top-left-radius: 14px}.btrr14{border-top-right-radius: 14px}.bblr14{border-bottom-left-radius: 14px}.bbrr14{border-bottom-right-radius: 14px}.br15{border-radius:15px}.btlr15{border-top-left-radius: 15px}.btrr15{border-top-right-radius: 15px}.bblr15{border-bottom-left-radius: 15px}.bbrr15{border-bottom-right-radius: 15px}
.br50{border-radius:50%}.btlr50{border-top-left-radius: 50%}.btrr50{border-top-right-radius: 50%}.bblr50{border-bottom-left-radius: 50%}.bbrr50{border-bottom-right-radius: 50%}
.br100{border-radius:100%}.btlr100{border-top-left-radius: 100%}.btrr100{border-top-right-radius: 100%}.bblr100{border-bottom-left-radius: 100%}.bbrr100{border-bottom-right-radius: 100%}
.br1000{border-radius:1000px}.btlr1000{border-top-left-radius: 1000px}.btrr1000{border-top-right-radius: 1000px}.bblr1000{border-bottom-left-radius: 1000px}.bbrr1000{border-bottom-right-radius: 1000px}

/* --- OPACITY ------------------------------------------------------- */
.o0{opacity: 0%}.o5{opacity: 5%}.o10{opacity: 10%}.o15{opacity: 15%}.o20{opacity: 20%}.o25{opacity: 25%}.o30{opacity: 30%}.o35{opacity: 35%}.o40{opacity: 40%}.o45{opacity: 45%}.o50{opacity: 50%}.o55{opacity: 55%}.o60{opacity: 60%}.o65{opacity: 65%}.o70{opacity: 70%}.o75{opacity: 75%}.o80{opacity: 80%}.o85{opacity: 85%}.o90{opacity: 90%}.o95{opacity: 95%}.o100{opacity: 100%}

/* ***************** ДУБЛЬ ПРЕСЕТА С IMPORTANT, в конце класса добавляется i ---------------------------- */
.flexi{display:flex !important}
.flex.rowi{flex-direction:row !important}
.flex.rowi-reverse{flex-direction:row-reverse !important}
.flex.columni{flex-direction:column !important}
.flex.columni-reverse{flex-direction:column-reverse !important}

.flex.wrapi{flex-wrap:wrap !important}
.flex.nowrapi{flex-wrap:nowrap !important}
.flex.wrapi-reverse{flex-wrap:wrap-reverse !important}

.flex.baselinei{align-items:baseline !important}
.flex.centeri{align-items:center !important}
.flex.starti{align-items:start !important}
.flex.fstarti{align-items:flex-start !important}
.flex.endi{align-items:end !important}
.flex.fendi{align-items:flex-end !important}
.flex.stretchi{align-items:stretch !important}

.flex.jcenteri{justify-content:center !important}
.flex.jendi{justify-content:end !important}
.flex.jfendi{justify-content:flex-end !important}
.flex.jstarti{justify-content:start !important}
.flex.jfstarti{justify-content:flex-start !important}
.flex.jstretchi{justify-content:stretch !important}
.flex.betweeni{justify-content:space-between !important}
.flex.aroundi{justify-content:space-around !important}
.flex.evenlyi{justify-content:space-evenly !important}

/* flex-grow от 0 до 15 */
.flex.grow0i{flex-grow:0 !important}.flex.grow1i{flex-grow:1 !important}.flex.grow2i{flex-grow:2 !important}.flex.grow3i{flex-grow:3 !important}.flex.grow4i{flex-grow:4 !important}.flex.grow5i{flex-grow:5 !important}.flex.grow6i{flex-grow:6 !important}.flex.grow7i{flex-grow:7 !important}.flex.grow8i{flex-grow:8 !important}.flex.grow9i{flex-grow:9 !important}.flex.grow10i{flex-grow:10 !important}.flex.grow10i{flex-grow:10 !important}.flex.grow11i{flex-grow:11 !important}.flex.grow12i{flex-grow:12 !important}.flex.grow13i{flex-grow:13 !important}.flex.grow14i{flex-grow:14 !important}.flex.grow15i{flex-grow:15 !important}

/* flex-shrink от 0 до 15 */
.flex.shrink0i{flex-shrink:0 !important}.flex.shrink1i{flex-shrink:1 !important}.flex.shrink2i{flex-shrink:2 !important}.flex.shrink3i{flex-shrink:3 !important}.flex.shrink4i{flex-shrink:4 !important}.flex.shrink5i{flex-shrink:5 !important}.flex.shrink6i{flex-shrink:6 !important}.flex.shrink7i{flex-shrink:7 !important}.flex.shrink8i{flex-shrink:8 !important}.flex.shrink9i{flex-shrink:9 !important}.flex.shrink10i{flex-shrink:10 !important}.flex.shrink10i{flex-shrink:10 !important}.flex.shrink11i{flex-shrink:11 !important}.flex.shrink12i{flex-shrink:12 !important}.flex.shrink13i{flex-shrink:13 !important}.flex.shrink14i{flex-shrink:14 !important}.flex.shrink15i{flex-shrink:15 !important}

/* --- FONTS ------------------------------------------------------------------ */
/* flex-size от 0 до 50 */
.f0i{font-size:0rem}.f0i{font-size:1rem !important}.f2i{font-size:2rem !important}.f3i{font-size:3rem !important}.f4i{font-size:4rem !important}.f5i{font-size:5rem !important}.f6i{font-size:6rem !important}.f7i{font-size:7rem !important}.f8i{font-size:8rem !important}.f9i{font-size:9rem !important}.f10i{font-size:10rem !important}.f11i{font-size:11rem !important}.f12i{font-size:12rem !important}.f13i{font-size:13rem !important}.f14i{font-size:14rem !important}.f15i{font-size:15rem !important}.f16i{font-size:16rem !important}.f17i{font-size:17rem !important}.f18i{font-size:18rem !important}.f19i{font-size:19rem !important}.f20i{font-size:20rem !important}.f21i{font-size:21rem !important}.f22i{font-size:22rem !important}.f23i{font-size:23rem !important}.f24i{font-size:24rem !important}.f25i{font-size:25rem !important}.f26i{font-size:26rem !important}.f27i{font-size:27rem !important}.f28i{font-size:28rem !important}.f29i{font-size:29rem !important}.f30i{font-size:30rem !important}.f31i{font-size:31rem !important}.f32i{font-size:32rem !important}.f33i{font-size:33rem !important}.f34i{font-size:34rem !important}.f35i{font-size:35rem !important}.f36i{font-size:36rem !important}.f37i{font-size:37rem !important}.f38i{font-size:38rem !important}.f39i{font-size:39rem !important}.f40i{font-size:40rem !important}.f41i{font-size:41rem !important}.f42i{font-size:42rem !important}.f43i{font-size:43rem !important}.f44i{font-size:44rem !important}.f45i{font-size:45rem !important}.f46i{font-size:46rem !important}.f47i{font-size:47rem !important}.f48i{font-size:48rem !important}.f49i{font-size:49rem !important}.f50i{font-size:50rem !important}

.tlefti{text-align:left !important}
.tcenteri{text-align:center !important}
.trighti{text-align:right !important}

.ni{font-weight:normal !important}
.bi{font-weight:bold !important}
.b100i{font-weight:100 !important}
.b200i{font-weight:200 !important}
.b300i{font-weight:300 !important}
.b400i{font-weight:400 !important}
.b500i{font-weight:500 !important}
.b600i{font-weight:600 !important}
.b700i{font-weight:700 !important}
.b800i{font-weight:800 !important}
.b900i{font-weight:900 !important}

.ii{font-style:italic !important}
.oi{font-style:oblique !important}
.throughi{text-decoration:line-through !important}
.overlinei{text-decoration:overline !important}
.underlinei{text-decoration:underline !important}

/* --- SIZES ------------------------------------------------------------------ */
/* width от 0 до 100 % */
.w0i{width:0% !important}.w1i{width:1% !important}.w2i{width:2% !important}.w3i{width:3% !important}.w4i{width:4% !important}.w5i{width:5% !important}.w6i{width:6% !important}.w7i{width:7% !important}.w8i{width:8% !important}.w9i{width:9% !important}.w10i{width:10% !important}.w11i{width:11% !important}.w12i{width:12% !important}.w13i{width:13% !important}.w14i{width:14% !important}.w15i{width:15% !important}.w16i{width:16% !important}.w17i{width:17% !important}.w18i{width:18% !important}.w19i{width:19% !important}.w20i{width:20% !important}.w21i{width:21% !important}.w22i{width:22% !important}.w23i{width:23% !important}.w24i{width:24% !important}.w25i{width:25% !important}.w26i{width:26% !important}.w27i{width:27% !important}.w28i{width:28% !important}.w29i{width:29% !important}.w30i{width:30% !important}.w31i{width:31% !important}.w32i{width:32% !important}.w33i{width:33% !important}.w34i{width:34% !important}.w35i{width:35% !important}.w36i{width:36% !important}.w37i{width:37% !important}.w38i{width:38% !important}.w39i{width:39% !important}.w40i{width:40% !important}.w41i{width:41% !important}.w42i{width:42% !important}.w43i{width:43% !important}.w44i{width:44% !important}.w45i{width:45% !important}.w46i{width:46% !important}.w47i{width:47% !important}.w48i{width:48% !important}.w49i{width:49% !important}.w50i{width:50% !important}.w51i{width:51% !important}.w52i{width:52% !important}.w53i{width:53% !important}.w54i{width:54% !important}.w55i{width:55% !important}.w56i{width:56% !important}.w57i{width:57% !important}.w58i{width:58% !important}.w59i{width:59% !important}.w60i{width:60% !important}.w61i{width:61% !important}.w62i{width:62% !important}.w63i{width:63% !important}.w64i{width:64% !important}.w65i{width:65% !important}.w66i{width:66% !important}.w67i{width:67% !important}.w68i{width:68% !important}.w69i{width:69% !important}.w70i{width:70% !important}.w71i{width:71% !important}.w72i{width:72% !important}.w73i{width:73% !important}.w74i{width:74% !important}.w75i{width:75% !important}.w76i{width:76% !important}.w77i{width:77% !important}.w78i{width:78% !important}.w79i{width:79% !important}.w80i{width:80% !important}.w81i{width:81% !important}.w82i{width:82% !important}.w83i{width:83% !important}.w84i{width:84% !important}.w85i{width:85% !important}.w86i{width:86% !important}.w87i{width:87% !important}.w88i{width:88% !important}.w89i{width:89% !important}.w90i{width:90% !important}.w91i{width:91% !important}.w92i{width:92% !important}.w93i{width:93% !important}.w94i{width:94% !important}.w95i{width:95% !important}.w96i{width:96% !important}.w97i{width:97% !important}.w98i{width:98% !important}.w99i{width:99% !important}.w100i{width:100% !important}
.wautoi{width:auto !important}
.winiti{width:initial !important}
.winhi{width:inherit !important}

/* height от 0 до 100 % */
.h0i{height:0% !important}.h1i{height:1% !important}.h2i{height:2% !important}.h3i{height:3% !important}.h4i{height:4% !important}.h5i{height:5% !important}.h6i{height:6% !important}.h7i{height:7% !important}.h8i{height:8% !important}.h9i{height:9% !important}.h10i{height:10% !important}.h11i{height:11% !important}.h12i{height:12% !important}.h13i{height:13% !important}.h14i{height:14% !important}.h15i{height:15% !important}.h16i{height:16% !important}.h17i{height:17% !important}.h18i{height:18% !important}.h19i{height:19% !important}.h20i{height:20% !important}.h21i{height:21% !important}.h22i{height:22% !important}.h23i{height:23% !important}.h24i{height:24% !important}.h25i{height:25% !important}.h26i{height:26% !important}.h27i{height:27% !important}.h28i{height:28% !important}.h29i{height:29% !important}.h30i{height:30% !important}.h31i{height:31% !important}.h32i{height:32% !important}.h33i{height:33% !important}.h34i{height:34% !important}.h35i{height:35% !important}.h36i{height:36% !important}.h37i{height:37% !important}.h38i{height:38% !important}.h39i{height:39% !important}.h40i{height:40% !important}.h41i{height:41% !important}.h42i{height:42% !important}.h43i{height:43% !important}.h44i{height:44% !important}.h45i{height:45% !important}.h46i{height:46% !important}.h47i{height:47% !important}.h48i{height:48% !important}.h49i{height:49% !important}.h50i{height:50% !important}.h51i{height:51% !important}.h52i{height:52% !important}.h53i{height:53% !important}.h54i{height:54% !important}.h55i{height:55% !important}.h56i{height:56% !important}.h57i{height:57% !important}.h58i{height:58% !important}.h59i{height:59% !important}.h60i{height:60% !important}.h61i{height:61% !important}.h62i{height:62% !important}.h63i{height:63% !important}.h64i{height:64% !important}.h65i{height:65% !important}.h66i{height:66% !important}.h67i{height:67% !important}.h68i{height:68% !important}.h69i{height:69% !important}.h70i{height:70% !important}.h71i{height:71% !important}.h72i{height:72% !important}.h73i{height:73% !important}.h74i{height:74% !important}.h75i{height:75% !important}.h76i{height:76% !important}.h77i{height:77% !important}.h78i{height:78% !important}.h79i{height:79% !important}.h80i{height:80% !important}.h81i{height:81% !important}.h82i{height:82% !important}.h83i{height:83% !important}.h84i{height:84% !important}.h85i{height:85% !important}.h86i{height:86% !important}.h87i{height:87% !important}.h88i{height:88% !important}.h89i{height:89% !important}.h90i{height:90% !important}.h91i{height:91% !important}.h92i{height:92% !important}.h93i{height:93% !important}.h94i{height:94% !important}.h95i{height:95% !important}.h96i{height:96% !important}.h97i{height:97% !important}.h98i{height:98% !important}.h99i{height:99% !important}.h100i{height:100% !important}
.hautoi{height:auto !important}
.hiniti{height:initial !important}
.lh1i{line-height: 1}
.lh15{line-height: 1.5}

/* padding от 0 до 30 AND padding от 35 каждый 5 до 100*/
.p0i{padding:0px !important}.pt0i{padding-top:0px !important}.pr0i{padding-right:0px !important}.pb0i{padding-bottom:0px !important}.pl0i{padding-left:0px !important}.p1i{padding:1px !important}.pt1i{padding-top:1px !important}.pr1i{padding-right:1px !important}.pb1i{padding-bottom:1px !important}.pl1i{padding-left:1px !important}.p2i{padding:2px !important}.pt2i{padding-top:2px !important}.pr2i{padding-right:2px !important}.pb2i{padding-bottom:2px !important}.pl2i{padding-left:2px !important}.p3i{padding:3px !important}.pt3i{padding-top:3px !important}.pr3i{padding-right:3px !important}.pb3i{padding-bottom:3px !important}.pl3i{padding-left:3px !important}.p4i{padding:4px !important}.pt4i{padding-top:4px !important}.pr4i{padding-right:4px !important}.pb4i{padding-bottom:4px !important}.pl4i{padding-left:4px !important}.p5i{padding:5px !important}.pt5i{padding-top:5px !important}.pr5i{padding-right:5px !important}.pb5i{padding-bottom:5px !important}.pl5i{padding-left:5px !important}.p6i{padding:6px !important}.pt6i{padding-top:6px !important}.pr6i{padding-right:6px !important}.pb6i{padding-bottom:6px !important}.pl6i{padding-left:6px !important}.p7i{padding:7px !important}.pt7i{padding-top:7px !important}.pr7i{padding-right:7px !important}.pb7i{padding-bottom:7px !important}.pl7i{padding-left:7px !important}.p8i{padding:8px !important}.pt8i{padding-top:8px !important}.pr8i{padding-right:8px !important}.pb8i{padding-bottom:8px !important}.pl8i{padding-left:8px !important}.p9i{padding:9px !important}.pt9i{padding-top:9px !important}.pr9i{padding-right:9px !important}.pb9i{padding-bottom:9px !important}.pl9i{padding-left:9px !important}.p10i{padding:10px !important}.pt10i{padding-top:10px !important}.pr10i{padding-right:10px !important}.pb10i{padding-bottom:10px !important}.pl10i{padding-left:10px !important}.p11i{padding:11px !important}.pt11i{padding-top:11px !important}.pr11i{padding-right:11px !important}.pb11i{padding-bottom:11px !important}.pl11i{padding-left:11px !important}.p12i{padding:12px !important}.pt12i{padding-top:12px !important}.pr12i{padding-right:12px !important}.pb12i{padding-bottom:12px !important}.pl12i{padding-left:12px !important}.p13i{padding:13px !important}.pt13i{padding-top:13px !important}.pr13i{padding-right:13px !important}.pb13i{padding-bottom:13px !important}.pl13i{padding-left:13px !important}.p14i{padding:14px !important}.pt14i{padding-top:14px !important}.pr14i{padding-right:14px !important}.pb14i{padding-bottom:14px !important}.pl14i{padding-left:14px !important}.p15i{padding:15px !important}.pt15i{padding-top:15px !important}.pr15i{padding-right:15px !important}.pb15i{padding-bottom:15px !important}.pl15i{padding-left:15px !important}.p16i{padding:16px !important}.pt16i{padding-top:16px !important}.pr16i{padding-right:16px !important}.pb16i{padding-bottom:16px !important}.pl16i{padding-left:16px !important}.p17i{padding:17px !important}.pt17i{padding-top:17px !important}.pr17i{padding-right:17px !important}.pb17i{padding-bottom:17px !important}.pl17i{padding-left:17px !important}.p18i{padding:18px !important}.pt18i{padding-top:18px !important}.pr18i{padding-right:18px !important}.pb18i{padding-bottom:18px !important}.pl18i{padding-left:18px !important}.p19i{padding:19px !important}.pt19i{padding-top:19px !important}.pr19i{padding-right:19px !important}.pb19i{padding-bottom:19px !important}.pl19i{padding-left:19px !important}.p20i{padding:20px !important}.pt20i{padding-top:20px !important}.pr20i{padding-right:20px !important}.pb20i{padding-bottom:20px !important}.pl20i{padding-left:20px !important}.p21i{padding:21px !important}.pt21i{padding-top:21px !important}.pr21i{padding-right:21px !important}.pb21i{padding-bottom:21px !important}.pl21i{padding-left:21px !important}.p22i{padding:22px !important}.pt22i{padding-top:22px !important}.pr22i{padding-right:22px !important}.pb22i{padding-bottom:22px !important}.pl22i{padding-left:22px !important}.p23i{padding:23px !important}.pt23i{padding-top:23px !important}.pr23i{padding-right:23px !important}.pb23i{padding-bottom:23px !important}.pl23i{padding-left:23px !important}.p24i{padding:24px !important}.pt24i{padding-top:24px !important}.pr24i{padding-right:24px !important}.pb24i{padding-bottom:24px !important}.pl24i{padding-left:24px !important}.p25i{padding:25px !important}.pt25i{padding-top:25px !important}.pr25i{padding-right:25px !important}.pb25i{padding-bottom:25px !important}.pl25i{padding-left:25px !important}.p26i{padding:26px !important}.pt26i{padding-top:26px !important}.pr26i{padding-right:26px !important}.pb26i{padding-bottom:26px !important}.pl26i{padding-left:26px !important}.p27i{padding:27px !important}.pt27i{padding-top:27px !important}.pr27i{padding-right:27px !important}.pb27i{padding-bottom:27px !important}.pl27i{padding-left:27px !important}.p28i{padding:28px !important}.pt28i{padding-top:28px !important}.pr28i{padding-right:28px !important}.pb28i{padding-bottom:28px !important}.pl28i{padding-left:28px !important}.p29i{padding:29px !important}.pt29i{padding-top:29px !important}.pr29i{padding-right:29px !important}.pb29i{padding-bottom:29px !important}.pl29i{padding-left:29px !important}.p30i{padding:30px !important}.pt30i{padding-top:30px !important}.pr30i{padding-right:30px !important}.pb30i{padding-bottom:30px !important}.pl30i{padding-left:30px !important}
.p35i{padding:35px !important}.pt35i{padding-top:35px !important}.pr35i{padding-right:35px !important}.pb35i{padding-bottom:35px !important}.pl35i{padding-left:35px !important}.p40i{padding:40px !important}.pt40i{padding-top:40px !important}.pr40i{padding-right:40px !important}.pb40i{padding-bottom:40px !important}.pl40i{padding-left:40px !important}.p45i{padding:45px !important}.pt45i{padding-top:45px !important}.pr45i{padding-right:45px !important}.pb45i{padding-bottom:45px !important}.pl45i{padding-left:45px !important}.p50i{padding:50px !important}.pt50i{padding-top:50px !important}.pr50i{padding-right:50px !important}.pb50i{padding-bottom:50px !important}.pl50i{padding-left:50px !important}.p55i{padding:55px !important}.pt55i{padding-top:55px !important}.pr55i{padding-right:55px !important}.pb55i{padding-bottom:55px !important}.pl55i{padding-left:55px !important}.p60i{padding:60px !important}.pt60i{padding-top:60px !important}.pr60i{padding-right:60px !important}.pb60i{padding-bottom:60px !important}.pl60i{padding-left:60px !important}.p65i{padding:65px !important}.pt65i{padding-top:65px !important}.pr65i{padding-right:65px !important}.pb65i{padding-bottom:65px !important}.pl65i{padding-left:65px !important}.p70i{padding:70px !important}.pt70i{padding-top:70px !important}.pr70i{padding-right:70px !important}.pb70i{padding-bottom:70px !important}.pl70i{padding-left:70px !important}.p75i{padding:75px !important}.pt75i{padding-top:75px !important}.pr75i{padding-right:75px !important}.pb75i{padding-bottom:75px !important}.pl75i{padding-left:75px !important}.p80i{padding:80px !important}.pt80i{padding-top:80px !important}.pr80i{padding-right:80px !important}.pb80i{padding-bottom:80px !important}.pl80i{padding-left:80px !important}.p85i{padding:85px !important}.pt85i{padding-top:85px !important}.pr85i{padding-right:85px !important}.pb85i{padding-bottom:85px !important}.pl85i{padding-left:85px !important}.p90i{padding:90px !important}.pt90i{padding-top:90px !important}.pr90i{padding-right:90px !important}.pb90i{padding-bottom:90px !important}.pl90i{padding-left:90px !important}.p95i{padding:95px !important}.pt95i{padding-top:95px !important}.pr95i{padding-right:95px !important}.pb95i{padding-bottom:95px !important}.pl95i{padding-left:95px !important}.p100i{padding:100px !important}.pt100i{padding-top:100px !important}.pr100i{padding-right:100px !important}.pb100i{padding-bottom:100px !important}.pl100i{padding-left:100px !important}
  
/* margin от 0 до 30 AND margin от 35 каждый 5 до 100*/
.m0i{margin:0px !important}.mt0i{margin-top:0px !important}.mr0i{margin-right:0px !important}.mb0i{margin-bottom:0px !important}.ml0i{margin-left:0px !important}.m1i{margin:1px !important}.mt1i{margin-top:1px !important}.mr1i{margin-right:1px !important}.mb1i{margin-bottom:1px !important}.ml1i{margin-left:1px !important}.m2i{margin:2px !important}.mt2i{margin-top:2px !important}.mr2i{margin-right:2px !important}.mb2i{margin-bottom:2px !important}.ml2i{margin-left:2px !important}.m3i{margin:3px !important}.mt3i{margin-top:3px !important}.mr3i{margin-right:3px !important}.mb3i{margin-bottom:3px !important}.ml3i{margin-left:3px !important}.m4i{margin:4px !important}.mt4i{margin-top:4px !important}.mr4i{margin-right:4px !important}.mb4i{margin-bottom:4px !important}.ml4i{margin-left:4px !important}.m5i{margin:5px !important}.mt5i{margin-top:5px !important}.mr5i{margin-right:5px !important}.mb5i{margin-bottom:5px !important}.ml5i{margin-left:5px !important}.m6i{margin:6px !important}.mt6i{margin-top:6px !important}.mr6i{margin-right:6px !important}.mb6i{margin-bottom:6px !important}.ml6i{margin-left:6px !important}.m7i{margin:7px !important}.mt7i{margin-top:7px !important}.mr7i{margin-right:7px !important}.mb7i{margin-bottom:7px !important}.ml7i{margin-left:7px !important}.m8i{margin:8px !important}.mt8i{margin-top:8px !important}.mr8i{margin-right:8px !important}.mb8i{margin-bottom:8px !important}.ml8i{margin-left:8px !important}.m9i{margin:9px !important}.mt9i{margin-top:9px !important}.mr9i{margin-right:9px !important}.mb9i{margin-bottom:9px !important}.ml9i{margin-left:9px !important}.m10i{margin:10px !important}.mt10i{margin-top:10px !important}.mr10i{margin-right:10px !important}.mb10i{margin-bottom:10px !important}.ml10i{margin-left:10px !important}.m11i{margin:11px !important}.mt11i{margin-top:11px !important}.mr11i{margin-right:11px !important}.mb11i{margin-bottom:11px !important}.ml11i{margin-left:11px !important}.m12i{margin:12px !important}.mt12i{margin-top:12px !important}.mr12i{margin-right:12px !important}.mb12i{margin-bottom:12px !important}.ml12i{margin-left:12px !important}.m13i{margin:13px !important}.mt13i{margin-top:13px !important}.mr13i{margin-right:13px !important}.mb13i{margin-bottom:13px !important}.ml13i{margin-left:13px !important}.m14i{margin:14px !important}.mt14i{margin-top:14px !important}.mr14i{margin-right:14px !important}.mb14i{margin-bottom:14px !important}.ml14i{margin-left:14px !important}.m15i{margin:15px !important}.mt15i{margin-top:15px !important}.mr15i{margin-right:15px !important}.mb15i{margin-bottom:15px !important}.ml15i{margin-left:15px !important}.m16i{margin:16px !important}.mt16i{margin-top:16px !important}.mr16i{margin-right:16px !important}.mb16i{margin-bottom:16px !important}.ml16i{margin-left:16px !important}.m17i{margin:17px !important}.mt17i{margin-top:17px !important}.mr17i{margin-right:17px !important}.mb17i{margin-bottom:17px !important}.ml17i{margin-left:17px !important}.m18i{margin:18px !important}.mt18i{margin-top:18px !important}.mr18i{margin-right:18px !important}.mb18i{margin-bottom:18px !important}.ml18i{margin-left:18px !important}.m19i{margin:19px !important}.mt19i{margin-top:19px !important}.mr19i{margin-right:19px !important}.mb19i{margin-bottom:19px !important}.ml19i{margin-left:19px !important}.m20i{margin:20px !important}.mt20i{margin-top:20px !important}.mr20i{margin-right:20px !important}.mb20i{margin-bottom:20px !important}.ml20i{margin-left:20px !important}.m21i{margin:21px !important}.mt21i{margin-top:21px !important}.mr21i{margin-right:21px !important}.mb21i{margin-bottom:21px !important}.ml21i{margin-left:21px !important}.m22i{margin:22px !important}.mt22i{margin-top:22px !important}.mr22i{margin-right:22px !important}.mb22i{margin-bottom:22px !important}.ml22i{margin-left:22px !important}.m23i{margin:23px !important}.mt23i{margin-top:23px !important}.mr23i{margin-right:23px !important}.mb23i{margin-bottom:23px !important}.ml23i{margin-left:23px !important}.m24i{margin:24px !important}.mt24i{margin-top:24px !important}.mr24i{margin-right:24px !important}.mb24i{margin-bottom:24px !important}.ml24i{margin-left:24px !important}.m25i{margin:25px !important}.mt25i{margin-top:25px !important}.mr25i{margin-right:25px !important}.mb25i{margin-bottom:25px !important}.ml25i{margin-left:25px !important}.m26i{margin:26px !important}.mt26i{margin-top:26px !important}.mr26i{margin-right:26px !important}.mb26i{margin-bottom:26px !important}.ml26i{margin-left:26px !important}.m27i{margin:27px !important}.mt27i{margin-top:27px !important}.mr27i{margin-right:27px !important}.mb27i{margin-bottom:27px !important}.ml27i{margin-left:27px !important}.m28i{margin:28px !important}.mt28i{margin-top:28px !important}.mr28i{margin-right:28px !important}.mb28i{margin-bottom:28px !important}.ml28i{margin-left:28px !important}.m29i{margin:29px !important}.mt29i{margin-top:29px !important}.mr29i{margin-right:29px !important}.mb29i{margin-bottom:29px !important}.ml29i{margin-left:29px !important}.m30i{margin:30px !important}.mt30i{margin-top:30px !important}.mr30i{margin-right:30px !important}.mb30i{margin-bottom:30px !important}.ml30i{margin-left:30px !important}
.m35i{margin:35px !important}.mt35i{margin-top:35px !important}.mr35i{margin-right:35px !important}.mb35i{margin-bottom:35px !important}.ml35i{margin-left:35px !important}.m40i{margin:40px !important}.mt40i{margin-top:40px !important}.mr40i{margin-right:40px !important}.mb40i{margin-bottom:40px !important}.ml40i{margin-left:40px !important}.m45i{margin:45px !important}.mt45i{margin-top:45px !important}.mr45i{margin-right:45px !important}.mb45i{margin-bottom:45px !important}.ml45i{margin-left:45px !important}.m50i{margin:50px !important}.mt50i{margin-top:50px !important}.mr50i{margin-right:50px !important}.mb50i{margin-bottom:50px !important}.ml50i{margin-left:50px !important}.m55i{margin:55px !important}.mt55i{margin-top:55px !important}.mr55i{margin-right:55px !important}.mb55i{margin-bottom:55px !important}.ml55i{margin-left:55px !important}.m60i{margin:60px !important}.mt60i{margin-top:60px !important}.mr60i{margin-right:60px !important}.mb60i{margin-bottom:60px !important}.ml60i{margin-left:60px !important}.m65i{margin:65px !important}.mt65i{margin-top:65px !important}.mr65i{margin-right:65px !important}.mb65i{margin-bottom:65px !important}.ml65i{margin-left:65px !important}.m70i{margin:70px !important}.mt70i{margin-top:70px !important}.mr70i{margin-right:70px !important}.mb70i{margin-bottom:70px !important}.ml70i{margin-left:70px !important}.m75i{margin:75px !important}.mt75i{margin-top:75px !important}.mr75i{margin-right:75px !important}.mb75i{margin-bottom:75px !important}.ml75i{margin-left:75px !important}.m80i{margin:80px !important}.mt80i{margin-top:80px !important}.mr80i{margin-right:80px !important}.mb80i{margin-bottom:80px !important}.ml80i{margin-left:80px !important}.m85i{margin:85px !important}.mt85i{margin-top:85px !important}.mr85i{margin-right:85px !important}.mb85i{margin-bottom:85px !important}.ml85i{margin-left:85px !important}.m90i{margin:90px !important}.mt90i{margin-top:90px !important}.mr90i{margin-right:90px !important}.mb90i{margin-bottom:90px !important}.ml90i{margin-left:90px !important}.m95i{margin:95px !important}.mt95i{margin-top:95px !important}.mr95i{margin-right:95px !important}.mb95i{margin-bottom:95px !important}.ml95i{margin-left:95px !important}.m100i{margin:100px !important}.mt100i{margin-top:100px !important}.mr100i{margin-right:100px !important}.mb100i{margin-bottom:100px !important}.ml100i{margin-left:100px !important}
.m-1i{margin:-1px ! important}.mt-1i{margin-top:-1px ! important}.mr-1i{margin-right:-1px ! important}.mb-1i{margin-bottom:-1px ! important}.ml-1i{margin-left:-1px ! important}.m-2i{margin:-2px ! important}.mt-2i{margin-top:-2px ! important}.mr-2i{margin-right:-2px ! important}.mb-2i{margin-bottom:-2px ! important}.ml-2i{margin-left:-2px ! important}.m-3i{margin:-3px ! important}.mt-3i{margin-top:-3px ! important}.mr-3i{margin-right:-3px ! important}.mb-3i{margin-bottom:-3px ! important}.ml-3i{margin-left:-3px ! important}.m-4i{margin:-4px ! important}.mt-4i{margin-top:-4px ! important}.mr-4i{margin-right:-4px ! important}.mb-4i{margin-bottom:-4px ! important}.ml-4i{margin-left:-4px ! important}.m-5i{margin:-5px ! important}.mt-5i{margin-top:-5px ! important}.mr-5i{margin-right:-5px ! important}.mb-5i{margin-bottom:-5px ! important}.ml-5i{margin-left:-5px ! important}.m-6i{margin:-6px ! important}.mt-6i{margin-top:-6px ! important}.mr-6i{margin-right:-6px ! important}.mb-6i{margin-bottom:-6px ! important}.ml-6i{margin-left:-6px ! important}.m-7i{margin:-7px ! important}.mt-7i{margin-top:-7px ! important}.mr-7i{margin-right:-7px ! important}.mb-7i{margin-bottom:-7px ! important}.ml-7i{margin-left:-7px ! important}.m-8i{margin:-8px ! important}.mt-8i{margin-top:-8px ! important}.mr-8i{margin-right:-8px ! important}.mb-8i{margin-bottom:-8px ! important}.ml-8i{margin-left:-8px ! important}.m-9i{margin:-9px ! important}.mt-9i{margin-top:-9px ! important}.mr-9i{margin-right:-9px ! important}.mb-9i{margin-bottom:-9px ! important}.ml-9i{margin-left:-9px ! important}.m-10i{margin:-10px ! important}.mt-10i{margin-top:-10px ! important}.mr-10i{margin-right:-10px ! important}.mb-10i{margin-bottom:-10px ! important}.ml-10i{margin-left:-10px ! important}.m-11i{margin:-11px ! important}.mt-11i{margin-top:-11px ! important}.mr-11i{margin-right:-11px ! important}.mb-11i{margin-bottom:-11px ! important}.ml-11i{margin-left:-11px ! important}.m-12i{margin:-12px ! important}.mt-12i{margin-top:-12px ! important}.mr-12i{margin-right:-12px ! important}.mb-12i{margin-bottom:-12px ! important}.ml-12i{margin-left:-12px ! important}.m-13i{margin:-13px ! important}.mt-13i{margin-top:-13px ! important}.mr-13i{margin-right:-13px ! important}.mb-13i{margin-bottom:-13px ! important}.ml-13i{margin-left:-13px ! important}.m-14i{margin:-14px ! important}.mt-14i{margin-top:-14px ! important}.mr-14i{margin-right:-14px ! important}.mb-14i{margin-bottom:-14px ! important}.ml-14i{margin-left:-14px ! important}.m-15i{margin:-15px ! important}.mt-15i{margin-top:-15px ! important}.mr-15i{margin-right:-15px ! important}.mb-15i{margin-bottom:-15px ! important}.ml-15i{margin-left:-15px ! important}.m-16i{margin:-16px ! important}.mt-16i{margin-top:-16px ! important}.mr-16i{margin-right:-16px ! important}.mb-16i{margin-bottom:-16px ! important}.ml-16i{margin-left:-16px ! important}.m-17i{margin:-17px ! important}.mt-17i{margin-top:-17px ! important}.mr-17i{margin-right:-17px ! important}.mb-17i{margin-bottom:-17px ! important}.ml-17i{margin-left:-17px ! important}.m-18i{margin:-18px ! important}.mt-18i{margin-top:-18px ! important}.mr-18i{margin-right:-18px ! important}.mb-18i{margin-bottom:-18px ! important}.ml-18i{margin-left:-18px ! important}.m-19i{margin:-19px ! important}.mt-19i{margin-top:-19px ! important}.mr-19i{margin-right:-19px ! important}.mb-19i{margin-bottom:-19px ! important}.ml-19i{margin-left:-19px ! important}.m-20i{margin:-20px ! important}.mt-20i{margin-top:-20px ! important}.mr-20i{margin-right:-20px ! important}.mb-20i{margin-bottom:-20px ! important}.ml-20i{margin-left:-20px ! important}.m-21i{margin:-21px ! important}.mt-21i{margin-top:-21px ! important}.mr-21i{margin-right:-21px ! important}.mb-21i{margin-bottom:-21px ! important}.ml-21i{margin-left:-21px ! important}.m-22i{margin:-22px ! important}.mt-22i{margin-top:-22px ! important}.mr-22i{margin-right:-22px ! important}.mb-22i{margin-bottom:-22px ! important}.ml-22i{margin-left:-22px ! important}.m-23i{margin:-23px ! important}.mt-23i{margin-top:-23px ! important}.mr-23i{margin-right:-23px ! important}.mb-23i{margin-bottom:-23px ! important}.ml-23i{margin-left:-23px ! important}.m-24i{margin:-24px ! important}.mt-24i{margin-top:-24px ! important}.mr-24i{margin-right:-24px ! important}.mb-24i{margin-bottom:-24px ! important}.ml-24i{margin-left:-24px ! important}.m-25i{margin:-25px ! important}.mt-25i{margin-top:-25px ! important}.mr-25i{margin-right:-25px ! important}.mb-25i{margin-bottom:-25px ! important}.ml-25i{margin-left:-25px ! important}.m-26i{margin:-26px ! important}.mt-26i{margin-top:-26px ! important}.mr-26i{margin-right:-26px ! important}.mb-26i{margin-bottom:-26px ! important}.ml-26i{margin-left:-26px ! important}.m-27i{margin:-27px ! important}.mt-27i{margin-top:-27px ! important}.mr-27i{margin-right:-27px ! important}.mb-27i{margin-bottom:-27px ! important}.ml-27i{margin-left:-27px ! important}.m-28i{margin:-28px ! important}.mt-28i{margin-top:-28px ! important}.mr-28i{margin-right:-28px ! important}.mb-28i{margin-bottom:-28px ! important}.ml-28i{margin-left:-28px ! important}.m-29i{margin:-29px ! important}.mt-29i{margin-top:-29px ! important}.mr-29i{margin-right:-29px ! important}.mb-29i{margin-bottom:-29px ! important}.ml-29i{margin-left:-29px ! important}.m-30i{margin:-30px ! important}.mt-30i{margin-top:-30px ! important}.mr-30i{margin-right:-30px ! important}.mb-30i{margin-bottom:-30px ! important}.ml-30i{margin-left:-30px ! important}

.r0i{right:0 !important}
.t0i{top:0 !important}
.l0i{left:0 !important}
.b0i{bottom:0 !important}

/* --- POSITION ------------------------------------------------------------------ */
.relativei{position:relative !important}
.absolutei{position:absolute !important}
.inheriti{position:inherit !important}
.initiali{position:initial !important}
.stickyi{position:sticky !important}
.fixedi{position:fixed !important}

/* z-index от 0 до 50*/
.z-1i{z-index: -1 !important;}
.z0i{z-index:0 !important}.z1i{z-index:1 !important}.z2i{z-index:2 !important}.z3i{z-index:3 !important}.z4i{z-index:4 !important}.z5i{z-index:5 !important}.z6i{z-index:6 !important}.z7i{z-index:7 !important}.z8i{z-index:8 !important}.z9i{z-index:9 !important}.z10i{z-index:10 !important}.z11i{z-index:11 !important}.z12i{z-index:12 !important}.z13i{z-index:13 !important}.z14i{z-index:14 !important}.z15i{z-index:15 !important}.z16i{z-index:16 !important}.z17i{z-index:17 !important}.z18i{z-index:18 !important}.z19i{z-index:19 !important}.z20i{z-index:20 !important}.z21i{z-index:21 !important}.z22i{z-index:22 !important}.z23i{z-index:23 !important}.z24i{z-index:24 !important}.z25i{z-index:25 !important}.z26i{z-index:26 !important}.z27i{z-index:27 !important}.z28i{z-index:28 !important}.z29i{z-index:29 !important}.z30i{z-index:30 !important}.z31i{z-index:31 !important}.z32i{z-index:32 !important}.z33i{z-index:33 !important}.z34i{z-index:34 !important}.z35i{z-index:35 !important}.z36i{z-index:36 !important}.z37i{z-index:37 !important}.z38i{z-index:38 !important}.z39i{z-index:39 !important}.z40i{z-index:40 !important}.z41i{z-index:41 !important}.z42i{z-index:42 !important}.z43i{z-index:43 !important}.z44i{z-index:44 !important}.z45i{z-index:45 !important}.z46i{z-index:46 !important}.z47i{z-index:47 !important}.z48i{z-index:48 !important}.z49i{z-index:49 !important}.z50i{z-index:50 !important}

/* от 100 до 1000 каждые 50*/
.z100i{z-index:100 !important}.z150i{z-index:150 !important}.z200i{z-index:200 !important}.z250i{z-index:250 !important}.z300i{z-index:300 !important}.z350i{z-index:350 !important}.z400i{z-index:400 !important}.z450i{z-index:450 !important}.z500i{z-index:500 !important}.z550i{z-index:550 !important}.z600i{z-index:600 !important}.z650i{z-index:650 !important}.z700i{z-index:700 !important}.z750i{z-index:750 !important}.z800i{z-index:800 !important}.z850i{z-index:850 !important}.z900i{z-index:900 !important}.z950i{z-index:950 !important}.z1000i{z-index:1000 !important}

/*AND от 2000 до 20000 каждые 1000 */
.z2000i{z-index:2000 !important}.z3000i{z-index:3000 !important}.z4000i{z-index:4000 !important}.z5000i{z-index:5000 !important}.z6000i{z-index:6000 !important}.z7000i{z-index:7000 !important}.z8000i{z-index:8000 !important}.z9000i{z-index:9000 !important}.z10000i{z-index:10000 !important}.z11000i{z-index:11000 !important}.z12000i{z-index:12000 !important}.z13000i{z-index:13000 !important}.z14000i{z-index:14000 !important}.z15000i{z-index:15000 !important}.z16000i{z-index:16000 !important}.z17000i{z-index:17000 !important}.z18000i{z-index:18000 !important}.z19000i{z-index:19000 !important}.z20000i{z-index:20000 !important}
 
/* --- DISPLAY ------------------------------------------------------------------ */
.hidei{display:none !important}
.showi{display:block !important}
.blocki{display:block !important}

/* --- BORDER -------------solid t(top)------------------------------------------- */

/* от 0 до 15 */
.solid0i{border:0px solid !important;}.solidt0i{border-top:0px solid !important;}.solidb0i{border-bottom:0px solid !important;}.solidl0i{border-left:0px solid !important;}.solidr0i{border-right:0px solid !important;}.solid1i{border:1px solid !important;}.solidt1i{border-top:1px solid !important;}.solidb1i{border-bottom:1px solid !important;}.solidl1i{border-left:1px solid !important;}.solidr1i{border-right:1px solid !important;}.solid2i{border:2px solid !important;}.solidt2i{border-top:2px solid !important;}.solidb2i{border-bottom:2px solid !important;}.solidl2i{border-left:2px solid !important;}.solidr2i{border-right:2px solid !important;}.solid3i{border:3px solid !important;}.solidt3i{border-top:3px solid !important;}.solidb3i{border-bottom:3px solid !important;}.solidl3i{border-left:3px solid !important;}.solidr3i{border-right:3px solid !important;}.solid4i{border:4px solid !important;}.solidt4i{border-top:4px solid !important;}.solidb4i{border-bottom:4px solid !important;}.solidl4i{border-left:4px solid !important;}.solidr4i{border-right:4px solid !important;}.solid5i{border:5px solid !important;}.solidt5i{border-top:5px solid !important;}.solidb5i{border-bottom:5px solid !important;}.solidl5i{border-left:5px solid !important;}.solidr5i{border-right:5px solid !important;}.solid6i{border:6px solid !important;}.solidt6i{border-top:6px solid !important;}.solidb6i{border-bottom:6px solid !important;}.solidl6i{border-left:6px solid !important;}.solidr6i{border-right:6px solid !important;}.solid7i{border:7px solid !important;}.solidt7i{border-top:7px solid !important;}.solidb7i{border-bottom:7px solid !important;}.solidl7i{border-left:7px solid !important;}.solidr7i{border-right:7px solid !important;}.solid8i{border:8px solid !important;}.solidt8i{border-top:8px solid !important;}.solidb8i{border-bottom:8px solid !important;}.solidl8i{border-left:8px solid !important;}.solidr8i{border-right:8px solid !important;}.solid9i{border:9px solid !important;}.solidt9i{border-top:9px solid !important;}.solidb9i{border-bottom:9px solid !important;}.solidl9i{border-left:9px solid !important;}.solidr9i{border-right:9px solid !important;}.solid10i{border:10px solid !important;}.solidt10i{border-top:10px solid !important;}.solidb10i{border-bottom:10px solid !important;}.solidl10i{border-left:10px solid !important;}.solidr10i{border-right:10px solid !important;}.solid11i{border:11px solid !important;}.solidt11i{border-top:11px solid !important;}.solidb11i{border-bottom:11px solid !important;}.solidl11i{border-left:11px solid !important;}.solidr11i{border-right:11px solid !important;}.solid12i{border:12px solid !important;}.solidt12i{border-top:12px solid !important;}.solidb12i{border-bottom:12px solid !important;}.solidl12i{border-left:12px solid !important;}.solidr12i{border-right:12px solid !important;}.solid13i{border:13px solid !important;}.solidt13i{border-top:13px solid !important;}.solidb13i{border-bottom:13px solid !important;}.solidl13i{border-left:13px solid !important;}.solidr13i{border-right:13px solid !important;}.solid14i{border:14px solid !important;}.solidt14i{border-top:14px solid !important;}.solidb14i{border-bottom:14px solid !important;}.solidl14i{border-left:14px solid !important;}.solidr14i{border-right:14px solid !important;}.solidr15i{border-right:15px solid !important;}
.dashed0i{border:0px dashed !important;}.dashedt0i{border-top:0px dashed !important;}.dashedb0i{border-bottom:0px dashed !important;}.dashedl0i{border-left:0px dashed !important;}.dashedr0i{border-right:0px dashed !important;}.dashed1i{border:1px dashed !important;}.dashedt1i{border-top:1px dashed !important;}.dashedb1i{border-bottom:1px dashed !important;}.dashedl1i{border-left:1px dashed !important;}.dashedr1i{border-right:1px dashed !important;}.dashed2i{border:2px dashed !important;}.dashedt2i{border-top:2px dashed !important;}.dashedb2i{border-bottom:2px dashed !important;}.dashedl2i{border-left:2px dashed !important;}.dashedr2i{border-right:2px dashed !important;}.dashed3i{border:3px dashed !important;}.dashedt3i{border-top:3px dashed !important;}.dashedb3i{border-bottom:3px dashed !important;}.dashedl3i{border-left:3px dashed !important;}.dashedr3i{border-right:3px dashed !important;}.dashed4i{border:4px dashed !important;}.dashedt4i{border-top:4px dashed !important;}.dashedb4i{border-bottom:4px dashed !important;}.dashedl4i{border-left:4px dashed !important;}.dashedr4i{border-right:4px dashed !important;}.dashed5i{border:5px dashed !important;}.dashedt5i{border-top:5px dashed !important;}.dashedb5i{border-bottom:5px dashed !important;}.dashedl5i{border-left:5px dashed !important;}.dashedr5i{border-right:5px dashed !important;}.dashed6i{border:6px dashed !important;}.dashedt6i{border-top:6px dashed !important;}.dashedb6i{border-bottom:6px dashed !important;}.dashedl6i{border-left:6px dashed !important;}.dashedr6i{border-right:6px dashed !important;}.dashed7i{border:7px dashed !important;}.dashedt7i{border-top:7px dashed !important;}.dashedb7i{border-bottom:7px dashed !important;}.dashedl7i{border-left:7px dashed !important;}.dashedr7i{border-right:7px dashed !important;}.dashed8i{border:8px dashed !important;}.dashedt8i{border-top:8px dashed !important;}.dashedb8i{border-bottom:8px dashed !important;}.dashedl8i{border-left:8px dashed !important;}.dashedr8i{border-right:8px dashed !important;}.dashed9i{border:9px dashed !important;}.dashedt9i{border-top:9px dashed !important;}.dashedb9i{border-bottom:9px dashed !important;}.dashedl9i{border-left:9px dashed !important;}.dashedr9i{border-right:9px dashed !important;}.dashed10i{border:10px dashed !important;}.dashedt10i{border-top:10px dashed !important;}.dashedb10i{border-bottom:10px dashed !important;}.dashedl10i{border-left:10px dashed !important;}.dashedr10i{border-right:10px dashed !important;}.dashed11i{border:11px dashed !important;}.dashedt11i{border-top:11px dashed !important;}.dashedb11i{border-bottom:11px dashed !important;}.dashedl11i{border-left:11px dashed !important;}.dashedr11i{border-right:11px dashed !important;}.dashed12i{border:12px dashed !important;}.dashedt12i{border-top:12px dashed !important;}.dashedb12i{border-bottom:12px dashed !important;}.dashedl12i{border-left:12px dashed !important;}.dashedr12i{border-right:12px dashed !important;}.dashed13i{border:13px dashed !important;}.dashedt13i{border-top:13px dashed !important;}.dashedb13i{border-bottom:13px dashed !important;}.dashedl13i{border-left:13px dashed !important;}.dashedr13i{border-right:13px dashed !important;}.dashed14i{border:14px dashed !important;}.dashedt14i{border-top:14px dashed !important;}.dashedb14i{border-bottom:14px dashed !important;}.dashedl14i{border-left:14px dashed !important;}.dashedr14i{border-right:14px dashed !important;}.dashedr15i{border-right:15px dashed !important;}
.dotted0i{border:0px dotted !important;}.dottedt0i{border-top:0px dotted !important;}.dottedb0i{border-bottom:0px dotted !important;}.dottedl0i{border-left:0px dotted !important;}.dottedr0i{border-right:0px dotted !important;}.dotted1i{border:1px dotted !important;}.dottedt1i{border-top:1px dotted !important;}.dottedb1i{border-bottom:1px dotted !important;}.dottedl1i{border-left:1px dotted !important;}.dottedr1i{border-right:1px dotted !important;}.dotted2i{border:2px dotted !important;}.dottedt2i{border-top:2px dotted !important;}.dottedb2i{border-bottom:2px dotted !important;}.dottedl2i{border-left:2px dotted !important;}.dottedr2i{border-right:2px dotted !important;}.dotted3i{border:3px dotted !important;}.dottedt3i{border-top:3px dotted !important;}.dottedb3i{border-bottom:3px dotted !important;}.dottedl3i{border-left:3px dotted !important;}.dottedr3i{border-right:3px dotted !important;}.dotted4i{border:4px dotted !important;}.dottedt4i{border-top:4px dotted !important;}.dottedb4i{border-bottom:4px dotted !important;}.dottedl4i{border-left:4px dotted !important;}.dottedr4i{border-right:4px dotted !important;}.dotted5i{border:5px dotted !important;}.dottedt5i{border-top:5px dotted !important;}.dottedb5i{border-bottom:5px dotted !important;}.dottedl5i{border-left:5px dotted !important;}.dottedr5i{border-right:5px dotted !important;}.dotted6i{border:6px dotted !important;}.dottedt6i{border-top:6px dotted !important;}.dottedb6i{border-bottom:6px dotted !important;}.dottedl6i{border-left:6px dotted !important;}.dottedr6i{border-right:6px dotted !important;}.dotted7i{border:7px dotted !important;}.dottedt7i{border-top:7px dotted !important;}.dottedb7i{border-bottom:7px dotted !important;}.dottedl7i{border-left:7px dotted !important;}.dottedr7i{border-right:7px dotted !important;}.dotted8i{border:8px dotted !important;}.dottedt8i{border-top:8px dotted !important;}.dottedb8i{border-bottom:8px dotted !important;}.dottedl8i{border-left:8px dotted !important;}.dottedr8i{border-right:8px dotted !important;}.dotted9i{border:9px dotted !important;}.dottedt9i{border-top:9px dotted !important;}.dottedb9i{border-bottom:9px dotted !important;}.dottedl9i{border-left:9px dotted !important;}.dottedr9i{border-right:9px dotted !important;}.dotted10i{border:10px dotted !important;}.dottedt10i{border-top:10px dotted !important;}.dottedb10i{border-bottom:10px dotted !important;}.dottedl10i{border-left:10px dotted !important;}.dottedr10i{border-right:10px dotted !important;}.dotted11i{border:11px dotted !important;}.dottedt11i{border-top:11px dotted !important;}.dottedb11i{border-bottom:11px dotted !important;}.dottedl11i{border-left:11px dotted !important;}.dottedr11i{border-right:11px dotted !important;}.dotted12i{border:12px dotted !important;}.dottedt12i{border-top:12px dotted !important;}.dottedb12i{border-bottom:12px dotted !important;}.dottedl12i{border-left:12px dotted !important;}.dottedr12i{border-right:12px dotted !important;}.dotted13i{border:13px dotted !important;}.dottedt13i{border-top:13px dotted !important;}.dottedb13i{border-bottom:13px dotted !important;}.dottedl13i{border-left:13px dotted !important;}.dottedr13i{border-right:13px dotted !important;}.dotted14i{border:14px dotted !important;}.dottedt14i{border-top:14px dotted !important;}.dottedb14i{border-bottom:14px dotted !important;}.dottedl14i{border-left:14px dotted !important;}.dottedr14i{border-right:14px dotted !important;}.dottedr15i{border-right:15px dotted !important;}
.outset0i{border:0px outset !important;}.outsett0i{border-top:0px outset !important;}.outsetb0i{border-bottom:0px outset !important;}.outsetl0i{border-left:0px outset !important;}.outsetr0i{border-right:0px outset !important;}.outset1i{border:1px outset !important;}.outsett1i{border-top:1px outset !important;}.outsetb1i{border-bottom:1px outset !important;}.outsetl1i{border-left:1px outset !important;}.outsetr1i{border-right:1px outset !important;}.outset2i{border:2px outset !important;}.outsett2i{border-top:2px outset !important;}.outsetb2i{border-bottom:2px outset !important;}.outsetl2i{border-left:2px outset !important;}.outsetr2i{border-right:2px outset !important;}.outset3i{border:3px outset !important;}.outsett3i{border-top:3px outset !important;}.outsetb3i{border-bottom:3px outset !important;}.outsetl3i{border-left:3px outset !important;}.outsetr3i{border-right:3px outset !important;}.outset4i{border:4px outset !important;}.outsett4i{border-top:4px outset !important;}.outsetb4i{border-bottom:4px outset !important;}.outsetl4i{border-left:4px outset !important;}.outsetr4i{border-right:4px outset !important;}.outset5i{border:5px outset !important;}.outsett5i{border-top:5px outset !important;}.outsetb5i{border-bottom:5px outset !important;}.outsetl5i{border-left:5px outset !important;}.outsetr5i{border-right:5px outset !important;}.outset6i{border:6px outset !important;}.outsett6i{border-top:6px outset !important;}.outsetb6i{border-bottom:6px outset !important;}.outsetl6i{border-left:6px outset !important;}.outsetr6i{border-right:6px outset !important;}.outset7i{border:7px outset !important;}.outsett7i{border-top:7px outset !important;}.outsetb7i{border-bottom:7px outset !important;}.outsetl7i{border-left:7px outset !important;}.outsetr7i{border-right:7px outset !important;}.outset8i{border:8px outset !important;}.outsett8i{border-top:8px outset !important;}.outsetb8i{border-bottom:8px outset !important;}.outsetl8i{border-left:8px outset !important;}.outsetr8i{border-right:8px outset !important;}.outset9i{border:9px outset !important;}.outsett9i{border-top:9px outset !important;}.outsetb9i{border-bottom:9px outset !important;}.outsetl9i{border-left:9px outset !important;}.outsetr9i{border-right:9px outset !important;}.outset10i{border:10px outset !important;}.outsett10i{border-top:10px outset !important;}.outsetb10i{border-bottom:10px outset !important;}.outsetl10i{border-left:10px outset !important;}.outsetr10i{border-right:10px outset !important;}.outset11i{border:11px outset !important;}.outsett11i{border-top:11px outset !important;}.outsetb11i{border-bottom:11px outset !important;}.outsetl11i{border-left:11px outset !important;}.outsetr11i{border-right:11px outset !important;}.outset12i{border:12px outset !important;}.outsett12i{border-top:12px outset !important;}.outsetb12i{border-bottom:12px outset !important;}.outsetl12i{border-left:12px outset !important;}.outsetr12i{border-right:12px outset !important;}.outset13i{border:13px outset !important;}.outsett13i{border-top:13px outset !important;}.outsetb13i{border-bottom:13px outset !important;}.outsetl13i{border-left:13px outset !important;}.outsetr13i{border-right:13px outset !important;}.outset14i{border:14px outset !important;}.outsett14i{border-top:14px outset !important;}.outsetb14i{border-bottom:14px outset !important;}.outsetl14i{border-left:14px outset !important;}.outsetr14i{border-right:14px outset !important;}.outsetr15i{border-right:15px outset !important;}
.inset0i{border:0px inset !important;}.insett0i{border-top:0px inset !important;}.insetb0i{border-bottom:0px inset !important;}.insetl0i{border-left:0px inset !important;}.insetr0i{border-right:0px inset !important;}.inset1i{border:1px inset !important;}.insett1i{border-top:1px inset !important;}.insetb1i{border-bottom:1px inset !important;}.insetl1i{border-left:1px inset !important;}.insetr1i{border-right:1px inset !important;}.inset2i{border:2px inset !important;}.insett2i{border-top:2px inset !important;}.insetb2i{border-bottom:2px inset !important;}.insetl2i{border-left:2px inset !important;}.insetr2i{border-right:2px inset !important;}.inset3i{border:3px inset !important;}.insett3i{border-top:3px inset !important;}.insetb3i{border-bottom:3px inset !important;}.insetl3i{border-left:3px inset !important;}.insetr3i{border-right:3px inset !important;}.inset4i{border:4px inset !important;}.insett4i{border-top:4px inset !important;}.insetb4i{border-bottom:4px inset !important;}.insetl4i{border-left:4px inset !important;}.insetr4i{border-right:4px inset !important;}.inset5i{border:5px inset !important;}.insett5i{border-top:5px inset !important;}.insetb5i{border-bottom:5px inset !important;}.insetl5i{border-left:5px inset !important;}.insetr5i{border-right:5px inset !important;}.inset6i{border:6px inset !important;}.insett6i{border-top:6px inset !important;}.insetb6i{border-bottom:6px inset !important;}.insetl6i{border-left:6px inset !important;}.insetr6i{border-right:6px inset !important;}.inset7i{border:7px inset !important;}.insett7i{border-top:7px inset !important;}.insetb7i{border-bottom:7px inset !important;}.insetl7i{border-left:7px inset !important;}.insetr7i{border-right:7px inset !important;}.inset8i{border:8px inset !important;}.insett8i{border-top:8px inset !important;}.insetb8i{border-bottom:8px inset !important;}.insetl8i{border-left:8px inset !important;}.insetr8i{border-right:8px inset !important;}.inset9i{border:9px inset !important;}.insett9i{border-top:9px inset !important;}.insetb9i{border-bottom:9px inset !important;}.insetl9i{border-left:9px inset !important;}.insetr9i{border-right:9px inset !important;}.inset10i{border:10px inset !important;}.insett10i{border-top:10px inset !important;}.insetb10i{border-bottom:10px inset !important;}.insetl10i{border-left:10px inset !important;}.insetr10i{border-right:10px inset !important;}.inset11i{border:11px inset !important;}.insett11i{border-top:11px inset !important;}.insetb11i{border-bottom:11px inset !important;}.insetl11i{border-left:11px inset !important;}.insetr11i{border-right:11px inset !important;}.inset12i{border:12px inset !important;}.insett12i{border-top:12px inset !important;}.insetb12i{border-bottom:12px inset !important;}.insetl12i{border-left:12px inset !important;}.insetr12i{border-right:12px inset !important;}.inset13i{border:13px inset !important;}.insett13i{border-top:13px inset !important;}.insetb13i{border-bottom:13px inset !important;}.insetl13i{border-left:13px inset !important;}.insetr13i{border-right:13px inset !important;}.inset14i{border:14px inset !important;}.insett14i{border-top:14px inset !important;}.insetb14i{border-bottom:14px inset !important;}.insetl14i{border-left:14px inset !important;}.insetr14i{border-right:14px inset !important;}.insetr15i{border-right:15px inset !important;}

/* --- BORDER-RADIUS ------------------------------------------------------- */
/* от 0px до 20px */ 
.br0i{border-radius:0px !important}.btlr0i{border-top-left-radius: 0px !important}.btrr0i{border-top-right-radius: 0px !important}.btlr0i{border-bottom-left-radius: 0px !important}.btlr0i{border-bottom-left-radius: 0px !important}.br1i{border-radius:1px !important}.btlr1i{border-top-left-radius: 1px !important}.btrr1i{border-top-right-radius: 1px !important}.btlr1i{border-bottom-left-radius: 1px !important}.btlr1i{border-bottom-left-radius: 1px !important}.br2i{border-radius:2px !important}.btlr2i{border-top-left-radius: 2px !important}.btrr2i{border-top-right-radius: 2px !important}.btlr2i{border-bottom-left-radius: 2px !important}.btlr2i{border-bottom-left-radius: 2px !important}.br3i{border-radius:3px !important}.btlr3i{border-top-left-radius: 3px !important}.btrr3i{border-top-right-radius: 3px !important}.btlr3i{border-bottom-left-radius: 3px !important}.btlr3i{border-bottom-left-radius: 3px !important}.br4i{border-radius:4px !important}.btlr4i{border-top-left-radius: 4px !important}.btrr4i{border-top-right-radius: 4px !important}.btlr4i{border-bottom-left-radius: 4px !important}.btlr4i{border-bottom-left-radius: 4px !important}.br5i{border-radius:5px !important}.btlr5i{border-top-left-radius: 5px !important}.btrr5i{border-top-right-radius: 5px !important}.btlr5i{border-bottom-left-radius: 5px !important}.btlr5i{border-bottom-left-radius: 5px !important}.br6i{border-radius:6px !important}.btlr6i{border-top-left-radius: 6px !important}.btrr6i{border-top-right-radius: 6px !important}.btlr6i{border-bottom-left-radius: 6px !important}.btlr6i{border-bottom-left-radius: 6px !important}.br7i{border-radius:7px !important}.btlr7i{border-top-left-radius: 7px !important}.btrr7i{border-top-right-radius: 7px !important}.btlr7i{border-bottom-left-radius: 7px !important}.btlr7i{border-bottom-left-radius: 7px !important}.br8i{border-radius:8px !important}.btlr8i{border-top-left-radius: 8px !important}.btrr8i{border-top-right-radius: 8px !important}.btlr8i{border-bottom-left-radius: 8px !important}.btlr8i{border-bottom-left-radius: 8px !important}.br9i{border-radius:9px !important}.btlr9i{border-top-left-radius: 9px !important}.btrr9i{border-top-right-radius: 9px !important}.btlr9i{border-bottom-left-radius: 9px !important}.btlr9i{border-bottom-left-radius: 9px !important}.br10i{border-radius:10px !important}.btlr10i{border-top-left-radius: 10px !important}.btrr10i{border-top-right-radius: 10px !important}.btlr10i{border-bottom-left-radius: 10px !important}.btlr10i{border-bottom-left-radius: 10px !important}.br11i{border-radius:11px !important}.btlr11i{border-top-left-radius: 11px !important}.btrr11i{border-top-right-radius: 11px !important}.btlr11i{border-bottom-left-radius: 11px !important}.btlr11i{border-bottom-left-radius: 11px !important}.br12i{border-radius:12px !important}.btlr12i{border-top-left-radius: 12px !important}.btrr12i{border-top-right-radius: 12px !important}.btlr12i{border-bottom-left-radius: 12px !important}.btlr12i{border-bottom-left-radius: 12px !important}.br13i{border-radius:13px !important}.btlr13i{border-top-left-radius: 13px !important}.btrr13i{border-top-right-radius: 13px !important}.btlr13i{border-bottom-left-radius: 13px !important}.btlr13i{border-bottom-left-radius: 13px !important}.br14i{border-radius:14px !important}.btlr14i{border-top-left-radius: 14px !important}.btrr14i{border-top-right-radius: 14px !important}.btlr14i{border-bottom-left-radius: 14px !important}.btlr14i{border-bottom-left-radius: 14px !important}.br15i{border-radius:15px !important}.btlr15i{border-top-left-radius: 15px !important}.btrr15i{border-top-right-radius: 15px !important}.btlr15i{border-bottom-left-radius: 15px !important}.btlr15i{border-bottom-left-radius: 15px !important}.br16i{border-radius:16px !important}.btlr16i{border-top-left-radius: 16px !important}.btrr16i{border-top-right-radius: 16px !important}.btlr16i{border-bottom-left-radius: 16px !important}.btlr16i{border-bottom-left-radius: 16px !important}.br17i{border-radius:17px !important}.btlr17i{border-top-left-radius: 17px !important}.btrr17i{border-top-right-radius: 17px !important}.btlr17i{border-bottom-left-radius: 17px !important}.btlr17i{border-bottom-left-radius: 17px !important}.br18i{border-radius:18px !important}.btlr18i{border-top-left-radius: 18px !important}.btrr18i{border-top-right-radius: 18px !important}.btlr18i{border-bottom-left-radius: 18px !important}.btlr18i{border-bottom-left-radius: 18px !important}.br19i{border-radius:19px !important}.btlr19i{border-top-left-radius: 19px !important}.btrr19i{border-top-right-radius: 19px !important}.btlr19i{border-bottom-left-radius: 19px !important}.btlr19i{border-bottom-left-radius: 19px !important}.br20i{border-radius:20px !important}.btlr20i{border-top-left-radius: 20px !important}.btrr20i{border-top-right-radius: 20px !important}.btlr20i{border-bottom-left-radius: 20px !important}.btlr20i{border-bottom-left-radius: 20px !important}
.br50i{border-radius:50% !important}.btlr50i{border-top-left-radius: 50% !important}.btrr50i{border-top-right-radius: 50% !important}.btlr50i{border-bottom-left-radius: 50% !important}.btlr50i{border-bottom-left-radius: 50% !important}
.br100i{border-radius:100% !important}.btlr100i{border-top-left-radius: 100% !important}.btrr100i{border-top-right-radius: 100% !important}.btlr100i{border-bottom-left-radius: 100% !important}.btlr100i{border-bottom-left-radius: 100% !important}
.br1000i{border-radius:1000px !important}.btlr1000i{border-top-left-radius: 1000px !important}.btrr1000i{border-top-right-radius: 1000px !important}.btlr1000i{border-bottom-left-radius: 1000px !important}.btlr1000i{border-bottom-left-radius: 1000px !important}

/* --- OPACITY ------------------------------------------------------- */
.o0i{opacity: 0% !important}.o5i{opacity: 5% !important}.o10i{opacity: 10% !important}.o15i{opacity: 15% !important}.o20i{opacity: 20% !important}.o25i{opacity: 25% !important}.o30i{opacity: 30% !important}.o35i{opacity: 35% !important}.o40i{opacity: 40% !important}.o45i{opacity: 45% !important}.o50i{opacity: 50% !important}.o55i{opacity: 55% !important}.o60i{opacity: 60% !important}.o65i{opacity: 65% !important}.o70i{opacity: 70% !important}.o75i{opacity: 75% !important}.o80i{opacity: 80% !important}.o85i{opacity: 85% !important}.o90i{opacity: 90% !important}.o95i{opacity: 95% !important}.o100i{opacity: 100% !important}

/* ***************** ДУБЛЬ ПРЕСЕТА С HOVER, в конце класса добавляется h ---------------------------- */

/* --- FLEX ---------------------------- */
.flexh:hover{display:flex !important}
.flex.rowh:hover{flex-direction:row !important}
.flex.row-reverseh:hover{flex-direction:row-reverse !important}
.flex.columnh:hover{flex-direction:column !important}
.flex.column-reverseh:hover{flex-direction:column-reverse !important}

.flex.wraph:hover{flex-wrap:wrap !important}
.flex.nowraph:hover{flex-wrap:nowrap !important}
.flex.wrap-reverseh:hover{flex-wrap:wrap-reverse !important}

.flex.baselineh:hover{align-items:baseline !important}
.flex.centerh:hover{align-items:center !important}
.flex.starth:hover{align-items:start !important}
.flex.fstarth:hover{align-items:flex-start !important}
.flex.endh:hover{align-items:end !important}
.flex.fendh:hover{align-items:flex-end !important}
.flex.stretchh:hover{align-items:stretch !important}

.flex.jcenterh:hover{justify-content:center !important}
.flex.jendh:hover{justify-content:end !important}
.flex.jfendh:hover{justify-content:flex-end !important}
.flex.jstarth:hover{justify-content:start !important}
.flex.jfstarth:hover{justify-content:flex-start !important}
.flex.jstretchh:hover{justify-content:stretch !important}

.flex.betweenh:hover{justify-content:space-between !important}
.flex.aroundh:hover{justify-content:space-around !important}
.flex.evenlyh:hover{justify-content:space-evenly !important}

/* flex-grow от 0 до 15 */
.flex.grow0h:hover{flex-grow:0 !important}.flex.grow1h:hover{flex-grow:1 !important}.flex.grow2h:hover{flex-grow:2 !important}.flex.grow3h:hover{flex-grow:3 !important}.flex.grow4h:hover{flex-grow:4 !important}.flex.grow5h:hover{flex-grow:5 !important}.flex.grow6h:hover{flex-grow:6 !important}.flex.grow7h:hover{flex-grow:7 !important}.flex.grow8h:hover{flex-grow:8 !important}.flex.grow9h:hover{flex-grow:9 !important}.flex.grow10h:hover{flex-grow:10 !important}.flex.grow10h:hover{flex-grow:10 !important}.flex.grow11h:hover{flex-grow:11 !important}.flex.grow12h:hover{flex-grow:12 !important}.flex.grow13h:hover{flex-grow:13 !important}.flex.grow14h:hover{flex-grow:14 !important}.flex.grow15h:hover{flex-grow:15 !important}

/* flex-shrink от 0 до 15 */
.flex.shrink0h:hover{flex-shrink:0 !important}.flex.shrink1h:hover{flex-shrink:1 !important}.flex.shrink2h:hover{flex-shrink:2 !important}.flex.shrink3h:hover{flex-shrink:3 !important}.flex.shrink4h:hover{flex-shrink:4 !important}.flex.shrink5h:hover{flex-shrink:5 !important}.flex.shrink6h:hover{flex-shrink:6 !important}.flex.shrink7h:hover{flex-shrink:7 !important}.flex.shrink8h:hover{flex-shrink:8 !important}.flex.shrink9h:hover{flex-shrink:9 !important}.flex.shrink10h:hover{flex-shrink:10 !important}.flex.shrink10h:hover{flex-shrink:10 !important}.flex.shrink11h:hover{flex-shrink:11 !important}.flex.shrink12h:hover{flex-shrink:12 !important}.flex.shrink13h:hover{flex-shrink:13 !important}.flex.shrink14h:hover{flex-shrink:14 !important}.flex.shrink15h:hover{flex-shrink:15 !important}

/* --- FONTS ------------------------------------------------------------------ */
/* flex-size от 0 до 50 */
.f0h:hover{font-size:0px !important}.f1h:hover{font-size:1px !important}.f2h:hover{font-size:2px !important}.f3h:hover{font-size:3px !important}.f4h:hover{font-size:4px !important}.f5h:hover{font-size:5px !important}.f6h:hover{font-size:6px !important}.f7h:hover{font-size:7px !important}.f8h:hover{font-size:8px !important}.f9h:hover{font-size:9px !important}.f10h:hover{font-size:10px !important}.f11h:hover{font-size:11px !important}.f12h:hover{font-size:12px !important}.f13h:hover{font-size:13px !important}.f14h:hover{font-size:14px !important}.f15h:hover{font-size:15px !important}.f16h:hover{font-size:16px !important}.f17h:hover{font-size:17px !important}.f18h:hover{font-size:18px !important}.f19h:hover{font-size:19px !important}.f20h:hover{font-size:20px !important}.f21h:hover{font-size:21px !important}.f22h:hover{font-size:22px !important}.f23h:hover{font-size:23px !important}.f24h:hover{font-size:24px !important}.f25h:hover{font-size:25px !important}.f26h:hover{font-size:26px !important}.f27h:hover{font-size:27px !important}.f28h:hover{font-size:28px !important}.f29h:hover{font-size:29px !important}.f30h:hover{font-size:30px !important}.f31h:hover{font-size:31px !important}.f32h:hover{font-size:32px !important}.f33h:hover{font-size:33px !important}.f34h:hover{font-size:34px !important}.f35h:hover{font-size:35px !important}.f36h:hover{font-size:36px !important}.f37h:hover{font-size:37px !important}.f38h:hover{font-size:38px !important}.f39h:hover{font-size:39px !important}.f40h:hover{font-size:40px !important}.f41h:hover{font-size:41px !important}.f42h:hover{font-size:42px !important}.f43h:hover{font-size:43px !important}.f44h:hover{font-size:44px !important}.f45h:hover{font-size:45px !important}.f46h:hover{font-size:46px !important}.f47h:hover{font-size:47px !important}.f48h:hover{font-size:48px !important}.f49h:hover{font-size:49px !important}.f50h:hover{font-size:50px !important}

.tlefth:hover{text-align:left !important}
.tcenterh:hover{text-align:center !important}
.trighth:hover{text-align:right !important}

.bh:hover{font-weight:bold !important}
.b100h:hover{font-weight:100 !important}
.b200h:hover{font-weight:200 !important}
.b300h:hover{font-weight:300 !important}
.b400h:hover{font-weight:400 !important}
.b500h:hover{font-weight:500 !important}
.b600h:hover{font-weight:600 !important}
.b700h:hover{font-weight:700 !important}
.b800h:hover{font-weight:800 !important}
.b900h:hover{font-weight:900 !important}

.ih:hover{font-style:italic !important}
.oh:hover{font-style:oblique !important}
.throughh:hover{text-decoration:line-through !important}
.overlineh:hover{text-decoration:overline !important}
.underlineh:hover{text-decoration:underline !important}

.fwhite{color:white}
.fwhitei{color:white !important}

/* --- SIZES ------------------------------------------------------------------ */
/* width от 0 до 100 % */
.w0h:hover{width:0% !important}.w1h:hover{width:1% !important}.w2h:hover{width:2% !important}.w3h:hover{width:3% !important}.w4h:hover{width:4% !important}.w5h:hover{width:5% !important}.w6h:hover{width:6% !important}.w7h:hover{width:7% !important}.w8h:hover{width:8% !important}.w9h:hover{width:9% !important}.w10h:hover{width:10% !important}.w11h:hover{width:11% !important}.w12h:hover{width:12% !important}.w13h:hover{width:13% !important}.w14h:hover{width:14% !important}.w15h:hover{width:15% !important}.w16h:hover{width:16% !important}.w17h:hover{width:17% !important}.w18h:hover{width:18% !important}.w19h:hover{width:19% !important}.w20h:hover{width:20% !important}.w21h:hover{width:21% !important}.w22h:hover{width:22% !important}.w23h:hover{width:23% !important}.w24h:hover{width:24% !important}.w25h:hover{width:25% !important}.w26h:hover{width:26% !important}.w27h:hover{width:27% !important}.w28h:hover{width:28% !important}.w29h:hover{width:29% !important}.w30h:hover{width:30% !important}.w31h:hover{width:31% !important}.w32h:hover{width:32% !important}.w33h:hover{width:33% !important}.w34h:hover{width:34% !important}.w35h:hover{width:35% !important}.w36h:hover{width:36% !important}.w37h:hover{width:37% !important}.w38h:hover{width:38% !important}.w39h:hover{width:39% !important}.w40h:hover{width:40% !important}.w41h:hover{width:41% !important}.w42h:hover{width:42% !important}.w43h:hover{width:43% !important}.w44h:hover{width:44% !important}.w45h:hover{width:45% !important}.w46h:hover{width:46% !important}.w47h:hover{width:47% !important}.w48h:hover{width:48% !important}.w49h:hover{width:49% !important}.w50h:hover{width:50% !important}.w51h:hover{width:51% !important}.w52h:hover{width:52% !important}.w53h:hover{width:53% !important}.w54h:hover{width:54% !important}.w55h:hover{width:55% !important}.w56h:hover{width:56% !important}.w57h:hover{width:57% !important}.w58h:hover{width:58% !important}.w59h:hover{width:59% !important}.w60h:hover{width:60% !important}.w61h:hover{width:61% !important}.w62h:hover{width:62% !important}.w63h:hover{width:63% !important}.w64h:hover{width:64% !important}.w65h:hover{width:65% !important}.w66h:hover{width:66% !important}.w67h:hover{width:67% !important}.w68h:hover{width:68% !important}.w69h:hover{width:69% !important}.w70h:hover{width:70% !important}.w71h:hover{width:71% !important}.w72h:hover{width:72% !important}.w73h:hover{width:73% !important}.w74h:hover{width:74% !important}.w75h:hover{width:75% !important}.w76h:hover{width:76% !important}.w77h:hover{width:77% !important}.w78h:hover{width:78% !important}.w79h:hover{width:79% !important}.w80h:hover{width:80% !important}.w81h:hover{width:81% !important}.w82h:hover{width:82% !important}.w83h:hover{width:83% !important}.w84h:hover{width:84% !important}.w85h:hover{width:85% !important}.w86h:hover{width:86% !important}.w87h:hover{width:87% !important}.w88h:hover{width:88% !important}.w89h:hover{width:89% !important}.w90h:hover{width:90% !important}.w91h:hover{width:91% !important}.w92h:hover{width:92% !important}.w93h:hover{width:93% !important}.w94h:hover{width:94% !important}.w95h:hover{width:95% !important}.w96h:hover{width:96% !important}.w97h:hover{width:97% !important}.w98h:hover{width:98% !important}.w99h:hover{width:99% !important}.w100h:hover{width:100% !important}
.wautoh:hover{width:auto !important}

/* height от 0 до 100 % */
.h0h:hover{height:0% !important}.h1h:hover{height:1% !important}.h2h:hover{height:2% !important}.h3h:hover{height:3% !important}.h4h:hover{height:4% !important}.h5h:hover{height:5% !important}.h6h:hover{height:6% !important}.h7h:hover{height:7% !important}.h8h:hover{height:8% !important}.h9h:hover{height:9% !important}.h10h:hover{height:10% !important}.h11h:hover{height:11% !important}.h12h:hover{height:12% !important}.h13h:hover{height:13% !important}.h14h:hover{height:14% !important}.h15h:hover{height:15% !important}.h16h:hover{height:16% !important}.h17h:hover{height:17% !important}.h18h:hover{height:18% !important}.h19h:hover{height:19% !important}.h20h:hover{height:20% !important}.h21h:hover{height:21% !important}.h22h:hover{height:22% !important}.h23h:hover{height:23% !important}.h24h:hover{height:24% !important}.h25h:hover{height:25% !important}.h26h:hover{height:26% !important}.h27h:hover{height:27% !important}.h28h:hover{height:28% !important}.h29h:hover{height:29% !important}.h30h:hover{height:30% !important}.h31h:hover{height:31% !important}.h32h:hover{height:32% !important}.h33h:hover{height:33% !important}.h34h:hover{height:34% !important}.h35h:hover{height:35% !important}.h36h:hover{height:36% !important}.h37h:hover{height:37% !important}.h38h:hover{height:38% !important}.h39h:hover{height:39% !important}.h40h:hover{height:40% !important}.h41h:hover{height:41% !important}.h42h:hover{height:42% !important}.h43h:hover{height:43% !important}.h44h:hover{height:44% !important}.h45h:hover{height:45% !important}.h46h:hover{height:46% !important}.h47h:hover{height:47% !important}.h48h:hover{height:48% !important}.h49h:hover{height:49% !important}.h50h:hover{height:50% !important}.h51h:hover{height:51% !important}.h52h:hover{height:52% !important}.h53h:hover{height:53% !important}.h54h:hover{height:54% !important}.h55h:hover{height:55% !important}.h56h:hover{height:56% !important}.h57h:hover{height:57% !important}.h58h:hover{height:58% !important}.h59h:hover{height:59% !important}.h60h:hover{height:60% !important}.h61h:hover{height:61% !important}.h62h:hover{height:62% !important}.h63h:hover{height:63% !important}.h64h:hover{height:64% !important}.h65h:hover{height:65% !important}.h66h:hover{height:66% !important}.h67h:hover{height:67% !important}.h68h:hover{height:68% !important}.h69h:hover{height:69% !important}.h70h:hover{height:70% !important}.h71h:hover{height:71% !important}.h72h:hover{height:72% !important}.h73h:hover{height:73% !important}.h74h:hover{height:74% !important}.h75h:hover{height:75% !important}.h76h:hover{height:76% !important}.h77h:hover{height:77% !important}.h78h:hover{height:78% !important}.h79h:hover{height:79% !important}.h80h:hover{height:80% !important}.h81h:hover{height:81% !important}.h82h:hover{height:82% !important}.h83h:hover{height:83% !important}.h84h:hover{height:84% !important}.h85h:hover{height:85% !important}.h86h:hover{height:86% !important}.h87h:hover{height:87% !important}.h88h:hover{height:88% !important}.h89h:hover{height:89% !important}.h90h:hover{height:90% !important}.h91h:hover{height:91% !important}.h92h:hover{height:92% !important}.h93h:hover{height:93% !important}.h94h:hover{height:94% !important}.h95h:hover{height:95% !important}.h96h:hover{height:96% !important}.h97h:hover{height:97% !important}.h98h:hover{height:98% !important}.h99h:hover{height:99% !important}.h100h:hover{height:100% !important}
.hautoh:hover{height:auto !important} 

/* padding от 0 до 30 AND padding от 35 каждый 5 до 100*/
.p0h:hover{padding:0px !important}.pt0h:hover{padding-top:0px !important}.pr0h:hover{padding-right:0px !important}.pb0h:hover{padding-bottom:0px !important}.pl0h:hover{padding-left:0px !important}.p1h:hover{padding:1px !important}.pt1h:hover{padding-top:1px !important}.pr1h:hover{padding-right:1px !important}.pb1h:hover{padding-bottom:1px !important}.pl1h:hover{padding-left:1px !important}.p2h:hover{padding:2px !important}.pt2h:hover{padding-top:2px !important}.pr2h:hover{padding-right:2px !important}.pb2h:hover{padding-bottom:2px !important}.pl2h:hover{padding-left:2px !important}.p3h:hover{padding:3px !important}.pt3h:hover{padding-top:3px !important}.pr3h:hover{padding-right:3px !important}.pb3h:hover{padding-bottom:3px !important}.pl3h:hover{padding-left:3px !important}.p4h:hover{padding:4px !important}.pt4h:hover{padding-top:4px !important}.pr4h:hover{padding-right:4px !important}.pb4h:hover{padding-bottom:4px !important}.pl4h:hover{padding-left:4px !important}.p5h:hover{padding:5px !important}.pt5h:hover{padding-top:5px !important}.pr5h:hover{padding-right:5px !important}.pb5h:hover{padding-bottom:5px !important}.pl5h:hover{padding-left:5px !important}.p6h:hover{padding:6px !important}.pt6h:hover{padding-top:6px !important}.pr6h:hover{padding-right:6px !important}.pb6h:hover{padding-bottom:6px !important}.pl6h:hover{padding-left:6px !important}.p7h:hover{padding:7px !important}.pt7h:hover{padding-top:7px !important}.pr7h:hover{padding-right:7px !important}.pb7h:hover{padding-bottom:7px !important}.pl7h:hover{padding-left:7px !important}.p8h:hover{padding:8px !important}.pt8h:hover{padding-top:8px !important}.pr8h:hover{padding-right:8px !important}.pb8h:hover{padding-bottom:8px !important}.pl8h:hover{padding-left:8px !important}.p9h:hover{padding:9px !important}.pt9h:hover{padding-top:9px !important}.pr9h:hover{padding-right:9px !important}.pb9h:hover{padding-bottom:9px !important}.pl9h:hover{padding-left:9px !important}.p10h:hover{padding:10px !important}.pt10h:hover{padding-top:10px !important}.pr10h:hover{padding-right:10px !important}.pb10h:hover{padding-bottom:10px !important}.pl10h:hover{padding-left:10px !important}.p11h:hover{padding:11px !important}.pt11h:hover{padding-top:11px !important}.pr11h:hover{padding-right:11px !important}.pb11h:hover{padding-bottom:11px !important}.pl11h:hover{padding-left:11px !important}.p12h:hover{padding:12px !important}.pt12h:hover{padding-top:12px !important}.pr12h:hover{padding-right:12px !important}.pb12h:hover{padding-bottom:12px !important}.pl12h:hover{padding-left:12px !important}.p13h:hover{padding:13px !important}.pt13h:hover{padding-top:13px !important}.pr13h:hover{padding-right:13px !important}.pb13h:hover{padding-bottom:13px !important}.pl13h:hover{padding-left:13px !important}.p14h:hover{padding:14px !important}.pt14h:hover{padding-top:14px !important}.pr14h:hover{padding-right:14px !important}.pb14h:hover{padding-bottom:14px !important}.pl14h:hover{padding-left:14px !important}.p15h:hover{padding:15px !important}.pt15h:hover{padding-top:15px !important}.pr15h:hover{padding-right:15px !important}.pb15h:hover{padding-bottom:15px !important}.pl15h:hover{padding-left:15px !important}.p16h:hover{padding:16px !important}.pt16h:hover{padding-top:16px !important}.pr16h:hover{padding-right:16px !important}.pb16h:hover{padding-bottom:16px !important}.pl16h:hover{padding-left:16px !important}.p17h:hover{padding:17px !important}.pt17h:hover{padding-top:17px !important}.pr17h:hover{padding-right:17px !important}.pb17h:hover{padding-bottom:17px !important}.pl17h:hover{padding-left:17px !important}.p18h:hover{padding:18px !important}.pt18h:hover{padding-top:18px !important}.pr18h:hover{padding-right:18px !important}.pb18h:hover{padding-bottom:18px !important}.pl18h:hover{padding-left:18px !important}.p19h:hover{padding:19px !important}.pt19h:hover{padding-top:19px !important}.pr19h:hover{padding-right:19px !important}.pb19h:hover{padding-bottom:19px !important}.pl19h:hover{padding-left:19px !important}.p20h:hover{padding:20px !important}.pt20h:hover{padding-top:20px !important}.pr20h:hover{padding-right:20px !important}.pb20h:hover{padding-bottom:20px !important}.pl20h:hover{padding-left:20px !important}.p21h:hover{padding:21px !important}.pt21h:hover{padding-top:21px !important}.pr21h:hover{padding-right:21px !important}.pb21h:hover{padding-bottom:21px !important}.pl21h:hover{padding-left:21px !important}.p22h:hover{padding:22px !important}.pt22h:hover{padding-top:22px !important}.pr22h:hover{padding-right:22px !important}.pb22h:hover{padding-bottom:22px !important}.pl22h:hover{padding-left:22px !important}.p23h:hover{padding:23px !important}.pt23h:hover{padding-top:23px !important}.pr23h:hover{padding-right:23px !important}.pb23h:hover{padding-bottom:23px !important}.pl23h:hover{padding-left:23px !important}.p24h:hover{padding:24px !important}.pt24h:hover{padding-top:24px !important}.pr24h:hover{padding-right:24px !important}.pb24h:hover{padding-bottom:24px !important}.pl24h:hover{padding-left:24px !important}.p25h:hover{padding:25px !important}.pt25h:hover{padding-top:25px !important}.pr25h:hover{padding-right:25px !important}.pb25h:hover{padding-bottom:25px !important}.pl25h:hover{padding-left:25px !important}.p26h:hover{padding:26px !important}.pt26h:hover{padding-top:26px !important}.pr26h:hover{padding-right:26px !important}.pb26h:hover{padding-bottom:26px !important}.pl26h:hover{padding-left:26px !important}.p27h:hover{padding:27px !important}.pt27h:hover{padding-top:27px !important}.pr27h:hover{padding-right:27px !important}.pb27h:hover{padding-bottom:27px !important}.pl27h:hover{padding-left:27px !important}.p28h:hover{padding:28px !important}.pt28h:hover{padding-top:28px !important}.pr28h:hover{padding-right:28px !important}.pb28h:hover{padding-bottom:28px !important}.pl28h:hover{padding-left:28px !important}.p29h:hover{padding:29px !important}.pt29h:hover{padding-top:29px !important}.pr29h:hover{padding-right:29px !important}.pb29h:hover{padding-bottom:29px !important}.pl29h:hover{padding-left:29px !important}.p30h:hover{padding:30px !important}.pt30h:hover{padding-top:30px !important}.pr30h:hover{padding-right:30px !important}.pb30h:hover{padding-bottom:30px !important}.pl30h:hover{padding-left:30px !important}
.p35h:hover{padding:35px !important}.pt35h:hover{padding-top:35px !important}.pr35h:hover{padding-right:35px !important}.pb35h:hover{padding-bottom:35px !important}.pl35h:hover{padding-left:35px !important}.p40h:hover{padding:40px !important}.pt40h:hover{padding-top:40px !important}.pr40h:hover{padding-right:40px !important}.pb40h:hover{padding-bottom:40px !important}.pl40h:hover{padding-left:40px !important}.p45h:hover{padding:45px !important}.pt45h:hover{padding-top:45px !important}.pr45h:hover{padding-right:45px !important}.pb45h:hover{padding-bottom:45px !important}.pl45h:hover{padding-left:45px !important}.p50h:hover{padding:50px !important}.pt50h:hover{padding-top:50px !important}.pr50h:hover{padding-right:50px !important}.pb50h:hover{padding-bottom:50px !important}.pl50h:hover{padding-left:50px !important}.p55h:hover{padding:55px !important}.pt55h:hover{padding-top:55px !important}.pr55h:hover{padding-right:55px !important}.pb55h:hover{padding-bottom:55px !important}.pl55h:hover{padding-left:55px !important}.p60h:hover{padding:60px !important}.pt60h:hover{padding-top:60px !important}.pr60h:hover{padding-right:60px !important}.pb60h:hover{padding-bottom:60px !important}.pl60h:hover{padding-left:60px !important}.p65h:hover{padding:65px !important}.pt65h:hover{padding-top:65px !important}.pr65h:hover{padding-right:65px !important}.pb65h:hover{padding-bottom:65px !important}.pl65h:hover{padding-left:65px !important}.p70h:hover{padding:70px !important}.pt70h:hover{padding-top:70px !important}.pr70h:hover{padding-right:70px !important}.pb70h:hover{padding-bottom:70px !important}.pl70h:hover{padding-left:70px !important}.p75h:hover{padding:75px !important}.pt75h:hover{padding-top:75px !important}.pr75h:hover{padding-right:75px !important}.pb75h:hover{padding-bottom:75px !important}.pl75h:hover{padding-left:75px !important}.p80h:hover{padding:80px !important}.pt80h:hover{padding-top:80px !important}.pr80h:hover{padding-right:80px !important}.pb80h:hover{padding-bottom:80px !important}.pl80h:hover{padding-left:80px !important}.p85h:hover{padding:85px !important}.pt85h:hover{padding-top:85px !important}.pr85h:hover{padding-right:85px !important}.pb85h:hover{padding-bottom:85px !important}.pl85h:hover{padding-left:85px !important}.p90h:hover{padding:90px !important}.pt90h:hover{padding-top:90px !important}.pr90h:hover{padding-right:90px !important}.pb90h:hover{padding-bottom:90px !important}.pl90h:hover{padding-left:90px !important}.p95h:hover{padding:95px !important}.pt95h:hover{padding-top:95px !important}.pr95h:hover{padding-right:95px !important}.pb95h:hover{padding-bottom:95px !important}.pl95h:hover{padding-left:95px !important}.p100h:hover{padding:100px !important}.pt100h:hover{padding-top:100px !important}.pr100h:hover{padding-right:100px !important}.pb100h:hover{padding-bottom:100px !important}.pl100h:hover{padding-left:100px !important}

/* margin от 0 до 30 AND margin от 35 каждый 5 до 100*/
.m0h:hover{margin:0px !important}.mt0h:hover{margin-top:0px !important}.mr0h:hover{margin-right:0px !important}.mb0h:hover{margin-bottom:0px !important}.ml0h:hover{margin-left:0px !important}.m1h:hover{margin:1px !important}.mt1h:hover{margin-top:1px !important}.mr1h:hover{margin-right:1px !important}.mb1h:hover{margin-bottom:1px !important}.ml1h:hover{margin-left:1px !important}.m2h:hover{margin:2px !important}.mt2h:hover{margin-top:2px !important}.mr2h:hover{margin-right:2px !important}.mb2h:hover{margin-bottom:2px !important}.ml2h:hover{margin-left:2px !important}.m3h:hover{margin:3px !important}.mt3h:hover{margin-top:3px !important}.mr3h:hover{margin-right:3px !important}.mb3h:hover{margin-bottom:3px !important}.ml3h:hover{margin-left:3px !important}.m4h:hover{margin:4px !important}.mt4h:hover{margin-top:4px !important}.mr4h:hover{margin-right:4px !important}.mb4h:hover{margin-bottom:4px !important}.ml4h:hover{margin-left:4px !important}.m5h:hover{margin:5px !important}.mt5h:hover{margin-top:5px !important}.mr5h:hover{margin-right:5px !important}.mb5h:hover{margin-bottom:5px !important}.ml5h:hover{margin-left:5px !important}.m6h:hover{margin:6px !important}.mt6h:hover{margin-top:6px !important}.mr6h:hover{margin-right:6px !important}.mb6h:hover{margin-bottom:6px !important}.ml6h:hover{margin-left:6px !important}.m7h:hover{margin:7px !important}.mt7h:hover{margin-top:7px !important}.mr7h:hover{margin-right:7px !important}.mb7h:hover{margin-bottom:7px !important}.ml7h:hover{margin-left:7px !important}.m8h:hover{margin:8px !important}.mt8h:hover{margin-top:8px !important}.mr8h:hover{margin-right:8px !important}.mb8h:hover{margin-bottom:8px !important}.ml8h:hover{margin-left:8px !important}.m9h:hover{margin:9px !important}.mt9h:hover{margin-top:9px !important}.mr9h:hover{margin-right:9px !important}.mb9h:hover{margin-bottom:9px !important}.ml9h:hover{margin-left:9px !important}.m10h:hover{margin:10px !important}.mt10h:hover{margin-top:10px !important}.mr10h:hover{margin-right:10px !important}.mb10h:hover{margin-bottom:10px !important}.ml10h:hover{margin-left:10px !important}.m11h:hover{margin:11px !important}.mt11h:hover{margin-top:11px !important}.mr11h:hover{margin-right:11px !important}.mb11h:hover{margin-bottom:11px !important}.ml11h:hover{margin-left:11px !important}.m12h:hover{margin:12px !important}.mt12h:hover{margin-top:12px !important}.mr12h:hover{margin-right:12px !important}.mb12h:hover{margin-bottom:12px !important}.ml12h:hover{margin-left:12px !important}.m13h:hover{margin:13px !important}.mt13h:hover{margin-top:13px !important}.mr13h:hover{margin-right:13px !important}.mb13h:hover{margin-bottom:13px !important}.ml13h:hover{margin-left:13px !important}.m14h:hover{margin:14px !important}.mt14h:hover{margin-top:14px !important}.mr14h:hover{margin-right:14px !important}.mb14h:hover{margin-bottom:14px !important}.ml14h:hover{margin-left:14px !important}.m15h:hover{margin:15px !important}.mt15h:hover{margin-top:15px !important}.mr15h:hover{margin-right:15px !important}.mb15h:hover{margin-bottom:15px !important}.ml15h:hover{margin-left:15px !important}.m16h:hover{margin:16px !important}.mt16h:hover{margin-top:16px !important}.mr16h:hover{margin-right:16px !important}.mb16h:hover{margin-bottom:16px !important}.ml16h:hover{margin-left:16px !important}.m17h:hover{margin:17px !important}.mt17h:hover{margin-top:17px !important}.mr17h:hover{margin-right:17px !important}.mb17h:hover{margin-bottom:17px !important}.ml17h:hover{margin-left:17px !important}.m18h:hover{margin:18px !important}.mt18h:hover{margin-top:18px !important}.mr18h:hover{margin-right:18px !important}.mb18h:hover{margin-bottom:18px !important}.ml18h:hover{margin-left:18px !important}.m19h:hover{margin:19px !important}.mt19h:hover{margin-top:19px !important}.mr19h:hover{margin-right:19px !important}.mb19h:hover{margin-bottom:19px !important}.ml19h:hover{margin-left:19px !important}.m20h:hover{margin:20px !important}.mt20h:hover{margin-top:20px !important}.mr20h:hover{margin-right:20px !important}.mb20h:hover{margin-bottom:20px !important}.ml20h:hover{margin-left:20px !important}.m21h:hover{margin:21px !important}.mt21h:hover{margin-top:21px !important}.mr21h:hover{margin-right:21px !important}.mb21h:hover{margin-bottom:21px !important}.ml21h:hover{margin-left:21px !important}.m22h:hover{margin:22px !important}.mt22h:hover{margin-top:22px !important}.mr22h:hover{margin-right:22px !important}.mb22h:hover{margin-bottom:22px !important}.ml22h:hover{margin-left:22px !important}.m23h:hover{margin:23px !important}.mt23h:hover{margin-top:23px !important}.mr23h:hover{margin-right:23px !important}.mb23h:hover{margin-bottom:23px !important}.ml23h:hover{margin-left:23px !important}.m24h:hover{margin:24px !important}.mt24h:hover{margin-top:24px !important}.mr24h:hover{margin-right:24px !important}.mb24h:hover{margin-bottom:24px !important}.ml24h:hover{margin-left:24px !important}.m25h:hover{margin:25px !important}.mt25h:hover{margin-top:25px !important}.mr25h:hover{margin-right:25px !important}.mb25h:hover{margin-bottom:25px !important}.ml25h:hover{margin-left:25px !important}.m26h:hover{margin:26px !important}.mt26h:hover{margin-top:26px !important}.mr26h:hover{margin-right:26px !important}.mb26h:hover{margin-bottom:26px !important}.ml26h:hover{margin-left:26px !important}.m27h:hover{margin:27px !important}.mt27h:hover{margin-top:27px !important}.mr27h:hover{margin-right:27px !important}.mb27h:hover{margin-bottom:27px !important}.ml27h:hover{margin-left:27px !important}.m28h:hover{margin:28px !important}.mt28h:hover{margin-top:28px !important}.mr28h:hover{margin-right:28px !important}.mb28h:hover{margin-bottom:28px !important}.ml28h:hover{margin-left:28px !important}.m29h:hover{margin:29px !important}.mt29h:hover{margin-top:29px !important}.mr29h:hover{margin-right:29px !important}.mb29h:hover{margin-bottom:29px !important}.ml29h:hover{margin-left:29px !important}.m30h:hover{margin:30px !important}.mt30h:hover{margin-top:30px !important}.mr30h:hover{margin-right:30px !important}.mb30h:hover{margin-bottom:30px !important}.ml30h:hover{margin-left:30px !important}
.m35h:hover{margin:35px !important}.mt35h:hover{margin-top:35px !important}.mr35h:hover{margin-right:35px !important}.mb35h:hover{margin-bottom:35px !important}.ml35h:hover{margin-left:35px !important}.m40h:hover{margin:40px !important}.mt40h:hover{margin-top:40px !important}.mr40h:hover{margin-right:40px !important}.mb40h:hover{margin-bottom:40px !important}.ml40h:hover{margin-left:40px !important}.m45h:hover{margin:45px !important}.mt45h:hover{margin-top:45px !important}.mr45h:hover{margin-right:45px !important}.mb45h:hover{margin-bottom:45px !important}.ml45h:hover{margin-left:45px !important}.m50h:hover{margin:50px !important}.mt50h:hover{margin-top:50px !important}.mr50h:hover{margin-right:50px !important}.mb50h:hover{margin-bottom:50px !important}.ml50h:hover{margin-left:50px !important}.m55h:hover{margin:55px !important}.mt55h:hover{margin-top:55px !important}.mr55h:hover{margin-right:55px !important}.mb55h:hover{margin-bottom:55px !important}.ml55h:hover{margin-left:55px !important}.m60h:hover{margin:60px !important}.mt60h:hover{margin-top:60px !important}.mr60h:hover{margin-right:60px !important}.mb60h:hover{margin-bottom:60px !important}.ml60h:hover{margin-left:60px !important}.m65h:hover{margin:65px !important}.mt65h:hover{margin-top:65px !important}.mr65h:hover{margin-right:65px !important}.mb65h:hover{margin-bottom:65px !important}.ml65h:hover{margin-left:65px !important}.m70h:hover{margin:70px !important}.mt70h:hover{margin-top:70px !important}.mr70h:hover{margin-right:70px !important}.mb70h:hover{margin-bottom:70px !important}.ml70h:hover{margin-left:70px !important}.m75h:hover{margin:75px !important}.mt75h:hover{margin-top:75px !important}.mr75h:hover{margin-right:75px !important}.mb75h:hover{margin-bottom:75px !important}.ml75h:hover{margin-left:75px !important}.m80h:hover{margin:80px !important}.mt80h:hover{margin-top:80px !important}.mr80h:hover{margin-right:80px !important}.mb80h:hover{margin-bottom:80px !important}.ml80h:hover{margin-left:80px !important}.m85h:hover{margin:85px !important}.mt85h:hover{margin-top:85px !important}.mr85h:hover{margin-right:85px !important}.mb85h:hover{margin-bottom:85px !important}.ml85h:hover{margin-left:85px !important}.m90h:hover{margin:90px !important}.mt90h:hover{margin-top:90px !important}.mr90h:hover{margin-right:90px !important}.mb90h:hover{margin-bottom:90px !important}.ml90h:hover{margin-left:90px !important}.m95h:hover{margin:95px !important}.mt95h:hover{margin-top:95px !important}.mr95h:hover{margin-right:95px !important}.mb95h:hover{margin-bottom:95px !important}.ml95h:hover{margin-left:95px !important}.m100h:hover{margin:100px !important}.mt100h:hover{margin-top:100px !important}.mr100h:hover{margin-right:100px !important}.mb100h:hover{margin-bottom:100px !important}.ml100h:hover{margin-left:100px !important}

/* --- POSITION ------------------------------------------------------------------ */
.relativeh:hover{position:relative !important}
.absoluteh:hover{position:absolute !important}
.inherith:hover{position:inherit !important}
.initialh:hover{position:initial !important}
.stickyh:hover{position:sticky !important}
.fixedh:hover{position:fixed !important}

/* z-index от 0 до 50*/
.z0h:hover{z-index:0 !important}.z1h:hover{z-index:1 !important}.z2h:hover{z-index:2 !important}.z3h:hover{z-index:3 !important}.z4h:hover{z-index:4 !important}.z5h:hover{z-index:5 !important}.z6h:hover{z-index:6 !important}.z7h:hover{z-index:7 !important}.z8h:hover{z-index:8 !important}.z9h:hover{z-index:9 !important}.z10h:hover{z-index:10 !important}.z11h:hover{z-index:11 !important}.z12h:hover{z-index:12 !important}.z13h:hover{z-index:13 !important}.z14h:hover{z-index:14 !important}.z15h:hover{z-index:15 !important}.z16h:hover{z-index:16 !important}.z17h:hover{z-index:17 !important}.z18h:hover{z-index:18 !important}.z19h:hover{z-index:19 !important}.z20h:hover{z-index:20 !important}.z21h:hover{z-index:21 !important}.z22h:hover{z-index:22 !important}.z23h:hover{z-index:23 !important}.z24h:hover{z-index:24 !important}.z25h:hover{z-index:25 !important}.z26h:hover{z-index:26 !important}.z27h:hover{z-index:27 !important}.z28h:hover{z-index:28 !important}.z29h:hover{z-index:29 !important}.z30h:hover{z-index:30 !important}.z31h:hover{z-index:31 !important}.z32h:hover{z-index:32 !important}.z33h:hover{z-index:33 !important}.z34h:hover{z-index:34 !important}.z35h:hover{z-index:35 !important}.z36h:hover{z-index:36 !important}.z37h:hover{z-index:37 !important}.z38h:hover{z-index:38 !important}.z39h:hover{z-index:39 !important}.z40h:hover{z-index:40 !important}.z41h:hover{z-index:41 !important}.z42h:hover{z-index:42 !important}.z43h:hover{z-index:43 !important}.z44h:hover{z-index:44 !important}.z45h:hover{z-index:45 !important}.z46h:hover{z-index:46 !important}.z47h:hover{z-index:47 !important}.z48h:hover{z-index:48 !important}.z49h:hover{z-index:49 !important}.z50h:hover{z-index:50 !important}

/* от 100 до 1000 каждые 50*/
.z100h:hover{z-index:100 !important}.z150h:hover{z-index:150 !important}.z200h:hover{z-index:200 !important}.z250h:hover{z-index:250 !important}.z300h:hover{z-index:300 !important}.z350h:hover{z-index:350 !important}.z400h:hover{z-index:400 !important}.z450h:hover{z-index:450 !important}.z500h:hover{z-index:500 !important}.z550h:hover{z-index:550 !important}.z600h:hover{z-index:600 !important}.z650h:hover{z-index:650 !important}.z700h:hover{z-index:700 !important}.z750h:hover{z-index:750 !important}.z800h:hover{z-index:800 !important}.z850h:hover{z-index:850 !important}.z900h:hover{z-index:900 !important}.z950h:hover{z-index:950 !important}.z1000h:hover{z-index:1000 !important}

/*AND от 2000 до 20000 каждые 1000 */
.z2000h:hover{z-index:2000 !important}.z3000h:hover{z-index:3000 !important}.z4000h:hover{z-index:4000 !important}.z5000h:hover{z-index:5000 !important}.z6000h:hover{z-index:6000 !important}.z7000h:hover{z-index:7000 !important}.z8000h:hover{z-index:8000 !important}.z9000h:hover{z-index:9000 !important}.z10000h:hover{z-index:10000 !important}.z11000h:hover{z-index:11000 !important}.z12000h:hover{z-index:12000 !important}.z13000h:hover{z-index:13000 !important}.z14000h:hover{z-index:14000 !important}.z15000h:hover{z-index:15000 !important}.z16000h:hover{z-index:16000 !important}.z17000h:hover{z-index:17000 !important}.z18000h:hover{z-index:18000 !important}.z19000h:hover{z-index:19000 !important}.z20000h:hover{z-index:20000 !important}

/* --- DISPLAY ------------------------------------------------------------------ */
.hideh:hover{display:none !important}
.showh:hover{display:block !important}
.blockh:hover{display:block !important}

/* --- BORDER -------------solid t(top)------------------------------------------- */
/* от 0 до 15 */
.solid0h:hover{border:0px solid !important}.solidt0h:hover{border-top:0px solid !important}.solidb0h:hover{border-bottom:0px solid !important}.solidl0h:hover{border-left:0px solid !important}.solidr0h:hover{border-right:0px solid !important}.solid1h:hover{border:1px solid !important}.solidt1h:hover{border-top:1px solid !important}.solidb1h:hover{border-bottom:1px solid !important}.solidl1h:hover{border-left:1px solid !important}.solidr1h:hover{border-right:1px solid !important}.solid2h:hover{border:2px solid !important}.solidt2h:hover{border-top:2px solid !important}.solidb2h:hover{border-bottom:2px solid !important}.solidl2h:hover{border-left:2px solid !important}.solidr2h:hover{border-right:2px solid !important}.solid3h:hover{border:3px solid !important}.solidt3h:hover{border-top:3px solid !important}.solidb3h:hover{border-bottom:3px solid !important}.solidl3h:hover{border-left:3px solid !important}.solidr3h:hover{border-right:3px solid !important}.solid4h:hover{border:4px solid !important}.solidt4h:hover{border-top:4px solid !important}.solidb4h:hover{border-bottom:4px solid !important}.solidl4h:hover{border-left:4px solid !important}.solidr4h:hover{border-right:4px solid !important}.solid5h:hover{border:5px solid !important}.solidt5h:hover{border-top:5px solid !important}.solidb5h:hover{border-bottom:5px solid !important}.solidl5h:hover{border-left:5px solid !important}.solidr5h:hover{border-right:5px solid !important}.solid6h:hover{border:6px solid !important}.solidt6h:hover{border-top:6px solid !important}.solidb6h:hover{border-bottom:6px solid !important}.solidl6h:hover{border-left:6px solid !important}.solidr6h:hover{border-right:6px solid !important}.solid7h:hover{border:7px solid !important}.solidt7h:hover{border-top:7px solid !important}.solidb7h:hover{border-bottom:7px solid !important}.solidl7h:hover{border-left:7px solid !important}.solidr7h:hover{border-right:7px solid !important}.solid8h:hover{border:8px solid !important}.solidt8h:hover{border-top:8px solid !important}.solidb8h:hover{border-bottom:8px solid !important}.solidl8h:hover{border-left:8px solid !important}.solidr8h:hover{border-right:8px solid !important}.solid9h:hover{border:9px solid !important}.solidt9h:hover{border-top:9px solid !important}.solidb9h:hover{border-bottom:9px solid !important}.solidl9h:hover{border-left:9px solid !important}.solidr9h:hover{border-right:9px solid !important}.solid10h:hover{border:10px solid !important}.solidt10h:hover{border-top:10px solid !important}.solidb10h:hover{border-bottom:10px solid !important}.solidl10h:hover{border-left:10px solid !important}.solidr10h:hover{border-right:10px solid !important}.solid11h:hover{border:11px solid !important}.solidt11h:hover{border-top:11px solid !important}.solidb11h:hover{border-bottom:11px solid !important}.solidl11h:hover{border-left:11px solid !important}.solidr11h:hover{border-right:11px solid !important}.solid12h:hover{border:12px solid !important}.solidt12h:hover{border-top:12px solid !important}.solidb12h:hover{border-bottom:12px solid !important}.solidl12h:hover{border-left:12px solid !important}.solidr12h:hover{border-right:12px solid !important}.solid13h:hover{border:13px solid !important}.solidt13h:hover{border-top:13px solid !important}.solidb13h:hover{border-bottom:13px solid !important}.solidl13h:hover{border-left:13px solid !important}.solidr13h:hover{border-right:13px solid !important}.solid14h:hover{border:14px solid !important}.solidt14h:hover{border-top:14px solid !important}.solidb14h:hover{border-bottom:14px solid !important}.solidl14h:hover{border-left:14px solid !important}.solidr14h:hover{border-right:14px solid !important}.solidr15h:hover{border-right:15px solid !important}
.dashed0h:hover{border:0px dashed !important}.dashedt0h:hover{border-top:0px dashed !important}.dashedb0h:hover{border-bottom:0px dashed !important}.dashedl0h:hover{border-left:0px dashed !important}.dashedr0h:hover{border-right:0px dashed !important}.dashed1h:hover{border:1px dashed !important}.dashedt1h:hover{border-top:1px dashed !important}.dashedb1h:hover{border-bottom:1px dashed !important}.dashedl1h:hover{border-left:1px dashed !important}.dashedr1h:hover{border-right:1px dashed !important}.dashed2h:hover{border:2px dashed !important}.dashedt2h:hover{border-top:2px dashed !important}.dashedb2h:hover{border-bottom:2px dashed !important}.dashedl2h:hover{border-left:2px dashed !important}.dashedr2h:hover{border-right:2px dashed !important}.dashed3h:hover{border:3px dashed !important}.dashedt3h:hover{border-top:3px dashed !important}.dashedb3h:hover{border-bottom:3px dashed !important}.dashedl3h:hover{border-left:3px dashed !important}.dashedr3h:hover{border-right:3px dashed !important}.dashed4h:hover{border:4px dashed !important}.dashedt4h:hover{border-top:4px dashed !important}.dashedb4h:hover{border-bottom:4px dashed !important}.dashedl4h:hover{border-left:4px dashed !important}.dashedr4h:hover{border-right:4px dashed !important}.dashed5h:hover{border:5px dashed !important}.dashedt5h:hover{border-top:5px dashed !important}.dashedb5h:hover{border-bottom:5px dashed !important}.dashedl5h:hover{border-left:5px dashed !important}.dashedr5h:hover{border-right:5px dashed !important}.dashed6h:hover{border:6px dashed !important}.dashedt6h:hover{border-top:6px dashed !important}.dashedb6h:hover{border-bottom:6px dashed !important}.dashedl6h:hover{border-left:6px dashed !important}.dashedr6h:hover{border-right:6px dashed !important}.dashed7h:hover{border:7px dashed !important}.dashedt7h:hover{border-top:7px dashed !important}.dashedb7h:hover{border-bottom:7px dashed !important}.dashedl7h:hover{border-left:7px dashed !important}.dashedr7h:hover{border-right:7px dashed !important}.dashed8h:hover{border:8px dashed !important}.dashedt8h:hover{border-top:8px dashed !important}.dashedb8h:hover{border-bottom:8px dashed !important}.dashedl8h:hover{border-left:8px dashed !important}.dashedr8h:hover{border-right:8px dashed !important}.dashed9h:hover{border:9px dashed !important}.dashedt9h:hover{border-top:9px dashed !important}.dashedb9h:hover{border-bottom:9px dashed !important}.dashedl9h:hover{border-left:9px dashed !important}.dashedr9h:hover{border-right:9px dashed !important}.dashed10h:hover{border:10px dashed !important}.dashedt10h:hover{border-top:10px dashed !important}.dashedb10h:hover{border-bottom:10px dashed !important}.dashedl10h:hover{border-left:10px dashed !important}.dashedr10h:hover{border-right:10px dashed !important}.dashed11h:hover{border:11px dashed !important}.dashedt11h:hover{border-top:11px dashed !important}.dashedb11h:hover{border-bottom:11px dashed !important}.dashedl11h:hover{border-left:11px dashed !important}.dashedr11h:hover{border-right:11px dashed !important}.dashed12h:hover{border:12px dashed !important}.dashedt12h:hover{border-top:12px dashed !important}.dashedb12h:hover{border-bottom:12px dashed !important}.dashedl12h:hover{border-left:12px dashed !important}.dashedr12h:hover{border-right:12px dashed !important}.dashed13h:hover{border:13px dashed !important}.dashedt13h:hover{border-top:13px dashed !important}.dashedb13h:hover{border-bottom:13px dashed !important}.dashedl13h:hover{border-left:13px dashed !important}.dashedr13h:hover{border-right:13px dashed !important}.dashed14h:hover{border:14px dashed !important}.dashedt14h:hover{border-top:14px dashed !important}.dashedb14h:hover{border-bottom:14px dashed !important}.dashedl14h:hover{border-left:14px dashed !important}.dashedr14h:hover{border-right:14px dashed !important}.dashedr15h:hover{border-right:15px dashed !important}
.dotted0h:hover{border:0px dotted !important}.dottedt0h:hover{border-top:0px dotted !important}.dottedb0h:hover{border-bottom:0px dotted !important}.dottedl0h:hover{border-left:0px dotted !important}.dottedr0h:hover{border-right:0px dotted !important}.dotted1h:hover{border:1px dotted !important}.dottedt1h:hover{border-top:1px dotted !important}.dottedb1h:hover{border-bottom:1px dotted !important}.dottedl1h:hover{border-left:1px dotted !important}.dottedr1h:hover{border-right:1px dotted !important}.dotted2h:hover{border:2px dotted !important}.dottedt2h:hover{border-top:2px dotted !important}.dottedb2h:hover{border-bottom:2px dotted !important}.dottedl2h:hover{border-left:2px dotted !important}.dottedr2h:hover{border-right:2px dotted !important}.dotted3h:hover{border:3px dotted !important}.dottedt3h:hover{border-top:3px dotted !important}.dottedb3h:hover{border-bottom:3px dotted !important}.dottedl3h:hover{border-left:3px dotted !important}.dottedr3h:hover{border-right:3px dotted !important}.dotted4h:hover{border:4px dotted !important}.dottedt4h:hover{border-top:4px dotted !important}.dottedb4h:hover{border-bottom:4px dotted !important}.dottedl4h:hover{border-left:4px dotted !important}.dottedr4h:hover{border-right:4px dotted !important}.dotted5h:hover{border:5px dotted !important}.dottedt5h:hover{border-top:5px dotted !important}.dottedb5h:hover{border-bottom:5px dotted !important}.dottedl5h:hover{border-left:5px dotted !important}.dottedr5h:hover{border-right:5px dotted !important}.dotted6h:hover{border:6px dotted !important}.dottedt6h:hover{border-top:6px dotted !important}.dottedb6h:hover{border-bottom:6px dotted !important}.dottedl6h:hover{border-left:6px dotted !important}.dottedr6h:hover{border-right:6px dotted !important}.dotted7h:hover{border:7px dotted !important}.dottedt7h:hover{border-top:7px dotted !important}.dottedb7h:hover{border-bottom:7px dotted !important}.dottedl7h:hover{border-left:7px dotted !important}.dottedr7h:hover{border-right:7px dotted !important}.dotted8h:hover{border:8px dotted !important}.dottedt8h:hover{border-top:8px dotted !important}.dottedb8h:hover{border-bottom:8px dotted !important}.dottedl8h:hover{border-left:8px dotted !important}.dottedr8h:hover{border-right:8px dotted !important}.dotted9h:hover{border:9px dotted !important}.dottedt9h:hover{border-top:9px dotted !important}.dottedb9h:hover{border-bottom:9px dotted !important}.dottedl9h:hover{border-left:9px dotted !important}.dottedr9h:hover{border-right:9px dotted !important}.dotted10h:hover{border:10px dotted !important}.dottedt10h:hover{border-top:10px dotted !important}.dottedb10h:hover{border-bottom:10px dotted !important}.dottedl10h:hover{border-left:10px dotted !important}.dottedr10h:hover{border-right:10px dotted !important}.dotted11h:hover{border:11px dotted !important}.dottedt11h:hover{border-top:11px dotted !important}.dottedb11h:hover{border-bottom:11px dotted !important}.dottedl11h:hover{border-left:11px dotted !important}.dottedr11h:hover{border-right:11px dotted !important}.dotted12h:hover{border:12px dotted !important}.dottedt12h:hover{border-top:12px dotted !important}.dottedb12h:hover{border-bottom:12px dotted !important}.dottedl12h:hover{border-left:12px dotted !important}.dottedr12h:hover{border-right:12px dotted !important}.dotted13h:hover{border:13px dotted !important}.dottedt13h:hover{border-top:13px dotted !important}.dottedb13h:hover{border-bottom:13px dotted !important}.dottedl13h:hover{border-left:13px dotted !important}.dottedr13h:hover{border-right:13px dotted !important}.dotted14h:hover{border:14px dotted !important}.dottedt14h:hover{border-top:14px dotted !important}.dottedb14h:hover{border-bottom:14px dotted !important}.dottedl14h:hover{border-left:14px dotted !important}.dottedr14h:hover{border-right:14px dotted !important}.dottedr15h:hover{border-right:15px dotted !important}
.outset0h:hover{border:0px outset !important}.outsett0h:hover{border-top:0px outset !important}.outsetb0h:hover{border-bottom:0px outset !important}.outsetl0h:hover{border-left:0px outset !important}.outsetr0h:hover{border-right:0px outset !important}.outset1h:hover{border:1px outset !important}.outsett1h:hover{border-top:1px outset !important}.outsetb1h:hover{border-bottom:1px outset !important}.outsetl1h:hover{border-left:1px outset !important}.outsetr1h:hover{border-right:1px outset !important}.outset2h:hover{border:2px outset !important}.outsett2h:hover{border-top:2px outset !important}.outsetb2h:hover{border-bottom:2px outset !important}.outsetl2h:hover{border-left:2px outset !important}.outsetr2h:hover{border-right:2px outset !important}.outset3h:hover{border:3px outset !important}.outsett3h:hover{border-top:3px outset !important}.outsetb3h:hover{border-bottom:3px outset !important}.outsetl3h:hover{border-left:3px outset !important}.outsetr3h:hover{border-right:3px outset !important}.outset4h:hover{border:4px outset !important}.outsett4h:hover{border-top:4px outset !important}.outsetb4h:hover{border-bottom:4px outset !important}.outsetl4h:hover{border-left:4px outset !important}.outsetr4h:hover{border-right:4px outset !important}.outset5h:hover{border:5px outset !important}.outsett5h:hover{border-top:5px outset !important}.outsetb5h:hover{border-bottom:5px outset !important}.outsetl5h:hover{border-left:5px outset !important}.outsetr5h:hover{border-right:5px outset !important}.outset6h:hover{border:6px outset !important}.outsett6h:hover{border-top:6px outset !important}.outsetb6h:hover{border-bottom:6px outset !important}.outsetl6h:hover{border-left:6px outset !important}.outsetr6h:hover{border-right:6px outset !important}.outset7h:hover{border:7px outset !important}.outsett7h:hover{border-top:7px outset !important}.outsetb7h:hover{border-bottom:7px outset !important}.outsetl7h:hover{border-left:7px outset !important}.outsetr7h:hover{border-right:7px outset !important}.outset8h:hover{border:8px outset !important}.outsett8h:hover{border-top:8px outset !important}.outsetb8h:hover{border-bottom:8px outset !important}.outsetl8h:hover{border-left:8px outset !important}.outsetr8h:hover{border-right:8px outset !important}.outset9h:hover{border:9px outset !important}.outsett9h:hover{border-top:9px outset !important}.outsetb9h:hover{border-bottom:9px outset !important}.outsetl9h:hover{border-left:9px outset !important}.outsetr9h:hover{border-right:9px outset !important}.outset10h:hover{border:10px outset !important}.outsett10h:hover{border-top:10px outset !important}.outsetb10h:hover{border-bottom:10px outset !important}.outsetl10h:hover{border-left:10px outset !important}.outsetr10h:hover{border-right:10px outset !important}.outset11h:hover{border:11px outset !important}.outsett11h:hover{border-top:11px outset !important}.outsetb11h:hover{border-bottom:11px outset !important}.outsetl11h:hover{border-left:11px outset !important}.outsetr11h:hover{border-right:11px outset !important}.outset12h:hover{border:12px outset !important}.outsett12h:hover{border-top:12px outset !important}.outsetb12h:hover{border-bottom:12px outset !important}.outsetl12h:hover{border-left:12px outset !important}.outsetr12h:hover{border-right:12px outset !important}.outset13h:hover{border:13px outset !important}.outsett13h:hover{border-top:13px outset !important}.outsetb13h:hover{border-bottom:13px outset !important}.outsetl13h:hover{border-left:13px outset !important}.outsetr13h:hover{border-right:13px outset !important}.outset14h:hover{border:14px outset !important}.outsett14h:hover{border-top:14px outset !important}.outsetb14h:hover{border-bottom:14px outset !important}.outsetl14h:hover{border-left:14px outset !important}.outsetr14h:hover{border-right:14px outset !important}.outsetr15h:hover{border-right:15px outset !important}
.inset0h:hover{border:0px inset !important}.insett0h:hover{border-top:0px inset !important}.insetb0h:hover{border-bottom:0px inset !important}.insetl0h:hover{border-left:0px inset !important}.insetr0h:hover{border-right:0px inset !important}.inset1h:hover{border:1px inset !important}.insett1h:hover{border-top:1px inset !important}.insetb1h:hover{border-bottom:1px inset !important}.insetl1h:hover{border-left:1px inset !important}.insetr1h:hover{border-right:1px inset !important}.inset2h:hover{border:2px inset !important}.insett2h:hover{border-top:2px inset !important}.insetb2h:hover{border-bottom:2px inset !important}.insetl2h:hover{border-left:2px inset !important}.insetr2h:hover{border-right:2px inset !important}.inset3h:hover{border:3px inset !important}.insett3h:hover{border-top:3px inset !important}.insetb3h:hover{border-bottom:3px inset !important}.insetl3h:hover{border-left:3px inset !important}.insetr3h:hover{border-right:3px inset !important}.inset4h:hover{border:4px inset !important}.insett4h:hover{border-top:4px inset !important}.insetb4h:hover{border-bottom:4px inset !important}.insetl4h:hover{border-left:4px inset !important}.insetr4h:hover{border-right:4px inset !important}.inset5h:hover{border:5px inset !important}.insett5h:hover{border-top:5px inset !important}.insetb5h:hover{border-bottom:5px inset !important}.insetl5h:hover{border-left:5px inset !important}.insetr5h:hover{border-right:5px inset !important}.inset6h:hover{border:6px inset !important}.insett6h:hover{border-top:6px inset !important}.insetb6h:hover{border-bottom:6px inset !important}.insetl6h:hover{border-left:6px inset !important}.insetr6h:hover{border-right:6px inset !important}.inset7h:hover{border:7px inset !important}.insett7h:hover{border-top:7px inset !important}.insetb7h:hover{border-bottom:7px inset !important}.insetl7h:hover{border-left:7px inset !important}.insetr7h:hover{border-right:7px inset !important}.inset8h:hover{border:8px inset !important}.insett8h:hover{border-top:8px inset !important}.insetb8h:hover{border-bottom:8px inset !important}.insetl8h:hover{border-left:8px inset !important}.insetr8h:hover{border-right:8px inset !important}.inset9h:hover{border:9px inset !important}.insett9h:hover{border-top:9px inset !important}.insetb9h:hover{border-bottom:9px inset !important}.insetl9h:hover{border-left:9px inset !important}.insetr9h:hover{border-right:9px inset !important}.inset10h:hover{border:10px inset !important}.insett10h:hover{border-top:10px inset !important}.insetb10h:hover{border-bottom:10px inset !important}.insetl10h:hover{border-left:10px inset !important}.insetr10h:hover{border-right:10px inset !important}.inset11h:hover{border:11px inset !important}.insett11h:hover{border-top:11px inset !important}.insetb11h:hover{border-bottom:11px inset !important}.insetl11h:hover{border-left:11px inset !important}.insetr11h:hover{border-right:11px inset !important}.inset12h:hover{border:12px inset !important}.insett12h:hover{border-top:12px inset !important}.insetb12h:hover{border-bottom:12px inset !important}.insetl12h:hover{border-left:12px inset !important}.insetr12h:hover{border-right:12px inset !important}.inset13h:hover{border:13px inset !important}.insett13h:hover{border-top:13px inset !important}.insetb13h:hover{border-bottom:13px inset !important}.insetl13h:hover{border-left:13px inset !important}.insetr13h:hover{border-right:13px inset !important}.inset14h:hover{border:14px inset !important}.insett14h:hover{border-top:14px inset !important}.insetb14h:hover{border-bottom:14px inset !important}.insetl14h:hover{border-left:14px inset !important}.insetr14h:hover{border-right:14px inset !important}.insetr15h:hover{border-right:15px inset !important}

/* --- BORDER-RADIUS ------------------------------------------------------- */
/* от 0px до 20px */ 
.br0h:hover{border-radius:0px !important}.btlr0h:hover{border-top-left-radius: 0px !important}.btrr0h:hover{border-top-right-radius: 0px !important}.btlr0h:hover{border-bottom-left-radius: 0px !important}.btlr0h:hover{border-bottom-left-radius: 0px !important}.br1h:hover{border-radius:1px !important}.btlr1h:hover{border-top-left-radius: 1px !important}.btrr1h:hover{border-top-right-radius: 1px !important}.btlr1h:hover{border-bottom-left-radius: 1px !important}.btlr1h:hover{border-bottom-left-radius: 1px !important}.br2h:hover{border-radius:2px !important}.btlr2h:hover{border-top-left-radius: 2px !important}.btrr2h:hover{border-top-right-radius: 2px !important}.btlr2h:hover{border-bottom-left-radius: 2px !important}.btlr2h:hover{border-bottom-left-radius: 2px !important}.br3h:hover{border-radius:3px !important}.btlr3h:hover{border-top-left-radius: 3px !important}.btrr3h:hover{border-top-right-radius: 3px !important}.btlr3h:hover{border-bottom-left-radius: 3px !important}.btlr3h:hover{border-bottom-left-radius: 3px !important}.br4h:hover{border-radius:4px !important}.btlr4h:hover{border-top-left-radius: 4px !important}.btrr4h:hover{border-top-right-radius: 4px !important}.btlr4h:hover{border-bottom-left-radius: 4px !important}.btlr4h:hover{border-bottom-left-radius: 4px !important}.br5h:hover{border-radius:5px !important}.btlr5h:hover{border-top-left-radius: 5px !important}.btrr5h:hover{border-top-right-radius: 5px !important}.btlr5h:hover{border-bottom-left-radius: 5px !important}.btlr5h:hover{border-bottom-left-radius: 5px !important}.br6h:hover{border-radius:6px !important}.btlr6h:hover{border-top-left-radius: 6px !important}.btrr6h:hover{border-top-right-radius: 6px !important}.btlr6h:hover{border-bottom-left-radius: 6px !important}.btlr6h:hover{border-bottom-left-radius: 6px !important}.br7h:hover{border-radius:7px !important}.btlr7h:hover{border-top-left-radius: 7px !important}.btrr7h:hover{border-top-right-radius: 7px !important}.btlr7h:hover{border-bottom-left-radius: 7px !important}.btlr7h:hover{border-bottom-left-radius: 7px !important}.br8h:hover{border-radius:8px !important}.btlr8h:hover{border-top-left-radius: 8px !important}.btrr8h:hover{border-top-right-radius: 8px !important}.btlr8h:hover{border-bottom-left-radius: 8px !important}.btlr8h:hover{border-bottom-left-radius: 8px !important}.br9h:hover{border-radius:9px !important}.btlr9h:hover{border-top-left-radius: 9px !important}.btrr9h:hover{border-top-right-radius: 9px !important}.btlr9h:hover{border-bottom-left-radius: 9px !important}.btlr9h:hover{border-bottom-left-radius: 9px !important}.br10h:hover{border-radius:10px !important}.btlr10h:hover{border-top-left-radius: 10px !important}.btrr10h:hover{border-top-right-radius: 10px !important}.btlr10h:hover{border-bottom-left-radius: 10px !important}.btlr10h:hover{border-bottom-left-radius: 10px !important}.br11h:hover{border-radius:11px !important}.btlr11h:hover{border-top-left-radius: 11px !important}.btrr11h:hover{border-top-right-radius: 11px !important}.btlr11h:hover{border-bottom-left-radius: 11px !important}.btlr11h:hover{border-bottom-left-radius: 11px !important}.br12h:hover{border-radius:12px !important}.btlr12h:hover{border-top-left-radius: 12px !important}.btrr12h:hover{border-top-right-radius: 12px !important}.btlr12h:hover{border-bottom-left-radius: 12px !important}.btlr12h:hover{border-bottom-left-radius: 12px !important}.br13h:hover{border-radius:13px !important}.btlr13h:hover{border-top-left-radius: 13px !important}.btrr13h:hover{border-top-right-radius: 13px !important}.btlr13h:hover{border-bottom-left-radius: 13px !important}.btlr13h:hover{border-bottom-left-radius: 13px !important}.br14h:hover{border-radius:14px !important}.btlr14h:hover{border-top-left-radius: 14px !important}.btrr14h:hover{border-top-right-radius: 14px !important}.btlr14h:hover{border-bottom-left-radius: 14px !important}.btlr14h:hover{border-bottom-left-radius: 14px !important}.br15h:hover{border-radius:15px !important}.btlr15h:hover{border-top-left-radius: 15px !important}.btrr15h:hover{border-top-right-radius: 15px !important}.btlr15h:hover{border-bottom-left-radius: 15px !important}.btlr15h:hover{border-bottom-left-radius: 15px !important}.br16h:hover{border-radius:16px !important}.btlr16h:hover{border-top-left-radius: 16px !important}.btrr16h:hover{border-top-right-radius: 16px !important}.btlr16h:hover{border-bottom-left-radius: 16px !important}.btlr16h:hover{border-bottom-left-radius: 16px !important}.br17h:hover{border-radius:17px !important}.btlr17h:hover{border-top-left-radius: 17px !important}.btrr17h:hover{border-top-right-radius: 17px !important}.btlr17h:hover{border-bottom-left-radius: 17px !important}.btlr17h:hover{border-bottom-left-radius: 17px !important}.br18h:hover{border-radius:18px !important}.btlr18h:hover{border-top-left-radius: 18px !important}.btrr18h:hover{border-top-right-radius: 18px !important}.btlr18h:hover{border-bottom-left-radius: 18px !important}.btlr18h:hover{border-bottom-left-radius: 18px !important}.br19h:hover{border-radius:19px !important}.btlr19h:hover{border-top-left-radius: 19px !important}.btrr19h:hover{border-top-right-radius: 19px !important}.btlr19h:hover{border-bottom-left-radius: 19px !important}.btlr19h:hover{border-bottom-left-radius: 19px !important}.br20h:hover{border-radius:20px !important}.btlr20h:hover{border-top-left-radius: 20px !important}.btrr20h:hover{border-top-right-radius: 20px !important}.btlr20h:hover{border-bottom-left-radius: 20px !important}.btlr20h:hover{border-bottom-left-radius: 20px !important}
.br50h:hover{border-radius:50% !important}.btlr50h:hover{border-top-left-radius: 50% !important}.btrr50h:hover{border-top-right-radius: 50% !important}.btlr50h:hover{border-bottom-left-radius: 50% !important}.btlr50h:hover{border-bottom-left-radius: 50% !important}
.br100h:hover{border-radius:100% !important}.btlr100h:hover{border-top-left-radius: 100% !important}.btrr100h:hover{border-top-right-radius: 100% !important}.btlr100h:hover{border-bottom-left-radius: 100% !important}.btlr100h:hover{border-bottom-left-radius: 100% !important}
.br1000h:hover{border-radius:1000px !important}.btlr1000h:hover{border-top-left-radius: 1000px !important}.btrr1000h:hover{border-top-right-radius: 1000px !important}.btlr1000h:hover{border-bottom-left-radius: 1000px !important}.btlr1000h:hover{border-bottom-left-radius: 1000px !important}

/* --- OPACITY ------------------------------------------------------- */
.o0h:hover{opacity: 0% !important}.o5h:hover{opacity: 5% !important}.o10h:hover{opacity: 10% !important}.o15h:hover{opacity: 15% !important}.o20h:hover{opacity: 20% !important}.o25h:hover{opacity: 25% !important}.o30h:hover{opacity: 30% !important}.o35h:hover{opacity: 35% !important}.o40h:hover{opacity: 40% !important}.o45h:hover{opacity: 45% !important}.o50h:hover{opacity: 50% !important}.o55h:hover{opacity: 55% !important}.o60h:hover{opacity: 60% !important}.o65h:hover{opacity: 65% !important}.o70h:hover{opacity: 70% !important}.o75h:hover{opacity: 75% !important}.o80h:hover{opacity: 80% !important}.o85h:hover{opacity: 85% !important}.o90h:hover{opacity: 90% !important}.o95h:hover{opacity: 95% !important}.o100h:hover{opacity: 100% !important}

