.color_toggle{padding:125px 0 50px}.color_toggle h2{font-size:50px;line-height:60px}.color_toggle ul{display:flex;align-items:center;justify-content:center;position:relative;z-index:4;top:-30px}.color_toggle ul li{cursor:pointer;padding:10px;width:176px;height:42px;border-radius:22px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#000;border:1px solid #f3f3f3;text-transform:uppercase;font-weight:500;font-size:18px;margin:0 5px 10px}html.light .color_toggle ul li{color:#fff}.color_toggle ul li:nth-child(2){color:#242424;background:#f3f3f3}html.light .color_toggle ul li:nth-child(2){color:#242424;background:#f3f3f3;border-radius:22px;border:1px solid #242424}.color_toggle .tab_content{display:none;text-align:center}.color_toggle .tab_content img{max-width:100%;min-width:90%}.color_toggle .tab_content.active{display:block}.color_toggle .switcher_wrap{display:none;align-items:center;justify-content:center;padding:20px 0 10px}.color_toggle .switcher_wrap .switcher{order:2;width:70px;height:38px;background:#4c4e55;border-radius:20px;margin:0 20px;position:relative}.color_toggle .switcher_wrap .switcher span{display:block;width:28px;height:28px;background:#f3f3f3;border-radius:50%;position:absolute;top:5px;left:5px;transition:left ease-in-out .2s;cursor:pointer}.color_toggle .switcher_wrap .switcher span:before{content:'';display:block;width:60px;height:100%;border-radius:28px;position:absolute;top:0;left:0;cursor:pointer}.color_toggle .switcher_wrap .switcher span:last-of-type{z-index:2}.color_toggle .switcher_wrap .switcher.active span{left:37px}.color_toggle .switcher_wrap .switcher.active span:before{left:auto;right:0}.color_toggle .switcher_wrap .switcher.active span:first-of-type{z-index:4}.color_toggle .switcher_wrap p{padding-bottom:0;color:#b2b2b2;font-size:16px;text-transform:uppercase}.color_toggle .switcher_wrap p:last-of-type{order:3}@media only screen and (max-width:1100px){.color_toggle ul{top:0}}@media only screen and (max-width:767px){.color_toggle h2{text-align:center}.color_toggle ul{display:none}.color_toggle .switcher_wrap{display:flex}}@media only screen and (max-width:479px){.color_toggle h2{font-size:30px;line-height:36px}}