.cookies__title{font-weight:600}.cookies__container{display:flex;flex-direction:row;align-items:center;margin:10px 0}.cookies__switch{position:relative;display:inline-block;margin-right:10px;width:34px;height:20px}.cookies__switch input{opacity:0;width:0;height:0}.cookies__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#efefee;transition:.4s}.cookies__slider:before{position:absolute;content:"";height:16px;width:13px;left:3px;bottom:2px;background-color:white;transition:.4s}input:checked+.cookies__slider{background-color:var(--pharmabest-pink)}input:focus+.cookies__slider{box-shadow:0 0 1px var(--pharmabest-pink)}input:checked+.cookies__slider:before{transform:translateX(15px)}