/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}.iziToast-capsule,.iziToast-capsule *{box-sizing:border-box}.iziToast-overlay{display:block;position:fixed;top:-100px;left:0;right:0;bottom:-100px;z-index:997}.iziToast{display:inline-block;clear:both;position:relative;font-family:'Lato',Tahoma,Arial;font-size:14px;padding:8px 45px 9px 0;background:rgba(238,238,238,.9);border-color:rgba(238,238,238,.9);width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:54px}.iziToast>.iziToast-progressbar{position:absolute;left:0;bottom:0;width:100%;z-index:1;background:rgba(255,255,255,.2)}.iziToast>.iziToast-progressbar>div{height:2px;width:100%;background:rgba(0,0,0,.3);border-radius:0 0 3px 3px}.iziToast.iziToast-balloon:before{content:'';position:absolute;right:8px;left:auto;width:0;height:0;top:100%;border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;border-radius:0}.iziToast.iziToast-balloon .iziToast-progressbar{top:0;bottom:auto}.iziToast.iziToast-balloon>div{border-radius:0 0 0 3px}.iziToast>.iziToast-cover{position:absolute;left:0;top:0;bottom:0;height:100%;margin:0;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;background-color:rgba(0,0,0,.1)}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:auto;min-height:36px;margin:0 0 0 15px;text-align:left}.iziToast>.iziToast-body:after{content:"";display:table;clear:both}.iziToast>.iziToast-body .iziToast-texts{margin:10px 0 0;padding-right:2px;display:inline-block;float:left}.iziToast>.iziToast-body .iziToast-inputs{min-height:19px;float:left;margin:3px -2px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),.iziToast>.iziToast-body .iziToast-inputs>select{position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:4px 7px;font-size:13px;letter-spacing:.02em;background:rgba(0,0,0,.1);color:#000;box-shadow:0 0 0 1px rgba(0,0,0,.2);min-height:26px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,.iziToast>.iziToast-body .iziToast-inputs>select:focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons{min-height:17px;float:left;margin:4px -2px}.iziToast>.iziToast-body .iziToast-buttons>a,.iziToast>.iziToast-body .iziToast-buttons>button,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]){position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:5px 10px;font-size:12px;letter-spacing:.02em;cursor:pointer;background:rgba(0,0,0,.1);color:#000}.iziToast>.iziToast-body .iziToast-buttons>a:hover,.iziToast>.iziToast-body .iziToast-buttons>button:hover,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover{background:rgba(0,0,0,.2)}.iziToast>.iziToast-body .iziToast-buttons>a:focus,.iziToast>.iziToast-body .iziToast-buttons>button:focus,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons>a:active,.iziToast>.iziToast-body .iziToast-buttons>button:active,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active{top:1px}.iziToast>.iziToast-body .iziToast-icon{position:absolute;left:0;top:50%;display:table;font-size:23px;line-height:24px;margin-top:-12px;color:#000;width:24px;height:24px}.iziToast>.iziToast-body .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast>.iziToast-body .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-message,.iziToast>.iziToast-body .iziToast-title{padding:0;font-size:14px;line-height:16px;text-align:left;float:left;white-space:normal}.iziToast>.iziToast-body .iziToast-title{color:#000;margin:0}.iziToast>.iziToast-body .iziToast-message{margin:0 0 10px;color:rgba(0,0,0,.6)}.iziToast.iziToast-animateInside .iziToast-buttons-child,.iziToast.iziToast-animateInside .iziToast-icon,.iziToast.iziToast-animateInside .iziToast-inputs-child,.iziToast.iziToast-animateInside .iziToast-message,.iziToast.iziToast-animateInside .iziToast-title{opacity:0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}.iziToast-wrapper .iziToast.iziToast-balloon:before{border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;right:8px;left:auto}.iziToast-wrapper-bottomLeft{left:0;bottom:0;text-align:left}.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before{border-right:15px solid transparent;border-left:0 solid transparent;right:auto;left:8px}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0;text-align:left}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;justify-content:center;flex-flow:column;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 45px;font-family:Tahoma,'Lato',Arial}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0;text-align:right}.iziToast-rtl .iziToast-body .iziToast-buttons,.iziToast-rtl .iziToast-body .iziToast-inputs,.iziToast-rtl .iziToast-body .iziToast-message,.iziToast-rtl .iziToast-body .iziToast-texts,.iziToast-rtl .iziToast-body .iziToast-title{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast{margin:5px 0;border-radius:3px;width:auto}.iziToast:after{content:'';z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25)}.iziToast:not(.iziToast-rtl) .iziToast-cover{border-radius:3px 0 0 3px}.iziToast.iziToast-rtl .iziToast-cover{border-radius:0 3px 3px 0}.iziToast.iziToast-color-dark:after{box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25)}.iziToast.iziToast-balloon .iziToast-progressbar{background:0 0}.iziToast.iziToast-balloon:after{box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25)}.iziToast-target .iziToast:after{box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1)}}.iziToast.iziToast-theme-dark{background:#565c70;border-color:#565c70}.iziToast.iziToast-theme-dark .iziToast-title{color:#fff}.iziToast.iziToast-theme-dark .iziToast-message{color:rgba(255,255,255,.7);font-weight:300}.iziToast.iziToast-theme-dark .iziToast-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px}.iziToast.iziToast-theme-dark .iziToast-icon{color:#fff}.iziToast.iziToast-theme-dark .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-buttons>a,.iziToast.iziToast-theme-dark .iziToast-buttons>button,.iziToast.iziToast-theme-dark .iziToast-buttons>input{color:#fff;background:rgba(255,255,255,.1)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover{background:rgba(255,255,255,.2)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus{box-shadow:0 0 0 1px rgba(255,255,255,.6)}.iziToast.iziToast-color-red{background:rgba(255,175,180,.9);border-color:rgba(255,175,180,.9)}.iziToast.iziToast-color-orange{background:rgba(255,207,165,.9);border-color:rgba(255,207,165,.9)}.iziToast.iziToast-color-yellow{background:rgba(255,249,178,.9);border-color:rgba(255,249,178,.9)}.iziToast.iziToast-color-blue{background:rgba(157,222,255,.9);border-color:rgba(157,222,255,.9)}.iziToast.iziToast-color-green{background:rgba(166,239,184,.9);border-color:rgba(166,239,184,.9)}.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{width:100%}.iziToast.iziToast-layout3{border-radius:2px}.iziToast.iziToast-layout3::after{display:none}.iziToast .revealIn,.iziToast.revealIn{-webkit-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both}.iziToast .slideIn,.iziToast.slideIn{-webkit-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziToast.bounceInLeft{-webkit-animation:iziT-bounceInLeft .7s ease-in-out both;animation:iziT-bounceInLeft .7s ease-in-out both}.iziToast.bounceInRight{-webkit-animation:iziT-bounceInRight .85s ease-in-out both;animation:iziT-bounceInRight .85s ease-in-out both}.iziToast.bounceInDown{-webkit-animation:iziT-bounceInDown .7s ease-in-out both;animation:iziT-bounceInDown .7s ease-in-out both}.iziToast.bounceInUp{-webkit-animation:iziT-bounceInUp .7s ease-in-out both;animation:iziT-bounceInUp .7s ease-in-out both}.iziToast .fadeIn,.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .7s ease both;animation:iziT-fadeInUp .7s ease both}.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .7s ease both;animation:iziT-fadeInDown .7s ease both}.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.flipInX{-webkit-animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both;animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both}.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}.iziToast.fadeOutDown{-webkit-animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutUp{-webkit-animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutLeft{-webkit-animation:iziT-fadeOutLeft .5s ease both;animation:iziT-fadeOutLeft .5s ease both}.iziToast.fadeOutRight{-webkit-animation:iziT-fadeOutRight .5s ease both;animation:iziT-fadeOutRight .5s ease both}.iziToast.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast-overlay.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast-overlay.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}@-webkit-keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px)}70%{-webkit-transform:translateX(10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px)}70%{-webkit-transform:translateX(-10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px)}70%{-webkit-transform:translateY(-5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px)}70%{-webkit-transform:translateY(5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}@keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}@-webkit-keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}@keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}@keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.slideMenu-enter-active[data-v-a27ab812], .slideMenu-leave-active[data-v-a27ab812] {
  transition: 0.3s all ease;
}
.slideMenu-enter[data-v-a27ab812] {
  transform: translateX(-100%);
}
.slideMenu-leave-to[data-v-a27ab812] {
  transform: translateX(-100%);
}
.slideMenu-enter-to[data-v-a27ab812], .slideMenu-leave[data-v-a27ab812] {
  transform: translateX(0);
}
.slideSubmenu-enter-active[data-v-a27ab812], .slideSubmenu-leave-active[data-v-a27ab812] {
  transition: 0.3s all ease;
  position: absolute;
}
.slideSubmenu-enter[data-v-a27ab812] {
  transform: translateX(100%);
}
.slideSubmenu-leave-to[data-v-a27ab812] {
  transform: translateX(100%);
}
.slideSubmenu-enter-to[data-v-a27ab812], .slideSubmenu-leave[data-v-a27ab812] {
  transform: translateX(0);
}
.main-header[data-v-a27ab812] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  z-index: 100;
}
.main-header__top[data-v-a27ab812] {
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
.main-header__top[data-v-a27ab812] {
    box-shadow: 0 4px 8px #00000033;
}
}
.main-header__wrapper[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 80px;
}
@media only screen and (min-width: 768px) {
.main-header__wrapper[data-v-a27ab812] {
    height: 100px;
}
}
.main-header__lang-switch[data-v-a27ab812] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #f5f7fa;
  border-width: 0;
  border-radius: 9876px;
  padding: 12px 28px 12px 16px;
  color: #616e7c;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.15;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  margin-right: 20px;
}
.main-header .logo-wrapper.mobileSearch[data-v-a27ab812] {
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.main-header .logo-wrapper[data-v-a27ab812] {
    margin-right: auto;
}
}
.main-header__logo[data-v-a27ab812] {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 128px;
  height: 60px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
.main-header__logo[data-v-a27ab812] {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}
}
.main-header__top-menu[data-v-a27ab812] {
  margin-left: auto;
  color: #616E7C;
}
.main-header__top-menu ul[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main-header__top-menu ul li[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 100px;
  margin: 0 25px;
}
.main-header__top-menu ul li[data-v-a27ab812]:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #E60000;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s opacity ease;
}
.main-header__top-menu ul li a[data-v-a27ab812] {
  margin-top: 5px;
  color: #616E7C;
  transition: 0.3s color ease;
}
.main-header__top-menu ul li.current a[data-v-a27ab812], .main-header__top-menu ul li:hover a[data-v-a27ab812] {
  color: #E60000;
}
.main-header__top-menu ul li.current[data-v-a27ab812]:before, .main-header__top-menu ul li[data-v-a27ab812]:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-header .compare[data-v-a27ab812],
.main-header .favourites[data-v-a27ab812] {
  position: relative;
  padding: 9px 15px 6px 31px;
  background-color: #f5f7fa;
  color: #616E7C;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 27px;
}
.main-header .compare[data-v-a27ab812]:before,
.main-header .favourites[data-v-a27ab812]:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 11px;
  height: 11px;
  content: "";
  transform: translateY(-50%);
}
.main-header .compare[data-v-a27ab812]:before {
  width: 11px;
  height: 11px;
  background: url("/img/icon-duplicate.svg") no-repeat center center;
  background-size: contain;
}
.main-header .favourites[data-v-a27ab812]:before {
  width: 12px;
  height: 10.5px;
  background: url("/img/icon-heart.svg") no-repeat center center;
  background-size: contain;
}
.main-header__btn.compare[data-v-a27ab812] {
  margin: 0 auto;
}
.main-header__btn.favourites[data-v-a27ab812] {
  margin-left: 25px;
}
.main-header__search[data-v-a27ab812] {
  position: relative;
  margin-right: 25px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
.main-header__search[data-v-a27ab812] {
    margin: 0 20px;
}
}
@media only screen and (max-width: 1200px) {
.main-header__search.mobile[data-v-a27ab812] {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
}
}
.main-header__search input[data-v-a27ab812] {
  padding: 12px 20px;
  color: #616e7c;
  font-weight: 400;
  font-size: 14px;
  background-color: #f5f7fa;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 40px;
  transition: 0.3s all ease;
  width: 40px;
}
.main-header__search input + img[data-v-a27ab812] {
  right: 10px;
}
.main-header__search input[data-v-a27ab812]::-webkit-input-placeholder {
  color: #616e7c;
}
.main-header__search input[data-v-a27ab812]:-moz-placeholder {
  color: #616e7c;
}
.main-header__search input[data-v-a27ab812]::-moz-placeholder {
  color: #616e7c;
}
.main-header__search input[data-v-a27ab812]:-ms-input-placeholder {
  color: #616e7c;
}
@media only screen and (min-width: 768px) {
.main-header__search input[data-v-a27ab812] {
    width: 226px;
}
}
.main-header__search input.mobile[data-v-a27ab812] {
  width: 100%;
}
.main-header__search input.mobile + img[data-v-a27ab812] {
  right: 10px;
}
.main-header__search img[data-v-a27ab812] {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
.main-header__search img[data-v-a27ab812] {
    right: 20px;
}
}
.main-header__contact[data-v-a27ab812] {
  position: relative;
  padding: 14px 20px 12px 48px;
  background-color: #E60000;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px;
  transition: 0.2s box-shadow ease;
}
.main-header__contact[data-v-a27ab812]:hover {
  box-shadow: 0 4px 8px #00000033;
}
.main-header__contact[data-v-a27ab812]:before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url("/img/icon-call-white.svg") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
.main-header__submenu__wrapper[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.main-header__submenu[data-v-a27ab812] {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 50px 0 10px;
  background-color: #fff;
  z-index: 90;
}
.main-header__submenu h3[data-v-a27ab812] {
  margin-bottom: 40px;
}
.main-header__products[data-v-a27ab812] {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
.main-header__products[data-v-a27ab812] {
    width: 50%;
}
}
.main-header__products__wrapper[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main-header__products__item[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  margin-bottom: 28px;
  padding-left: 30px;
  position: relative;
}
.main-header__products__item .img-wrapper[data-v-a27ab812] {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.main-header__products__item img[data-v-a27ab812] {
  max-width: 50px;
  max-height: 50px;
}
.main-header__products__item nav[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.main-header__products__loader[data-v-a27ab812] {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%);
  height: 2px;
  background-color: #e4e7eb;
  width: 0;
  transition: width 0.2s;
}
.main-header__products__loader-loading[data-v-a27ab812] {
  width: calc((100 - var(--width)) * 1%);
  transition: none;
}
.main-header__products__loader-static[data-v-a27ab812] {
  width: 100%;
}
.main-header__products__category[data-v-a27ab812], .main-header__products__subcategory[data-v-a27ab812] {
  font-size: 14px;
  line-height: 1.2857;
}
.main-header__products__category[data-v-a27ab812] {
  margin-bottom: 15px;
  color: #535c66;
  font-weight: 800;
}
.main-header__products__subcategory[data-v-a27ab812] {
  margin-bottom: 7px;
  color: #616e7c;
}
.main-header__featured[data-v-a27ab812] {
  width: 50%;
  padding-left: 120px;
}
.main-header__featured__wrapper[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.main-header__featured__wrapper > img[data-v-a27ab812] {
  width: 100%;
  max-width: 160px;
  margin-right: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 240px;
}
@media only screen and (min-width: 1400px) {
.main-header__featured__wrapper > img[data-v-a27ab812] {
    max-width: 208px;
    max-height: 300px;
}
}
.main-header__featured__wrapper h4[data-v-a27ab812] {
  margin-bottom: 5px;
  font-weight: 400;
  color: #E60000;
  font-weight: normal;
}
.main-header__featured__wrapper span[data-v-a27ab812] {
  display: inline-block;
  margin-bottom: 10px;
  color: #cbd2d9;
  font-size: 14px;
}
.main-header__featured__wrapper p[data-v-a27ab812] {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: #7b8794;
}
.main-header__featured__wrapper ul[data-v-a27ab812] {
  list-style: none;
  font-size: 12px;
  line-height: 1.1666;
}
.main-header__featured__wrapper ul li[data-v-a27ab812] {
  position: relative;
  margin-bottom: 6px;
  padding-left: 16.5px;
  color: #7b8794;
}
.main-header__featured__wrapper ul li[data-v-a27ab812]:before {
  position: absolute;
  top: 35%;
  left: 0;
  width: 10.8px;
  height: 10.8px;
  content: "";
  background: url("/img/icon-check-circle.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.main-header__featured__wrapper ul li.green[data-v-a27ab812] {
  color: #C1D82F;
  background: url("/img/icon-check-circle-green.svg") no-repeat center center;
  background-size: contain;
}
.main-header__featured__buttons[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-top: 21px;
}
.main-header__featured__favourite[data-v-a27ab812], .main-header__featured__compare[data-v-a27ab812] {
  position: relative;
  width: 27px;
  height: 27px;
  background-color: #f5f7fa;
  border-radius: 50%;
}
.main-header__featured__favourite[data-v-a27ab812]:before, .main-header__featured__compare[data-v-a27ab812]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
.main-header__featured__favourite[data-v-a27ab812] {
  margin-right: 10px;
}
.main-header__featured__favourite[data-v-a27ab812]:before {
  width: 12px;
  height: 10.5px;
  background: url("/img/icon-heart.svg") no-repeat center center;
  background-size: contain;
}
.main-header__featured__compare[data-v-a27ab812] {
  margin-right: 33px;
}
.main-header__featured__compare[data-v-a27ab812]:before {
  width: 11px;
  height: 11px;
  background: url("/img/icon-duplicate.svg") no-repeat center center;
  background-size: contain;
}
.main-header__featured__more[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.main-header__featured__more span[data-v-a27ab812]:first-of-type {
  margin-top: 13px;
  color: #E60000;
  font-weight: 600;
  font-size: 16px;
}
.main-header__featured__more span[data-v-a27ab812]:last-of-type {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
  background-color: #f5f7fa;
  border-radius: 50%;
}
.main-header__featured__more span[data-v-a27ab812]:last-of-type:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 16px;
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.main-header__featured__cart[data-v-a27ab812] {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #E60000;
  border-radius: 50%;
}
.main-header__featured__cart[data-v-a27ab812]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  background: url("/img/icon-cart-white.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.main-header__burger[data-v-a27ab812] {
  position: relative;
  width: 26px;
  height: 18px;
}
.main-header__burger span[data-v-a27ab812] {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #E60000;
  transition: 0.3s all ease;
}
.main-header__burger span[data-v-a27ab812]:nth-of-type(1) {
  width: 26px;
  top: 0;
}
.main-header__burger span[data-v-a27ab812]:nth-of-type(2) {
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.main-header__burger span[data-v-a27ab812]:nth-of-type(3) {
  width: 13px;
  bottom: 0;
}
.main-header__burger.active span[data-v-a27ab812]:nth-of-type(1) {
  width: 19px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
.main-header__burger.active span[data-v-a27ab812]:nth-of-type(2) {
  width: 19px;
  transform: translateY(-50%) rotate(-45deg);
}
.main-header__burger.active span[data-v-a27ab812]:nth-of-type(3) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.main-header__menu--mobile[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 40px 50px 40px;
  background-color: #fff;
  overflow-y: auto;
}
.main-header__menu--mobile__wrapper[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 160px);
}
.main-header__menu--mobile__menu[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.main-header__menu--mobile__menu a[data-v-a27ab812] {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  color: #616e7c;
}
.main-header__menu--mobile__menu a.main-header__menu--mobile__contact-us[data-v-a27ab812] {
  position: relative;
  margin-top: 10px;
  padding: 14px 20px 12px 48px;
  background-color: #E60000;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  border-radius: 20px;
  box-shadow: 0 4px 8px #00000033;
}
.main-header__menu--mobile__menu a.main-header__menu--mobile__contact-us[data-v-a27ab812]:before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url("/img/icon-call-white.svg") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}
.main-header__menu--mobile__submenu[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: calc(100vw - 50px);
  padding-right: 50px;
}
.main-header__menu--mobile__submenu .back[data-v-a27ab812] {
  position: relative;
  margin-bottom: 56px;
  margin-right: 50%;
  color: #616e7c;
  padding: 0 0 0 60px;
  font-size: 26px;
  font-weight: 600;
}
.main-header__menu--mobile__submenu .back[data-v-a27ab812]:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #f5f7fa;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}
.main-header__menu--mobile__submenu .back[data-v-a27ab812]:after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 16px;
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item[data-v-a27ab812] {
  width: 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 28px;
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item[data-v-a27ab812]:nth-of-type(even) {
  padding-left: 30px;
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item .img-wrapper[data-v-a27ab812] {
  height: 50px;
  margin-bottom: 20px;
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item img[data-v-a27ab812] {
  max-width: 60px;
  margin-right: 30px;
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item nav[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  font-size: 14px;
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item nav .main-header__products__category[data-v-a27ab812] {
  margin-bottom: 20px;
}
.main-header__menu--mobile__submenu .main-header__products--mobile__item nav .main-header__products__subcategory[data-v-a27ab812] {
  margin-bottom: 10px;
}
.main-header__menu--mobile__btn[data-v-a27ab812] {
  margin-bottom: 10px;
}
.main-header__menu--mobile__bottom[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.main-header__menu--mobile__social-media[data-v-a27ab812] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 21px 0 39px;
  display: none;
}
.main-header__menu--mobile__social-media a[data-v-a27ab812] {
  margin: 0 14px;
}
.main-header__menu--mobile__social-media a img[data-v-a27ab812] {
  width: 20px;
  height: 20px;
}
.main-header__menu--mobile__lang[data-v-a27ab812] {
  color: #616e7c;
  font-size: 16px;
}
.main-header .overlay[data-v-a27ab812] {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.main-footer[data-v-e4df7ff6] {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
.main-footer[data-v-e4df7ff6] {
    margin-top: 60px;
}
}
.main-footer h3[data-v-e4df7ff6] {
  margin-bottom: 30px;
}
.main-footer .main-footer__top[data-v-e4df7ff6] {
  background: #f5f7fa;
}
.main-footer__top__wrapper[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 50px 0 40px;
}
.main-footer__top__wrapper[data-v-e4df7ff6]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E60000;
  content: "";
}
.main-footer__products[data-v-e4df7ff6] {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
.main-footer__products[data-v-e4df7ff6] {
    width: 70%;
}
}
.main-footer__products nav[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  flex-flow: column wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-height: 700px;
}
@media only screen and (min-width: 768px) {
.main-footer__products nav[data-v-e4df7ff6] {
    flex-flow: row wrap;
}
}
.main-footer__products__item[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.main-footer__products__item[data-v-e4df7ff6] {
    width: 33.3333%;
}
}
.main-footer__products__item[data-v-e4df7ff6]:nth-of-type(6), .main-footer__products__item[data-v-e4df7ff6]:nth-of-type(7), .main-footer__products__item[data-v-e4df7ff6]:nth-of-type(8), .main-footer__products__item[data-v-e4df7ff6]:nth-of-type(9) {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
.main-footer__products__item[data-v-e4df7ff6]:nth-of-type(6), .main-footer__products__item[data-v-e4df7ff6]:nth-of-type(7), .main-footer__products__item[data-v-e4df7ff6]:nth-of-type(8), .main-footer__products__item[data-v-e4df7ff6]:nth-of-type(9) {
    padding-left: 0;
}
}
.main-footer__products__category[data-v-e4df7ff6] {
  margin-bottom: 20px;
  color: #9aa5b1;
  font-size: 14px;
  transition: 0.3s color ease;
}
.main-footer__products__category[data-v-e4df7ff6]:hover {
  color: #E60000;
}
.main-footer__products__subcategory[data-v-e4df7ff6] {
  margin-bottom: 12px;
  color: #616e7c;
  font-size: 16px;
  transition: 0.3s color ease;
}
.main-footer__products__subcategory[data-v-e4df7ff6]:hover {
  color: #E60000;
}
.main-footer__menu[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
.main-footer__menu[data-v-e4df7ff6] {
    width: 50%;
}
}
@media only screen and (min-width: 1024px) {
.main-footer__menu[data-v-e4df7ff6] {
    width: 25%;
}
}
.main-footer__menu nav[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.main-footer__menu a[data-v-e4df7ff6] {
  margin-bottom: 12px;
  color: #616e7c;
  font-size: 16px;
}
.main-footer__menu a.main-footer__menu__top[data-v-e4df7ff6] {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
  color: #616e7c;
}
@media only screen and (min-width: 1280px) {
.main-footer__menu a.main-footer__menu__top[data-v-e4df7ff6] {
    font-size: 36px;
}
}
.main-footer__menu a:not(.main-footer__menu__top) + .main-footer__menu__top[data-v-e4df7ff6] {
  margin-top: 30px;
}
.main-footer__contact[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
.main-footer__contact[data-v-e4df7ff6] {
    width: 50%;
}
}
@media only screen and (min-width: 1024px) {
.main-footer__contact[data-v-e4df7ff6] {
    width: 25%;
}
}
.main-footer__contact__contact-us[data-v-e4df7ff6] {
  -ms-align-self: flex-end;
  align-self: flex-end;
  position: relative;
  margin-top: 40px;
  padding-right: 60px;
  color: #E60000;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
.main-footer__contact__contact-us[data-v-e4df7ff6] {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
}
.main-footer__contact__contact-us[data-v-e4df7ff6]:before {
  position: absolute;
  top: 38%;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f7fa;
  content: "";
  transform: translateY(-50%);
}
.main-footer__contact__contact-us[data-v-e4df7ff6]:after {
  position: absolute;
  top: 38%;
  right: 25px;
  width: 20px;
  height: 16px;
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translate(50%, -50%);
}
.main-footer__tel[data-v-e4df7ff6], .main-footer__mobile[data-v-e4df7ff6], .main-footer__contact__info[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 50px;
  margin-bottom: 20px;
}
.main-footer__tel[data-v-e4df7ff6]:before, .main-footer__mobile[data-v-e4df7ff6]:before, .main-footer__contact__info[data-v-e4df7ff6]:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f7fa;
  content: "";
  transform: translateY(-50%);
}
.main-footer__tel[data-v-e4df7ff6]:after, .main-footer__mobile[data-v-e4df7ff6]:after, .main-footer__contact__info[data-v-e4df7ff6]:after {
  position: absolute;
  top: 50%;
  left: 25px;
  content: "";
  transform: translate(-50%, -50%);
}
.main-footer__tel span[data-v-e4df7ff6], .main-footer__mobile span[data-v-e4df7ff6], .main-footer__contact__info span[data-v-e4df7ff6] {
  margin-left: 70px;
  color: #E60000;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
.main-footer__tel span[data-v-e4df7ff6], .main-footer__mobile span[data-v-e4df7ff6], .main-footer__contact__info span[data-v-e4df7ff6] {
    margin-left: 90px;
}
}
.main-footer__tel[data-v-e4df7ff6]:after {
  width: 20px;
  height: 20px;
  background: url("/img/icon-call-dark.svg") no-repeat center center;
  background-size: contain;
}
.main-footer__mobile[data-v-e4df7ff6]:after {
  width: 12px;
  height: 20px;
  background: url("/img/icon-mobile-dark.svg") no-repeat center center;
  background-size: contain;
}
.main-footer__contact__info p[data-v-e4df7ff6] {
  margin-left: 70px;
  color: #75808d;
  font-size: 14px;
  line-height: 1.4285;
}
@media only screen and (min-width: 768px) {
.main-footer__contact__info p[data-v-e4df7ff6] {
    margin-left: 90px;
}
}
.main-footer__contact__info[data-v-e4df7ff6]:after {
  width: 20px;
  height: 20px;
  background: url("/img/icon-clock-dark.svg") no-repeat center center;
  background-size: contain;
}
.main-footer__bottom__wrapper[data-v-e4df7ff6] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 40px 0;
}
@media only screen and (min-width: 1280px) {
.main-footer__bottom__wrapper[data-v-e4df7ff6] {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 120px;
    padding: 0;
}
}
.main-footer__bottom .license-info[data-v-e4df7ff6] {
  color: #7b8794;
  font-size: 12px;
  line-height: 17px;
  margin-top: 20px;
}
@media only screen and (min-width: 1280px) {
.main-footer__bottom .license-info[data-v-e4df7ff6] {
    margin-top: 0px;
}
}
.main-footer__bottom nav[data-v-e4df7ff6] {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
.main-footer__bottom nav[data-v-e4df7ff6] {
    width: auto;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    margin: 10px 0 0 0px;
    text-align: left;
}
}
.main-footer__bottom nav a[data-v-e4df7ff6] {
  margin: 0 8px;
  font-size: 12px;
  color: #616e7c;
  text-transform: uppercase;
  text-decoration: underline;
}
@media only screen and (min-width: 1280px) {
.main-footer__bottom nav a[data-v-e4df7ff6] {
    margin: 0 15px;
    color: #cbd2d9;
}
.main-footer__bottom nav a[data-v-e4df7ff6]:first-child {
    margin-left: 0px;
}
}
.main-footer__bottom .copyright[data-v-e4df7ff6] {
  margin: 0 8px;
  font-size: 12px;
  color: #616e7c;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) {
.main-footer__bottom .copyright[data-v-e4df7ff6] {
    margin: 0 15px;
    color: #cbd2d9;
}
}
.main-footer__logo[data-v-e4df7ff6] {
  display: block;
  width: 128px;
  height: 40px;
}
@media only screen and (min-width: 1280px) {
.main-footer__logo[data-v-e4df7ff6] {
    margin-right: 20px;
}
}
.main-footer__social-media[data-v-e4df7ff6] {
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  text-align: right;
}
@media only screen and (min-width: 1280px) {
.main-footer__social-media[data-v-e4df7ff6] {
    flex-grow: none;
    text-align: left;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-right: 50px;
}
}
.main-footer__social-media a[data-v-e4df7ff6] {
  margin: 0 14px;
}
.main-footer__social-media img[data-v-e4df7ff6] {
  width: 20px;
  height: 20px;
}
.main-footer__lang[data-v-e4df7ff6] {
  width: 100%;
  text-align: center;
  color: #616e7c;
  font-size: 16px;
}
@media only screen and (min-width: 1280px) {
.main-footer__lang[data-v-e4df7ff6] {
    width: 25%;
    text-align: left;
}
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.slide-enter-active[data-v-77aca1c7], .slide-leave-active[data-v-77aca1c7] {
  transition: 0.6s all ease;
}
.slide-enter[data-v-77aca1c7] {
  left: 100% !important;
  transform: translateX(0) !important;
}
.slide-leave-to[data-v-77aca1c7] {
  transform: translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.slide-enter-to[data-v-77aca1c7] {
  transform: translateX(-50%);
}
.slide-leave[data-v-77aca1c7] {
  transform: translateX(-50%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideReverse-enter-active[data-v-77aca1c7], .slideReverse-leave-active[data-v-77aca1c7] {
  transition: 0.6s all ease;
}
.slideReverse-enter[data-v-77aca1c7] {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-50%);
}
.slideReverse-leave-to[data-v-77aca1c7] {
  left: 100% !important;
  transform: translateX(0) !important;
}
.slideReverse-enter-to[data-v-77aca1c7] {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-50%);
}
.slideReverse-leave[data-v-77aca1c7] {
  transform: translateX(-50%);
}
.slider[data-v-77aca1c7] {
  overflow: hidden;
}
.slider__wrapper[data-v-77aca1c7] {
  position: relative;
  padding-bottom: 55.55%;
}
@media only screen and (min-width: 768px) {
.slider__wrapper[data-v-77aca1c7] {
    min-height: 450px;
    padding-bottom: 23.44%;
}
}
@media only screen and (min-width: 1280px) {
.slider__wrapper[data-v-77aca1c7] {
    min-height: 600px;
}
}
.slider__bg[data-v-77aca1c7] {
  background-color: #f5f7fa;
}
.slider__item[data-v-77aca1c7] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding-bottom: 55.55%;
  max-width: 1440px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
.slider__item[data-v-77aca1c7] {
    min-height: 450px;
    padding-bottom: 23.44%;
}
}
@media only screen and (min-width: 1280px) {
.slider__item[data-v-77aca1c7] {
    min-height: 600px;
}
}
.slider__captions[data-v-77aca1c7] {
  position: relative;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) {
.slider__captions[data-v-77aca1c7] {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin: 0;
}
}
.slider__captions__item[data-v-77aca1c7] {
  position: relative;
  width: calc(100% - 30px);
  min-height: 106px;
  margin-right: 30px;
  padding: 24px 24px 20px 15px;
  background-color: #f5f7fa;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
.slider__captions__item[data-v-77aca1c7] {
    width: 33.3333%;
    min-height: 220px;
    margin-right: 0;
    padding: 20px;
    transition: 0.3s all ease;
}
}
@media only screen and (min-width: 1280px) {
.slider__captions__item[data-v-77aca1c7] {
    padding: 40px;
}
}
.slider__captions__item h2[data-v-77aca1c7] {
  margin-bottom: 6px;
  color: #616e7c;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2222;
  width: 70%;
}
@media only screen and (min-width: 1280px) {
.slider__captions__item h2[data-v-77aca1c7] {
    font-size: 36px;
}
}
.slider__captions__item p[data-v-77aca1c7] {
  color: #9aa5b1;
  font-size: 14px;
  line-height: 1.5;
  width: 70%;
}
@media only screen and (min-width: 1280px) {
.slider__captions__item p[data-v-77aca1c7] {
    font-size: 16px;
}
}
.slider__captions__item a[data-v-77aca1c7] {
  display: none;
}
.slider__captions__item.active[data-v-77aca1c7] {
  background-color: #E60000;
  color: #fff;
  margin-top: -20px;
  z-index: 10;
  box-shadow: 0 8px 14px #00000033;
}
@media only screen and (min-width: 768px) {
.slider__captions__item.active[data-v-77aca1c7] {
    margin-top: -50px;
}
}
.slider__captions__item.active h2[data-v-77aca1c7],
.slider__captions__item.active p[data-v-77aca1c7] {
  color: #fff;
}
.slider__captions__item.active a[data-v-77aca1c7] {
  display: inline-block;
  color: #e60000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 10px;
  background: #fff;
  padding: 11px 40px 7px 10px;
  border-radius: 3px;
}
.slider__captions__item.active a[data-v-77aca1c7]:after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 18px;
  height: 16px;
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translate(-50%, -50%);
}
.slider__captions .next[data-v-77aca1c7] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: #e4e7eb;
}
.slider__captions .next[data-v-77aca1c7]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  content: "";
  background: url("/img/icon-cheveron-down-red.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.products[data-v-3ac9854a] {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
.products[data-v-3ac9854a] {
    padding: 60px 0 65px;
}
}
@media only screen and (min-width: 1480px) {
.products[data-v-3ac9854a] {
    padding-top: 40px;
}
}
.products .container[data-v-3ac9854a] {
  overflow: hidden;
}
@media only screen and (min-width: 1480px) {
.products .container[data-v-3ac9854a] {
    position: relative;
    padding: 20px 0 0 0;
    max-width: 1440px;
}
}
.products h2[data-v-3ac9854a] {
  margin-top: 13px;
  font-size: 26px;
  font-weight: 600;
  color: #616e7c;
}
@media only screen and (min-width: 768px) {
.products h2[data-v-3ac9854a] {
    margin-top: 0;
    text-align: center;
}
}
@media only screen and (min-width: 1280px) {
.products h2[data-v-3ac9854a] {
    font-size: 36px;
}
}
.products__nav[data-v-3ac9854a] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: absolute;
  top: 40px;
  right: 15px;
}
@media only screen and (min-width: 1480px) {
.products__nav[data-v-3ac9854a] {
    top: 0px;
    right: 0;
}
}
.products__nav button[data-v-3ac9854a] {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.products__nav button[data-v-3ac9854a]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  background: url("/img/icon-cheveron-down-red.svg") no-repeat center center;
  background-size: contain;
  content: "";
}
.products__nav .prev[data-v-3ac9854a] {
  background-color: #e4e7eb;
}
.products__nav .prev[data-v-3ac9854a]:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.products__nav .next[data-v-3ac9854a] {
  margin-left: 10px;
  background-color: #e4e7eb;
}
.products__nav .next[data-v-3ac9854a]:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.products__nav .disable[data-v-3ac9854a] {
  background-color: #f5f7fa;
}
.products__wrapper[data-v-3ac9854a] {
  margin-top: 50px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (min-width: 768px) {
.products__wrapper[data-v-3ac9854a] {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
}
.products__item[data-v-3ac9854a] {
  width: 50%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  transition: 0.3s transform ease;
}
@media only screen and (min-width: 768px) {
.products__item[data-v-3ac9854a] {
    width: 16.6666vw;
}
}
.products__item h2[data-v-3ac9854a] {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 42px;
}
.products__item:hover .products__category[data-v-3ac9854a], .products__item.active .products__category[data-v-3ac9854a] {
  color: #3e4c59;
}
.products__item:hover .products__category[data-v-3ac9854a]:after, .products__item.active .products__category[data-v-3ac9854a]:after {
  width: 40px;
}
.products__item:hover .products__subcategory[data-v-3ac9854a], .products__item.active .products__subcategory[data-v-3ac9854a] {
  color: #3e4c59;
}
.products__item:hover .products__image img[data-v-3ac9854a], .products__item.active .products__image img[data-v-3ac9854a] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products__item:hover .products__image span[data-v-3ac9854a], .products__item.active .products__image span[data-v-3ac9854a] {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products__category[data-v-3ac9854a] {
  position: relative;
  margin-bottom: 42px;
  color: #9aa5b1;
  transition: 0.3s color ease;
}
.products__category[data-v-3ac9854a]:after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E60000;
  content: "";
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
.products__category[data-v-3ac9854a]:after {
    transition: 0.3s width ease;
}
}
.products__category[data-v-3ac9854a]:hover {
  color: #E60000 !important;
}
.products__subcategories[data-v-3ac9854a] {
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.products__subcategory[data-v-3ac9854a] {
  margin-bottom: 10px;
  color: #9aa5b1;
  transition: 0.3s color ease;
}
.products__subcategory[data-v-3ac9854a]:hover {
  color: #E60000 !important;
}
.products__image[data-v-3ac9854a] {
  position: relative;
}
.products__image img[data-v-3ac9854a] {
  margin-top: 70px;
  max-width: 80px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: 0.3s opacity ease;
}
@media only screen and (min-width: 768px) {
.products__image img[data-v-3ac9854a] {
    margin-top: 20px;
    max-width: 60px;
}
}
@media only screen and (min-width: 1280px) {
.products__image img[data-v-3ac9854a] {
    max-width: 80px;
}
}
.products__image span[data-v-3ac9854a] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 20px;
  left: calc(100% + 20px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f7fa;
  transition: 0.3s opacity ease;
}
.products__image span[data-v-3ac9854a]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 16px;
  content: "";
  background: url("/img/icon-arrow-right-dark.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.user-manual[data-v-4a787552] {
  position: relative;
}
.user-manual__wrapper[data-v-4a787552] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.user-manual .left[data-v-4a787552],
.user-manual .right[data-v-4a787552] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
.user-manual .left[data-v-4a787552],
.user-manual .right[data-v-4a787552] {
    width: 50%;
}
}
.user-manual .left[data-v-4a787552] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding: 40px 15px 80px;
  background-color: #e4e7eb;
  min-height: 480px;
}
@media only screen and (min-width: 768px) {
.user-manual .left[data-v-4a787552] {
    width: 50%;
    min-height: 600px;
    margin: 0;
    padding: 80px 40px;
    background-color: #f5f7fa;
}
}
@media only screen and (min-width: 1280px) {
.user-manual .left[data-v-4a787552] {
    padding: 105px 235px 105px 135px;
}
}
.user-manual .left .user-manual-step[data-v-4a787552] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.user-manual .left h2[data-v-4a787552] {
  margin-bottom: 20px;
  color: #616e7c;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (min-width: 1280px) {
.user-manual .left h2[data-v-4a787552] {
    margin-bottom: 30px;
    font-size: 36px;
}
}
.user-manual .left p[data-v-4a787552] {
  margin-bottom: 25px;
  color: #9aa5b1;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
.user-manual .left p[data-v-4a787552] {
    margin-bottom: 40px;
}
}
.user-manual .left span[data-v-4a787552] {
  display: inline-block;
  margin-bottom: 10px;
  color: #9aa5b1;
}
.user-manual .left .select[data-v-4a787552] {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.user-manual .left .select .search-wrapper[data-v-4a787552] {
  position: relative;
}
.user-manual .left .select .search-wrapper[data-v-4a787552]:before {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 6px;
  content: "";
  background: url("/img/icon-cheveron-down-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.user-manual .left .select input[data-v-4a787552] {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #3e4c59;
  box-shadow: 0 4px 6px #00000029;
}
.user-manual .left .select input[data-v-4a787552]::-webkit-input-placeholder {
  color: #cbd2d9;
}
.user-manual .left .select input[data-v-4a787552]:-moz-placeholder {
  color: #cbd2d9;
}
.user-manual .left .select input[data-v-4a787552]::-moz-placeholder {
  color: #cbd2d9;
}
.user-manual .left .select input[data-v-4a787552]:-ms-input-placeholder {
  color: #cbd2d9;
}
.user-manual .left .select ul[data-v-4a787552] {
  position: absolute;
  top: 42px;
  list-style: none;
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.user-manual .left .select ul li[data-v-4a787552] {
  padding: 10px 20px 6px;
  cursor: pointer;
  color: #9aa5b1;
}
.user-manual .left .select ul li[data-v-4a787552]:hover {
  background-color: #616e7c;
  color: #fff;
}
.user-manual .left .find[data-v-4a787552] {
  position: relative;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 46px;
  padding: 0 60px 0 0;
  color: #E60000;
  font-weight: 600;
}
.user-manual .left .find[data-v-4a787552]:before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transform: translateY(-50%);
}
.user-manual .left .find[data-v-4a787552]:after {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 50%;
  right: 25px;
  transform: translate(50%, -50%);
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
}
.user-manual .right[data-v-4a787552] {
  order: -1;
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding-bottom: 55.5555%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
.user-manual .right[data-v-4a787552] {
    order: 2;
    width: 50%;
    margin: 0;
    padding-bottom: 0;
}
}
.user-manual__documents[data-v-4a787552] {
  list-style: none;
  width: 100%;
}
.user-manual__documents a[data-v-4a787552] {
  position: relative;
  display: block;
  color: #616e7c;
  font-weight: 600;
  padding-right: 25px;
}
.user-manual__documents a[data-v-4a787552]:before {
  position: absolute;
  top: 30%;
  left: -22px;
  width: 12px;
  height: 15px;
  content: "";
  background: url("/img/icon-file.svg") no-repeat center left;
  background-size: contain;
  transform: translateY(-50%);
}
.user-manual__documents a[data-v-4a787552]:after {
  position: absolute;
  top: 30%;
  right: 0;
  width: 18px;
  height: 20px;
  content: "";
  background: url("/img/icon-download.svg") no-repeat center right;
  background-size: contain;
  transform: translateY(-50%);
}
.user-manual__documents li[data-v-4a787552] {
  margin: 10px 0;
  padding: 20px 16px 20px 22px;
  border-bottom: #cbd2d9 solid 1px;
}
.user-manual .user-manuals-step.documents[data-v-4a787552] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.user-manual .user-manuals-step.documents .label[data-v-4a787552] {
  color: #9aa5b1;
}
.user-manual .user-manuals-step.documents .cat[data-v-4a787552] {
  color: #E60000;
}
.user-manual .user-manuals-step.documents .model[data-v-4a787552] {
  margin-bottom: 30px;
  color: #cbd2d9;
}
.user-manual .user-manuals-step.documents .back[data-v-4a787552] {
  position: relative;
  margin-bottom: 45px;
  padding: 0;
  color: #E60000;
  padding-left: 60px;
  font-weight: 600;
}
.user-manual .user-manuals-step.documents .back[data-v-4a787552]:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.user-manual .user-manuals-step.documents .back[data-v-4a787552]:after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 16px;
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
}
.user-manual .user-manuals-step.documents .documents-wrapper[data-v-4a787552] {
  width: 100%;
}
.user-manual .box[data-v-4a787552] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -40px 0;
  padding: 30px 15px 50px;
  background-color: #E60000;
  color: #fff;
  box-shadow: 0 8px 14px #00000033;
}
@media only screen and (min-width: 768px) {
.user-manual .box[data-v-4a787552] {
    position: absolute;
    bottom: -40px;
    left: 40px;
    width: calc(100% - 80px);
    margin: 0;
    padding: 40px 40px 60px;
}
}
@media only screen and (min-width: 1280px) {
.user-manual .box[data-v-4a787552] {
    width: calc(100% - 210px);
    bottom: -70px;
    left: 70px;
}
}
.user-manual .box h2[data-v-4a787552] {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (min-width: 1280px) {
.user-manual .box h2[data-v-4a787552] {
    margin-bottom: 30px;
    font-size: 36px;
}
}
.user-manual .box p[data-v-4a787552] {
  line-height: 1.5;
}
.user-manual .box a[data-v-4a787552] {
  -ms-align-self: flex-end;
  align-self: flex-end;
  position: relative;
  display: inline-block;
  margin-top: 42px;
  padding-right: 60px;
  color: #fff;
  font-weight: 600;
}
.user-manual .box a[data-v-4a787552]:before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transform: translateY(-50%);
}
.user-manual .box a[data-v-4a787552]:after {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 50%;
  right: 25px;
  transform: translate(50%, -50%);
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.service-center__wrapper[data-v-7115c2d8] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.service-center .left[data-v-7115c2d8],
.service-center .right[data-v-7115c2d8] {
  width: 100%;
}
@media only screen and (min-width: 768px) {
.service-center .left[data-v-7115c2d8],
.service-center .right[data-v-7115c2d8] {
    width: 50%;
}
}
.service-center .left[data-v-7115c2d8] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 -15px;
  padding-bottom: 66.6666%;
  width: calc(100% + 30px);
}
@media only screen and (min-width: 768px) {
.service-center .left[data-v-7115c2d8] {
    width: 50%;
    margin: 0;
    padding-bottom: 0;
}
}
.service-center .right[data-v-7115c2d8] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) {
.service-center .right[data-v-7115c2d8] {
    padding: 120px 40px 80px;
}
}
@media only screen and (min-width: 1280px) {
.service-center .right[data-v-7115c2d8] {
    padding: 150px 235px 150px 135px;
}
}
.service-center .right h2[data-v-7115c2d8] {
  margin-bottom: 10px;
  color: #616e7c;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (min-width: 1280px) {
.service-center .right h2[data-v-7115c2d8] {
    font-size: 36px;
    margin-bottom: 20px;
}
}
.service-center .right a[data-v-7115c2d8] {
  color: #616e7c;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.service-center .right a[data-v-7115c2d8] {
    margin-bottom: 38px;
}
}
.service-center .right a[data-v-7115c2d8]:after {
  display: inline-block;
  width: 12px;
  height: 9.6px;
  margin-left: 5px;
  background: url("/img/icon-arrow-right-dark.svg") no-repeat center center;
  background-size: contain;
  content: "";
}
.service-center__tel[data-v-7115c2d8], .service-center__mobile[data-v-7115c2d8], .service-center__contact-info[data-v-7115c2d8] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 50px;
  margin-bottom: 20px;
}
.service-center__tel[data-v-7115c2d8]:before, .service-center__mobile[data-v-7115c2d8]:before, .service-center__contact-info[data-v-7115c2d8]:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f7fa;
  content: "";
  transform: translateY(-50%);
}
.service-center__tel[data-v-7115c2d8]:after, .service-center__mobile[data-v-7115c2d8]:after, .service-center__contact-info[data-v-7115c2d8]:after {
  position: absolute;
  top: 50%;
  left: 25px;
  content: "";
  transform: translate(-50%, -50%);
}
.service-center__tel span[data-v-7115c2d8], .service-center__mobile span[data-v-7115c2d8], .service-center__contact-info span[data-v-7115c2d8] {
  margin-left: 70px;
  color: #E60000;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
.service-center__tel span[data-v-7115c2d8], .service-center__mobile span[data-v-7115c2d8], .service-center__contact-info span[data-v-7115c2d8] {
    margin-left: 90px;
}
}
.service-center__tel[data-v-7115c2d8]:after {
  width: 20px;
  height: 20px;
  background: url("/img/icon-call-dark.svg") no-repeat center center;
  background-size: contain;
}
.service-center__mobile[data-v-7115c2d8]:after {
  width: 12px;
  height: 20px;
  background: url("/img/icon-mobile-dark.svg") no-repeat center center;
  background-size: contain;
}
.service-center__contact-info p[data-v-7115c2d8] {
  margin-left: 70px;
  color: #75808d;
  font-size: 14px;
  line-height: 1.4285;
}
@media only screen and (min-width: 768px) {
.service-center__contact-info p[data-v-7115c2d8] {
    margin-left: 90px;
}
}
.service-center__contact-info[data-v-7115c2d8]:after {
  width: 20px;
  height: 20px;
  background: url("/img/icon-clock-dark.svg") no-repeat center center;
  background-size: contain;
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.nearest .container[data-v-0dece230] {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
.nearest .container[data-v-0dece230] {
    padding-left: 20px;
    padding-right: 20px;
}
}
.nearest__wrapper[data-v-0dece230] {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.nearest__wrapper .left[data-v-0dece230],
.nearest__wrapper .right[data-v-0dece230] {
  position: relative;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
.nearest__wrapper .left[data-v-0dece230],
.nearest__wrapper .right[data-v-0dece230] {
    width: 50%;
}
}
.nearest__wrapper .left[data-v-0dece230] {
  order: 2;
  padding: 40px 15px;
}
@media only screen and (min-width: 768px) {
.nearest__wrapper .left[data-v-0dece230] {
    order: -1;
    padding: 80px 40px;
}
}
@media only screen and (min-width: 1280px) {
.nearest__wrapper .left[data-v-0dece230] {
    padding: 100px 235px 100px 135px;
}
}
.nearest__wrapper .left input[data-v-0dece230] {
  margin-bottom: 20px;
  background-color: #f5f7fa;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #3e4c59;
}
.nearest__wrapper .left input[data-v-0dece230]::-webkit-input-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .left input[data-v-0dece230]:-moz-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .left input[data-v-0dece230]::-moz-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .left input[data-v-0dece230]:-ms-input-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .left a[data-v-0dece230] {
  display: inline-block;
  margin-top: 20px;
}
.nearest__wrapper .left a[data-v-0dece230]:before {
  background-color: #f5f7fa;
}
.nearest__wrapper .left .find[data-v-0dece230] {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.nearest__wrapper .left .find[data-v-0dece230] {
    margin-top: 46px;
}
}
@media only screen and (min-width: 1280px) {
.nearest__wrapper .left[data-v-0dece230]:before {
    position: absolute;
    top: 97px;
    right: 0;
    width: 203px;
    height: 324px;
    background: url("/img/kropki-1.svg") no-repeat center right;
    background-size: contain;
    content: "";
}
}
.nearest__wrapper .right[data-v-0dece230] {
  padding: 40px 15px;
  background-color: #e4e7eb;
}
@media only screen and (min-width: 768px) {
.nearest__wrapper .right[data-v-0dece230] {
    padding: 120px 40px;
    background-color: #f5f7fa;
}
}
@media only screen and (min-width: 1280px) {
.nearest__wrapper .right[data-v-0dece230] {
    padding: 100px 235px 150px 143px;
}
}
@media only screen and (min-width: 1280px) {
.nearest__wrapper .right[data-v-0dece230]:before {
    position: absolute;
    top: 119px;
    left: 2px;
    width: 212px;
    height: 280px;
    background: url("/img/kropki-2.svg") no-repeat center left;
    background-size: contain;
    content: "";
}
}
.nearest__wrapper .right input[data-v-0dece230] {
  margin-bottom: 20px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #3e4c59;
  position: relative;
}
.nearest__wrapper .right input[data-v-0dece230]::-webkit-input-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .right input[data-v-0dece230]:-moz-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .right input[data-v-0dece230]::-moz-placeholder {
  color: #cbd2d9;
}
.nearest__wrapper .right input[data-v-0dece230]:-ms-input-placeholder {
  color: #cbd2d9;
}
.nearest h2[data-v-0dece230] {
  position: relative;
  margin-bottom: 30px;
  color: #616e7c;
  font-weight: 600;
  font-size: 26px;
}
@media only screen and (min-width: 1280px) {
.nearest h2[data-v-0dece230] {
    margin-bottom: 40px;
    font-size: 36px;
}
}
.nearest span[data-v-0dece230] {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #9aa5b1;
}
.nearest .select[data-v-0dece230] {
  width: 100%;
  margin-bottom: 20px;
}
.nearest .select .search-wrapper[data-v-0dece230] {
  position: relative;
}
.nearest .select .search-wrapper[data-v-0dece230]:before {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 6px;
  content: "";
  background: url("/img/icon-cheveron-down-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.nearest .select input[data-v-0dece230] {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  font-size: 14px;
  border: none;
  outline: none;
  color: #3e4c59;
  box-shadow: 0 4px 6px #00000029;
}
.nearest .select input[data-v-0dece230]::-webkit-input-placeholder {
  color: #cbd2d9;
}
.nearest .select input[data-v-0dece230]:-moz-placeholder {
  color: #cbd2d9;
}
.nearest .select input[data-v-0dece230]::-moz-placeholder {
  color: #cbd2d9;
}
.nearest .select input[data-v-0dece230]:-ms-input-placeholder {
  color: #cbd2d9;
}
@media only screen and (min-width: 768px) {
.nearest .select input[data-v-0dece230] {
    font-size: 16px;
}
}
.nearest .find[data-v-0dece230] {
  position: relative;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin-top: 30px;
  padding: 0 60px 0 0;
  color: #E60000;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
.nearest .find[data-v-0dece230] {
    margin-top: 46px;
}
}
.nearest .find[data-v-0dece230]:before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transform: translateY(-50%);
}
.nearest .find[data-v-0dece230]:after {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 50%;
  right: 25px;
  transform: translate(50%, -50%);
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
}/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.lang-switcher {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
.lang-switcher {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
}
.lang-switcher label {
  margin-top: 2px;
  margin-right: 15px;
  color: #616e7c;
  line-height: 1.2;
}
.lang-switcher img {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}
.lang-switcher__wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 15px;
}
.lang-switcher__wrapper:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 6px;
  content: "";
  background: url("/img/icon-cheveron-down-red.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-70%);
}
.lang-switcher select {
  outline: none;
  color: #616e7c;
  background: none;
  border: none;
  border-radius: 0;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.a {
  fill: #cbd2d9;
}

.a {
  fill: #d52b1e;
}

.a[data-v-330f8b92] {
  fill: none;
  stroke: #d52b1e;
  stroke-linecap: round;
  stroke-width: 2px;
}
/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.pagination {
  display: flex;
  margin: 0px auto;
}
.pagination .pagination-list {
  list-style: none;
  margin: 0 15px;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list li a {
  color: #9aa5b1;
  font-size: 12px;
  line-height: 15px;
  width: 22px;
  height: 22px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-top: 3px;
}
.pagination .pagination-list li a:hover {
  background: #d52b1e;
  color: #fff;
  border-radius: 99px;
}
.pagination .pagination-list li a.is-current {
  background: #d52b1e;
  color: #fff;
  border-radius: 99px;
}
.pagination .pagination-list li a.is-current:hover {
  background: #d52b1e;
}
.pagination .pagination-previous svg {
  transform: rotate(180deg);
}
.pagination .pagination-previous,
.pagination .pagination-next {
  cursor: pointer;
  border-radius: 99px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-previous svg,
.pagination .pagination-next svg {
  width: 15px;
}
.pagination .pagination-previous:hover,
.pagination .pagination-next:hover {
  background: #d52b1e;
}
.pagination .pagination-previous:hover svg .a,
.pagination .pagination-next:hover svg .a {
  fill: #fff;
}
.a {
    fill: #cbd2d9;
}

.a {
  fill: #d52b1e;
}

.a {
  fill: #9aa5b1;
}

.a {
  fill: #9aa5b1;
}
/*------------------------------------------------------------------
[opacity]
*/
/*------------------------------------------------------------------
[border-radius]
*/
/*------------------------------------------------------------------
[transition]
*/
/*------------------------------------------------------------------
[transform]
*/
/*------------------------------------------------------------------
[box-sizing]
*/
/*------------------------------------------------------------------
[content-columns]
*/
/*------------------------------------------------------------------
[media-queries]
*/
.compare-breadcrumb {
  position: absolute;
  display: block;
  top: 340px;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  transform: translateX(-50%);
}
.compare {
  padding-top: 40px;
}
.compare:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-color: #f5f7fa;
  content: "";
}
@media only screen and (min-width: 768px) {
.compare:before {
    height: 336px;
}
}
.compare__wrapper {
  position: relative;
}
.compare__wrapper .box {
  position: absolute;
  padding: 40px 90px 40px 40px;
  background-color: #E60000;
  color: #fff;
  text-align: left;
  max-width: 425px;
  box-shadow: 0 4px 8px #00000033;
  line-height: 1.125;
}
.compare__wrapper .compare-group {
  position: relative;
}
.compare__wrapper .compare-group:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #E60000;
  content: "";
  z-index: 10;
}
.compare__wrapper .compare-group span {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 36px;
  color: #616e7c;
  font-weight: 600;
  transform: translateY(-50%);
}
.compare__wrapper .compare-group:last-of-type table tr:last-of-type td:not(:first-of-type) {
  border-bottom: #f5f7fa solid 1px;
}
.compare__wrapper table {
  width: 80%;
  margin-left: 20%;
}
.compare__wrapper table tr:hover td:before {
  display: block;
}
.compare__wrapper table tr.different td {
  color: #E60000;
}
.compare__wrapper table tr th {
  width: 15%;
  height: 330px;
  padding: 0 30px;
  background-color: #fff;
}
.compare__wrapper table tr th .compare__top {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  padding-top: 30px;
  text-align: left;
  font-weight: 400;
}
.compare__wrapper table tr th .compare__top img {
  width: 100%;
}
.compare__wrapper table tr th .compare__top .title {
  line-height: 1.2;
  margin-top: 20px;
  color: #E60000;
}
.compare__wrapper table tr th .compare__top .symbol {
  margin-top: 5px;
  color: #9aa5b1;
  font-size: 14px;
}
.compare__wrapper table tr th .compare__top .remove {
  position: absolute;
  top: -5px;
  right: -35px;
  width: 27px;
  height: 27px;
  background-color: #E60000;
  border-radius: 50%;
}
.compare__wrapper table tr th .compare__top .remove:before {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 50%;
  background: url("/img/icon-plus.svg") no-repeat center center;
  background-size: contain;
  content: "";
  transform: translate(-50%, -50%);
}
.compare__wrapper table tr th:nth-of-type(1) {
  background-color: transparent;
  border-right: #f5f7fa solid 2px;
}
.compare__wrapper table tr th:nth-of-type(3), .compare__wrapper table tr th:nth-of-type(5) {
  background-color: #f5f7fa;
}
.compare__wrapper table tr td {
  position: relative;
  width: 15%;
  font-size: 20px;
  padding: 13px 0;
  text-align: center;
  border-bottom: #cbd2d9 solid 1px;
  z-index: 1;
}
.compare__wrapper table tr td:before {
  display: none;
  position: absolute;
  background-color: #cbd2d9;
  top: 5px;
  left: -20px;
  right: -20px;
  width: calc(100% + 40px);
  height: calc(100% - 10px);
  content: "";
  z-index: -1;
}
.compare__wrapper table tr td:first-of-type {
  font-size: 16px;
  color: #7b8794;
  text-align: left;
  line-height: 1.125;
  border-right: #f5f7fa solid 2px;
}
.compare__wrapper table tr td:nth-of-type(3), .compare__wrapper table tr td:nth-of-type(5) {
  background-color: #f5f7fa;
}
.compare__wrapper table tr:first-of-type td {
  padding-top: 40px;
}
.compare__wrapper table tr:last-of-type td {
  padding-bottom: 112px;
  border-bottom: 0;
}
.a {
  fill: #616e7c;
}

.a {
  fill: #cbd2d9;
}

.a[data-v-76b8f968] {
  fill: #fff;
}

.a {
  fill: #9aa5b1;
}
.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Dropdown Default Transition */

.vs__fade-enter-active,
.vs__fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */

/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */

.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */

.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */

.vs__dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */

.vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

/* List Items */

.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
}

.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

/* Selected Tags */

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */

.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-cancel-button,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
}

.vs__search::-webkit-input-placeholder {
  color: inherit;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

/* Loading Spinner */

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s infinite linear;
          animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity .1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */

.vs--loading .vs__spinner {
  opacity: 1;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*------------------------------------------------------------------
[opacity]
*/

/*------------------------------------------------------------------
[border-radius]
*/

/*------------------------------------------------------------------
[transition]
*/

/*------------------------------------------------------------------
[transform]
*/

/*------------------------------------------------------------------
[box-sizing]
*/

/*------------------------------------------------------------------
[content-columns]
*/

/*------------------------------------------------------------------
[media-queries]
*/

@font-face {
  font-family: "HelveticaNeueLT";
  src: url(/fonts/HelveticaNeueLTCom-UltLt.eot?02af8b9f7a02eb2a55f35d7c76edf61d);
  src: url(/fonts/HelveticaNeueLTCom-UltLt.eot?02af8b9f7a02eb2a55f35d7c76edf61d) format("embedded-opentype"), url(/fonts/HelveticaNeueLTCom-UltLt.woff2?92c3af689fe936216aca69dc0bbc9442) format("woff2"), url(/fonts/HelveticaNeueLTCom-UltLt.woff?58675aee78d7a6ba2cf8c82210618f20) format("woff"), url(/fonts/HelveticaNeueLTCom-UltLt.ttf?b224fb578cf76ebf3ea1ebe3642bb442) format("truetype"), url(/fonts/HelveticaNeueLTCom-UltLt.svg?10048840ae9e2d9919a2dbd16115ffe8) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT";
  src: url(/fonts/HelveticaNeueLTCom-Lt.eot?3c79186b0921e8f8d1c6f21e063a109b);
  src: url(/fonts/HelveticaNeueLTCom-Lt.eot?3c79186b0921e8f8d1c6f21e063a109b) format("embedded-opentype"), url(/fonts/HelveticaNeueLTCom-Lt.woff2?7bf9ea28676d1f82bb27889c25f8b622) format("woff2"), url(/fonts/HelveticaNeueLTCom-Lt.woff?372944833225a486093a1c6dd64961d0) format("woff"), url(/fonts/HelveticaNeueLTCom-Lt.ttf?8d825d13af8359b5ac9baf4060ba2fce) format("truetype"), url(/fonts/HelveticaNeueLTCom-Lt.svg?6d21aa520d060e6384c671642fe62eeb) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT";
  src: url(/fonts/HelveticaNeueLTCom-Roman.eot?24d1c07649b5a7d4d53b06fa926395d1);
  src: url(/fonts/HelveticaNeueLTCom-Roman.eot?24d1c07649b5a7d4d53b06fa926395d1) format("embedded-opentype"), url(/fonts/HelveticaNeueLTCom-Roman.woff2?630a4ef5fe9e1906396dda0b3e9f7a61) format("woff2"), url(/fonts/HelveticaNeueLTCom-Roman.woff?f748fda719cf168f8edb6c4e017a20af) format("woff"), url(/fonts/HelveticaNeueLTCom-Roman.ttf?9e84655410c26c9f3096fe1b7bb1a867) format("truetype"), url(/fonts/HelveticaNeueLTCom-Roman.svg?c3601d51b6553a816d5922035db0ef59) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT";
  src: url(/fonts/HelveticaNeueLTCom-Md.eot?e0248762a9acbcc867d61759d1ec66b3);
  src: url(/fonts/HelveticaNeueLTCom-Md.eot?e0248762a9acbcc867d61759d1ec66b3) format("embedded-opentype"), url(/fonts/HelveticaNeueLTCom-Md.woff2?0796dbe5ad90ac495c9064b720862af4) format("woff2"), url(/fonts/HelveticaNeueLTCom-Md.woff?1678285244f33619045d6465f5d1feb1) format("woff"), url(/fonts/HelveticaNeueLTCom-Md.ttf?4fcb5f688f0e3558aadc01fe3723d9e9) format("truetype"), url(/fonts/HelveticaNeueLTCom-Md.svg?4654cdff20ddd7407d50fc63f1f96e7c) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLT";
  src: url(/fonts/HelveticaNeueLTCom-Bd.eot?a016846657d5bb5c04dc842b408bb91d);
  src: url(/fonts/HelveticaNeueLTCom-Bd.eot?a016846657d5bb5c04dc842b408bb91d) format("embedded-opentype"), url(/fonts/HelveticaNeueLTCom-Bd.woff2?b263cc2b2751c913b65552538cf434ac) format("woff2"), url(/fonts/HelveticaNeueLTCom-Bd.woff?628bf763db18208434b3d3cfe829a679) format("woff"), url(/fonts/HelveticaNeueLTCom-Bd.ttf?e71dc165f9def6d15dc174edecd3e163) format("truetype"), url(/fonts/HelveticaNeueLTCom-Bd.svg?9ad24dcdbfa7101d9f6d01da5596c099) format("svg");
  font-weight: 600;
  font-style: normal;
}

* {
  font-family: "HelveticaNeueLT";
  font-variant-ligatures: none;
}

.content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

html {
  font-family: "HelveticaNeueLT";
  font-weight: 300;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  background-color: transparent;
  outline: none;
  border-radius: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1480px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 26px;
  color: #616E7C;
}

@media only screen and (min-width: 1280px) {
  h3 {
    font-size: 36px;
  }
}

.listing-preloading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.listing-preloading > div {
  padding: 10px 0;
}

.category-recommended {
  display: flex;
  flex-direction: column;
  border: 1px #f5f7fa solid;
  padding: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .category-recommended {
    margin: 0 20px;
  }
}

.category-recommended .category-recommended__heading {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.category-recommended .category-recommended__heading h2 {
  color: #616e7c;
  font-size: 36px;
  line-height: 44px;
}

.category-recommended .category-recommended__products {
  display: flex;
  flex-direction: row;
}

.category-recommended .category-recommended__products .product__box {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  .category-recommended .category-recommended__products .product__box:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .category-recommended .category-recommended__products .product__box:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .category-recommended .category-recommended__products .product__box:nth-child(2) {
    display: none;
  }
}

.listing-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.listing-wrapper .listing-filters {
  width: 25%;
  background: #f5f7fa;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .listing-wrapper .listing-filters {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 100px - 50px);
    top: 100px;
    overflow: scroll;
    z-index: 99;
  }
}

@media only screen and (max-width: 767px) {
  .listing-wrapper .listing-filters {
    height: calc(100vh - 80px - 50px);
    top: 80px;
  }
}

.listing-wrapper .listing-filters .filters__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.listing-wrapper .listing-filters .filters__actions .actions__title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #616e7c;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
}

.listing-wrapper .listing-filters .filters__actions .actions__title svg {
  margin-top: -10px;
  margin-right: 10px;
}

.listing-wrapper .listing-filters .filters__actions .actions__title svg .a {
  fill: #8b8b8b;
}

.listing-wrapper .listing-filters .filters__actions .actions__clear {
  font-size: 14px;
  color: #8b8b8b;
  font-weight: 300;
  border: none;
  background: transparent;
}

.listing-wrapper .listing-filters .filters__actions .actions__clear:active,
.listing-wrapper .listing-filters .filters__actions .actions__clear:focus {
  outline: none;
}

.listing-wrapper .listing-filters .filters__actions .actions__clear svg {
  margin-left: 8px;
}

.listing-wrapper .listing-filters .attributes {
  width: 100%;
  padding-top: 30px;
}

.listing-wrapper .listing-filters .attributes .attributes__group-handler {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 99px;
  background: #fff;
  color: #8b8b8b;
  border: none;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 20px 9px;
  text-transform: uppercase;
}

.listing-wrapper .listing-filters .attributes .attributes__group-handler svg {
  transform: rotate(90deg);
}

.listing-wrapper .listing-filters .attributes .attributes__group-handler.active {
  color: #7b8794;
  box-shadow: 0px 4px 6px #00000029;
}

.listing-wrapper .listing-filters .attributes .attributes__group-handler.active svg {
  transform: rotate(-90deg);
}

.listing-wrapper .listing-filters .attributes .attributes__list {
  list-style: none;
  padding: 10px 20px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.listing-wrapper .listing-filters .attributes .attributes__list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #7b8794;
  font-weight: 200;
  margin-bottom: 9px;
}

.listing-wrapper .listing-filters .attributes .attributes__list li label {
  cursor: pointer;
}

.listing-wrapper .listing-filters .attributes .attributes__list li button {
  width: 20px;
  height: 20px;
  background: #fff;
  border: none;
  position: relative;
  margin-right: 10px;
  border-radius: 99px;
}

.listing-wrapper .listing-filters .attributes .attributes__list li button.active:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #d52b1e;
  border-radius: 99px;
}

.listing-wrapper .listing-filters .attributes .attributes__list li button:hover,
.listing-wrapper .listing-filters .attributes .attributes__list li button:focus,
.listing-wrapper .listing-filters .attributes .attributes__list li button:active {
  outline: none;
}

.listing-wrapper .listing {
  width: 75%;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

@media only screen and (max-width: 991px) {
  .listing-wrapper .listing {
    width: 100%;
    padding: 0 20px;
  }
}

.listing-wrapper .listing .listing__active-filters {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.listing-wrapper .listing .listing__active-filters .active-filters__label {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 300;
}

.listing-wrapper .listing .listing__active-filters button {
  padding: 12px 20px;
  color: #7b8794;
  background: #f5f7fa;
  font-size: 14px;
  font-weight: 300;
  border-radius: 99px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.listing-wrapper .listing .listing__active-filters button:hover {
  background: #e4e9f2;
}

.listing-wrapper .listing .listing__active-filters button svg {
  margin-left: 8px;
}

.listing-wrapper .listing .listing__pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #f5f7fa solid;
  padding: 15px 0;
}

@media only screen and (max-width: 991px) {
  .listing-wrapper .listing .listing__pagination {
    display: none;
  }
}

.listing-wrapper .listing .listing__pagination .pagination__counter {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.listing-wrapper .listing .listing__pagination .pagination__counter span {
  color: #7b8794;
  font-weight: 400;
}

.listing-wrapper .listing .listing__products {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #616e7c;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  padding: 30px 0 30px 20px;
}

.breadcrumbs a {
  color: #616e7c;
  margin: 0 5px;
}

.breadcrumbs a svg {
  margin-left: 10px;
  margin-top: -4px;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
  }

  .breadcrumbs a svg {
    margin-left: 0px;
  }

  .breadcrumbs .breadcrumbs__init {
    display: none;
  }
}

.category-hero {
  width: 100%;
  background: #f5f7fa;
}

.category-hero .category-hero__content {
  width: 100%;
  height: 31.25vw;
  background-position: 50% 50% !important;
  background-size: cover !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: #d52b1e;
}

@media only screen and (max-width: 991px) {
  .category-hero .category-hero__content {
    height: auto;
    background-image: none !important;
    justify-content: center;
    align-items: center;
  }
}

.category-hero .category-hero__content .caption {
  background: #d52b1e;
  color: #fff;
  padding: 40px 120px 40px 40px;
}

.category-hero .category-hero__content .caption h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.category-hero .category-hero__content .caption p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  color: #e4e7eb;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .category-hero .category-hero__content .caption {
    padding: 60px 20px;
    text-align: center;
  }
}

.listing-filters__mobile-handler {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  display: none;
}

@media only screen and (max-width: 991px) {
  .listing-filters__mobile-handler {
    display: block;
  }
}

.listing-filters__mobile-handler .mobile-handler__close {
  width: 100%;
  height: 100%;
  background: #d52b1e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.listing-filters__mobile-handler .mobile-handler__actions {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.listing-filters__mobile-handler .mobile-handler__actions .actions__pagination {
  width: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-filters__mobile-handler .mobile-handler__actions .actions__open {
  width: 50%;
  background: #d52b1e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding-top: 3px;
}

.listing-filters__mobile-handler .mobile-handler__actions .actions__open svg {
  margin-right: 8px;
  margin-top: -5px;
}

.listing-filters__mobile-handler .mobile-handler__actions .actions__open svg .a {
  fill: #fff;
}

.product__box {
  width: 33.3%;
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .product__box {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .product__box {
    width: 100%;
  }
}

.product__box .box__inner {
  width: 250px;
  display: flex;
  flex-direction: column;
}

.product__box .box__inner .inner__image {
  margin-bottom: 20px;
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
}

.product__box .box__inner .inner__image img {
  max-width: 100%;
  width: auto;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.product__box .box__inner .inner__actions {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.product__box .box__inner .inner__actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  background: #f5f7fa;
  border-radius: 99px;
  margin-right: 10px;
  color: #616e7c;
  transition: all 0.1s ease-in-out;
}

.product__box .box__inner .inner__actions a.action__label {
  padding: 0 13px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.product__box .box__inner .inner__actions a.action__label svg {
  margin-right: 0.5em;
}

.product__box .box__inner .inner__actions a.action__small {
  width: 27px;
}

.product__box .box__inner .inner__actions a:hover {
  background: #d52b1e;
  color: #fff;
}

.product__box .box__inner .inner__actions a:hover svg .a {
  fill: #fff;
}

.product__box .box__inner .inner__meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.product__box .box__inner .inner__meta h2 {
  font-size: 16px;
  line-height: 19px;
  font-family: "HelveticaNeueLT";
  margin-bottom: 3px;
}

.product__box .box__inner .inner__meta h2 a {
  color: #d52b1e;
  font-weight: 400;
}

.product__box .box__inner .inner__meta h2 a:hover {
  text-decoration: none;
}

.product__box .box__inner .inner__meta h3 {
  font-size: 14px;
  margin-bottom: 0;
}

.product__box .box__inner .inner__meta h3 a {
  color: #8b8b8b;
  font-weight: 300;
}

.product__box .box__inner .inner__meta h3 a:hover {
  text-decoration: none;
}

.product__box .box__inner .inner__functions {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none;
}

.product__box .box__inner .inner__functions li {
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  color: #7b8794;
  margin-bottom: 10px;
}

.product__box .box__inner .inner__functions li svg {
  margin-right: 8px;
}

.product__box .box__inner .inner__functions li.highlight {
  color: #c1d82f;
}

.product__box .box__inner .inner__functions li.highlight svg .a {
  fill: #c1d82f;
}

.product__box .box__inner .inner__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.product__box .box__inner .inner__buttons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #d52b1e;
  font-weight: 700;
}

.product__box .box__inner .inner__buttons a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #f5f7fa;
  border-radius: 99px;
  margin-left: 10px;
  transition: all 0.1s ease-in-out;
}

.product__box .box__inner .inner__buttons a span svg .a {
  fill: #d52b1e;
}

.product__box .box__inner .inner__buttons a:hover {
  text-decoration: none;
}

.product__box .box__inner .inner__buttons a:hover span {
  background: #d52b1e;
}

.product__box .box__inner .inner__buttons a:hover span svg .a {
  fill: #fff;
}

.product-card .product-card__details {
  display: flex;
  flex-direction: row;
  padding: 20px 20px 80px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .product-card .product-card__details {
    flex-direction: column;
    padding: 20px;
  }
}

.product-card .product-card__details .details__images {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
  min-height: 480px;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__details .details__images {
    min-height: 360px;
  }
}

@media only screen and (max-width: 768px) {
  .product-card .product-card__details .details__images {
    width: 100%;
  }
}

.product-card .product-card__details .details__images .images__thumbnails {
  display: flex;
  width: 20%;
  min-width: 100px;
  max-height: 440px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__details .details__images .images__thumbnails {
    max-height: 330px;
  }
}

.product-card .product-card__details .details__images .images__thumbnails a.nav {
  width: 50px;
  height: 50px;
  background: #f5f7fa;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.product-card .product-card__details .details__images .images__thumbnails a.nav.nav-top {
  top: -25px;
  left: 25px;
  transform: rotate(-90deg);
}

.product-card .product-card__details .details__images .images__thumbnails a.nav.nav-bottom {
  bottom: -25px;
  left: 25px;
  transform: rotate(90deg);
}

.product-card .product-card__details .details__images .images__thumbnails a.nav svg .a {
  fill: #d52b1e;
}

.product-card .product-card__details .details__images .images__thumbnails .thumbnails__inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-card .product-card__details .details__images .images__thumbnails .thumbnails__inner ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  transition: all 0.1s ease-in-out;
}

.product-card .product-card__details .details__images .images__thumbnails .thumbnails__inner ul li {
  margin-bottom: 20px;
}

.product-card .product-card__details .details__images .images__thumbnails .thumbnails__inner ul li a {
  display: block;
  width: 100px;
  height: 100px;
  background-position: 50% 50% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.product-card .product-card__details .details__images .images__main {
  display: flex;
  width: 80%;
  padding-right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .product-card .product-card__details .details__images .images__main {
    overflow: hidden;
    padding-right: 0px;
  }
}

.product-card .product-card__details .details__images .images__main img {
  max-height: 400px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__details .details__images .images__main img {
    max-height: 250px;
  }
}

.product-card .product-card__details .details__data {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .product-card .product-card__details .details__data {
    width: 100%;
    margin-top: 30px;
  }
}

.product-card .product-card__details .details__data .data__meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.product-card .product-card__details .details__data .data__meta .meta__flag-new {
  color: #d52b1e;
  font-size: 12px;
  line-height: 15px;
  background: #ffe3e3;
  border-radius: 99px;
  padding: 6px 20px 3px;
  margin-right: 20px;
}

.product-card .product-card__details .details__data .data__meta .meta__compare {
  font-size: 12px;
  color: #616e7c;
  background: #f5f7fa;
  border-radius: 99px;
  text-transform: uppercase;
  border: none;
  padding: 8px 20px 5px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.product-card .product-card__details .details__data .data__meta .meta__compare:hover {
  background: #e4e9f2;
}

.product-card .product-card__details .details__data .data__meta .meta__compare svg {
  margin-right: 8px;
  margin-top: -2px;
}

.product-card .product-card__details .details__data .data__name {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

.product-card .product-card__details .details__data .data__symbol {
  color: #d52b1e;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-card .product-card__details .details__data .data__functions {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none;
}

.product-card .product-card__details .details__data .data__functions li {
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  color: #7b8794;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.product-card .product-card__details .details__data .data__functions li svg {
  margin-right: 8px;
  margin-top: -6px;
}

.product-card .product-card__details .details__data .data__functions li.highlight {
  color: #c1d82f;
}

.product-card .product-card__details .details__data .data__functions li.highlight svg .a {
  fill: #c1d82f;
}

.product-card .product-card__details .details__data .data__actions {
  display: flex;
  flex-direction: row;
}

.product-card .product-card__details .details__data .data__actions a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  background: #d52b1e;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 300;
  padding: 16px 20px 14px;
}

.product-card .product-card__details .details__data .data__actions a:hover {
  background: #bf261b;
}

.product-card .product-card__details .details__data .data__actions a svg {
  margin-top: -6px;
  margin-right: 8px;
}

.product-card .product-card__description {
  padding: 80px 20px 40px;
  background: #f5f7fa;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__description {
    padding: 30px 20px;
  }
}

.product-card .product-card__description .description__inner .inner__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__description .description__inner .inner__heading {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.product-card .product-card__description .description__inner .inner__heading h3 {
  color: #616e7c;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__description .description__inner .inner__heading h3 {
    margin-bottom: 20px;
  }
}

.product-card .product-card__description .description__inner .inner__heading .heading__info {
  font-size: 12px;
  line-height: 16px;
  color: #9aa5b1;
  width: 30%;
  display: flex;
  align-items: flex-start;
}

.product-card .product-card__description .description__inner .inner__heading .heading__info svg {
  width: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__description .description__inner .inner__heading .heading__info {
    width: 100%;
  }
}

.product-card .product-card__description .description__inner .inner__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card .product-card__description .description__inner .inner__content .content__function {
  width: 31%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.product-card .product-card__description .description__inner .inner__content .content__function:nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__description .description__inner .inner__content .content__function {
    width: 47%;
    margin-right: 6%;
  }

  .product-card .product-card__description .description__inner .inner__content .content__function:nth-child(3n) {
    margin-right: 6%;
  }

  .product-card .product-card__description .description__inner .inner__content .content__function:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .product-card .product-card__description .description__inner .inner__content .content__function {
    width: 100%;
    margin-right: 0px;
  }

  .product-card .product-card__description .description__inner .inner__content .content__function:nth-child(3n) {
    margin-right: 0px;
  }

  .product-card .product-card__description .description__inner .inner__content .content__function:nth-child(2n) {
    margin-right: 0px;
  }
}

.product-card .product-card__description .description__inner .inner__content .content__function .function__image {
  margin-bottom: 30px;
  position: relative;
}

.product-card .product-card__description .description__inner .inner__content .content__function .function__image .image__function {
  width: 100%;
  max-width: 100%;
  padding-top: 55%;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.product-card .product-card__description .description__inner .inner__content .content__function .function__image .image__icon {
  position: absolute;
  bottom: -10px;
  left: 15px;
  max-width: 25%;
}

.product-card .product-card__description .description__inner .inner__content .content__function .function__description {
  padding: 0 15px;
}

.product-card .product-card__description .description__inner .inner__content .content__function .function__description h3 {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}

.product-card .product-card__description .description__inner .inner__content .content__function .function__description p {
  font-size: 14px;
  line-height: 24px;
  color: #52606d;
  margin-bottom: 0px;
}

.product-card .product-card__specification {
  padding: 80px 20px 40px;
}

.product-card .product-card__specification .specification__heading {
  padding-bottom: 60px;
  border-bottom: 1px #e4e7eb solid;
}

.product-card .product-card__specification .specification__row {
  display: flex;
  flex-direction: row;
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__specification .specification__row {
    flex-direction: column;
    padding-bottom: 0px;
  }
}

.product-card .product-card__specification .specification__row .row__title {
  display: flex;
  width: 30%;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__specification .specification__row .row__title {
    width: 100%;
    padding-bottom: 60px;
  }
}

.product-card .product-card__specification .specification__row .row__title h4 {
  color: #d52b1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

.product-card .product-card__specification .specification__row .row__attributes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
}

.product-card .product-card__specification .specification__row .row__attributes.row__attributes--files {
  flex-direction: column;
}

.product-card .product-card__specification .specification__row .row__attributes.row__attributes--files .attributes__single {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__specification .specification__row .row__attributes {
    width: 100%;
  }
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single {
  width: 25%;
  padding-right: 5%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .product-card .product-card__specification .specification__row .row__attributes .attributes__single {
    width: 33%;
  }
}

@media only screen and (max-width: 991px) {
  .product-card .product-card__specification .specification__row .row__attributes .attributes__single {
    width: 50%;
  }
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single.attributes__single--long {
  width: 50%;
  margin-bottom: 10px;
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single.attributes__single--file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single.attributes__single--file span {
  width: 27px;
  height: 27px;
  background: #f5f7fa;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-right: 20px;
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single h4 {
  font-size: 14px;
  line-height: 16px;
  color: #7b8794;
  font-weight: 300;
  margin-bottom: 5px;
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single span {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
}

.product-card .product-card__specification .specification__row .row__attributes .attributes__single a.file {
  color: #7b8794;
}

.product-card .product-recommended {
  padding: 80px 20px 40px;
}

.product-card .product-recommended .content-wrapper {
  border: 1px #e4e7eb solid;
  padding: 40px;
}

.product-card .product-recommended .content-wrapper .product-recommended__heading {
  padding-bottom: 60px;
}

.product-card .product-recommended .content-wrapper .product-recommended__products {
  display: flex;
  flex-direction: row;
}

.product-card .product-recommended .content-wrapper .product-recommended__products .product__box {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  .product-card .product-recommended .content-wrapper .product-recommended__products .product__box:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .product-card .product-recommended .content-wrapper .product-recommended__products .product__box:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .product-card .product-recommended .content-wrapper .product-recommended__products .product__box:nth-child(2) {
    display: none;
  }
}

.products__search .search__heading {
  margin-top: 40px;
}

.products__search .search__results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}

.products__search .search__results .results__empty {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  color: #616e7c;
  font-size: 12px;
}

.balls {
  width: 4em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.balls div {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #fc2f70;
}

.balls div:nth-of-type(1) {
  transform: translateX(-100%);
  -webkit-animation: left-swing 0.5s ease-in alternate infinite;
          animation: left-swing 0.5s ease-in alternate infinite;
}

.balls div:nth-of-type(3) {
  transform: translateX(-95%);
  -webkit-animation: right-swing 0.5s ease-out alternate infinite;
          animation: right-swing 0.5s ease-out alternate infinite;
}

@-webkit-keyframes left-swing {
  50%, 100% {
    transform: translateX(95%);
  }
}

@keyframes left-swing {
  50%, 100% {
    transform: translateX(95%);
  }
}

@-webkit-keyframes right-swing {
  50% {
    transform: translateX(-95%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes right-swing {
  50% {
    transform: translateX(-95%);
  }

  100% {
    transform: translateX(100%);
  }
}

.custom-text-page .custom-text-page__header {
  color: #616e7c;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
  padding: 0 15px 15px 15px;
  border-bottom: 1px #f5f7fa solid;
}

.custom-text-page .custom-text-page__content {
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
  color: #616e7c;
  font-weight: 300;
}

.custom-text-page .custom-text-page__content a {
  color: #e41429;
  text-decoration: underline;
}

.custom-text-page .custom-text-page__content.cms-edited h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.custom-text-page .custom-text-page__content.cms-edited p {
  margin-bottom: 10px;
}

.contact__content {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .contact__content {
    flex-direction: column;
  }
}

.contact__content .content__left {
  padding-right: 100px;
  color: #9aa5b1;
  font-size: 16px;
  line-height: 23px;
}

@media only screen and (max-width: 991px) {
  .contact__content .content__right {
    margin-top: 40px;
  }
}

.contact__content .content__right ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact__content .content__right ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  color: #75808d;
  font-size: 14px;
  line-height: 20px;
}

.contact__content .content__right ul li span {
  width: 50px;
  height: 50px;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  margin-right: 25px;
}

.contact__content .content__right ul li span svg .a {
  fill: #616e7c;
}

.contact__content .content__right ul li strong {
  color: #d52b1e;
  font-size: 26px;
  line-height: 28px;
}

.support-map .support-map__header {
  color: #616e7c;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
  padding: 0 15px 15px 15px;
  border-bottom: 1px #f5f7fa solid;
}

.support-map .support-map__map .map-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .support-map .support-map__map .map-container {
    flex-direction: column;
  }
}

.support-map .support-map__map .map-container .map__actions {
  display: flex;
  flex-direction: column;
  width: 20%;
  justify-content: center;
  padding: 20px;
}

@media only screen and (max-width: 1440px) {
  .support-map .support-map__map .map-container .map__actions {
    width: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .support-map .support-map__map .map-container .map__actions {
    justify-content: flex-start;
    order: 1;
    width: 100%;
  }
}

.support-map .support-map__map .map-container .map__actions .actions__right {
  display: flex;
  flex-direction: column;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__top {
  margin-bottom: 20px;
  font-size: 24px;
  color: #616e7c;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  color: #616e7c;
}

@media only screen and (max-width: 768px) {
  .support-map .support-map__map .map-container .map__actions .actions__right .right__bottom label {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .support-map .support-map__map .map-container .map__actions .actions__right .right__bottom label {
    margin-right: 20px;
  }
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom label input {
  margin-right: 15px;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom label img {
  margin-right: 10px;
  height: 40px;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom input[type="text"] {
  margin-bottom: 20px;
  background-color: #f5f7fa;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #3e4c59;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom input[type="text"]::-webkit-input-placeholder {
  color: #8b8b8b;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom input[type="text"]:-moz-placeholder {
  color: #8b8b8b;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom input[type="text"]::-moz-placeholder {
  color: #8b8b8b;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom input[type="text"]:-ms-input-placeholder {
  color: #8b8b8b;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #9aa5b1;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .find {
  position: relative;
  align-self: flex-end;
  margin-top: 30px;
  padding: 0 60px 0 0;
  color: #e60000;
  font-weight: 600;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .find:before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  border-radius: 50px;
  background-color: #f5f7fa;
  content: "";
  transform: translateY(-50%);
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .find:after {
  position: absolute;
  width: 20px;
  height: 16px;
  top: 50%;
  right: 25px;
  transform: translateX(50%) translateY(-50%);
  content: "";
  background: url("/img/icon-arrow-right-red.svg") no-repeat center center;
  background-size: contain;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .actions__labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
  .support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .actions__labels {
    flex-direction: row;
    justify-content: space-around;
  }
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .actions__inputs {
  margin-top: 30px;
}

.support-map .support-map__map .map-container .map__actions .actions__right .right__bottom .actions__inputs .find {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.support-map .support-map__map .map-container .map-itself {
  width: 75%;
  height: 600px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .support-map .support-map__map .map-container .map-itself {
    order: 2;
    width: 100%;
  }
}

.support-map .support-map__map .map-container .map-itself .map-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-map .support-map__map .map-container .map-itself #gmap {
  height: 600px;
  position: relative;
  width: 100%;
}

.warranty-form {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.warranty-form .warranty-form__success-message {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.warranty-form .warranty-form__success-message h2 {
  color: #616e7c;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}

.warranty-form .warranty-form__success-message p {
  color: #616e7c;
  font-size: 16px;
}

.warranty-form .warranty-form__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

.warranty-form .warranty-form__heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  background: #f5f7fa;
  color: #616e7c;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  padding-top: 4px;
  margin-top: -10px;
  margin-right: 15px;
}

.warranty-form .warranty-form__heading h3 {
  color: #616e7c;
  font-size: 36px;
  line-height: 44px;
}

.warranty-form .warranty-form__top {
  display: flex;
  flex-direction: row;
  border-bottom: 1px #8b8b8b solid;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .warranty-form .warranty-form__top {
    flex-direction: column;
  }
}

.warranty-form .warranty-form__top .top__left {
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .warranty-form .warranty-form__top .top__left {
    width: 100%;
  }
}

.warranty-form .warranty-form__top .top__right {
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .warranty-form .warranty-form__top .top__right {
    width: 100%;
  }
}

.warranty-form .warranty-form__bottom {
  display: flex;
  flex-direction: column;
}

.warranty-form .warranty-form__bottom .form__content {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1200px) {
  .warranty-form .warranty-form__bottom .form__content {
    flex-direction: column;
  }
}

.warranty-form .warranty-form__bottom .form__content .bottom__left {
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .warranty-form .warranty-form__bottom .form__content .bottom__left {
    width: 100%;
  }
}

.warranty-form .warranty-form__bottom .form__content .bottom__right {
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .warranty-form .warranty-form__bottom .form__content .bottom__right {
    width: 100%;
  }
}

.warranty-form .warranty-form__actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
}

.warranty-form .warranty-form__actions button {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #d52b1e;
  font-weight: 700;
}

.warranty-form .warranty-form__actions button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #d52b1e;
  border-radius: 99px;
  margin-left: 10px;
  transition: all 0.1s ease-in-out;
}

.warranty-form .warranty-form__actions button span svg .a {
  fill: #fff;
}

.warranty-form .warranty-form__actions button:hover {
  text-decoration: none;
}

.warranty-form .warranty-form__actions button:hover span {
  background: #f5f7fa;
}

.warranty-form .warranty-form__actions button:hover span svg .a {
  fill: #d52b1e;
}

.warranty-form .warranty-form__actions a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #d52b1e;
  font-weight: 700;
  margin-right: 40px;
}

.warranty-form .warranty-form__actions a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #f5f7fa;
  border-radius: 99px;
  margin-left: 10px;
  transition: all 0.1s ease-in-out;
}

.warranty-form .warranty-form__actions a span svg .a {
  fill: #d52b1e;
}

.warranty-form .warranty-form__actions a:hover {
  text-decoration: none;
}

.warranty-form .warranty-form__actions a:hover span {
  background: #d52b1e;
}

.warranty-form .warranty-form__actions a:hover span svg .a {
  fill: #fff;
}

.warranty-form .form__content {
  display: flex;
  flex-direction: column;
}

.warranty-form .form__content .form-row-50 {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .warranty-form .form__content .form-row-50 {
    flex-direction: column;
  }
}

.warranty-form .form__content .form-row-100 {
  width: 100%;
  padding-right: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .warranty-form .form__content .form-row-100 {
    padding-right: 0px;
  }
}

.warranty-form .form__content .form-row-100 small {
  color: #d52b1e;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 15px;
}

.warranty-form .form__content .form-row-100 label {
  width: 100%;
  color: #9aa5b1;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  display: inline-block;
}

.warranty-form .form__content .form-row-100 input[type="text"],
.warranty-form .form__content .form-row-100 input[type="email"] {
  width: 100%;
  background: #f5f7fa;
  color: #9aa5b1;
  padding: 12px 20px;
  border: none;
  border-radius: 99px;
}

.warranty-form .form__content .form-row-100 input[type="text"]:focus,
.warranty-form .form__content .form-row-100 input[type="text"]:active,
.warranty-form .form__content .form-row-100 input[type="email"]:focus,
.warranty-form .form__content .form-row-100 input[type="email"]:active {
  outline: none;
  background: #e4e9f2;
}

.warranty-form .form__content .form-row-100 input[type="text"]::-webkit-input-placeholder,
.warranty-form .form__content .form-row-100 input[type="email"]::-webkit-input-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 input[type="text"]:-moz-placeholder,
.warranty-form .form__content .form-row-100 input[type="email"]:-moz-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 input[type="text"]::-moz-placeholder,
.warranty-form .form__content .form-row-100 input[type="email"]::-moz-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 input[type="text"]:-ms-input-placeholder,
.warranty-form .form__content .form-row-100 input[type="email"]:-ms-input-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 textarea {
  width: 100%;
  background: #f5f7fa;
  color: #9aa5b1;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  resize: none;
}

.warranty-form .form__content .form-row-100 textarea:focus,
.warranty-form .form__content .form-row-100 textarea:active {
  outline: none;
  background: #e4e9f2;
}

.warranty-form .form__content .form-row-100 textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 textarea::-moz-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__search::-webkit-input-placeholder {
  background: #f5f7fa;
  border: none;
  color: #9aa5b1;
  font-size: 16px;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__search::-moz-placeholder {
  background: #f5f7fa;
  border: none;
  color: #9aa5b1;
  font-size: 16px;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__search:-ms-input-placeholder {
  background: #f5f7fa;
  border: none;
  color: #9aa5b1;
  font-size: 16px;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__search::-ms-input-placeholder {
  background: #f5f7fa;
  border: none;
  color: #9aa5b1;
  font-size: 16px;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__search::placeholder {
  background: #f5f7fa;
  border: none;
  color: #9aa5b1;
  font-size: 16px;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__dropdown-toggle {
  background: #f5f7fa;
  border: none;
  color: #9aa5b1;
  border-radius: 99px;
  padding: 8px 10px;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__dropdown-menu {
  font-size: 16px;
  background: #f5f7fa;
  border: none;
  color: #9aa5b1 !important;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__clear,
.warranty-form .form__content .form-row-100 .style-chooser .vs__open-indicator {
  fill: #d52b1e;
}

.warranty-form .form__content .form-row-100 .style-chooser .vs__selected {
  color: #9aa5b1 !important;
}

.warranty-form .form__content .form-row-100 .icon-calendar {
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}

.warranty-form .form__content .form-row-100 .icon-calendar svg .a {
  fill: #d52b1e;
}

.warranty-form input[type="search"]::-webkit-input-placeholder {
  color: #8b8b8b !important;
}

.warranty-form input[type="search"]:-moz-placeholder {
  color: #8b8b8b !important;
}

.warranty-form input[type="search"]::-moz-placeholder {
  color: #8b8b8b !important;
}

.warranty-form input[type="search"]:-ms-input-placeholder {
  color: #8b8b8b !important;
}

.warranty-form .vs__dropdown-option {
  padding: 10px 15px 8px;
  color: #616e7c;
}

.warranty-form .vs__dropdown-option--highlight {
  background-color: #d52b1e !important;
  color: #fff;
}

