﻿ *, :after, :before {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p {margin: 0;padding: 0;}html, body {width: 100%;height: 100%;margin: 0;padding: 0;}table {border-collapse: collapse;border-spacing: 0;}fieldset, img {border: 0;}img {vertical-align: middle;}ol, ul {list-style: none;}@font-face {font-family: roboto;src: local('Roboto'), url('fonts/robotoregular.woff2') format('woff2');font-style: normal;font-weight: 400;font-display: swap;}@font-face {font-family: roboto;src: local('Roboto'), url('fonts/robotomedium.woff2') format('woff2');font-style: normal;font-weight: 500;font-display: swap;}@font-face {font-family: roboto;src: local('Roboto'), url('fonts/robotobold.woff2') format('woff2');font-style: normal;font-weight: 600;font-display: swap;}body {position: relative;background-color: #fff;display: -webkit-flex;display: flex;flex-direction: column;font-family: roboto;color: #242424;font-size: 17px;font-weight: 400;}body.frame {background-color: #eaeaea;}h1, h2, h3, h4, h5, h6 {font-family: roboto;color: #000;font-size: 100%;line-height: 1.4;font-weight: 600;margin-bottom: 30px;}a {color: var(--primary-color);text-decoration: none;}a:hover {color: var(--primary-color-hover);}.button {background-color: var(--primary-color);width: 100%;display: block;font-family: inherit;cursor: pointer;color: #fff;font-size: 17px;font-weight: 500;line-height: 1.3;text-align: center;border: 1px solid var(--primary-color);outline: none;border-radius: 12px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;padding: 13px 18px 14px;}.button:hover {background-color: var(--primary-color-hover);color: #fff;border-color: var(--primary-color-hover);}.button.neutral {background-color: #eaeaea;color: #000;border-color: #eaeaea;}.button.neutral:hover {background-color: #efefef;color: #000;border-color: #efefef;}.button.border {background-color: #fff;color: #333;border-color: rgb(0 0 0 / 20%);}.button.border:hover {background-color: #fff;color: #000;border-color: rgb(0 0 0 / 40%);}.button .ellipsis {max-width: 100%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0 auto;}.button .addition {display: block;opacity: .7;font-size: 13px;font-weight: 400;margin-top: 3px;}.row {position: relative;font-size: 0;}.center {text-align: center;}.main {flex: 1 0 auto;}.visually-hidden {position: absolute;width: 1px;height: 1px;overflow: hidden;white-space: nowrap;clip: rect(0 0 0 0);clip-path: inset(50%);border: 0;padding: 0;margin: -1px;}@media screen and (min-width: 980px) {body {line-height: 1.5;}body.frame, .medium-text {font-size: 18px;}h1 {font-size: 42px;}h2 {font-size: 24px;}h3 {font-size: 22px;}h4 {font-size: 20px;}.container {position: relative;width: 100%;max-width: 1282px;min-width: 980px;margin-right: auto;margin-left: auto;}.logotype {font-size: 22px;}.header {margin-bottom: 30px;}.header .menu.menu-open {width: calc(100% - 350px);width: -moz-calc(100% - 350px);width: -webkit-calc(100% - 350px);margin-left: 60px;margin-right: auto;}.header.search-open .menu.menu-open {width: calc(100% - 500px);width: -moz-calc(100% - 500px);width: -webkit-calc(100% - 500px);}.header .menu.menu-open li {z-index: 1;position: relative;display: inline-block;vertical-align: middle;border-radius: 12px;padding: 6px 15px 8px;}.header .menu.menu-open li a {font-size: 17px;font-weight: 500;}.header.white .menu.menu-open li a {color: #000;}.header.black .menu.menu-open li a, .header.primary .menu.menu-open li a {color: #fff;}.header .menu.menu-open li:hover {z-index: 2;}.header.white .menu.menu-open li:hover {background-color: #eaeaea;}.header.black .menu.menu-open li:hover {background-color: #222224;}.header.primary .menu.menu-open li:hover {background-color: var(--primary-sub-color);}.header .menu.menu-open li.dropdown {border-radius: 12px 12px 0 0;}.header .menu.menu-open li.dropdown:after {content: "▼";display: inline-block;vertical-align: middle;font-size: 6px;}.header .menu.menu-open li a {display: inline-block;}.header .menu.menu-open .sub-menu {position: absolute;top: 100%;left: 0;min-width: 320px;display: none;opacity: 0;transition: .5s linear;border-radius: 0 12px 12px 12px;padding: 10px 0;}.header.white .menu.menu-open .sub-menu {background-color: #eaeaea;}.header.black .menu.menu-open .sub-menu {background-color: #222224;}.header.primary .menu.menu-open .sub-menu {background-color: var(--primary-sub-color);}.header .menu.menu-open li:hover > .sub-menu {display: block;opacity: 1;}.header .menu.menu-open li .sub-menu li {display: block;border-radius: 0;}.header .menu.menu-open li .sub-menu li:hover {background-color: var(--primary-color);}.header .menu.menu-open li .sub-menu li:hover a {color: #fff;}.header .menu.menu-open li .sub-menu li a {display: block;}.header .menu.menu-hidden {z-index: 1000;position: fixed;top: 0;right: -100%;bottom: 0;background-color: #fff;width: 300px;overflow: scroll;overflow-x: hidden;overflow-y: auto;transition: all .5s;padding: 80px 0 40px;}.header .menu.menu-hidden.show {right: 0;-webkit-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);-moz-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);}.header .menu.menu-hidden::-webkit-scrollbar {width: 0;height: 0;}.header .menu.menu-hidden li a {display: block;color: #000;font-size: 18px;font-weight: 400;padding-top: 10px;padding-left: 40px;padding-right: 40px;padding-bottom: 10px;}.header .menu.menu-hidden li.dropdown .sub-menu a {padding-left: 60px;}.header .menu.menu-hidden li a:hover {background-color: #eaeaea;color: #000;}.header .menu-toggle.menu-open {display: none;}.header .menu-toggle.menu-hidden {z-index: 1001;position: relative;background-color: transparent;width: 48px;height: 48px;flex-shrink: 0;cursor: pointer;text-indent: -9999px;border: none;outline: none;border-radius: 12px;margin-left: 10px;}.header .menu-toggle.menu-hidden:after {content: "";position: absolute;top: 12px;left: 12px;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: -24px -24px;width: 24px;height: 24px;display: block;}.header.black .menu-toggle.menu-hidden:after, .header.primary .menu-toggle.menu-hidden:after {background-image: url(images/icons/sprite-24-white.png);}.header .menu-toggle.menu-hidden.close:after {background-position: -144px -48px;}.header .search {position: relative;}.header .search.search-hidden {z-index: 2;position: absolute;top: 50%;width: 245px;margin-top: -24px;}.header.menu-open .search.search-open {width: 245px;}.header.menu-open .search.search-hidden {right: 0;}.header.menu-hidden .search.search-hidden {right: 55px;}.header.menu-hidden .search.search-open {width: calc(100% - 330px);width: -moz-calc(100% - 330px);width: -webkit-calc(100% - 330px);margin: 0 auto;}.header .search.search-hidden {display: none;}.header .search-toggle.search-open {display: none;}.breadcrumbs.center {text-align: center;margin-left: auto;margin-right: auto;}.title {font-size: 20px;text-align: left;}.frame .block {padding: 30px;}.sticky {position: sticky;top: 15px;}.hero {margin-top: -30px;}.listing.grid {gap: 30px;}.listing.grid .card-item {display: inline-block;margin-bottom: 0;}.listing.grid {grid-template-columns: repeat(5, minmax(0, 1fr));}.content.left .listing.grid, .content.right .listing.grid {grid-template-columns: repeat(3, minmax(0, 1fr));}.frame .listing.grid .card-item .card-header {margin-top: -30px;margin-left: -30px;margin-right: -30px;}.listing.grid.game-listing .card-item .card-header .rtp {top: 8px;right: 8px;border-radius: 8px;padding: 5px 8px 6px;}.listing.list .card-item {grid-template-columns: 200px auto 230px;gap: 30px;}.listing.list .card-item.no-header {grid-template-columns: auto 230px;}.listing.list .card-item.no-footer {grid-template-columns: 200px auto;}.listing.list .card-item.no-header.no-footer {grid-template-columns: 100%;}.listing.list .card-item .card-header {width: 200px;}.card-item .card-body {font-size: 16px;}.listing.list .card-item .card-body .name {font-size: 21px;}.listing.grid .card-item .card-body .name {font-size: 19px;}.listing.list .card-item .card-body .options {max-width: 80%;}.listing.list .card-item .card-footer {width: 230px;flex-shrink: 0;margin-left: auto;}.content.left, .content.right {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;}.content.right {flex-direction: row-reverse;}.center .article {max-width: 760px;margin-left: auto;margin-right: auto;}.content.left .article, .content.right .article {width: 78%;display: inline-block;flex: 1;}.content.left .article {padding-left: 50px;}.content.right .article {padding-right: 50px;}.content .side {width: 22%;display: inline-block;flex: 0 1 22%;}.content .side .banner, .content .side .banner img {width: 100%;}.gallery.grid {gap: 30px;}.gallery.grid.three {grid-template-columns: repeat(3, minmax(0, 1fr));}.gallery.grid.four {grid-template-columns: repeat(4, minmax(0, 1fr));}.iframe .fullscreen-button {top: 15px;right: 15px;}.info li {margin-right: 25px;}.toc.sidebar ul {overflow: scroll;overflow-x: hidden;overflow-y: auto;-ms-overflow-style: none;scrollbar-width: none;}.frame .toc.sidebar ul {max-height: 77vh;}.frameless .toc.sidebar ul {max-height: 86vh;}.frame .toc ul {margin-left: -30px;margin-right: -30px;}.frameless .toc ul li a {font-size: 18px;padding-left: 20px;}.frame .toc ul li a {font-size: 16px;padding-left: 30px;padding-right: 30px;}.frameless .side .profile {padding: 30px;}.profile .profile-footer ul li {margin-right: 8px;}.profile .profile-footer ul li a {padding: 12px 14px 14px;}.options tr, .options dl {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;}.options tr td, .options dl dt, .options dl dd {display: inline-block;vertical-align: top;}.options tr td {padding-top: 12px;padding-bottom: 12px;}.options dl {padding-top: 10px;padding-bottom: 10px;}.options tr td:first-child {width: 38%;padding-right: 20px;}.options tr td:last-child {width: 62%;}.options dl dt {padding-right: 20px;margin-right: auto;}.options dl dd {margin-left: 0;}.center .image {margin-left: -92px;margin-right: -93px;}.frame .image {margin-left: -30px;margin-right: -30px;}.reaction .reaction-list .item {width: 64px;height: 64px;margin: 0 12px;}.tags a {font-size: 16px;}.qa .question .name {font-size: 18px;}.widget {right: 10px;}.scrollbar::-webkit-scrollbar {width: 8px;height: 8px;}.owl-carousel .owl-prev {left: -20px;}.owl-carousel .owl-next {right: -20px;}.footer .top .menu li {margin-right: 30px;}.footer .bottom {display: flex;justify-content: center;align-items: center;}.footer .bottom .copyright {margin-right: auto;}.footer .bottom .language-switcher {margin-left: auto;}.footer .bottom .language-switcher li {margin-left: 30px;margin-bottom: 10px;}}@media screen and (max-width: 979px) {body {line-height: 1.5;}h1 {font-size: 32px;text-align: center;}h2 {font-size: 26px;}h3 {font-size: 24px;}h4 {font-size: 22px;}.container {width: 100%;max-width: 768px;padding-right: 20px;padding-left: 20px;margin: 0 auto;}.frame .container {padding-right: 10px;padding-left: 10px;}.logotype {font-size: 20px;}.header {margin-bottom: 25px;}.header .menu {z-index: 1000;position: fixed;top: 0;right: -100%;bottom: 0;background-color: #fff;width: 300px;overflow: scroll;overflow-x: hidden;overflow-y: auto;transition: all .5s;padding: 80px 0 40px;}.header .menu.show {right: 0;-webkit-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);-moz-box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);box-shadow: -10px 5px 18px 0 rgba(0, 0, 0, .05);}.header .menu::-webkit-scrollbar {width: 0;height: 0;}.header .menu li a {display: block;color: #000;font-size: 18px;font-weight: 400;padding-top: 10px;padding-left: 35px;padding-right: 35px;padding-bottom: 10px;}.header .menu li.dropdown .sub-menu a {padding-left: 50px;}.header .menu li a:hover {background-color: #eaeaea;color: #000;}.header .menu-toggle {z-index: 1001;position: relative;background-color: transparent;width: 48px;height: 48px;flex-shrink: 0;cursor: pointer;text-indent: -9999px;border: none;outline: none;border-radius: 12px;margin-left: 5px;margin-right: -16px;}.header.black .menu-toggle {background-color: #18181a;}.header.primary .menu-toggle {background-color: var(--primary-sub-color);}.header .menu-toggle:after {content: "";position: absolute;top: 12px;left: 12px;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: -24px -24px;width: 24px;height: 24px;display: block;}.header.black .menu-toggle:after {background-image: url(images/icons/sprite-24-white.png);}.header.primary .menu-toggle:after {background-image: url(images/icons/sprite-24-white.png);}.header .menu-toggle.close:after {background-position: -144px -48px;}.header .search {position: relative;}.header .search {z-index: 2;position: absolute;top: 50%;width: 245px;display: none;margin-top: -24px;}.frame .header .search {right: 65px;}.frameless .header .search {right: 75px;}.breadcrumbs, .title, .subtitle {text-align: center;margin-left: auto;margin-right: auto;}.title {font-size: 20px;}.frame .block {padding: 30px;}.hero {text-align: center;margin-top: -25px;}.listing {justify-content: center;}.listing.grid {column-gap: 50px;}.listing.grid {grid-template-columns: repeat(auto-fill, 283px);}.listing.grid.game-listing {column-gap: 30px;}.listing.grid.game-listing {grid-template-columns: repeat(3, minmax(0, 1fr));}.listing.list {grid-template-columns: 1fr;}.listing.list .card-item {flex-wrap: wrap;}.listing.grid .card-item {display: inline-block;margin-bottom: 30px;}.listing.list .card-item {width: 100%;grid-template-columns: minmax(60px, 200px) auto;column-gap: 30px;margin: 0 auto 30px;}.listing.list .card-item.no-header {grid-template-columns: 1fr;column-gap: 0;}.frame .listing.grid .card-item .card-header {margin-top: -30px;margin-left: -30px;margin-right: -30px;}.listing.grid.game-listing .card-item .card-header .rtp {right: 0;bottom: 0;border-radius: 8px 0 11px 0;padding: 3px 6px;}.listing.grid .card-item .card-body .name {font-size: 19px;}.listing.list .card-item .card-body .name {font-size: 18px;}.listing .card-item .card-body {font-size: 16px;}.listing.list .card-item .card-footer {grid-column: span 2;padding-top: 20px;}.gallery.grid {gap: 20px;}.gallery.grid.three, .gallery.grid.four {grid-template-columns: repeat(3, minmax(0, 1fr));}.slot {text-align: center;}.iframe .fullscreen-button {top: 15px;right: 15px;}.content.bottom {width: 100%;display: flex;flex-direction: column;}.content .article, .content .side {width: 100%;}.content.bottom .article {order: 1;}.content.bottom .side {order: 2;}.info {text-align: center;}.info li {margin: 5px 15px;}.frameless .toc {background-color: #eaeaea;border-radius: 12px;padding: 30px;}.toc .title {display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;align-items: center;cursor: pointer;text-align: left;}.toc .title:after {content: "";background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: 0 -144px;width: 24px;height: 24px;display: block;opacity: .8;margin-left: auto;}.toc .title.close:after {transform: rotate(180deg);}.toc ul {display: none;}.toc ul.show {display: block;}.frameless .toc ul li a {font-size: 18px;padding-left: 20px;}.frame .toc ul li a {font-size: 16px;padding-left: 30px;padding-right: 30px;margin-left: -30px;margin-right: -30px;}.frameless .side .profile {padding: 30px;}.profile .profile-links {text-align: center;}.profile .profile-footer ul li {margin-left: 4px;margin-right: 4px;}.profile .profile-footer ul li a {padding: 10px 12px;}.options tr td {padding-top: 10px;padding-bottom: 10px;}.options tr td, .options dl dt, .options dl dd {width: 100%;display: block;}.options tr td:first-child, .options dl dt {padding-top: 10px;padding-bottom: 2px;}.options tr td:last-child, .options dl dd {padding-top: 2px;padding-bottom: 10px;}.image {margin-left: -20px;margin-right: -20px;}.frame .image {margin-left: -30px;margin-right: -30px;}.reaction .reaction-list .item {width: 32px;height: 32px;margin: 0 10px;}.tags a {font-size: 15px;}.qa .question .name {font-size: 18px;}.widget {right: 15px;}.scrollbar::-webkit-scrollbar {width: 2px;height: 2px;}.owl-carousel .owl-prev {left: -15px;}.owl-carousel .owl-next {right: -15px;}.footer .top .menu li {margin-right: 25px;}.footer .bottom .language-switcher {margin-top: 30px;}.footer .bottom .language-switcher li {margin-right: 25px;}.footer .bottom .language-switcher li:last-child {margin-right: 0;}}@media screen and (max-width: 640px) {.iframe .fullscreen-button {top: 10px;right: 10px;}}@media screen and (max-width: 540px) {.listing.grid.game-listing {column-gap: 25px;}.listing.grid.game-listing {grid-template-columns: repeat(2, minmax(0, 1fr));}.gallery.grid.three, .gallery.grid.four {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media screen and (max-width: 480px) {h2 {font-size: 22px;}h3 {font-size: 20px;}h4 {font-size: 18px;}.frame .block {padding: 20px;}.listing.grid.game-listing {column-gap: 20px;}.listing.list .card-item {gap: 20px;}.listing.list .card-item .card-body .name {font-size: 17px;}.frame .listing.grid .card-item .card-header {margin-top: -20px;margin-left: -20px;margin-right: -20px;}.frameless .toc {padding: 20px;}.frame .toc li a {padding-left: 20px;padding-right: 20px;margin-left: -20px;margin-right: -20px;}.frameless .side .profile {padding: 20px;}.frame .image {margin-left: -20px;margin-right: -20px;}.owl-carousel .owl-prev {left: -15px;}.owl-carousel .owl-next {right: -15px;}}@media screen and (max-width: 420px) {.iframe .fullscreen-button {top: 7px;right: 7px;}}@media screen and (max-width: 360px) {.listing.grid.game-listing {column-gap: 20px;}}@media screen and (max-width: 320px) {.container {padding-right: 10px;padding-left: 10px;}.frame .container {padding-right: 5px;padding-left: 5px;}.image {margin-left: -10px;margin-right: -10px;}.frame .image {margin-left: -20px;margin-right: -20px;}.owl-carousel .owl-prev {left: -5px;}.owl-carousel .owl-next {right: -5px;}}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {.header.white .search-toggle:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.header.black .search-toggle:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.header.primary .search-toggle:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.header.white .menu-toggle:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.header.black .menu-toggle:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.header.primary .menu-toggle:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.hero .search button:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.thumbnail .no-photo:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.listing .card-item .card-info .views:before {background-image: url(images/icons/sprite-20-black@2x.png) !important;}.iframe .fullscreen-button:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.modal .modal-close:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.info .author:before {background-image: url(images/icons/sprite-20-black@2x.png) !important;}.info .date:before {background-image: url(images/icons/sprite-20-black@2x.png) !important;}.info .views:before {background-image: url(images/icons/sprite-20-black@2x.png) !important;}.toc .title:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.qa .question .name:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.share button:after {background-image: url(images/icons/sprite-24-white@2x.png) !important;}.form .checkbox span::before {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.widget:after {background-image: url(images/icons/sprite-24-black@2x.png) !important;}.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {background-image: url(images/icons/sprite-20-black@2x.png) !important;}.popup-arrow-left:after, .popup-arrow-right:after {background-image: url(images/icons/sprite-20-white@2x.png) !important;}.footer .bottom .language-switcher li.ru:before {background-image: url(images/icons/flags/lang-ru@2x.png) !important;}.footer .bottom .language-switcher li.en:before {background-image: url(images/icons/flags/lang-en@2x.png) !important;}.footer .bottom .language-switcher li.tr:before {background-image: url(images/icons/flags/lang-tr@2x.png) !important;}}.main {padding-bottom: 40px;}.content {flex: 1 0 auto;}.logotype {display: block;font-weight: 600;outline: none;}.white .logotype {color: #000;}.black .logotype, .primary .logotype {color: #fff;}.search {position: relative;}.search.active {z-index: 10002;}.header.white {background-color: #fff;color: #000;}.header.black {background-color: #18181a;color: #fff;}.header.primary {background-color: var(--primary-color);color: #fff;}.header .container {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;align-items: center;padding-top: 10px;padding-bottom: 10px;}.header .logotype {flex-shrink: 0;margin-right: auto;}.header .menu li a {line-height: 1.4;}.header .search.show {display: block;}.header .search input {width: 100%;height: 48px;display: block;font-family: inherit;font-size: 17px;line-height: 48px;border: none;outline: none;border-radius: 12px;padding-left: 20px;padding-right: 48px;}.header.white .search input {background-color: #eaeaea;color: #000;}.header.black .search input {background-color: #222224;color: #fff;}.header.primary .search input {background-color: var(--primary-sub-color);color: #fff;}.header.white .search input::placeholder {color: rgb(0 0 0 / 82%);}.header.black .search input::placeholder, .header.primary .search input::placeholder {color: rgb(255 255 255 / 82%);}.header .search-toggle {z-index: 3;position: relative;background-color: transparent;width: 48px;height: 48px;flex-shrink: 0;cursor: pointer;text-indent: -9999px;border: none;outline: none;border-radius: 12px;margin-left: auto;}.header .search-toggle:after {content: "";position: absolute;top: 12px;left: 12px;background-repeat: no-repeat;background-size: 240px;background-position: 0 0;width: 24px;height: 24px;display: block;}.header.white .search-toggle:after {background-image: url(images/icons/sprite-24-black.png);}.header.black .search-toggle:after, .header.primary .search-toggle:after {background-image: url(images/icons/sprite-24-white.png);}.header .search-toggle.close:after {background-position: -144px -48px;}.breadcrumbs {font-size: 12px;margin-bottom: 30px;}.breadcrumbs li {position: relative;display: inline-block;color: #6d6d73;}.breadcrumbs li:after {content: "›";display: inline-block;margin: 0 5px;}.breadcrumbs li:last-child:after {content: none;}.breadcrumbs li a {color: #6d6d73;border-bottom: 1px solid transparent;}.breadcrumbs li a:hover {color: var(--primary-color);border-color: var(--primary-color);}.title {display: block;color: #333;font-weight: 600;margin-bottom: 20px;}.subtitle {color: #6d6d73;font-size: 115%;margin-bottom: 30px;}.hero {display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: center;align-items: center;padding-top: 30px;padding-bottom: 30px;margin-bottom: 50px;}.hero.white {background-color: #fff;color: rgb(0 0 0 / 90%);}.hero.neutral {background-color: #eaeaea;color: rgb(0 0 0 / 90%);}.hero.primary {background-color: var(--primary-color);color: rgb(255 255 255 / 90%);}.hero h1 {line-height: 1.4;margin-top: 10px;margin-bottom: 10px;}.hero.white h1 {color: #000;}.hero.neutral h1 {color: #000;}.hero.primary h1 {color: #fff;}.hero p {display: block;font-size: 115%;margin-top: 15px;margin-bottom: 20px;}.hero .search {width: 100%;min-width: 0;display: -webkit-box;display: -ms-flexbox;display: flex;align-items: center;font-size: 17px;line-height: 48px;border-radius: 12px;padding: 5px;margin-top: 15px;margin-bottom: 15px;}.hero.white .search {background-color: #eaeaea;}.hero.neutral .search, .hero.primary .search {background-color: #fff;}.hero .search input {background-color: transparent;width: 100%;min-width: 0;height: 44px;display: block;font-family: inherit;color: #000;font-size: 17px;line-height: 44px;border: none;outline: none;padding-left: 15px;padding-right: 15px;margin-right: 12px;}.hero .search button {position: relative;background-color: var(--primary-optional-color);width: 44px;height: 44px;display: block;cursor: pointer;flex-shrink: 0;text-indent: -9999px;border: none;outline: none;border-radius: 12px;}.hero .search button:after {content: "";position: absolute;top: 10px;left: 10px;background-image: url(images/icons/sprite-24-white.png);background-repeat: no-repeat;background-size: 240px;background-position: 0 0;width: 24px;height: 24px;display: block;}.block {background-color: #fff;margin-bottom: 50px;}.frame .block {border-radius: 12px;margin-bottom: 25px;}.preview {margin-bottom: 50px;}.frame .preview {margin-bottom: 25px;}.preview img {width: 100%;height: auto;display: block;border-radius: 12px;}.thumbnail {z-index: 1;position: relative;width: 100%;max-width: 283px;display: block;overflow: hidden;border-radius: 12px;}.thumbnail.horizontal {padding-top: 66.71%;}.thumbnail.vertical {padding-top: 150%;}.thumbnail.square {padding-top: 100%;}.thumbnail img {position: absolute;top: 50%;left: 50%;max-width: 100%;max-height: 100%;display: block;-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.thumbnail .no-photo {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: #eaeaea;width: 100%;}.thumbnail .no-photo:after {content: "";position: absolute;top: 50%;left: 50%;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: -96px 0;width: 24px;height: 24px;display: block;margin: -12px 0 0 -12px;}.listing {margin-bottom: 80px;}.listing.grid {display: grid;}.listing .card-item {text-align: left;}.frame .listing .card-item .card-header .thumbnail .no-photo {background-color: #fff;}.listing .card-item .name {display: block;color: #000;font-weight: 500;line-height: 1.45;}.listing.grid.game-listing .card-item .name {font-size: 16px;font-weight: 400;}.listing .card-item .excerpt {opacity: .64;line-height: 1.5;margin-top: 16px;}.listing .card-item .options {margin-top: 16px;}.listing.grid .card-item {-webkit-transition: all .2s;-moz-transition: all .2s;transition: all .2s;}.listing.grid .card-item:hover {-webkit-transform: translateY(-5px);transform: translateY(-5px);}.listing.grid .card-item {max-width: 232px;vertical-align: top;}.listing.grid .card-item .card-header {position: relative;margin-bottom: 18px;}.listing.grid.game-listing .card-item .card-header {margin-bottom: 10px;}.listing.grid.game-listing .card-item .card-header .rtp {z-index: 2;position: absolute;background-color: var(--primary-optional-color);color: #fff;font-size: 11px;font-weight: 600;}.listing.grid.game-listing .card-item .card-header .rtp:before {content: attr(data-rtp);}.listing.grid .card-item .card-footer {margin-top: 20px;}.listing.list .card-item {position: relative;background-color: #fff;display: grid;border-bottom: 1px solid rgb(0 0 0 / 8%);margin-bottom: 0;}.listing.list .card-item:last-child {border-bottom: none;}.frameless .listing.list .card-item {padding-top: 24px;padding-bottom: 24px;}.frame .listing.list .card-item {border-bottom: none;margin-bottom: 30px;}.listing.list .card-item .card-header {position: relative;}.card-item .card-info {margin-top: 16px;}.card-item .card-info .date, .card-item .card-info .views {position: relative;display: inline-block;opacity: .32;font-size: 14px;line-height: 20px;}.card-item .card-info .views {margin-left: 25px;}.card-item .card-info .views:before {content: "";background-image: url(images/icons/sprite-20-black.png);background-repeat: no-repeat;background-size: 200px;background-position: -180px 0;width: 20px;height: 20px;display: inline-block;vertical-align: top;margin-right: 5px;}.gallery {max-width: 949px;margin-bottom: 80px;}.gallery.grid {display: grid;}.gallery.carousel {max-width: 100%;min-width: 0;display: block !important;}.gallery.three .img, .gallery.three .img img {max-width: 320px;max-height: 214px;}.gallery.four .img, .gallery.four .img img {max-width: 214px;max-height: 144px;}.gallery .img {display: block;}.gallery .img img {width: 100%;display: block;border-radius: 12px;margin: 0 auto;}.slot {margin-bottom: 30px;}.slot .button {margin-bottom: 14px;}.slot .button .ellipsis {max-width: 180px;}.slot .slot-note {background-color: #fff4cc;width: 100%;display: block;color: #444444;font-size: 14px;line-height: 1.3;text-align: center;border-radius: 12px;padding: 10px 18px 11px;}.iframe {position: relative;background-color: #eaeaea;width: 100%;overflow: hidden;border-radius: 12px;padding-top: 56.25%;margin-bottom: 50px;}.iframe .fullscreen-button {z-index: 2;position: absolute;background-color: #fff;width: 36px;height: 36px;opacity: .8;cursor: pointer;border-radius: 8px;border: none;outline: none;padding: 0;}.iframe .fullscreen-button:hover {opacity: 1;}.iframe .fullscreen-button:after {content: "";position: absolute;top: 6px;left: 6px;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: -216px -48px;width: 24px;height: 24px;display: block;opacity: .8;}.iframe iframe {z-index: 1;position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;border: none;}.modal {z-index: 10001;position: fixed;top: 0;left: 0;right: 0;background-color: #000;width: 100%;height: 100%;display: flex;flex-direction: column;}.modal .modal-close {z-index: 2;position: absolute;top: 0;right: 0;background-color: #000;width: 36px;height: 36px;opacity: .7;cursor: pointer;border: none;padding: 0;}.modal .modal-close:after {content: "";position: absolute;top: 6px;left: 6px;background-image: url(images/icons/sprite-24-white.png);background-repeat: no-repeat;background-size: 240px;background-position: -144px -48px;width: 24px;height: 24px;display: block;opacity: .95;}.modal .modal-content {z-index: 1;position: relative;flex-grow: 1;}.modal .modal-content iframe {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}.modal .modal-ref {z-index: 2;position: absolute;left: 0;bottom: 0;background-color: var(--primary-color);width: 100%;height: 36px;display: block;color: #fff;font-size: 13px;font-weight: 600;text-transform: uppercase;line-height: 36px;text-align: center;user-select: none;border-radius: 0;padding: 0 20px;}.modal .modal-ref:hover {background-color: var(--primary-color-hover);color: #fff;}.content {text-align: left;}.info {margin-bottom: 30px;}.info li {position: relative;display: inline-block;opacity: .8;font-size: 15px;font-weight: 500;line-height: 20px;}.info li a {color: #000;}.info li a:hover {color: var(--primary-color-hover);}.info li:before {content: "";background-image: url(images/icons/sprite-20-black.png);background-repeat: no-repeat;background-size: 200px;width: 20px;height: 20px;display: inline-block;vertical-align: top;margin-right: 5px;}.info .author:before {background-position: -100px -20px;}.info .date:before {background-position: -80px -40px;}.info .views:before {background-position: -180px 0;}.toc {text-align: left;}.toc .title {position: relative;margin-bottom: 0;}.toc ul {margin-top: 20px;}.toc ul li {display: block;}.toc ul li a {position: relative;display: block;color: #000;line-height: 1.4;padding-top: 10px;padding-bottom: 12px;}.toc ul li a:before {content: "";position: absolute;top: 0;left: 0;bottom: 0;background-color: #d7d7d7;width: 2px;height: 100%;display: block;}.toc ul li a.current:before {background-color: var(--primary-color);}.toc ul li a:hover, .toc ul li a.current {color: var(--primary-color);}.profile {text-align: center;margin-bottom: 50px;}.frameless .side .profile {border-radius: 12px;border: 1px solid rgb(0 0 0 / 8%);}.profile .profile-header .avatar {width: 160px;height: 160px;margin: 0 auto 25px;}.profile .profile-header .avatar img {width: 160px;height: 160px;display: block;border-radius: 50%;}.profile .profile-header h1, .profile .profile-header .title {text-align: center;margin-bottom: 25px;}.profile .profile-body {margin-bottom: 25px;}.profile .profile-footer ul li {display: inline-block;vertical-align: top;margin-bottom: 8px;}.profile .profile-footer ul li a {background-color: #eaeaea;display: block;color: #000;font-weight: 500;line-height: 18px;border-radius: 12px;}.profile .profile-footer ul li a:hover {background-color: #f3f3f3;color: #000;}.banner {max-width: 420px;display: block;cursor: pointer;outline: none;margin: 0 auto 25px;}.banner img {max-width: 100%;height: auto;display: block;border-radius: 12px;margin: 0 auto;}.description {display: block;color: #000;text-align: left;margin-bottom: 50px;}.options {width: 100%;text-align: left;}.options tr, .options dl, .options dt, .options dd {margin: 0;}.options tr, .options dl {border-bottom: 1px solid rgb(0 0 0 / 12%);}.options tr:last-child, .options dl:last-child {border-bottom: none;}.options tr td:first-child, .options dl dt {color: #6d6d73;}.text {text-align: left;}.text a {color: #242424;border-bottom: 1px solid rgb(0 0 0 / 5%);}.text a:hover {color: #242424;border-bottom: 1px solid rgb(0 0 0 / 22%);}.text img {max-width: 100%;}.text p {margin-bottom: 30px;}.text ul, .text ol {margin: 30px 0;}.text ol {counter-reset: list;}.text ul li, .text ol li {position: relative;display: block;margin: 5px 0;}.text ul li:before {content: "";background-color: var(--primary-color);width: 3px;height: 3px;display: inline-block;vertical-align: middle;border-radius: 50%;margin-right: 10px;}.text ol li:before {content: counter(list) ". ";counter-increment: list;}.text table {max-width: 100%;display: inline-block;overflow-x: auto;margin-bottom: 25px;}.text table th, .text table td {vertical-align: top;border: 1px solid #ddd;padding: 15px 20px;}.text thead th {vertical-align: bottom;font-weight: 500;}.text mark {background-color: #ffeea4;padding: 4px 2px;}.image {margin-top: 30px;margin-bottom: 30px;}.image img {max-width: 100%;height: auto;display: block;margin: 0 auto;}.reaction {text-align: center;margin-top: 30px;margin-bottom: 60px;}.reaction .title {text-align: center;}.reaction .reaction-list {display: -webkit-box;display: -ms-flexbox;display: flex;align-items: center;justify-content: center;}.reaction .reaction-list .item {position: relative;background-color: transparent;background-repeat: no-repeat;background-size: 100%;display: inline-block;vertical-align: top;flex-shrink: 0;cursor: pointer;text-indent: -9999px;border: none;outline: none;}.reaction .reaction-list .item.cool {background-image: url(images/icons/reaction/cool.png);}.reaction .reaction-list .item.facepalm {background-image: url(images/icons/reaction/facepalm.png);}.reaction .reaction-list .item.amaze {background-image: url(images/icons/reaction/amaze.png);}.reaction .reaction-list .item.lol {background-image: url(images/icons/reaction/lol.png);}.reaction .reaction-list .item.angry {background-image: url(images/icons/reaction/angry.png);}.reaction .reaction-list .item.sad {background-image: url(images/icons/reaction/sad.png);}.reaction .reaction-list .item:after {content: attr(data-count);position: absolute;left: 50%;bottom: -30px;color: #333;font-size: 16px;font-weight: 500;text-indent: 0;-moz-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-webkit-transform: translate(-50%,0);transform: translate(-50%,0);}.reaction .reaction-list .item.voted:after {font-weight: 600;}.tags {text-align: center;margin-top: 30px;margin-bottom: 50px;}.tags a {background-color: #eaeaea;display: inline-block;vertical-align: top;color: #000;font-weight: 400;line-height: 18px;border-radius: 12px;padding: 11px 14px 12px;margin: 4px 2px;}.tags a:hover {background-color: #f3f3f3;color: #000;}.qa {text-align: left;}.qa .question {border-bottom: 1px solid rgb(0 0 0 / 8%);padding-top: 18px;padding-bottom: 18px;margin: 0;}.qa .question:last-child {border-bottom: none;}.qa .question .name {position: relative;display: block;cursor: pointer;padding-right: 40px;}.qa .question .name:after {content: "";position: absolute;top: 4px;right: 0;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: 0 -144px;width: 24px;height: 24px;display: block;opacity: .8;transition: all 0.3s;}.qa .question.active .name:after {transform: rotate(180deg);}.qa .question .answer {display: none;padding-top: 20px;margin: 0;}.share {text-align: center;margin-top: 25px;margin-bottom: 50px;}.share button {position: relative;width: 40px;height: 40px;display: inline-block;cursor: pointer;text-indent: -9999px;border: none;outline: none;border-radius: 12px;margin: 4px;}.share button:after {content: "";position: absolute;top: 8px;left: 8px;background-image: url(images/icons/sprite-24-white.png);background-repeat: no-repeat;background-size: 240px;width: 24px;height: 24px;display: block;}.share button.vk {background-color: #4c75a3;}.share button.vk:after {background-position: -24px -144px;}.share button.fb {background-color: #3b5998;}.share button.fb:after {background-position: -48px -144px;}.share button.telegram {background-color: #64a9dc;}.share button.telegram:after {background-position: -72px -144px;}.share button.whatsapp {background-color: #65bc54;}.share button.whatsapp:after {background-position: -96px -144px;}.share button.tw {background-color: #00abf1;}.share button.tw:after {background-position: -120px -144px;}.pagination {text-align: center;margin: 45px auto;}.pagination a, .pagination span {background-color: transparent;width: 44px;height: 44px;display: inline-block;color: #000;font-size: 15px;font-weight: 600;line-height: 44px;border: none;outline: none;border-radius: 12px;margin: 2px;}.pagination a:hover {background-color: #eaeaea;}.pagination .current {background-color: var(--primary-color);color: #fff;}.form fieldset {position: relative;text-align: left;margin-bottom: 20px;}.form fieldset legend {display: block;font-size: 17px;font-weight: 500;margin-bottom: 6px;}.form .input, .form .select, .form .textarea {background-color: #eaeaea;width: 100%;display: block;font-family: inherit;font-size: 17px;font-weight: 400;border: 2px solid #eaeaea;outline: none;border-radius: 12px;-webkit-transition: background-color .1s ease-out;transition: background-color .1s ease-out;padding: 12px 20px;}.form .textarea {overflow: hidden;resize: vertical;line-height: 1.45;}.form .input.error, .form .textarea.error {background-color: #ffebeb;border-color: #ffc5c5;}.form .input:focus, .form .textarea:focus {background-color: #fff;border-color: #eaeaea;}.form .input::-webkit-input-placeholder, .form .textarea::-webkit-input-placeholder {opacity: 1;transition: opacity 0.3s ease;}.form .input::-moz-placeholder, .form .textarea::-moz-placeholder {opacity: 1;transition: opacity 0.3s ease;}.form .input:-ms-input-placeholder, .form .textarea:-ms-input-placeholder {opacity: 1;transition: opacity 0.3s ease;}.form .input:focus::-webkit-input-placeholder, .form .textarea:focus::-webkit-input-placeholder {opacity: 0;transition: opacity 0.3s ease;}.form .input:focus::-moz-placeholder, .form .textarea:focus::-moz-placeholder {opacity: 0;transition: opacity 0.3s ease;}.form .input:focus:-ms-input-placeholder, .form .textarea:focus:-ms-input-placeholder {opacity: 0;transition: opacity 0.3s ease;}.form .checkbox {display: block;cursor: pointer;font-family: inherit;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}.form .checkbox input {z-index: -1;position: absolute;opacity: 0;}.form .checkbox span {position: relative;display: block;padding-left: 28px;}.form .checkbox span::before {content: "";position: absolute;top: 1px;left: -2px;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: 0 -120px;width: 24px;height: 24px;display: block;opacity: .5;}.form .checkbox input:checked + span::before {background-position: -24px -120px;}.footer {width: 100%;flex: 0 0 auto;font-size: 15px;padding-top: 30px;}.footer.black {background-color: #1e1f20;color: #fff;}.footer.white {background-color: #fff;color: #000;}.footer.grey {background-color: #eaeaea;color: #000;}.footer li {display: inline-block;}.footer.black li a {color: #fff;}.footer.white li a, .footer.grey li a {color: #000;}.footer li a:hover {opacity: .8;}.footer .top, .footer .middle, .footer .bottom {padding-top: 20px;padding-bottom: 20px;}.footer .top .menu li {margin-bottom: 10px;}.footer .middle {font-size: 14px;}.footer.black .middle {color: rgb(255 255 255 / 50%);}.footer.white .middle, .footer.grey .middle {color: rgb(0 0 0 / 50%);}.footer .bottom {margin-top: 20px;}.footer.black .bottom {border-top: 1px solid #242729;}.footer .bottom .language-switcher li {margin-bottom: 10px;}.footer .bottom .language-switcher li.is_current {opacity: .6;}.footer .bottom .language-switcher li:before, .footer .bottom .language-switcher li span, .footer .bottom .language-switcher li a {display: inline-block;vertical-align: middle;}.footer .bottom .language-switcher li:before {content: "";background-repeat: no-repeat;background-size: 24px;width: 24px;height: 24px;margin-right: 6px;}.footer .bottom .language-switcher li.ru:before {background-image: url(images/icons/flags/lang-ru.png);}.footer .bottom .language-switcher li.en:before {background-image: url(images/icons/flags/lang-en.png);}.footer .bottom .language-switcher li.tr:before {background-image: url(images/icons/flags/lang-tr.png);}.notice-container {z-index: 10003;position: fixed;right: 15px;bottom: 15px;max-width: 290px;}.notice-container .notice {position: relative;overflow: hidden;color: #fff;font-size: 16px;line-height: 1.3;text-align: left;border-radius: 8px;padding: 15px 20px;margin-bottom: 10px;}.notice-container .notice:last-child {margin-bottom: 0;}.notice-container .notice.info {background-color: #0050d8;}.notice-container .notice.warning {background-color: #fecc2f;}.notice-container .notice.success {background-color: #028357;}.notice-container .notice.error {background-color: #e51045;}.notice-container .notice output {z-index: 2;position: relative;display: block;}.notice-container .notice .notice-progress {z-index: 1;position: absolute;bottom: 0;left: 0;background-color: rgb(255 255 255 / 70%);width: 100%;height: 3px;transition: width 0.1s linear;}.widget {z-index: 9999;position: fixed;background-color: #fff;width: 44px;height: 44px;cursor: pointer;text-indent: -9999px;border: 1px solid #ddd;outline: none;border-radius: 12px;}.widget.up {bottom: 80px;}.widget:after {content: "";position: absolute;top: 9px;left: 9px;background-image: url(images/icons/sprite-24-black.png);background-repeat: no-repeat;background-size: 240px;background-position: -72px -192px;width: 24px;height: 24px;display: block;}.widget.up:after {background-position: -72px -192px;}.widget:active {-webkit-transform: scale(.85);-ms-transform: scale(.85);transform: scale(.85);}.scrollbar {scrollbar-color: #999 #eaeaea;}.scrollbar::-webkit-scrollbar-thumb {background-color: #999;border-radius: 12px;}.scrollbar::-webkit-scrollbar-track {background-color: #eaeaea;}.cookies {z-index: 10000;position: fixed;left: 50%;right: auto;bottom: 10px;background-color: #424242;width: 250px;display: none;align-items: center;justify-content: space-between;color: #fff;line-height: 1.2;border: none;border-radius: 12px;box-shadow: 0 4px 24px rgb(0 0 0 / 10%);-moz-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-webkit-transform: translate(-50%,0);transform: translate(-50%,0);padding: 8px 8px 8px 20px;}.cookies.show {display: flex;}.cookies small {width: calc(100% - 46px);width: -moz-calc(100% - 46px);width: -webkit-calc(100% - 46px);display: inline-block;font-size: 15px;}.cookies button {background-color: var(--primary-color);width: 36px;height: 36px;cursor: pointer;font-family: inherit;color: #fff;font-size: 12px;text-transform: uppercase;text-align: center;outline: none;border: none;border-radius: 12px;margin-left: 10px;}.cookies button:hover {background-color: #DF5D10;color: #fff;}.search-dropdown {z-index: 10000;position: absolute;top: 100%;left: 0;right: 0;background-color: #fff;max-height: 250px;display: none;overflow: scroll;overflow-x: hidden;overflow-y: auto;color: #000;text-align: left;border: 1px solid rgb(0 0 0 / 20%);border-radius: 12px;padding: 10px 0;}.search-dropdown.show {display: block;}.search-dropdown li {width: 100%;cursor: pointer;color: #000;font-size: 14px;line-height: 1.3;white-space: normal;padding: 10px 20px;margin: 0;}.search-dropdown li:hover {background-color: var(--primary-color);color: #fff;}.ui-helper-hidden-accessible {display: none;}.owl-carousel .owl-item img {height: auto;}.owl-carousel:not(.owl-loaded) {opacity: 0;visibility: hidden;}.owl-carousel .owl-prev, .owl-carousel .owl-next {position: absolute;top: 50%;background-color: transparent;width: 40px;height: 40px;display: block;text-indent: -9999px;border: none;outline: none;transition: visibility 0s linear .1s, opacity .1s ease-out;margin-top: -20px;}.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {visibility: hidden;opacity: 0;}.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {content: "";z-index: 2;position: absolute;top: 10px;left: 10px;background-image: url(images/icons/sprite-20-black.png);background-repeat: no-repeat;background-size: 200px;background-position: -180px 0;width: 20px;height: 20px;display: block;}.owl-carousel .owl-prev:after {background-position: -40px -140px;}.owl-carousel .owl-next:after {background-position: -160px -80px;}.owl-carousel .owl-prev:before, .owl-carousel .owl-next:before {content: "";z-index: 1;position: absolute;top: 0;left: 0;background-color: #fff;width: 40px;height: 40px;display: block;border-radius: 12px;box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 2px 4px rgb(0 0 0 / 12%);}.owl-carousel .owl-dots {position: absolute;left: 0;bottom: -45px;width: 100%;text-align: center;}.owl-carousel .owl-dots .owl-dot {display: inline-block;}.owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;display: block;border-radius: 50%;margin: 5px;}.frame .owl-carousel .owl-dots .owl-dot span {background-color: #fff;}.frameless .owl-carousel .owl-dots .owl-dot span {background-color: #eaeaea;}.owl-carousel .owl-dots .owl-dot.active span {background-color: var(--primary-color);}.popup-arrow-left, .popup-arrow-right {background-color: #000;}.popup-arrow-left:after, .popup-arrow-right:after {content: "";position: absolute;top: 50%;left: 50%;background-image: url(images/icons/sprite-20-white.png);background-repeat: no-repeat;background-size: 200px;background-position: -180px 0;width: 20px;height: 20px;display: block;margin-top: -10px;margin-left: -10px;}.popup-arrow-left:after {background-position: -40px -140px;}.popup-arrow-right:after {background-position: -160px -80px;}.autocomplete {position: absolute;left: 0;right: 0;top: calc(100% + 4px);background-color: #fff;height: auto;text-align: left;border-radius: 12px;padding: 6px;}.autocomplete li {display: block;}.autocomplete li.no-results, .autocomplete li a {display: block;color: #000;font-size: 17px;line-height: 1.5;border-radius: 12px;padding: 5px 10px;}.autocomplete li a:hover {background-color: #efefef;}.autocomplete li.focused a {background-color: var(--primary-color);color: #fff;}.overlay {z-index: 10001;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0 0 0 / 80%);width: 100%;height: 100%;}