@charset "UTF-8";.accordion{background:var(--table-block-bg-color);padding:15px;margin:40px -15px}.accordion-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-head.is-close .accordion-arrow svg{transform:rotate(90deg)}.accordion-title{font-size:18px;font-weight:700;margin:0}.accordion-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.accordion-arrow svg{fill:var(--main-font-color);width:10px;height:10px;transform:rotate(-90deg)}.accordion-body{padding:15px;margin:-15px}@media only screen and (min-width:1100px){.accordion{position:relative;border-radius:8px;margin:40px 0;z-index:1}.accordion-title{font-size:22px}}.review-form{position:relative;min-height:40px;margin:-20px 0 20px;z-index:1}.review-form.is-full .review-form-more{opacity:0;visibility:hidden}.review-form.is-full .review-form-hide{opacity:1}.review-form-more{position:absolute;top:0;right:0;left:0;margin:0;z-index:0}.review-form-block{position:relative;display:none;background:#e8e8e8;border-radius:8px;padding:0 15px 50px;z-index:1}body.dark-theme .review-form-block{background:#161618;border:1px solid #393b40}.review-form-head{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.review-form-title{font-size:18px;font-weight:700}body.dark-theme .review-form-title{color:#fff}.review-form-hide{position:absolute;right:0;bottom:15px;left:0;width:100%;text-decoration:underline;text-align:center;color:#666;background:none;opacity:0}.review-form-hide:hover{color:#601dc0;text-decoration:underline}body.dark-theme .review-form-hide{color:#fff}body.dark-theme .review-form-hide:hover{color:#20a94a}.review-form-field{position:relative;display:flex;box-shadow:0 0 30px -10px rgba(0,0,0,.5);border-radius:8px;margin:0 0 20px;z-index:33}.review-form-list{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:20px 15px 20px 40px;margin:-20px -15px -20px 0}.review-form-list::-webkit-scrollbar{display:none}.review-form-list:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.review-form-list.is-active .review-form-item,.review-form-list.is-active .review-form-scroll{opacity:0}.review-form-scroll{display:flex;background:#1f2023;border-radius:0 8px 8px 0;transition:all .3s ease-in-out}.review-form-item{display:flex;align-items:center;justify-content:center;width:145px;height:40px;background:none;filter:grayscale(1);padding:0 10px}.review-form-item:last-child{border-radius:0 8px 8px 0}.review-form-item:hover{filter:grayscale(0)}.review-form-item.is-select{background:#393b40;filter:grayscale(0)}.review-form-item img{max-width:100%;max-height:24px}.review-form-search{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;width:40px;height:40px;background:#601dc0;border-radius:8px 0 0 8px;z-index:3}.review-form-search:active{background:#451788}.review-form-search-input{position:absolute;top:0;right:100%;bottom:0;left:0;width:0;height:100%;font:16px/1 Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;background:#1f2023;border:none;border-radius:0 8px 8px 0;visibility:hidden;transition:all .3s ease-in-out;padding:0;z-index:2}.review-form-search-input:-ms-input-placeholder{color:#fff;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.review-form-search-input::-ms-input-placeholder{color:#fff;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.review-form-search-input::placeholder{color:#fff;transition:all .3s ease-in-out}.review-form-search-input:focus:-ms-input-placeholder{color:transparent}.review-form-search-input:focus::-ms-input-placeholder{color:transparent}.review-form-search-input:focus::placeholder{color:transparent}.review-form-search-input.is-active{right:0;left:40px;width:calc(100% - 40px);visibility:visible;padding:11px 15px}.review-form-search svg{width:15px;height:15px;fill:#fff}.review-form-result{position:absolute;display:none;top:0;right:0;left:40px;background:#1f2023;box-shadow:0 0 30px -10px rgba(0,0,0,.5);border-radius:8px;padding:50px 0 10px;z-index:1}.review-form-result a,.review-form-result button{display:flex;width:100%;color:#fff;background:none;font-size:14px;padding:10px 15px}.review-form-result a.is-select,.review-form-result a:hover,.review-form-result button.is-select,.review-form-result button:hover{background:#601dc0}.review-form-row:not(:last-child){margin:0 0 20px}.review-form-row:last-child{padding:15px 0 0}.review-form-half{position:relative}.review-form-half:not(:first-child) .review-form-icon:after,.review-form-half:not(:first-child) .review-form-icon:before{background:#d0021b}.review-form-half:not(:first-child) .review-form-icon:after{display:none}.review-form-half:not(:last-child){margin:0 0 10px}.review-form-half .review-form-textarea{padding:10px 15px 10px 40px}.review-form-label{display:flex;align-items:center;font-size:14px;line-height:1;margin:0 0 10px}.review-form-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:12px;height:12px;margin:0 10px 0 0;top:10px;left:15px}.review-form-icon:after,.review-form-icon:before{content:"";position:absolute;background:#20a94a}.review-form-icon:after{top:0;bottom:0;width:2px}.review-form-icon:before{right:0;left:0;height:2px}.review-form-input{display:block;width:100%;height:34px;font:14px/1 Helvetica Neue,Helvetica,Arial,sans-serif;background:#fff;border:none;border-radius:8px;-webkit-appearance:none;padding:10px 15px}.review-form-input:-ms-input-placeholder{color:#666;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.review-form-input::-ms-input-placeholder{color:#666;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.review-form-input::placeholder{color:#666;transition:all .3s ease-in-out}.review-form-input:focus:-ms-input-placeholder{color:transparent}.review-form-input:focus::-ms-input-placeholder{color:transparent}.review-form-input:focus::placeholder{color:transparent}.review-form-input:not(:last-child){margin:0 0 10px}body.dark-theme .review-form-input{color:#fff;background:#1f2023}body.dark-theme .review-form-input:-ms-input-placeholder{color:#fff}body.dark-theme .review-form-input::-ms-input-placeholder{color:#fff}body.dark-theme .review-form-input::placeholder{color:#fff}body.dark-theme .review-form-input:focus:-ms-input-placeholder{color:transparent}body.dark-theme .review-form-input:focus::-ms-input-placeholder{color:transparent}body.dark-theme .review-form-input:focus::placeholder{color:transparent}.review-form-textarea{display:block;width:100%;height:84px;font:14px/1 Helvetica Neue,Helvetica,Arial,sans-serif;background:#fff;border:none;border-radius:8px;-webkit-appearance:none;resize:none;padding:10px 15px}.review-form-textarea:-ms-input-placeholder{color:#666;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.review-form-textarea::-ms-input-placeholder{color:#666;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.review-form-textarea::placeholder{color:#666;transition:all .3s ease-in-out}.review-form-textarea:focus:-ms-input-placeholder{color:transparent}.review-form-textarea:focus::-ms-input-placeholder{color:transparent}.review-form-textarea:focus::placeholder{color:transparent}body.dark-theme .review-form-textarea{color:#fff;background:#1f2023}body.dark-theme .review-form-textarea:-ms-input-placeholder{color:#fff}body.dark-theme .review-form-textarea::-ms-input-placeholder{color:#fff}body.dark-theme .review-form-textarea::placeholder{color:#fff}body.dark-theme .review-form-textarea:focus:-ms-input-placeholder{color:transparent}body.dark-theme .review-form-textarea:focus::-ms-input-placeholder{color:transparent}body.dark-theme .review-form-textarea:focus::placeholder{color:transparent}.review-form-range{position:relative;margin:30px 0 40px}.review-form-range input[type=range]{position:relative;display:block;width:100%;-webkit-appearance:none;background:transparent;margin:0;z-index:2}.review-form-range input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;cursor:pointer;color:transparent;background:transparent;background-image:linear-gradient(90deg,#d0021b 0,#f5a623 50%,#f5a623 60%,#20a94a);border:none;border-radius:5px}.review-form-range input[type=range]::-webkit-slider-thumb{width:34px;height:34px;background:url(../../img/icons/smile.svg) no-repeat 50%;background-color:#fff;background-size:22px;border:6px solid #fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);-webkit-appearance:none;padding:0;margin:-14px 0 0}.review-form-range input[type=range]::-moz-range-track{width:100%;height:10px;cursor:pointer;color:transparent;background:transparent;background-image:linear-gradient(90deg,#d0021b 0,#f5a623 50%,#f5a623 60%,#20a94a);border:none;border-radius:5px}.review-form-range input[type=range]::-moz-range-thumb{width:28px;height:28px;background:url(../../img/icons/smile.svg) no-repeat 50%;background-color:#fff;background-size:28px;border:6px solid #fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);-moz-appearance:none;padding:0;margin:-14px 0 0}body.dark-theme .review-form-range input[type=range]::-webkit-slider-thumb{background-color:#1f2023;border:6px solid #1f2023}body.dark-theme .review-form-range input[type=range]::-moz-range-thumb{background-color:#1f2023;border:6px solid #1f2023}.review-form-range.is-success input[type=range]::-webkit-slider-thumb{background-position:0 top}.review-form-range.is-success input[type=range]::-moz-range-thumb{background-position:0 top}.review-form-range.is-danger input[type=range]::-webkit-slider-thumb{background-position:0 bottom}.review-form-range.is-danger input[type=range]::-moz-range-thumb{background-position:0 bottom}.review-form-range-numb{position:absolute;top:calc(100% + 15px);width:100%;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:700;z-index:1}.review-form-range-numb li{display:flex;justify-content:center;width:40px}.review-form-range-text{position:absolute;top:calc(100% + 15px);width:100%;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;z-index:1}.review-form-range-text span:first-child{min-width:91.53px;color:#d0021b}.review-form-range-text span:nth-child(2){color:#f5a623}.review-form-range-text span:last-child{color:#20a94a}.review-form-note{display:none;width:190px;color:#666;font-size:12px}.review-form-btn{width:100%;height:34px;color:#666;background:transparent;border:2px solid #fff;border-radius:17px}body.dark-theme .review-form-btn{position:relative;color:#fff;background:none;border:none}body.dark-theme .review-form-btn:after,body.dark-theme .review-form-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:17px;transition:all .3s ease-in-out;z-index:-1}body.dark-theme .review-form-btn:before{background:linear-gradient(270deg,#d200ff,#601dc0)}body.dark-theme .review-form-btn:after{top:1px;right:1px;bottom:1px;left:1px;background:#161618}body.dark-theme .review-form-btn:hover:after{opacity:0}.review-form-success-title{color:var(--main-font-color);font-size:22px;font-weight:700;line-height:1.2}.review-form-success-icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;margin:15px auto}.review-form-success-icon svg{width:50px;height:50px;fill:none;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10}.review-form-success-circle{opacity:0;stroke:#ddd;stroke-dasharray:300 300;animation:circleIn 1s cubic-bezier(.5,0,.5,1) .15s forwards}.review-form-success-circle-dash{opacity:0;stroke:#ddd;stroke-dasharray:10 300;animation:circleDashIn 1s cubic-bezier(.5,0,.5,1) .05s forwards}.review-form-success-check{opacity:0;stroke:#20a94a;stroke-linejoin:round;stroke-dasharray:60 100;animation:checkIn 1s cubic-bezier(.5,0,.6,1) .15s forwards}.review-form-success-check-dash{stroke:#20a94a;stroke-linejoin:round;stroke-dasharray:10 100;animation:checkDashIn 1s cubic-bezier(.5,0,.6,1) forwards}.review-form-success-subtitle{max-width:250px;color:#999;font-size:14px;line-height:1.25;margin:0 auto}@keyframes circleIn{0%{opacity:1;stroke-dashoffset:300}to{opacity:1;stroke-dashoffset:0}}@keyframes circleDashIn{0%{opacity:1;stroke-dashoffset:320}to{opacity:1;stroke-dashoffset:20}}@keyframes checkIn{0%{opacity:1;stroke-dashoffset:60}to{opacity:1;stroke-dashoffset:0}}@keyframes checkDashIn{0%{stroke-dashoffset:120}to{stroke-dashoffset:45}}@media only screen and (min-width:1100px){.review-form{margin:0 0 20px}.review-form-block{padding:0 15px}.review-form-title{font-size:22px}.review-form-hide{position:relative;right:auto;bottom:auto;left:auto;width:auto;opacity:1}.review-form-list{flex-grow:2;width:50%;padding:0;margin:0}.review-form-list:after{display:none}.review-form-scroll{width:100%;border-radius:8px 0 0 8px}.review-form-item{width:16.66667%}.review-form-item:first-child{border-radius:8px 0 0 8px}.review-form-item:last-child{border-radius:0}.review-form-search{position:relative;top:auto;left:auto;width:40px;height:40px;border-radius:0 8px 8px 0}.review-form-search:hover{background:#451788}.review-form-search-input{right:0;left:100%;border-radius:8px 0 0 8px}.review-form-search-input.is-active{left:0}.review-form-result{right:40px;left:0}.review-form-row{display:flex;align-items:center;justify-content:space-between}.review-form-row:not(:last-child){margin:0 0 10px}.review-form-row:last-child{padding:15px 0}.review-form-half{width:calc(50% - .5px)}.review-form-half:not(:last-child){margin:0}.review-form-half:first-child .review-form-textarea{border-radius:8px 0 0 8px}.review-form-half:last-child .review-form-textarea{border-radius:0 8px 8px 0}.review-form-icon{width:14px;height:14px}.review-form-input{width:calc(50% - .5px)}.review-form-input:not(:last-child){margin:0}.review-form-input:first-child{border-radius:8px 0 0 8px}.review-form-input:last-child{border-radius:0 8px 8px 0}.review-form-range{margin:30px 0 60px}.review-form-range input[type=range]::-webkit-slider-runnable-track{height:10px}.review-form-range input[type=range]::-webkit-slider-thumb{width:40px;height:40px;background-size:26px;border:7px solid #fff;margin:-15px 0 0}body.dark-theme .review-form-range input[type=range]::-webkit-slider-thumb{border:7px solid #1f2023}.review-form-range-numb,.review-form-range-text{top:calc(100% + 17px);font-size:18px}.review-form-range-text span:first-child{min-width:137.28px}.review-form-note{display:block}.review-form-btn{width:50%}.review-form-btn:hover{color:#fff;background:#601dc0;border:2px solid #601dc0}.review-form-success{width:550px;padding:15px 0}.review-form-success-title{font-size:30px}.review-form-success-icon{margin:18px auto}.review-form-success-subtitle{max-width:293px;font-size:20px;line-height:1.2}}.apps{margin:40px 0}.apps.is-double .apps-row:after{display:none}.apps.is-double .apps-scroll{width:100%}.apps.is-double .apps-item{justify-content:center;width:100%}.apps.is-double .apps-item-info{flex-grow:0;width:auto}.apps-title{font-size:18px;margin:0 0 10px}.apps-row{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px}.apps-row::-webkit-scrollbar{display:none}.apps-row:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.apps-item,.apps-scroll{display:flex;align-items:center}.apps-item{--app-item-bg-color:#fff;width:150px;height:40px;line-height:1;color:var(--app-item-bg-color);background:var(--main-font-color);border-radius:8px;padding:0 10px}body.dark-theme .apps-item{--app-item-bg-color:#000}.apps-item:not(:last-child){margin:0 15px 0 0}.apps-item-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin:0 10px 0 0}.apps-item-icon img{width:100%;height:100%}.apps-item-icon-apple{background:url(../../img/apps/ios.svg) 50% no-repeat}body.dark-theme .apps-item-icon-apple{background-image:url(../../img/apps/ios_dark.svg)}.apps-item-info{flex-grow:2;width:50%}.apps-item-label{font-size:9px;margin:0 0 3px}.apps-item-name{font-size:13px;font-weight:700}@media only screen and (min-width:1100px){.apps-title{font-size:22px}.apps-row{padding:0;margin:0}.apps-row:after{display:none}.apps-scroll{width:100%}.apps-item{width:calc(33.33333% - 13.66px);padding:0 20px}.apps-item:not(:last-child){margin:0 20.5px 0 0}.apps-item-icon{width:26px;height:26px;margin:0 15px 0 0}.apps-item-label{font-size:12px}.apps-item-name{font-size:16px}}.table{min-width:680px;font-size:14px;line-height:normal}@media only screen and (max-width:425px){.table{min-width:440px}}.table-wrap{display:flex;-ms-overflow-style:none;scrollbar-width:none;overflow:auto;padding:0 15px;margin:0 -15px 40px}.table-wrap::-webkit-scrollbar{display:none}.table-wrap:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.table tbody tr:nth-child(odd){background:var(--table-block-bg-color)}.table tbody tr:nth-child(odd) td:not(:last-child){border-right:2px solid var(--primary)}.table th{color:#999;padding:5px 10px 15px}.table td,.table th{vertical-align:middle}.table td{padding:10px}.table td:not(:last-child){border-right:2px solid var(--table-block-bg-color)}.table td:first-child{border-radius:8px 0 0 8px}.table td:last-child{border-radius:0 8px 8px 0}.table a{display:flex;align-items:center;justify-content:center;min-height:26px}.table img{max-width:90%;max-height:26px;margin:auto}@media only screen and (min-width:1100px){.table-wrap{display:block;padding:0;margin:0 0 40px}.table-wrap:after{display:none}}.substance{display:none;background:var(--primary);border-radius:8px;margin:40px -15px!important}.substance-head{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;padding-right:15px;text-transform:uppercase}.substance-head.is-close .substance-arrow svg{transform:rotate(90deg)}.substance-title{font-size:18px;font-weight:700;color:var(--main-font-color)}.substance-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px;float:right;cursor:pointer}.substance-arrow svg{width:10px;height:10px;transform:rotate(-90deg);fill:var(--main-font-color)}.substance-arrow.is-close svg{transform:rotate(90deg)}.substance-body{padding:15px;margin:-15px}.substance-block{margin-top:10px}.substance ul.substance-list{list-style:none;padding:0;margin:0}.substance ul.substance-list:not(:last-child){padding:10px 0 0}.substance li.substance-item{line-height:1.35;padding:10px 0}.substance li.substance-item li.substance-item{padding:7px 8px 7px 0;margin:0;position:relative}.substance li.substance-item li.substance-item:not(:last-child){padding:7px 0}.substance li.substance-item li.substance-item a.substance-anchor{font-size:14px;font-weight:400;display:inline-block;padding-left:25px;padding-right:5px}.substance li.substance-item li.substance-item:before{--substance-list-icon-color:#d8d8d8;content:"";width:8px;height:8px;background:var(--substance-list-icon-color);border-radius:50%;position:absolute;top:calc(50% - 4px)}body.dark-theme .substance li.substance-item li.substance-item:before{--substance-list-icon-color:#393b40}.substance a.substance-anchor{color:var(--main-font-color);font-size:16px;font-weight:700;text-decoration:none}@media only screen and (min-width:1100px){.substance{margin:35px 0!important}.substance-body{display:flex;justify-content:space-between}.substance ul.substance-list{width:calc(100% - 15px);padding:8px 20px 0 30px}.substance ul.substance-list:not(:last-child) li.substance-item:last-child{border-bottom:none}.substance ul.substance-list ul.substance-list{width:calc(50% - 5px);padding:0;display:inline-block;vertical-align:top}.substance a.substance-anchor:hover{color:#601dc0}}@media only screen and (max-width:960px){.substance{padding:0 15px}.substance ul.substance-list{width:100%;padding:8px 10px 0}.substance ul.substance-list ul.substance-list{padding:0}.substance-head{padding-right:0}}.article-gallery{position:relative;margin:20px 0}.article-gallery .swiper-container{padding:0 15px;margin:0 -15px}.article-gallery .swiper-slide{width:auto;height:auto}.article-gallery .swiper-slide:not(:last-child){margin:0 15px 0 0}.article-gallery .swiper-button-next,.article-gallery .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:var(--input-bg-color);border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.article-gallery .swiper-button-next:hover,.article-gallery .swiper-button-prev:hover{background:#601dc0}.article-gallery .swiper-button-next.swiper-button-disabled,.article-gallery .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.article-gallery .swiper-button-next svg,.article-gallery .swiper-button-prev svg{fill:var(--main-font-color);width:10px;height:10px}.article-gallery .swiper-button-next{right:-13px}.article-gallery .swiper-button-prev{left:-13px}.article-gallery .swiper-button-prev svg{transform:rotate(180deg)}.article-gallery-img{display:block;width:216px;height:100%;border-radius:8px}.article-gallery-img img{width:100%;height:100%;object-fit:cover;border-radius:8px;margin:0 auto}.article-gallery-modal .swiper-container{padding:0 15px;margin:0 -15px}.article-gallery-modal .swiper-pagination-bullets{display:flex;align-items:center;justify-content:center;right:0;bottom:-25px;left:0;height:10px}.article-gallery-modal .swiper-pagination-bullet{width:10px;height:10px;background:#999;outline:none;opacity:.7;transition:all .3s ease-in-out;margin:0 5px}.article-gallery-modal .swiper-pagination-bullet-active{background:#fff;box-shadow:0 0 5px -2px hsla(0,0%,100%,.5);opacity:1}.article-gallery-modal .article-gallery-img{width:100%}.modal[id*=article-gallery-] .modal-wrap{width:calc(100% - 30px);background:none;box-shadow:none;padding:0}@media only screen and (min-width:1100px){.article-gallery .swiper-slide{width:calc(33.33333% - 10.66px)}.article-gallery .swiper-slide:not(:last-child){margin:0 16px 0 0}.article-gallery .swiper-button-next,.article-gallery .swiper-button-prev{display:flex}.article-gallery-img{width:100%}.article-gallery-modal .swiper-container{border-radius:8px;padding:0;margin:0}.article-gallery-modal .swiper-pagination-bullets{display:flex;align-items:center;justify-content:center;right:0;bottom:-25px;left:0;height:10px}.article-gallery-modal .swiper-pagination-bullet{width:10px;height:10px;background:#999;outline:none;opacity:.7;transition:all .3s ease-in-out;margin:0 5px}.article-gallery-modal .swiper-pagination-bullet-active{background:#fff;box-shadow:0 0 5px -2px hsla(0,0%,100%,.5);opacity:1}.article-gallery-modal .article-gallery-img{width:auto}.article-gallery-modal .article-gallery-img img{width:auto;height:auto;max-width:680px;max-height:480px}.modal[id*=article-gallery-] .modal-wrap{width:auto}}@media only screen and (max-width:374px){.article-gallery .swiper-slide:not(:last-child){margin:0 10px 0 0}}.video{position:relative;margin:40px 0;z-index:1}.video-title{font-size:18px;font-weight:700;margin:0 0 15px}.video-iframe{position:relative;border-radius:8px;overflow:hidden}.video-info{margin:8px 0 0}.video-slider{position:relative}.video-slider.is-double iframe,.video-slider.is-triple iframe{width:315px;height:186px;pointer-events:none}.video-slider.is-double .video-info,.video-slider.is-triple .video-info{max-width:315px}.video .swiper-container{padding:0 15px;margin:0 -15px}.video .swiper-slide{width:auto;height:auto}.video .swiper-slide:not(:last-child){margin:0 15px 0 0}.video .swiper-button-next,.video .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 26px);width:26px;height:26px;outline:none;background:var(--secondary);border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.video .swiper-button-next:hover svg,.video .swiper-button-prev:hover svg{fill:#601dc0}.video .swiper-button-next.swiper-button-disabled,.video .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.video .swiper-button-next svg,.video .swiper-button-prev svg{fill:var(--main-font-color);width:10px;height:10px}.video .swiper-button-next{right:-13px}.video .swiper-button-prev{left:-13px}.video .swiper-button-prev svg{transform:rotate(180deg)}.video iframe{width:100%;height:190px;border-radius:8px}@media only screen and (min-width:1100px){.video-title{font-size:22px}.video-slider.is-double iframe{width:100%;height:190px;pointer-events:all}.video-slider.is-double .video-info{max-width:100%}.video-slider.is-triple iframe{width:100%;height:160px}.video-slider.is-triple .video-info{max-width:100%}.video .swiper-button-next,.video .swiper-button-prev{display:flex}.video iframe{height:380px}}@media only screen and (max-width:374px){.video-slider.is-double iframe,.video-slider.is-triple iframe{width:280px;height:185px}.video-slider.is-double .video-info,.video-slider.is-triple .video-info{max-width:280px}.video .swiper-slide:not(:last-child){margin:0 10px 0 0}}.review{padding:15px 0 0}.review-slider .swiper-container{padding:15px;margin:-15px}.review-slider .swiper-slide{position:relative;width:315px;height:auto}.review-slider .swiper-slide:not(:last-child){margin:0 15px 0 0}.review-slider .swiper-button-next,.review-slider .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:var(--input-bg-color);border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.review-slider .swiper-button-next:hover svg,.review-slider .swiper-button-prev:hover svg{fill:#601dc0}.review-slider .swiper-button-next.swiper-button-disabled,.review-slider .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.review-slider .swiper-button-next svg,.review-slider .swiper-button-prev svg{fill:var(--main-font-color);width:10px;height:10px}.review-slider .swiper-button-next{right:-13px}.review-slider .swiper-button-prev{left:-13px}.review-slider .swiper-button-prev svg{transform:rotate(180deg)}.review-item{height:100%;background:#fff;border-radius:8px;padding:15px;-webkit-user-select:none;-ms-user-select:none;user-select:none}body.dark-theme .review-item{background:#161618;border:1px solid #393b40}.review-item-toggle{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.review-item-head{display:flex;justify-content:space-between;margin:0 0 10px}.review-item-user{display:flex;align-items:center}.review-item-img{width:30px;height:30px;background:url(../../img/icons/user.svg) 50% no-repeat;border-radius:50%;margin:0 10px 0 0}body.dark-theme .review-item-img{background:url(../../img/icons/user_o.svg) 50% no-repeat}.review-item-info{flex-grow:2;display:flex;flex-flow:column wrap;width:50%}.review-item-info .review-item-date{margin:8px 0 0}.review-item-name{font-size:14px;font-weight:700;line-height:1}.review-item-link{color:#999;font-size:10px;line-height:1;margin:8px 0 0}.review-item-date{color:#999;font-size:12px}.review-item-body{position:relative;max-height:102px;overflow:hidden;transition:all .3s ease-in-out}.review-item-text{font-size:14px;line-height:1.43}.review-item-full{position:absolute;display:none;align-items:center;right:-5px;bottom:0;cursor:pointer;height:23px;color:#20a94a;line-height:1;text-decoration:underline;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 35%);-webkit-tap-highlight-color:transparent;transition:color .3s ease-in-out;padding:0 5px 0 30px}body.dark-theme .review-item-full{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#161618 35%)}.review-item .is-highlight{transition:all .3s ease-in-out}.review-item .is-highlight.is-success{background:#bfffd5}.review-item .is-highlight.is-danger{background:#ffc2c9}.review-item .is-highlight.is-disable{background:#e9e9e9}.review-modal{position:absolute;top:0;right:0;bottom:0;left:0;text-align:left}.review-modal .swiper-container{height:100%;padding:0 15px;margin:0 -15px}.review-modal .swiper-button-next,.review-modal .swiper-button-prev{display:flex;align-items:center;justify-content:center;top:auto;bottom:-55px;width:calc(50% - 7.5px);height:40px;outline:none;background:var(--secondary);border-radius:8px;box-shadow:0 0 30px -10px rgba(0,0,0,.5);-webkit-tap-highlight-color:transparent;transition:all .3s ease-in-out;margin:0}.review-modal .swiper-button-next:hover svg,.review-modal .swiper-button-prev:hover svg{fill:#601dc0}.review-modal .swiper-button-next.swiper-button-disabled,.review-modal .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.review-modal .swiper-button-next svg,.review-modal .swiper-button-prev svg{fill:var(--main-font-color);width:10px;height:10px}.review-modal .swiper-button-next{right:0}.review-modal .swiper-button-next:before{content:"Следующий";display:block;margin:0 10px 0 0}.review-modal .swiper-button-prev{left:0}.review-modal .swiper-button-prev:after{content:"Предыдущий";display:block;margin:0 0 0 10px}.review-modal .swiper-button-prev svg{transform:rotate(180deg)}.review-modal .review-item{display:flex;flex-flow:column;height:100%;margin:0}.review-modal .review-item-toggle{display:none}.review-modal .review-item-head{margin:0 0 20px}.review-modal .review-item-img{width:40px;height:40px}.review-modal .review-item-name{font-size:16px}.review-modal .review-item-date,.review-modal .review-item-link{font-size:14px}.review-modal .review-item-body{height:100%;max-height:none!important;overflow:auto;border-radius:5px;margin:0 -15px 0 0}.review-modal .review-item-text{font-size:16px;line-height:1.38;padding:0 15px 0 0}.review-modal .review-item-full{display:none!important}.modal#review .modal-wrap{width:calc(100% - 30px);height:calc(100% - 140px);background:none}@media only screen and (min-width:1100px){.review-slider{position:relative}.review-slider:after,.review-slider:before{content:"";position:absolute;top:calc(50% - 25px);width:33px;height:50px;background:url(../../img/icons/liquid.svg) no-repeat 50%;transition:all .3s ease-in-out}body.dark-theme .review-slider:after,body.dark-theme .review-slider:before{background-image:url(../../img/icons/liquid_dark.svg)}.review-slider:before{left:-11px;transform:rotate(180deg)}.review-slider:after{right:-24px}.review-slider.is-start:after{right:-11px}.review-slider.is-end:before{left:-24px}.review-slider.is-end:after{right:-11px}.review-slider.is-move:before{left:-24px}.review-slider .swiper-container{padding:15px 5px;margin:-15px -5px}.review-slider .swiper-slide{width:317px}.review-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.review-slider .swiper-button-next,.review-slider .swiper-button-prev{display:flex}.review-item{border:1px solid var(--main-border-color);box-shadow:0 0 10px -5px rgba(0,0,0,.2)}.review-item-link{font-size:12px}.review-modal .swiper-container{border-radius:8px;padding:0;margin:0}.review-modal .swiper-button-next,.review-modal .swiper-button-prev{top:calc(50% - 13px);bottom:auto;width:26px;height:26px;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5)}.review-modal .swiper-button-next{right:-56px}.review-modal .swiper-button-next:before{display:none}.review-modal .swiper-button-prev{left:-56px}.review-modal .swiper-button-prev:after{display:none}.review-modal .review-item-body::-webkit-scrollbar{width:5px}.review-modal .review-item-body::-webkit-scrollbar-track{border-radius:2px}.review-modal .review-item-body::-webkit-scrollbar-thumb{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.5);border-radius:2px}.review-modal .review-item-body::-webkit-scrollbar-button{background:#fff;height:10px}body.dark-theme .review-modal .review-item-body::-webkit-scrollbar-button{background:#161618}.modal#review .modal-wrap{width:680px;height:340px}}@media only screen and (max-width:374px){.review-slider .swiper-slide{width:272px}.review-slider .swiper-slide:not(:last-child){margin:0 10px 0 0}}.faq{padding:15px 0 0}.faq-search{margin:0 0 15px}.faq-field{display:flex;align-items:center;box-shadow:0 2px 20px -10px rgba(8,11,42,.5);border-radius:8px}.faq-input{display:block;flex-grow:2;width:50%;height:40px;font:15px/1 Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--input-bg-color);color:var(--main-font-color);border:none;border-radius:8px 0 0 8px;-webkit-appearance:none;padding:0 10px}.faq-input:-ms-input-placeholder{color:#666}.faq-input::-ms-input-placeholder{color:#666}.faq-input::placeholder{color:#666}.faq-input:focus:-ms-input-placeholder{color:transparent}.faq-input:focus::-ms-input-placeholder{color:transparent}.faq-input:focus::placeholder{color:transparent}.faq-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#601dc0;border-radius:0 8px 8px 0}.faq-btn svg{width:16px;height:16px;fill:#fff}.faq-item{margin:0 0 20px}.faq-item-link{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.faq-item-link a{color:var(--main-font-color);text-decoration:underline}.faq-item-link span{text-decoration:none}.faq-item-link span,.faq-item-question{color:var(--main-font-color)}.faq-item-more{display:none;color:#9499a0}.faq-item-answer{font-size:15px;line-height:1.47;background:var(--secondary);border-radius:8px;padding:15px 10px}.faq-nothing{display:none}.faq-nothing-note{color:red;font-size:15px;margin:0 0 20px}.faq-nothing-title{font-size:18px;font-weight:700}.faq-nothing-list{display:flex;flex-flow:column wrap;text-decoration:underline}.faq-nothing-item{color:#000;margin:15px 0 0}.faq-disable{text-decoration:none}@media only screen and (min-width:1100px){.faq-btn:hover{background:#451788}.faq-item-more:hover,.faq-item-question:hover,.faq-nothing-item:hover{color:#20a94a}}.payment-tab{padding:15px 0 0}.payment-tabMain{margin:10px 0 0}.payment-tabMainHead{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px;z-index:1}.payment-tabMainHead::-webkit-scrollbar{display:none}.payment-tabMainHead:before{content:"";position:absolute;right:15px;bottom:0;left:15px;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:-1}.payment-tabMainHead:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.payment-tabMainList{position:relative;display:flex;width:auto}.payment-tabMainList:after{content:"";position:absolute;right:0;bottom:0;left:0;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:0}.payment-tabMainItem{position:relative;display:flex;align-items:center;color:#999;font-weight:700;white-space:nowrap;cursor:pointer;transition:all .3s ease-in-out;padding:10px 0;z-index:1}.payment-tabMainItem:after{content:"";position:absolute;right:100%;bottom:0;left:0;height:1px;background:#601dc0;transition:all .3s ease-in-out;z-index:0}.payment-tabMainItem:not(:last-child){margin:0 20px 0 0}@media (hover){.payment-tabMainItem:hover{color:var(--main-font-color)}.payment-tabMainItem:hover:after{right:0}}.payment-tabMainItem.is-select{color:var(--main-font-color)}.payment-tabMainItem.is-select:after{right:0}.payment-tabMainBlock{height:0;overflow:hidden}.payment-tabMainBlock.is-open{height:auto;padding:15px;margin:-15px}.payment-tabHead{position:relative;display:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.payment-tabHead:after,.payment-tabHead:before{content:"";position:absolute;top:calc(50% - 25px);width:33px;height:50px;background:url(../../img/icons/liquid.svg) no-repeat 50%;transition:all .3s ease-in-out}body.dark-theme .payment-tabHead:after,body.dark-theme .payment-tabHead:before{background-image:url(../../img/icons/liquid_dark.svg)}.payment-tabHead:before{left:-11px;transform:rotate(180deg)}.payment-tabHead:after{right:-24px}.payment-tabHead.is-start:after{right:-11px}.payment-tabHead.is-end:before{left:-24px}.payment-tabHead.is-end:after{right:-11px}.payment-tabHead.is-move:before{left:-24px}.payment-tabHead .swiper-container{padding:15px 0 0;margin:-15px 0 0}.payment-tabHead .swiper-slide{width:calc(14.28571% - 12.85px);padding:0 0 15px}.payment-tabHead .swiper-slide:after{content:"";position:absolute;display:none;top:0;right:0;bottom:0;left:0;background:var(--secondary);border-radius:8px 8px 0 0;z-index:0}.payment-tabHead .swiper-slide:not(:last-child){margin:0 15px 0 0}.payment-tabHead .swiper-slide.is-select:after{display:block;box-shadow:0 0 20px -10px rgba(0,0,0,.5)}.payment-tabHead .swiper-slide.is-select .payment-img{box-shadow:none;background:var(--secondary)}.payment-tabHead .swiper-button-next,.payment-tabHead .swiper-button-prev{display:flex;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:#fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.payment-tabHead .swiper-button-next:hover svg,.payment-tabHead .swiper-button-prev:hover svg{fill:#601dc0}.payment-tabHead .swiper-button-next.swiper-button-disabled,.payment-tabHead .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.payment-tabHead .swiper-button-next svg,.payment-tabHead .swiper-button-prev svg{width:10px;height:10px}.payment-tabHead .swiper-button-next{right:-13px}.payment-tabHead .swiper-button-prev{left:-13px}.payment-tabHead .swiper-button-prev svg{transform:rotate(180deg)}.payment-tabBody{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:15px;margin:-15px}.payment-tabBody::-webkit-scrollbar{display:none}.payment-tabBody:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.payment-tabScroll{display:flex;align-items:stretch}.payment-tabBlock{width:315px;background:var(--secondary);box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;padding:15px}.payment-tabBlock:not(:last-child){margin:0 15px 0 0}.payment-img{position:relative;display:flex;align-items:center;justify-content:center;width:80px;height:40px;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.2);border-radius:8px;z-index:1}.payment-img img{width:60px;max-height:30px}.payment-info:not(:last-child){margin:0 0 25px}.payment-title{display:flex;align-items:center;font-size:18px;font-weight:700;margin:15px 0}.payment-title img,.payment-title svg{width:31px;height:31px;margin:0 10px 0 0}.payment-title svg{fill:var(--main-font-color)}.payment-list{display:flex;flex-flow:wrap}.payment-item:nth-child(odd){width:135px;margin:0 40px 0 0}.payment-item:nth-child(-n+2){margin:0 0 20px}.payment-item:first-child{margin:0 40px 20px 0}.payment-label{color:#999;line-height:1;margin:0 0 10px}.payment-text{color:var(--main-font-color);font-weight:700;line-height:1}.payment-btn{display:flex;align-items:center;justify-content:center;width:100%;height:34px;font-size:14px;font-weight:700;color:#fff;background:#601dc0;border-radius:6px;margin:20px 0 0}.payment-help{display:flex;justify-content:space-between;margin:15px 0 0}.payment-note{display:flex;color:#999;font-size:14px}.payment-note:first-child{width:60%}.payment-note span{font-size:17px;font-weight:700;padding:3px 0 0;margin:0 10px 0 0}@media only screen and (min-width:1100px){.payment-tabHead{display:block}.payment-tabHead.is-start+.payment-tabBody:after{display:none}.payment-tabBody{position:relative;overflow:visible;padding:0;margin:0}.payment-tabBody:after,.payment-tabBody:before{content:"";position:absolute;top:-55px;width:30px;height:40px;background:#f7f7f7;border-radius:8px}.payment-tabBody:before{left:0;box-shadow:-3px 0 20px -10px rgba(0,0,0,.5)}.payment-tabBody:after{right:0;box-shadow:3px 0 20px -10px rgba(0,0,0,.5)}.payment-tabScroll{display:block;width:100%}.payment-tabBlock{display:none;width:100%;border-radius:0 0 8px 8px}.payment-tabBlock:not(:last-child){margin:0}.payment-tabBlock.is-open{display:block}.payment-tabBlock .payment-img{display:none}.payment-img{width:100%;box-shadow:0 0 20px -10px rgba(0,0,0,.5)}.payment-row{display:flex;justify-content:space-between}.payment-info{width:275px}.payment-info:not(:last-child){margin:0}.payment-title{margin:0 0 15px}.payment-btn:hover{background:#451788}.payment-help{justify-content:flex-start;margin:20px 0 0}.payment-note:first-child{width:65%}}@media only screen and (max-width:374px){.payment-tabBlock{width:246px}.payment-item:last-child{margin:20px 0 0}}.stars{position:relative;margin:-10px 0 40px;z-index:1}.stars,.stars-label{display:flex;align-items:center}.stars-label{font-size:18px;line-height:1;margin:2px 25px 0 0}.stars-count{max-width:35px;font-weight:700;margin:0 0 0 5px}.stars-count,.stars-wrap{overflow:hidden}.stars-wrap.is-disable{pointer-events:none}.stars-items{position:relative;display:flex;align-items:center;padding:0 5px;margin:0 -5px}.stars-items svg{width:24px;height:24px;fill:var(--button-bg-color);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:none}.stars-items svg:not(:last-child){width:34px;padding:0 10px 0 0}.stars-mask{position:absolute;top:0;left:0;width:0;height:100%;overflow:hidden}.stars-mask,.stars-mask-items{display:flex;align-items:center}.stars-mask-items{position:relative;padding:0 5px}.stars-mask-items svg{width:24px;height:24px;fill:#f8e71c;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:none}.stars-mask-items svg:not(:last-child){width:34px;padding:0 10px 0 0}@media only screen and (min-width:1100px){.stars-items:hover svg{fill:#f8e71c}.stars-items:hover svg:hover~svg{fill:var(--button-bg-color)}.stars-items:hover .stars-mask{display:none}}@media only screen and (max-width:374px){.stars-label{font-size:16px;margin:4px 25px 0 0}.stars-count{max-width:31px}}.comment{position:relative;margin:40px 0;z-index:1}.comment-title{color:var(--main-font-color);font-size:20px;font-weight:700;margin:0 0 20px}.comment-title-count{color:#20a94a}.comment-form{position:relative}.comment-form-user{position:absolute;display:flex;align-items:center;top:5px;left:8px;z-index:4}.comment-form-img{width:30px;height:30px;background:url(../../img/icons/user_o.svg) no-repeat 50%;background-color:#d8d8d8;background-size:20px;border-radius:50%}.comment-form-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}body.dark-theme .comment-form-img{background-color:#161618}.comment-form-name{display:none;flex-grow:2;width:50%;font-weight:700;margin:0 0 0 10px}.comment-form-block{display:flex;flex-flow:column}.comment-form-textarea{position:relative;width:100%;height:75px;font:14px Helvetica Neue,Helvetica,Arial,sans-serif;background:#fff;border:1px solid transparent;border-bottom:none;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:6px 6px 0 0;resize:none;-webkit-appearance:none;padding:10px 8px 10px 48px;z-index:2}.comment-form-textarea:-ms-input-placeholder{color:#666;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.comment-form-textarea::-ms-input-placeholder{color:#666;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.comment-form-textarea::placeholder{color:#666;transition:all .3s ease-in-out}.comment-form-textarea:focus:-ms-input-placeholder{color:transparent}.comment-form-textarea:focus::-ms-input-placeholder{color:transparent}.comment-form-textarea:focus::placeholder{color:transparent}body.dark-theme .comment-form-textarea{color:#fff;background:#1f2023}.comment-form-login{position:relative;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15);border-radius:0 0 8px 8px;padding:10px 0 20px;z-index:1}body.dark-theme .comment-form-login{background:#161618;border:1px solid #393b40;box-shadow:none}.comment-form-login-label{color:#000;font-size:14px;padding:0 8px;margin:0 0 10px}body.dark-theme .comment-form-login-label{color:#999}.comment-form-login-socials{display:flex;align-items:center;padding:0 6px}.comment-form-login-link{width:40px;height:40px}.comment-form-login-link:not(:last-child){margin:0 18.6px 0 0}.comment-form-login-link svg{width:100%;height:100%}.comment-form-btn{position:relative;width:100%;height:46px;font-size:14px;color:#000;background:#e8e8e8;border:none;box-shadow:0 0 10px 0 rgba(0,0,0,.3);border-radius:6px;padding:6px 0 0;margin:-6px 0 0;z-index:0}.comment-form-btn:active{color:#601dc0}body.dark-theme .comment-form-btn{color:#dfdfdf;background:#161618;border:1px solid #393b40;box-shadow:none;border-radius:0 0 6px 6px}body.dark-theme .comment-form-btn:active{color:#fff;background:#601dc0;border:1px solid #601dc0}.comment-form-error{display:none;width:100%;color:#ee0005;font-size:14px;margin:10px 0 0}.comment-form.is-error .comment-form-textarea{border:1px solid #ee0005;border-bottom:none}.comment-form.is-error .comment-form-btn{pointer-events:none}body.dark-theme .comment-form.is-error .comment-form-btn{color:#393b40}.comment-form.is-error .comment-form-error{display:block}.comment-result{margin:40px 0 0}.comment-item{display:flex}.comment-item:not(:last-child){margin:0 0 40px}.comment-item-img{width:30px;height:30px;background:url(../../img/icons/user_o.svg) no-repeat 50%;background-color:#d8d8d8;background-size:20px;border-radius:50%;margin:0 10px 0 0}.comment-item-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}body.dark-theme .comment-item-img{background-color:#161618}.comment-item-info{flex-grow:2;width:50%}.comment-item-head{display:flex;flex-flow:wrap;margin:0 0 5px}.comment-item-name{font-weight:700;margin:0 25px 5px 0}.comment-item-status,.comment-item-time{position:relative;display:flex;align-items:center;color:#979797;font-size:14px;padding:0;margin:0 25px 5px 0}.comment-item-clock{margin:0 0 0 10px}.comment-item-body{max-height:64px;overflow:hidden;transition:all .3s ease-in-out}.comment-item-text{line-height:1.38}.comment-item-full{display:none;font-size:14px;text-decoration:underline;color:#666;background:none;transition:color .3s ease-in-out;margin:10px 0 0}.comment-item-full:active{color:#601dc0}.comment-more{width:100%;height:40px;font-size:14px;color:#000;background:#e8e8e8;border:none;border-radius:6px;margin:30px 0 0}.comment-more:active{color:#601dc0}body.dark-theme .comment-more{position:relative;font-weight:700;color:#fff;background:none;border:none}body.dark-theme .comment-more:after,body.dark-theme .comment-more:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;transition:all .3s ease-in-out;z-index:-1}body.dark-theme .comment-more:before{background:linear-gradient(270deg,#d200ff,#601dc0)}body.dark-theme .comment-more:after{top:1px;right:1px;bottom:1px;left:1px;background:#161618}body.dark-theme .comment-more:hover:after{opacity:0}.comment-none{color:#7c7c7c;font-size:14px;line-height:1.57;text-align:center;margin:30px 0 0}.comment.is-auth .comment-form-name{display:block}.comment.is-auth .comment-form-block{position:relative}.comment.is-auth .comment-form-block:before{content:"";position:absolute;top:1px;right:1px;left:1px;height:38px;background:#fff;border-radius:6px 6px 0 0;z-index:3}body.dark-theme .comment.is-auth .comment-form-block:before{background:#1f2023}.comment.is-auth .comment-form-textarea{height:106px;padding:45px 8px 10px}.comment.is-auth .comment-form-login{display:none}.comment.is-auth .comment-form-btn{height:40px;font-weight:700;color:#fff;background:#601dc0;box-shadow:none;border-radius:0 0 6px 6px;padding:0;margin:0}.comment.is-auth .comment-form-btn:active{background:#451788}body.dark-theme .comment.is-auth .comment-form-btn{font-weight:400;color:#dfdfdf;background:#161618;border:1px solid #393b40}body.dark-theme .comment.is-auth .comment-form-btn:active{color:#fff;background:#601dc0;border:1px solid #601dc0}.comment.is-auth .comment-form.is-error .comment-form-btn{color:#000;background:#e8e8e8}body.dark-theme .comment.is-auth .comment-form.is-error .comment-form-btn{color:#393b40;background:none}@media only screen and (min-width:1100px){.comment-form{display:flex;align-items:flex-start;flex-flow:wrap}.comment-form-user{position:relative;top:auto;left:auto;margin:0 20px 0 0}.comment-form-img{width:40px;height:40px;background-size:27px}.comment-form-name{position:absolute;width:-webkit-max-content;width:max-content;white-space:nowrap;left:75px;margin:0}.comment-form-block{flex-grow:2;width:50%}.comment-form-textarea{padding:10px 15px}.comment-form-action{display:flex}.comment-form-login{display:flex;align-items:center;flex-grow:2;width:50%;padding:0 15px}.comment-form-login-label{padding:0;margin:0 10px 0 0}.comment-form-login-socials{padding:0}.comment-form-login-link{width:24px;height:24px}.comment-form-login-link:not(:last-child){margin:0 15px 0 0}.comment-form-btn{width:265px;height:40px;padding:0;margin:0 0 0 -6px}.comment-form-btn:hover{color:#601dc0}body.dark-theme .comment-form-btn:hover{color:#fff;background:#601dc0;border:1px solid #601dc0}.comment-form-error{padding:0 0 0 60px}.comment-item-img{width:40px;height:40px;background-size:27px;margin:0 20px 0 0}.comment-item-body{max-height:100%}.comment-more:hover{color:#601dc0}.comment.is-auth .comment-form-block:before{right:18px}.comment.is-auth .comment-form-textarea{padding:45px 15px 10px}.comment.is-auth .comment-form-btn{width:100%}.comment.is-auth .comment-form-btn:hover{background:#451788}body.dark-theme .comment.is-auth .comment-form-btn:hover{color:#fff;background:#601dc0;border:1px solid #601dc0}}@media only screen and (max-width:374px){.comment-form-login-label,.comment-form-login-socials{padding:0 10px}.comment-form-login-link{width:30px;height:30px}.comment-form-login-link:not(:last-child){margin:0 18px 0 0}}.related{position:relative;margin:40px 0;z-index:1}.related-title{font-size:18px;font-weight:700;margin:0 0 15px}.related-slider{position:relative}.related-slider .swiper-container{padding:30px 15px;margin:-30px -15px}.related-slider .swiper-slide{width:auto;height:auto}.related-slider .swiper-slide:not(:last-child){margin:0 15px 0 0}.related-slider .swiper-button-next,.related-slider .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:var(--input-bg-color);border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.related-slider .swiper-button-next:hover svg,.related-slider .swiper-button-prev:hover svg{fill:#601dc0}body.dark-theme .related-slider .swiper-button-next:hover,body.dark-theme .related-slider .swiper-button-prev:hover{background:#601dc0}.related-slider .swiper-button-next.swiper-button-disabled,.related-slider .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.related-slider .swiper-button-next svg,.related-slider .swiper-button-prev svg{width:10px;height:10px}body.dark-theme .related-slider .swiper-button-next svg,body.dark-theme .related-slider .swiper-button-prev svg{fill:#fff}.related-slider .swiper-button-next{right:-13px}.related-slider .swiper-button-prev{left:-13px}.related-slider .swiper-button-prev svg{transform:rotate(180deg)}.related-item{display:flex;flex-flow:column wrap;width:315px;height:100%;background:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;padding:10px 15px 15px}body.dark-theme .related-item{background:#161618;border:1px solid #393b40}body.dark-theme .related-item.is-primary{border:1px solid #601dc0}body.dark-theme .related-item.is-success{border:1px solid #20a94a}.related-item.is-primary{border:1px solid #601dc0}.related-item.is-primary .related-item-label{background:#601dc0}.related-item.is-success{border:1px solid #20a94a}.related-item.is-success .related-item-label{background:#20a94a}.related-item-detail{display:flex;align-items:flex-start;justify-content:space-between;margin:0 0 15px}.related-item-tools{color:#666}.related-item-tag{display:flex;align-items:center;height:20px;font-size:10px;font-weight:700}.related-item-time{display:flex;align-items:center;font-size:14px}.related-item-clock{margin:0 0 0 15px}.related-item-label{display:flex;align-items:center;justify-content:center;width:84px;height:20px;color:#fff;font-size:12px;line-height:1;border-radius:4px;margin:-5px -10px 0 0}.related-item-info{color:var(--main-font-color);font-size:16px;font-weight:700;line-height:1.38}@media only screen and (min-width:1100px){.related-title{font-size:22px}.related-slider .swiper-slide{width:calc(33.33333% - 10.66px);transition:all .3s ease-in-out}.related-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.related-slider .swiper-slide:nth-child(3){margin:0 50px 0 0}.related-slider .swiper-slide-next+.swiper-slide{margin:0 50px 0 0!important}.related-slider .swiper-slide-prev{margin:0 50px 0 -34px!important}.related-slider .swiper-button-next,.related-slider .swiper-button-prev{display:flex}.related-item{width:100%}.related-item:hover{box-shadow:0 0 30px -10px rgba(0,0,0,.5)}.related-item.is-primary:hover{box-shadow:0 0 30px -10px #370a78}.related-item.is-success:hover{box-shadow:0 0 30px -10px #066523}.related-item-time{font-size:12px}.related-item-info{font-size:14px;line-height:1.43}}@media only screen and (max-width:374px){.related .swiper-slide:not(:last-child){margin:0 10px 0 0}.related-item{width:246px}.related-item-time{font-size:12px}.related-item-label{width:65px;font-size:10px}.related-item-info{font-size:14px}}.head{position:relative}.workarea{padding:20px 0 60px}.workarea-has-best{padding-top:100px}.workarea-head{margin:0 0 40px}.workarea-title{border:none;padding:0;margin:0 0 15px}.feed-bar{position:absolute;height:100vh}.feed-bar.is-fix{position:fixed;top:0}.overview{position:relative}.overview>:first-child,.overview>:first-child .accordion{margin-top:0}.overview>:last-child,.overview>:last-child .accordion,.overview>:last-child .comment,.overview>:nth-last-child(2),.overview>:nth-last-child(2) .accordion,.overview>:nth-last-child(2) .comment{margin-bottom:0}.overview .banner.review-bk{margin:20px 0 -20px}.overview .banner.review-bk .banner-item img{margin:0 auto}.overview-update{display:flex;align-items:center;margin:-5px 0 15px}.overview-update-now{display:flex;align-items:center;font-size:15px;margin:0 15px 0 0}.overview-update-now img{width:14px;height:14px;margin:0 5px 0 0}.overview-update-begin{color:#7c7c7c;font-size:12px}.overview-tab{min-height:38px}.overview-tabHead{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:0 -15px;z-index:1}.overview-tabHead::-webkit-scrollbar{display:none}.overview-tabHead:before{content:"";position:absolute;right:15px;bottom:0;left:15px;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:-1}.overview-tabHead:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.overview-tabHead.is-fix{position:fixed;top:0;right:15px;left:15px;background:var(--primary);box-shadow:0 0 30px -10px rgba(0,0,0,.5);z-index:99}.overview-tabHead.is-fix:before{display:none}.overview-tabHead.is-fix .overview-tabList{margin:0}.overview-tabHead.is-fix .overview-tabList:after{display:none}.overview-tabHead.is-fix .overview-tabItem{padding:11px 0}.overview-tabList{position:relative;display:flex;width:auto;transition:all .3s ease-in-out;margin:0 0 0 -110px}.overview-tabList:after{content:"";position:absolute;right:0;bottom:0;left:0;height:100%;background:none;border-bottom:1px solid var(--tablist-border-bottom-color);z-index:-1}.overview-tabItem{--overview-tabItem-color:rgba(0,0,0,0.4);--overview-tabItem-select-color:#000;position:relative;display:flex;align-items:center;color:var(--overview-tabItem-color);font-weight:700;white-space:nowrap;padding:10px 0}body.dark-theme .overview-tabItem{--overview-tabItem-color:#999;--overview-tabItem-select-color:#fff}.overview-tabItem:after{content:"";position:absolute;right:auto;bottom:1px;left:0;height:1px;background:#601dc0;transition:all .2s linear;z-index:1;width:0}.overview-tabItem:first-child{justify-content:center;width:90px;padding:0}.overview-tabItem:first-child:after{right:-20px;background:var(--primary)}.overview-tabItem:not(:last-child){margin:0 20px 0 0}@media (hover){.overview-tabItem:hover{color:var(--overview-tabItem-select-color)}.overview-tabItem:hover:after{width:100%}}.overview-tabItem.is-select{color:var(--overview-tabItem-select-color)}.overview-tabItem.is-select:after{width:100%}.overview-tabItem img{position:absolute;max-width:100%;max-height:20px}.overview-tabWrap{margin:15px 0 0}.overview-content .accordion{background:none;padding:0 15px}.overview-content-hidden{display:none}.overview-content .seo-link{display:flex;align-items:center;justify-content:center;width:100%;height:48px;font-size:16px;padding:0}.overview-support-row{padding:15px 0 0}.overview-support-item:not(:last-child){margin:0 0 20px}.overview-support-info{line-height:1.5;margin:0 0 10px}.overview-support-info .overview-bk-support-note{display:none}.overview-support-btn{display:flex;align-items:center;justify-content:center;min-height:40px;font-size:20px;color:#000;background-color:#fff;box-shadow:0 0 20px -10px rgba(0,0,0,.5);border-radius:8px;transition:all .3s ease-in-out;padding:8px 15px}.overview-support-btn:not(:last-child){margin:0 0 10px}@media (hover){.overview-support-btn:hover{color:#20a94a;box-shadow:0 0 30px -10px rgba(0,0,0,.5)}}.overview-support-note{color:#999;font-size:14px;margin:10px 0 0}.overview-info-row{padding:20px 0 10px}.overview-info-item{position:relative;padding:0 0 0 15px}.overview-info-item:before{content:"";position:absolute;top:2px;bottom:5px;left:0;width:2px;background:#d8d8d8}.overview-info-item:not(:last-child){margin:0 0 25px}.overview-info-label{color:#999;margin:0 0 10px}.overview-info-text{font-weight:700;line-height:1.5}.overview-panel{position:fixed;right:0;bottom:-40px;left:0;background:var(--secondary);box-shadow:0 0 20px -10px rgba(0,0,0,.5);transition:all .3s ease-in-out;z-index:90}.overview-panel.is-active{bottom:48px}@media only screen and (min-width:1100px){.workarea-has-best{padding-top:20px}.redirect:not(.hidden)~.head{position:relative;top:0}.redirect:not(.hidden)~.feed-bar.is-fix{position:absolute;top:120px}.redirect:not(.hidden)~.feed-bar.is-fixed{position:fixed;top:0}.overview-update{display:block;text-align:right;margin:-47.5px 0 15px}.overview-update-now{justify-content:flex-end;margin:0 0 8px}.overview-tabAbsolute{position:absolute;top:0;right:0;bottom:0;left:0}.overview-tabHead{position:-webkit-sticky;position:sticky;top:15px;padding:0;margin:0}.overview-tabHead:after,.overview-tabHead:before{display:none}.overview-tabHead.is-fix{position:-webkit-sticky;position:sticky;top:15px;right:auto;left:auto;border-radius:8px}body.dark-theme .overview-tabHead.is-fix{box-shadow:0 15px 12px -10px rgba(0,0,0,.5)}body.dark-theme .overview-tabHead.is-fix .overview-tabItem:after{bottom:0}.overview-tabHead.is-fix .overview-tabList{padding:0 20px}.overview-tabHead.is-fix .overview-tabItem{padding:14px 0}.overview-tabHead.is-fix .overview-tabItem:after{display:block}.overview-tabHead.is-fix .overview-tabItem:not(:last-child){margin:0 25px 0 0}.overview-tabList{width:100%;margin:0}.overview-tabItem.is-disable,.overview-tabItem:first-child{display:none}.overview-content .accordion{padding:0}.overview-support-item{display:flex;align-items:center}.overview-support-info{flex-grow:2;width:100px;margin:0}.overview-support-info .overview-support-note{display:block}.overview-support-link{min-width:267px}.overview-support-note{display:none;line-height:1;margin:5px 0 0}.overview-info-row{display:flex;flex-flow:wrap;padding:20px 0 5px}.overview-info-item{width:50%;padding:0 25px 0 15px}.overview-info-item:not(:last-child){margin:0}.overview-info-item:nth-child(n+3){margin:25px 0 0}.overview-news{height:0;overflow:hidden}.overview-panel{position:fixed;right:0;bottom:-60px;left:0;background:var(--secondary);box-shadow:0 0 20px -10px rgba(0,0,0,.5);transition:all .3s ease-in-out;z-index:90}.overview-panel.is-active{bottom:0}}@media only screen and (max-width:374px){.overview-support-btn{font-size:18px}.overview-panel.is-active{bottom:40px}}@media only screen and (min-device-width:375px) and (min-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait){.overview-panel.is-active{bottom:62px}}@media only screen and (min-device-width:414px) and (min-device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait){.overview-panel.is-active{bottom:62px}}.casino-promo{display:none;text-align:center;margin:40px 0 30px}.casino-promo-wrap{position:relative;color:#fff;background:#000;box-shadow:0 0 30px -10px rgba(0,0,0,.5);border-radius:8px;padding:15px}.casino-promo-img{position:relative;height:110px;border-radius:8px 8px 0 0;overflow:hidden;margin:-15px -15px -30px;z-index:0}.casino-promo-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,hsla(0,0%,100%,0) 50%,#000);border-radius:8px 8px 0 0}.casino-promo-img img{width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0}.casino-promo-btn,.casino-promo-detail,.casino-promo-logo,.casino-promo-title{position:relative;z-index:1}.casino-promo-title{font-size:18px;font-weight:700;margin:0 0 15px}.casino-promo-logo{display:flex;align-items:center;justify-content:center}.casino-promo-logo img{max-width:151px;max-height:34px}.casino-promo-detail{display:flex;justify-content:space-between;line-height:1;margin:20px 0}.casino-promo-detail-col{width:150px}.casino-promo-detail-label{color:#666;font-size:14px}.casino-promo-detail-text{font-size:24px;font-weight:700;margin:6px 0 0}.casino-promo-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-weight:700;color:#fff;background:#601dc0;border-radius:8px}.casino-promo-copy{height:81px;color:#dfdfdf;background:#1e1f22;border-radius:8px;padding:15px 0 0;margin:-15px 0 0;font-size:16px}.casino-promo-copy-label{width:100%;text-align:center;margin:5px 0 10px;color:#999}.casino-promo-copy-btn,.casino-promo-copy-content{display:flex;align-items:center;justify-content:center}.casino-promo-copy-btn{color:#fff}.casino-promo-copy svg{width:22px;height:22px;fill:#dfdfdf;margin:0 10px 0 0}@media only screen and (min-width:1100px){.casino-promo{position:-webkit-sticky;position:sticky;display:block;top:15px;margin:0}.casino-promo-wrap{padding:10px}.casino-promo-img{height:195px;margin:-10px -10px -20px}.casino-promo-detail{display:block;text-align:center}.casino-promo-detail-col{width:100%}.casino-promo-detail-col:not(:last-child){margin:0 0 15px}.casino-promo-btn:hover{background:#451788}}.reward-casino-block{position:relative;margin:40px 0}.reward-casino-block-title{font-size:18px;font-weight:700;margin:0 0 15px}.reward-casino-block-slider{position:relative}.reward-casino-block .swiper-container{padding:0 15px;margin:0 -15px}.reward-casino-block .swiper-slide{width:auto;height:auto}.reward-casino-block .swiper-slide:not(:last-child){margin:0 15px 0 0}.reward-casino-block .swiper-button-next,.reward-casino-block .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:var(--button-bg-color);border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.reward-casino-block .swiper-button-next:hover svg,.reward-casino-block .swiper-button-prev:hover svg{fill:#601dc0}.reward-casino-block .swiper-button-next.swiper-button-disabled,.reward-casino-block .swiper-button-prev.swiper-button-disabled{pointer-events:none;opacity:0}.reward-casino-block .swiper-button-next svg,.reward-casino-block .swiper-button-prev svg{fill:var(--main-font-color);width:10px;height:10px}.reward-casino-block .swiper-button-next{right:-13px}.reward-casino-block .swiper-button-prev{left:-13px}.reward-casino-block .swiper-button-prev svg{transform:rotate(180deg)}.reward-casino-box{position:relative;display:flex;justify-content:flex-end;flex-flow:column;width:216px;min-height:315px;background:#161618;border-radius:8px;transition:all .3s ease-in-out;padding:15px}.reward-casino-box-img{z-index:0}.reward-casino-box-img,.reward-casino-box-img:after{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px}.reward-casino-box-img:after{content:"";background:linear-gradient(180deg,transparent 15%,#000 70%)}.reward-casino-box-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.reward-casino-box-info:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.reward-casino-box-logo{position:relative;display:flex;align-items:center;width:150px;margin:0 0 10px;z-index:1}.reward-casino-box-logo img{max-width:100%;max-height:34px}.reward-casino-box-text{position:relative;min-height:60px;color:#fff;font-size:14px;font-weight:700;line-height:1.43;margin:0 0 10px;z-index:1}.reward-casino-box-limit{position:relative;color:#7f7f7f;font-size:12px;margin:0 0 15px;z-index:1}.reward-casino-box-btn{position:relative;display:flex;align-items:center;justify-content:center;height:34px;font-size:14px;color:#fff;background:#601dc0;border-radius:8px;z-index:3;padding:5px 10px;text-align:center}@media only screen and (min-width:1100px){.reward-casino-block-title{font-size:22px}.reward-casino-block .swiper-container{padding:15px;margin:-15px}.reward-casino-block .swiper-slide{width:calc(33.33333% - 10.66px)}.reward-casino-block .swiper-slide:not(:last-child){margin:0 16px 0 0}.reward-casino-block .swiper-button-next,.reward-casino-block .swiper-button-prev{display:flex}.reward-casino-box{width:100%}.reward-casino-box:hover{box-shadow:0 0 20px -5px rgba(0,0,0,.8)}.reward-casino-box-btn:hover{background:#451788}}.comparison{position:relative;margin:40px 0;z-index:1}.comparison-title{font-size:18px;font-weight:700;margin:0 0 15px}.comparison-meta{display:flex;align-items:center;justify-content:center;width:34px;height:34px;font-weight:700;color:#fff;background:#601dc0;border-radius:6px;margin:0 auto}.comparison-meta.is-success{background:#20a94a}.comparison-meta.is-average{background:#f5a623}.comparison-meta.is-danger{background:#d0021b}.comparison-help{display:flex;margin:10px 0 15px}.comparison-note{display:flex;color:#999;font-size:12px}.comparison-note:not(:last-child){margin:0 20px 0 0}.comparison-note span{font-size:14px;padding:1px 0 0;margin:0 10px 0 0}.comparison-more{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-weight:700;color:#fff;border:1px solid #393b40;border-radius:8px;margin:15px 0 0}.comparison-more span{color:#20a94a;margin:2px 5px 0 0}.comparison-modal{height:100%}.comparison-modal-title{width:100%;max-width:315px;font-size:20px;font-weight:700;text-align:left;margin:0 0 20px}.comparison-modal-body{height:calc(100% - 66px);overflow:auto;border-radius:5px;padding:0 15px;margin:0 -15px}.comparison-modal-scroll{display:flex;align-items:center;flex-flow:wrap}.comparison-modal-item{width:calc(33.33333% - 10px);height:93px;font-size:12px;font-weight:700;background:var(--secondary);border:1px solid transparent;box-shadow:0 3px 30px -10px rgba(150,170,180,.5);border-radius:8px;padding:0 10px;margin:15px 0 0}body.dark-theme .comparison-modal-item{box-shadow:0 3px 30px -5px rgba(0,0,0,.5)}.comparison-modal-item:not(:nth-child(3n)){margin:15px 15px 0 0}.comparison-modal-item:nth-child(-n+3){margin:0}.comparison-modal-item:nth-child(-n+2){margin:0 15px 0 0}.comparison-modal-item.is-select{color:#999;background:transparent;border:1px solid var(--button-bg-color);box-shadow:none}.comparison-modal-item-img{display:flex;align-items:center;justify-content:center;margin:0 0 10px}.comparison-modal-item-img img{max-width:60px;max-height:30px}.comparison-modal-item-label{display:flex;align-items:center;justify-content:center;width:60px;min-height:28px;margin:0 auto;color:var(--main-font-color)}.comparison-modal-buttons{position:absolute;display:flex;align-items:center;justify-content:space-between;right:0;left:0;bottom:-55px}.comparison-modal-btn{width:calc(50% - 7.5px);height:40px;font-size:14px;font-weight:700;background:none;border-radius:8px}.comparison-modal-btn:first-child{background:var(--button-bg-color);color:var(--main-font-color)}.comparison-modal-btn:last-child{color:#fff;background:#601dc0}.comparison .table-wrap{padding:0 15px 0 100px;margin:0 -15px 0 0}@media only screen and (min-width:992px){.comparison .table-wrap{padding:0 0 15px}.comparison .table-wrap::-webkit-scrollbar{display:block;height:8px;background:#393b40;border-radius:8px}.comparison .table-wrap::-webkit-scrollbar-thumb{background:#26292c;border-radius:8px}}.comparison .table tbody tr:nth-child(odd) td:first-child{background:var(--table-block-bg-color)}.comparison .table td:first-child,.comparison .table th:first-child{position:absolute;display:flex;align-items:center;justify-content:center;left:0;width:100px;background:var(--primary);z-index:1}.comparison .table th:first-child{height:52px}.comparison .table td{transition:all .3s ease-in-out;padding:6px 10px;text-align:center}.comparison .table td:first-child{height:46px}.comparison .table td:nth-child(5){white-space:nowrap}.comparison .table img{max-height:33px;max-width:79px}.comparison-casino-tournament table td{font-size:16px;font-weight:700;color:var(--main-font-color)}.comparison-casino-tournament table th{color:var(--main-font-color)}.modal#comparison .modal-wrap{width:calc(100% - 30px);height:calc(100% - 215px);background:var(--table-block-bg-color)}@media only screen and (min-width:1100px){.comparison-title{font-size:22px}.comparison-more{position:absolute;top:-5px;right:0;width:185px;height:34px;margin:0}.comparison-more:hover{background:#601dc0;border:1px solid #601dc0}.comparison-modal-title{max-width:100%;font-size:22px;line-height:1}.comparison-modal-body{height:calc(100% - 96px)}.comparison-modal-body::-webkit-scrollbar{width:5px}.comparison-modal-body::-webkit-scrollbar-track{border-radius:2px}.comparison-modal-body::-webkit-scrollbar-thumb{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.5);border-radius:2px}.comparison-modal-body::-webkit-scrollbar-button{background:var(--secondary);height:5px}.comparison-modal-item{width:calc(25% - 11.25px)}.comparison-modal-item:hover{color:#601dc0;box-shadow:none}body.dark-theme .comparison-modal-item:hover{box-shadow:none}.comparison-modal-item:not(:nth-child(3n)){margin:15px 0 0}.comparison-modal-item:not(:nth-child(4n)){margin:15px 15px 0 0}.comparison-modal-item:nth-child(-n+4){margin:0}.comparison-modal-item:nth-child(-n+3){margin:0 15px 0 0}.comparison-modal-item.is-select:hover{color:#999}.comparison-modal-buttons{position:static;right:auto;left:auto;bottom:auto;margin:20px 0 0}.comparison-modal-btn{width:calc(50% - 8px);height:34px;border-radius:6px}.comparison-modal-btn:first-child:hover{--btn-reset-hover:var(--main-color);color:var(--btn-reset-hover)}body.dark-theme .comparison-modal-btn:first-child:hover{--btn-reset-hover:var(--main-font-color);background:var(--main-color)}.comparison-modal-btn:last-child:hover{background:#451788}.comparison .table-wrap{padding:0;margin:0}.comparison .table td:first-child,.comparison .table th:first-child{position:static;display:table-cell;height:auto}.casino-main-block-body .comparison-more,.loto-main-block-body .comparison-more{position:relative;top:0;right:0;left:0;width:100%;height:34px;margin:24px auto 0;border-color:var(--tablist-border-bottom-color);color:var(--main-font-color);font-size:15px;font-weight:400}.casino-main-block-body .comparison-more:hover,.loto-main-block-body .comparison-more:hover{background:#601dc0;border:1px solid #601dc0;color:#fff}.loto-main-block-body .comparison-more{border-color:#e8e8e8}.modal#comparison .modal-wrap{width:680px;height:460px;padding:15px}}@media only screen and (max-width:359px){.comparison-modal-item{height:80px;font-size:10px}.comparison-modal-item-img img{max-height:26px}.comparison-modal-item-label{width:50px}}.casino-difference-row{display:flex;justify-content:space-between;flex-wrap:wrap}.casino-difference-item{width:320px;padding:10px 15px;background:#1f2023;border-radius:8px;color:#dfdfdf}@media (max-width:670px){.casino-difference-item{margin:7px auto}}.casino-difference-item-label{font-size:18px;font-weight:700;margin-bottom:10px}.casino-difference-item .casino-difference-list-item{font-size:16px;font-weight:700;margin-bottom:10px;display:flex;align-items:center}.casino-difference-item .casino-difference-list-item svg{width:20px;min-width:20px;height:12px;margin-right:12px;fill:#00ad3b}.casino-difference-item:last-child .casino-difference-list-item svg{fill:#d0021b}.workarea-title h1{font-size:30px}.workarea-content .casino-promo{display:block}.overview-panel .overview-casino-item{background:none;box-shadow:none;margin:0 -15px}.overview-panel .overview-casino-item:after{display:none}.overview-panel .overview-casino-item:hover{box-shadow:none}.overview-panel .overview-casino-item.is-highlight{margin:0 -15px}.overview-panel .overview-casino-item-meta{display:none;width:40px;height:40px;font-size:16px;border-radius:6px;margin:0 65px 0 0}.overview-panel .overview-casino-item-about{height:auto}.overview-panel .overview-casino-item-bonus,.overview-panel .overview-casino-item-label,.overview-panel .overview-casino-item-loc,.overview-panel .overview-casino-item-logo,.overview-panel .overview-casino-item-review{display:none}.overview-panel .overview-casino-item-site{width:100%;height:40px;font-size:18px;border-radius:0;margin:0}.overview-casino-bg{position:absolute;top:0;left:0;right:0;height:260px;z-index:-2}.overview-casino-bg:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:linear-gradient(0deg,#161618,rgba(22,22,24,.45))}.overview-casino-bg img{width:100%;height:100%;object-fit:cover}.overview-casino-link{position:absolute;top:0;left:0;right:0;height:260px}.overview-casino-detail-info{position:relative;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:0 15px;margin:20px -15px 30px}.overview-casino-detail-info::-webkit-scrollbar{display:none}.overview-casino-detail-info:after{content:"";position:relative;display:block;width:15px;height:auto;padding:0 15px 0 0}.overview-casino-detail-col,.overview-casino-detail-scroll{display:flex;align-items:center}.overview-casino-detail-col:first-child{display:none}.overview-casino-detail-col:first-child .overview-casino-detail-icon{width:36px;height:36px;border-radius:50%;overflow:hidden}.overview-casino-detail-col:not(:last-child){margin:0 40px 0 0}.overview-casino-detail-icon{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin:0 10px 0 0}.overview-casino-detail-icon span{color:#fff;font-size:22px;font-weight:700}.overview-casino-detail-icon img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.overview-casino-detail-text{color:#e0d11e;font-weight:700;white-space:nowrap}.overview-casino-item{position:relative;display:flex;align-items:center;justify-content:space-between;flex-flow:wrap}.overview-casino-item:after{content:"";position:absolute;top:0;right:0;left:0;height:50px;border:1px solid transparent;border-radius:6px;z-index:0}.overview-casino-item.is-success.is-border+.overview-casino-feature:after,.overview-casino-item.is-success.is-border:after,.overview-casino-item.is-success.is-highlight+.overview-casino-feature:after,.overview-casino-item.is-success.is-highlight:after{border:2px solid #20a94a}.overview-casino-item.is-success .overview-casino-item-meta{background:#20a94a}.overview-casino-item.is-success .overview-casino-item-label svg:last-child{fill:#20a94a}.overview-casino-item.is-average.is-border+.overview-casino-feature:after,.overview-casino-item.is-average.is-border:after,.overview-casino-item.is-average.is-highlight+.overview-casino-feature:after,.overview-casino-item.is-average.is-highlight:after{border:2px solid #f5a623}.overview-casino-item.is-average .overview-casino-item-meta{background:#f5a623}.overview-casino-item.is-average .overview-casino-item-label svg:last-child{fill:#f5a623}.overview-casino-item.is-danger.is-border+.overview-casino-feature:after,.overview-casino-item.is-danger.is-border:after,.overview-casino-item.is-danger.is-highlight+.overview-casino-feature:after,.overview-casino-item.is-danger.is-highlight:after{border:1px solid #d0021b}.overview-casino-item.is-danger .overview-casino-item-meta{background:#d0021b}.overview-casino-item.is-danger .overview-casino-item-label svg:last-child{fill:#d0021b}.overview-casino-item.is-border .overview-casino-item-meta{border-radius:6px 0 0 6px}.overview-casino-item.is-border .overview-casino-item-about{padding:0 20px 0 0}.overview-casino-item.is-border .overview-casino-item-logo{margin:0 auto}.overview-casino-item.is-border .overview-casino-item-review{width:100%;margin:20px 0 0}.overview-casino-item.is-highlight{margin:42px 0 0}.overview-casino-item.is-highlight .overview-casino-item-meta{border-radius:6px 0 0 6px}.overview-casino-item.is-highlight .overview-casino-item-logo{width:231px}.overview-casino-item.is-highlight .overview-casino-item-review{width:100%;margin:20px 0 0}.overview-casino-item-meta{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;font-size:19px;font-weight:700;line-height:1;color:#fff;background:#601dc0;border-radius:10px;margin:0 20px 0 0;z-index:1}.overview-casino-item-meta-help{position:absolute;display:none;align-items:center;justify-content:center;top:3px;right:2px;width:14px;height:14px;font-size:10px;color:#fff;background-color:rgba(22,22,24,.2);border-radius:50%}.overview-casino-item-meta-help:hover{background:#601dc0}@media only screen and (min-width:1100px){.overview-casino-item-meta-help{display:flex}}.overview-casino-item-meta-numb{display:flex;align-items:center;justify-content:center;color:#fff;width:100%;height:100%}.overview-casino-item-about{position:relative;display:flex;align-items:center;flex-grow:2;width:30%;height:50px;z-index:1}.overview-casino-item-logo{display:flex;align-items:center;justify-content:center}.overview-casino-item-logo img{max-width:151px;max-height:34px}.overview-casino-item-label{position:absolute;display:flex;align-items:center;justify-content:center;top:-27px;left:0;width:231px;height:28px;font-size:16px;color:#fff;background:none;border-radius:0;padding:0 0 2px;z-index:-1}.overview-casino-item-label svg:not(:last-child){order:-1;width:14px;height:14px;fill:#fffb14;margin:0 10px 1px 0}.overview-casino-item-label svg:last-child{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:#601dc0;transform:rotateX(180deg);z-index:-1}.overview-casino-item-review{position:relative;display:flex;align-items:center;justify-content:center;width:101px;height:40px;font-weight:700;border-radius:8px;color:#dfdfdf;background:#393b40;margin:0 0 0 20px;z-index:1}.overview-casino-item-review svg{width:18px;height:18px;fill:#dfdfdf;margin:0 10px 0 0}.overview-casino-item-loc{display:flex;align-items:center;margin:20px 0 0}.overview-casino-item-loc-icon{width:24px;height:24px;border-radius:50%;overflow:hidden;margin:0 10px 0 0}.overview-casino-item-loc-icon img{width:100%;height:100%}.overview-casino-item-loc-text{color:#dfdfdf}.overview-casino-item-bonus{display:flex;align-items:center;justify-content:center;width:100%;font-weight:700;text-align:center;color:#e0d11e;background:#393b40;border-radius:4px;padding:10px 30px;margin:20px 0 0}.overview-casino-item-bonus svg{width:16px;height:16px;fill:#e0d11e;margin:0 10px 0 0}.overview-casino-item-bonus span{flex-grow:2;width:50%}.overview-casino-item-site{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:48px;font-size:20px;font-weight:700;color:#fff;background:#601dc0;border-radius:8px;margin:20px 0 0;z-index:1}.overview-casino-feature{--overview-casino-feature-accordion-bg-color:#fff}body.dark-theme .overview-casino-feature{--overview-casino-feature-accordion-bg-color:#1f2023}.overview-casino-feature .accordion{margin:20px -15px;background-color:var(--overview-casino-feature-accordion-bg-color)}.overview-casino-feature-row{position:relative;display:flex;justify-content:space-between;flex-flow:wrap;padding:15px 0 0;z-index:2}.overview-casino-feature-half{display:flex;justify-content:space-between;flex-flow:wrap;width:100%}.overview-casino-feature-item{position:relative;width:calc(50% - 5px);text-decoration:none;background:#26292c;border-radius:8px;padding:10px 15px;margin:0 0 10px}.overview-casino-feature-item:first-child .overview-casino-feature-text svg{display:none}.overview-casino-feature-item:last-child .overview-casino-feature-text svg{margin:0 15px 0 0}.overview-casino-feature-item.is-success .overview-casino-feature-text svg{fill:#20a94a}.overview-casino-feature-item.is-average .overview-casino-feature-text svg{fill:#f5a623}.overview-casino-feature-item.is-danger .overview-casino-feature-text svg{fill:#d0021b}.overview-casino-feature-label{font-size:14px;color:#999;font-weight:400;line-height:1}.overview-casino-feature-text{display:flex;align-items:center;min-height:20px;color:#dfdfdf;font-size:15px;font-weight:700;line-height:1;margin:10px 0 0}.overview-casino-feature-text img,.overview-casino-feature-text svg{width:18px;height:18px}.overview-casino-feature-text svg{fill:#dfdfdf;margin:0 10px 0 0}.overview-casino-feature-text img{margin:0 8px 0 0}.overview-casino-feature-text img:nth-last-child(2){display:none}.overview-casino-feature-text span{flex-grow:2;width:50%}.overview-casino-feature-text button{flex-grow:2;color:#20a94a;font-weight:400;text-align:right;text-decoration:underline;background:none}.overview-casino-feature-help{position:absolute;display:flex;align-items:center;justify-content:center;top:2px;right:2px;width:14px;height:14px;font-size:12px;font-weight:400;color:#fff;background:#161618;border-radius:50%;transition:all .3s ease-in-out}.overview-casino-feature-bonus{display:none;align-items:center;justify-content:center;width:100%;height:40px;font-weight:700;color:#e0d11e;background:#393b40;border-radius:4px;padding:2px 0 0;margin:0 0 20px}.overview-casino-feature-bonus svg{width:16px;height:16px;fill:#e0d11e;margin:0 10px 2px 0}.overview-casino-feature-block{display:flex;justify-content:space-between;flex-flow:wrap;width:100%;background:#26292c;border-radius:8px;padding:15px}.overview-casino-feature-box{width:136px}.overview-casino-feature-box:nth-child(-n+2){margin:0 0 20px}.overview-casino-apps,.overview-casino-loyalty,.overview-casino-stories .stories-title,.overview-casino-tourney{position:relative;z-index:1}.overview-casino-stories .stories-slider{z-index:1}.overview-casino-stories .stories-slider .swiper-button-next,.overview-casino-stories .stories-slider .swiper-button-prev{top:calc(50% - 27px)}.overview-casino-stories .stories-box-text{display:none}.overview-casino-loyalty{margin:40px 0}.overview-casino-loyalty-title{font-size:18px;font-weight:700}.overview-casino-loyalty .table{min-width:480px}.overview-casino-loyalty .table-wrap{padding:0 15px 0 100px;margin:0 -15px 0 0}.overview-casino-loyalty .table tbody tr:nth-child(odd) td:first-child{background:var(--table-block-bg-color)}.overview-casino-loyalty .table tbody tr:first-child td span:before{background:#cb8446}.overview-casino-loyalty .table tbody tr:nth-child(2) td span:before{background:#9c9c9c}.overview-casino-loyalty .table tbody tr:nth-child(3) td span:before{background:#e8bf42}.overview-casino-loyalty .table td:first-child,.overview-casino-loyalty .table th:first-child{position:absolute;display:flex;align-items:center;justify-content:center;left:0;width:100px;height:62px;background:var(--primary);z-index:1}.overview-casino-loyalty .table th{padding:15px}.overview-casino-loyalty .table td{transition:all .3s ease-in-out;padding:15px}.overview-casino-loyalty .table td:first-child{height:48px}.overview-casino-loyalty .table td:not(:first-child){font-size:16px;font-weight:700}.overview-casino-loyalty .table td span{position:relative;display:flex;align-items:center}.overview-casino-loyalty .table td span:before{content:"";width:12px;height:12px;border-radius:50%;margin:0 6px 0 0}.overview-casino-info .accordion{background:none;padding:0 15px}.overview-casino-info-detail{padding:15px 0 0}.overview-casino-info-row{display:flex;align-items:stretch;color:#dfdfdf;font-size:14px;border-radius:8px}.overview-casino-info-row:nth-child(odd){background:#1f2023}.overview-casino-info-row:nth-child(odd) .overview-casino-info-label{border-right:1px solid #161618}.overview-casino-info-row:nth-child(odd) .overview-casino-info-text{border-left:1px solid #161618}.overview-casino-info-label,.overview-casino-info-text{display:flex;align-items:center;width:50%;min-height:48px;padding:6px 15px}.overview-casino-info-label{font-weight:700;border-right:1px solid #1f2023}.overview-casino-info-text{border-left:1px solid #1f2023}.overview-casino-info-hidden{display:none}.overview-casino-info-hidden .overview-casino-info-row:nth-child(odd){background:none}.overview-casino-info-hidden .overview-casino-info-row:nth-child(odd) .overview-casino-info-label{border-right:1px solid #1f2023}.overview-casino-info-hidden .overview-casino-info-row:nth-child(odd) .overview-casino-info-text{border-left:1px solid #1f2023}.overview-casino-info-hidden .overview-casino-info-row:nth-child(2n){background:#1f2023}.overview-casino-info-hidden .overview-casino-info-row:nth-child(2n) .overview-casino-info-label{border-right:1px solid #161618}.overview-casino-info-hidden .overview-casino-info-row:nth-child(2n) .overview-casino-info-text{border-left:1px solid #161618}.overview-casino-comparison .comparison .table-wrap{padding:0 15px 0 145px}.overview-casino-comparison .comparison .table td:first-child,.overview-casino-comparison .comparison .table th:first-child{width:145px}.overview-casino-comparison .comparison .table th:first-child{height:36px}.overview-casino-comparison .comparison .table td{padding:6px 15px}.overview-casino-comparison .comparison .table img{max-width:100%;max-height:34px}.overview-casino-tourney{margin:40px 0}.overview-casino-tourney-title{font-size:18px;font-weight:700;margin:0 0 15px}.overview-casino-tourney-slider{position:relative}.overview-casino-tourney-slider .swiper-container{padding:0 15px;margin:0 -15px}.overview-casino-tourney-slider .swiper-slide{width:auto;height:auto}.overview-casino-tourney-slider .swiper-slide:not(:last-child){margin:0 15px 0 0}.overview-casino-tourney-slider .swiper-button-next,.overview-casino-tourney-slider .swiper-button-prev{display:none;align-items:center;justify-content:center;top:calc(50% - 13px);width:26px;height:26px;outline:none;background:#fff;border-radius:50%;box-shadow:0 0 10px -5px rgba(0,0,0,.5);transition:all .3s ease-in-out;margin:0}.overview-casino-tourney-slider .swiper-button-next:hover svg,.overview-casino-tourney-slider .swiper-button-prev:hover svg{fill:#601dc0}.overview-casino-tourney-slider .swiper-button-next.swiper-button-disabled,.overview-casino-tourney-slider .swiper-button-prev.swiper-button-disabled{pointer-events:all;opacity:0}.overview-casino-tourney-slider .swiper-button-next svg,.overview-casino-tourney-slider .swiper-button-prev svg{width:10px;height:10px}.overview-casino-tourney-slider .swiper-button-next{right:-13px}.overview-casino-tourney-slider .swiper-button-prev{left:-13px}.overview-casino-tourney-slider .swiper-button-prev svg{transform:rotate(180deg)}.overview-casino-tourney-item{width:315px}.overview-casino-tourney-item-img{position:relative;width:100%;height:156px;border-radius:8px;overflow:hidden}.overview-casino-tourney-item-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);border-radius:8px}.overview-casino-tourney-item-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.overview-casino-tourney-item-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-size:14px;font-weight:700;color:#fff;background:#601dc0;border-radius:6px;margin:10px 0 0}.overview-casino-modal{text-align:left}.overview-casino-modal.is-success .overview-casino-modal-text svg{fill:#20a94a}.overview-casino-modal.is-average .overview-casino-modal-text svg{fill:#f5a623}.overview-casino-modal.is-danger .overview-casino-modal-text svg{fill:#d0021b}.overview-casino-modal-label{color:#666;line-height:1}.overview-casino-modal-text{display:flex;align-items:center;color:var(--main-font-color);font-size:18px;font-weight:700;line-height:1;margin:10px 0 0}.overview-casino-modal-text img,.overview-casino-modal-text svg{width:22px;height:22px;margin:0 10px 0 0;fill:var(--main-font-color)}.overview-casino-modal-info{margin:20px 0 0}.casino-rating-meta{text-align:left}.casino-rating-meta.is-success .casino-rating-meta-numb{background:#20a94a}.casino-rating-meta.is-average .casino-rating-meta-numb{background:#f5a623}.casino-rating-meta.is-danger .casino-rating-meta-numb{background:#d0021b}.casino-rating-meta-head,.casino-rating-meta-numb{display:flex;align-items:center}.casino-rating-meta-numb{justify-content:center;width:40px;height:40px;font-size:20px;font-weight:700;line-height:1;color:#fff;background:#601dc0;border-radius:8px;margin:0 20px 0 0}.casino-rating-meta-img{width:122px}.casino-rating-meta-img img{max-width:100%;max-height:30px}.casino-rating-meta-title{color:#fff;font-weight:700;line-height:1;margin:15px 0}.casino-rating-meta-item:not(:last-child){margin:0 0 15px}.casino-rating-meta-item.is-success .casino-rating-meta-item-line{background:#20a94a}.casino-rating-meta-item.is-average .casino-rating-meta-item-line{background:#f5a623}.casino-rating-meta-item.is-danger .casino-rating-meta-item-line{background:#d0021b}.casino-rating-meta-item-label{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;line-height:1;margin:0 0 5px}.casino-rating-meta-item-label span:first-child{color:#999;font-size:14px}.casino-rating-meta-item-progress{position:relative;width:100%;height:4px}.casino-rating-meta-item-progress:after{content:"";position:absolute;top:1px;right:0;bottom:1px;left:0;border-radius:2px;background:#f7f7f7;z-index:0}.casino-rating-meta-item-line{position:relative;height:100%;border-radius:2px;z-index:1}@media only screen and (min-width:1100px){.workarea-head{margin:0 0 20px}.workarea-title h1{font-size:32px}.workarea-content .casino-promo{display:none}.overview-panel .overview-casino-item{height:60px;margin:0 0 0 240px}.overview-panel .overview-casino-item:hover{box-shadow:none}.overview-panel .overview-casino-item.is-border,.overview-panel .overview-casino-item.is-highlight{margin:0 0 0 240px}.overview-panel .overview-casino-item.is-border .overview-casino-item-meta,.overview-panel .overview-casino-item.is-highlight .overview-casino-item-meta{border-radius:6px}.overview-panel .overview-casino-item.is-border .overview-casino-item-logo,.overview-panel .overview-casino-item.is-highlight .overview-casino-item-logo{width:auto}.overview-panel .overview-casino-item-logo,.overview-panel .overview-casino-item-meta,.overview-panel .overview-casino-item-review{display:flex}.overview-panel .overview-casino-item-site{width:230px;border-radius:6px}.overview-casino-bg{height:350px}.overview-casino-bg:after{background:rgba(0,0,0,.8)}.overview-casino-link{height:350px}.overview-casino-detail-info{padding:0;margin:30px 0 20px}.overview-casino-detail-info:after{display:none}.overview-casino-detail-col:first-child{display:flex}.overview-casino-detail-text{max-width:165px;color:#fff;white-space:normal}.overview-casino-item{position:relative;flex-flow:row;background:#26292c;box-shadow:0 3px 20px -10px rgba(0,0,0,.5);border-radius:6px;transition:all .3s ease-in-out;z-index:2}.overview-casino-item:after{bottom:0;height:auto}.overview-casino-item:hover{box-shadow:0 3px 30px -10px rgba(0,0,0,.5)}.overview-casino-item.is-border .overview-casino-item-about,.overview-casino-item.is-highlight .overview-casino-item-about{padding:0}.overview-casino-item.is-border .overview-casino-item-logo,.overview-casino-item.is-highlight .overview-casino-item-logo{margin:0}.overview-casino-item.is-border .overview-casino-item-review,.overview-casino-item.is-highlight .overview-casino-item-review{width:100px;margin:0 20px 0 0}.overview-casino-item-meta{border-radius:6px 0 0 6px;margin:0 50px 0 0}.overview-casino-item-about{width:20%}.overview-casino-item-review{width:100px;font-size:18px;border-radius:4px;margin:0 20px 0 0}.overview-casino-item-review:hover{background:#601dc0}.overview-casino-item-bonus,.overview-casino-item-loc{display:none}.overview-casino-item-site{width:348px;height:50px;border-radius:0 6px 6px 0;margin:0}.overview-casino-item-site:hover{background:#20a94a}.overview-casino-feature{position:relative}.overview-casino-feature:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;border:1px solid transparent;border-radius:8px;z-index:1}.overview-casino-feature .accordion{position:static;padding:70px 20px 20px;margin:-50px 0 0}.overview-casino-feature .accordion-head{display:none}.overview-casino-feature-row{flex-flow:row;padding:0}.overview-casino-feature-half{width:calc(50% - 10px)}.overview-casino-feature-item{width:calc(50% - 10px);padding:11.5px 20px;margin:0}.overview-casino-feature-item:hover .overview-casino-feature-help{background:#601dc0}.overview-casino-feature-item:first-child .overview-casino-feature-text svg{display:block}.overview-casino-feature-item:nth-child(-n+4){margin:0 0 15px}.overview-casino-feature-label{font-size:15px}.overview-casino-feature-text{font-size:16px}.overview-casino-feature-text img:nth-last-child(2){display:block}.overview-casino-feature-text span{margin:2px 0 0}.overview-casino-feature-bonus{display:flex}.overview-casino-feature-bonus:hover{color:#dfdfdf;background:#601dc0}.overview-casino-feature-bonus:hover svg{fill:#dfdfdf}.overview-casino-feature-block{padding:20px}.overview-casino-feature-box{width:calc(50% - 20px)}.overview-casino-feature-box:nth-child(-n+2){margin:0 0 30px}.overview-casino-stories .stories-box-text{display:block}.overview-casino-loyalty-title{font-size:22px}.overview-casino-loyalty .table{min-width:680px}.overview-casino-loyalty .table-wrap{padding:0;margin:0}.overview-casino-loyalty .table td:first-child,.overview-casino-loyalty .table th:first-child{position:static;display:table-cell;height:auto}.overview-casino-loyalty .table th{padding:15px 10px}.overview-casino-info .accordion{padding:0}.overview-casino-info-row{font-size:16px}.overview-casino-info-label,.overview-casino-info-text{padding:5px 20px}.overview-casino-comparison .comparison .table-wrap{padding:0}.overview-casino-comparison .comparison .table th:first-child{height:auto}.overview-casino-tourney-title{font-size:22px}.overview-casino-tourney-slider .swiper-container{padding:0;margin:0}.overview-casino-tourney-slider .swiper-slide{width:calc(33.33333% - 10.66px);transition:all .3s ease-in-out}.overview-casino-tourney-slider .swiper-slide:not(:last-child){margin:0 16px 0 0}.overview-casino-tourney-slider .swiper-button-next,.overview-casino-tourney-slider .swiper-button-prev{display:flex}.overview-casino-tourney-item{width:100%}.overview-casino-tourney-item-btn:hover{background:#451788}.overview-casino-modal-info{margin:30px 0 0}.casino-rating-meta{width:260px}}@media only screen and (max-width:374px){.overview-casino-item-review{width:100%;margin:20px 0 0}.overview-casino-feature-label{font-size:12px}.overview-casino-feature-text{font-size:13px}.overview-casino-feature-text img,.overview-casino-feature-text svg{width:16px;height:16px}.overview-casino-feature-box{width:120px}.overview-casino-info-row{display:block;padding:15px}.overview-casino-info-row:nth-child(odd) .overview-casino-info-label,.overview-casino-info-row:nth-child(odd) .overview-casino-info-text{border:none}.overview-casino-info-label,.overview-casino-info-text{width:100%;min-height:auto;border:none;padding:0}.overview-casino-info-label{font-size:15px;margin:0 0 7px}.overview-casino-info-hidden .overview-casino-info-row:nth-child(2n) .overview-casino-info-label,.overview-casino-info-hidden .overview-casino-info-row:nth-child(2n) .overview-casino-info-text,.overview-casino-info-hidden .overview-casino-info-row:nth-child(odd) .overview-casino-info-label,.overview-casino-info-hidden .overview-casino-info-row:nth-child(odd) .overview-casino-info-text{border:none}.overview-casino-tourney-slider .swiper-slide:not(:last-child){margin:0 10px 0 0}.overview-casino-tourney-item{width:246px}}