:root{--main-color: #F93A3A;--main-color-second: #FFAC30;--main-gradient: linear-gradient(160deg, #F93A3A, #A52929);--main-gradient-hover: linear-gradient(160deg, #F93A3A, #EA3737);--main-gradient-active: linear-gradient(160deg, #BB2E2E, #A52929);--button-text-color: #fff;--button-text-color-hover: #fff;--button-text-color-active: #fff;--header-background: transparent;--page-background: #fff;--footer-background: #060606;--link-color: #DF3D3D;--link-color-hover: #FF4A4A;--link-color-active: #A42323;--header-link-color: #fff;--header-link-color-hover: #fff;--header-link-background-hover: linear-gradient(160deg, #F93A3A, #A52929);--header-dropdown-background: #fafafa;--header-dropdown-link: #424242;--header-dropdown-link-hover: #F93A3A;--mobile-menu-background: rgba(6, 6, 6, .9);--mobile-menu-link: #fff;--adv-color: rgba(115, 115, 115, 1);--adv-color-rgb: 115, 115, 115}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-family:"Merriweather Sans", sans-serif}body{overflow:hidden;overflow-y:auto;background:var(--page-background)}body.overlayed{overflow:hidden}main{position:relative;width:100%;min-height:100vh}a{text-decoration:none}img,iframe{vertical-align:middle}img{max-width:100%;height:auto}nav,nav ul,nav ol{list-style:none}.full{width:100%}.wrapper{width:100%;max-width:1186px;padding-left:17px;padding-right:17px;margin:0 auto}@media screen and (min-width: 768px){.wrapper{max-width:1186px;padding-left:17px;padding-right:17px}}@media screen and (min-width: 1024px){.wrapper{max-width:1192px;padding-left:20px;padding-right:20px}}.wrapper.wrapper-medium{width:100%;max-width:992px;padding-left:17px;padding-right:17px}@media screen and (min-width: 768px){.wrapper.wrapper-medium{max-width:992px;padding-left:17px;padding-right:17px}}@media screen and (min-width: 1024px){.wrapper.wrapper-medium{max-width:998px;padding-left:20px;padding-right:20px}}.wrapper.wrapper-small{width:100%;max-width:1004px;padding-left:17px;padding-right:17px}@media screen and (min-width: 768px){.wrapper.wrapper-small{max-width:1004px;padding-left:17px;padding-right:17px}}@media screen and (min-width: 1024px){.wrapper.wrapper-small{max-width:1010px;padding-left:20px;padding-right:20px}}.transition{-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out}.upper{text-transform:uppercase}.close{position:absolute;width:15px;height:15px;top:10px;right:10px}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.flex-l{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.flex-r{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.flex-c{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex.flex-column.flex-l{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flex.flex-column.flex-r{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.flex-column.flex-c{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.show-for-desktop,.hide-for-tablet,.show-for-tablet{display:none !important}@media screen and (min-width: 768px){.show-for-mobile-only{display:none !important}.show-for-tablet{display:block !important}.show-for-tablet.flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}@media screen and (min-width: 1024px){.show-for-mobile,.show-for-tablet,.hide-for-desktop{display:none !important}.show-for-desktop,.hide-for-tablet{display:block !important}.show-for-desktop.flex,.hide-for-tablet.flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.centered{text-align:center}.left,.right{width:50%}.title-big{display:block}h1,h2,h3,h4,h5,h6,.title-big{font-family:'Yeseva One', cursive}h1,.title-section,h2,.title-big{color:#222;font-size:24px;line-height:140%;margin-bottom:18px}@media screen and (min-width: 768px){h1,.title-section,h2,.title-big{font-size:48px}}h1,.title-big{font-size:48px}h1 *,.title-big *{font:inherit}h1 .bordered,.title-big .bordered{display:inline-block;padding-right:50px;margin-bottom:8px;text-transform:none;font-size:32px;line-height:140%}h1 span:not(.bordered),.title-big span:not(.bordered){display:block}@media screen and (max-width: 767px){h1,h1 .bordered,.title-big,.title-big .bordered{font-size:24px}}h3{color:var(--main-color);font-size:32px;line-height:140%;margin-bottom:10px}@media screen and (max-width: 767px){h3{font-size:20px}}.bordered,.text-container .text h3{border-bottom:1px solid var(--main-color);padding-bottom:8px}.text{line-height:1.8;font-size:16px;color:var(--main-text-color);font-weight:300}.text ul,.text ol{list-style-position:inside}.image-wrapper{overflow:hidden}.image-wrapper>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.text a:not([class]),.link,.sidebar a:not([class]){color:var(--link-color, #DF3D3D);border-bottom:1px solid var(--link-color, #DF3D3D);font-weight:normal}.text a:not([class]):hover,.link:hover,.sidebar a:not([class]):hover{color:var(--link-color-hover, #FF4A4A);border-color:currentColor}.text a:not([class]):active,.link:active,.sidebar a:not([class]):active{color:var(--link-color-active, #A42323);border-color:currentColor}@media screen and (max-width: 1023px){.text-container>img,.text-container>.text>img,.text-container>p>img,.text-container>h2>img,.text-container>h3>img,.text-container>div>img,.text-container figure>img,.text-container picture img{width:calc(100% + 34px);max-width:none;margin-left:-17px;margin-right:-17px}}.text-container h2{font-size:40px;margin-bottom:0;color:var(--main-text-color)}.text-container h2:not(:first-child){margin-top:48px}@media screen and (max-width: 767px){.text-container h2{font-size:20px}}.text-container h3{color:var(--main-text-color);font-size:35px;line-height:140%;margin:48px 0 32px}.text-container h3+p{margin-top:0 !important}.text-container>div{max-width:100%}.text-container .wp-caption{width:auto !important}.text-container h2 a,.text-container h3 a{font:inherit;border:none}.text-container .theme-button{margin:30px auto 0}.text-container .wp-block-columns{margin:32px auto 0;max-width:757px}.text-container .wp-block-columns h3,.text-container .wp-block-columns h2{font-size:22px;border-bottom:0;padding:0;margin:0 0 19px}@media screen and (max-width: 767px){.text-container .wp-block-columns .wp-block-column:not(:last-child){margin-bottom:20px}}.text-container .wp-block-columns .wp-block-column ul,.text-container .wp-block-columns .wp-block-column ol{margin-top:0 !important;list-style:none}.text-container .wp-block-columns .wp-block-column ul li,.text-container .wp-block-columns .wp-block-column ol li{position:relative;color:#424242;font-size:16px;padding-left:28px}.text-container .wp-block-columns .wp-block-column ul li:not(:last-child),.text-container .wp-block-columns .wp-block-column ol li:not(:last-child){margin-bottom:10px}.text-container .wp-block-columns .wp-block-column ul li:before,.text-container .wp-block-columns .wp-block-column ol li:before{width:16px;height:16px;position:absolute;content:'';left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(../images/icons/list.item.good.svg) no-repeat center center;background-size:contain}.text-container .wp-block-columns .wp-block-column:last-of-type ul li:before,.text-container .wp-block-columns .wp-block-column:last-of-type ol li:before{background-image:url(../images/icons/list.item.bad.svg)}.text-container .text>img,.text-container .text>figure>img,.text-container .text>.wp-block-image,.text-container .text>p>img,.text-container .text>h3>img,.text-container .text>h2>img,.text-container .text>div>img,.text-container .text picture img{display:block;margin:32px auto 0}.text-container .text p,.text-container .text ul,.text-container .text blockquote,.text-container .text ol{max-width:757px;width:100%;margin-left:auto;margin-right:auto}.text-container .text p:not(:first-child),.text-container .text ul:not(:first-child),.text-container .text blockquote:not(:first-child),.text-container .text ol:not(:first-child){margin-top:32px}.text-container .text blockquote{margin-top:48px;border-left:4px solid var(--main-color);padding:13px 16px 13px 20px;max-width:662px}.text-container .text blockquote:not(:first-child){margin-top:48px}@media screen and (max-width: 767px){.text-container .text blockquote{width:calc(100% + 2 * 17px);margin-left:-17px;margin-right:-17px}}.has-tooltip{position:relative}.tooltip{display:none;position:absolute;top:50px;left:0;padding:20px 30px;min-width:320px;z-index:9999;cursor:default;overflow:hidden;background:var(--main-gradient)}.tooltip .tooltip__close{position:absolute;right:10px;top:10px;width:10px;height:10px;padding:0;border:none;background:transparent;cursor:pointer;pointer-events:auto}.tooltip .tooltip__close svg{width:100%;height:100%}.tooltip .tooltip__close svg use{fill:#ffffff}.tooltip .tooltip__inner{position:relative;z-index:1;opacity:0;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out;-webkit-transition-delay:0s;transition-delay:0s}.tooltip .tooltip__inner a{color:rgba(255,255,255,0.7);padding-left:19px;font-size:18px;font-weight:600;display:block;position:relative}.tooltip .tooltip__inner a:not(:last-child){margin-bottom:15px}.tooltip .tooltip__inner a:before{content:'';position:absolute;width:9px;height:9px;background:rgba(255,255,255,0.7);border-radius:2px;left:0;top:4px;pointer-events:none}.tooltip h4{color:#fff;font-size:16px;margin-bottom:10px;text-align:center}.tooltip .text{font-size:14px;color:#fff;font-weight:normal}.tooltip.active .tooltip__inner{opacity:1;-webkit-transition-delay:.24s;transition-delay:.24s}@media screen and (max-width: 767px){.tooltip[data-table-of-content]{width:90% !important;left:5% !important}}img.lazy{display:block;background:#eee}#page-content .intro{position:relative;padding-bottom:30px;margin-bottom:150px;padding-top:100px}#page-content .intro:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.35);pointer-events:none;z-index:0}@media screen and (min-width: 768px){#page-content .intro{padding-top:154px}}@media screen and (min-width: 1024px){#page-content .intro{padding-top:156px}}#page-content .intro *{z-index:1;position:relative}#page-content .intro h1,#page-content .intro h3,#page-content .intro .text,#page-content .intro .title-big{color:#fff}#page-content .intro h3{max-width:264px}#page-content .intro .text{max-width:572px}@media screen and (max-width: 767px){.page.has-breadcrumbs #page-content .intro,.page.has-adv #page-content .intro{padding-top:125px}}@media screen and (max-width: 767px){.page.has-adv.has-breadcrumbs #page-header .breadcrumbs{bottom:-50px}}@media screen and (max-width: 767px){.page.has-adv.has-breadcrumbs #page-content .intro{padding-top:145px}}.rating{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .rating__stars{position:relative;margin:-2px 7px 0 0}.rating .rating__stars .star{width:14px;height:14px;pointer-events:none;position:relative}.rating .rating__stars .star:not(:last-child){margin-right:7px}.rating .rating__stars .star:before,.rating .rating__stars .star .star__fill{position:absolute;width:100%;height:100%;left:0;top:0;content:'';background:url(../images/icons/star.svg)}.rating .rating__stars .star:before{opacity:.3}.rating .rating__stars .star .star__fill{width:0}.rating .rating__value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.rating .rating__value .rating__value__text{font-size:48px;font-family:'Yeseva One', cursive;margin:0 9px}.rating .rating__value svg{fill:currentColor}.field-wrapper{position:relative}.field-wrapper .field,.field-wrapper textarea{width:100%;height:65px;border:1px solid rgba(0,0,0,0.2);background:rgba(196,196,196,0.05);font-size:18px;padding:0 20px;border-radius:3px}.field-wrapper .field:focus,.field-wrapper textarea:focus{border-color:var(--main-color)}.field-wrapper textarea.field{resize:none;height:200px;padding:20px}.theme-button{height:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:160px;text-transform:uppercase;font-size:16px;font-weight:800;color:var(--button-text-color);letter-spacing:1px;cursor:pointer;border:none;position:relative;background:var(--main-gradient);overflow:hidden}.theme-button:before,.theme-button:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none;background:var(--main-gradient-hover);opacity:0;-webkit-transition:inherit;transition:inherit}.theme-button:after{background:var(--main-gradient-active);z-index:2}.theme-button:hover:before{opacity:1}.theme-button:active:after{opacity:1}.theme-button>*{position:relative;z-index:3}.theme-button *{-webkit-transition:inherit;transition:inherit;pointer-events:none}.theme-button span{padding:0 15px;font-family:'Yeseva One', cursive}.theme-button svg{fill:var(--button-text-color)}.theme-button:hover{color:var(--button-text-color-hover)}.theme-button:hover svg{fill:var(--button-text-color-hover)}.theme-button:active{color:var(--button-text-color-active)}.theme-button:active svg{fill:var(--button-text-color-active)}.theme-button.button-only-icon{min-width:auto;width:40px}.theme-button.button-second{position:relative;background:rgba(0,0,0,0);overflow:hidden;color:var(--secondary-color, #434343);border:1px solid currentColor}.theme-button.button-second:before,.theme-button.button-second:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none;background:var(--main-gradient);opacity:0;-webkit-transition:inherit;transition:inherit}.theme-button.button-second:after{background:var(--main-gradient-active);z-index:2}.theme-button.button-second:hover:before{opacity:1}.theme-button.button-second:active:after{opacity:1}.theme-button.button-second>*{position:relative;z-index:3}.theme-button.button-second:hover{border-color:transparent}.theme-button.button-second:hover span{color:var(--button-text-color-hover)}#page-header .search-form{position:absolute;background:#fff;height:100%;right:0;top:0;z-index:-1;padding:0 27px 0 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none}#page-header .search-form.active{opacity:1;z-index:99;pointer-events:auto}#page-header .search-form .theme-button{min-width:130px;height:32px;font-size:14px}#page-header .search-form .field{height:32px;padding:0 0 0 28px;border:none;border-radius:0;border-bottom:1px solid #BFBFBF;background:url(../images/icons/search.field.svg) no-repeat left center;font-size:13px;font-weight:300;min-width:354px;margin-right:24px}#page-header .search-form .search-form__close{width:10px;height:10px;background:url(../images/icons/close.svg) no-repeat center center;margin-left:16px;border:none;cursor:pointer}#page-header,#mobile-navigation .mobile-navigation__headline{position:relative;min-height:80px;z-index:99}#page-header .wrapper,#mobile-navigation .mobile-navigation__headline .wrapper{position:relative;padding-top:16px;padding-bottom:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#page-header{position:absolute;top:0;left:0;z-index:999;background:var(--header-background)}#page-header.fixed-enabled.fixed{position:fixed;top:0;left:0;background:var(--header-fixed-background, #fff);-webkit-box-shadow:0 16px 42px rgba(0,0,0,0.06);box-shadow:0 16px 42px rgba(0,0,0,0.06)}#page-header.fixed-enabled.fixed .disclaimer{display:none}#page-header .button-search{width:24px;height:24px;min-width:24px;border-radius:15px;margin-left:16px}#page-header .page-navigation>li>a{color:#fff}#page-header .page-navigation>li:hover>a,#page-header .page-navigation>li.current-menu-item>a{color:var(--header-link-color-hover)}main.has-admin-bar #page-header.fixed{top:32px}@media screen and (max-width: 767px){main.has-admin-bar #page-header.fixed{top:0}}.logo{width:130px}.logo>img{width:100%}@media screen and (max-width: 767px){.logo{width:100px}}.page-navigation{margin-left:auto;list-style:none}.page-navigation li{-webkit-transition:.24s ease-in-out;transition:.24s ease-in-out}.page-navigation li a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:44px;padding:0 16px;font-size:14px;color:var(--header-link-color);-webkit-transition:inherit;transition:inherit;white-space:nowrap;cursor:default}.page-navigation li a[href]{cursor:pointer}.page-navigation li a:before{position:absolute;width:100%;height:100%;top:0;left:0;content:'';background:var(--header-link-background-hover);pointer-events:none;z-index:-1;opacity:0;-webkit-transition:inherit;transition:inherit}.page-navigation li:hover>a{color:var(--header-link-color-hover)}.page-navigation li:hover>a:before{opacity:1}.page-navigation li.menu-item-has-children{position:relative}.page-navigation li.menu-item-has-children>a{padding:0 27px 0 16px;white-space:nowrap}.page-navigation li.menu-item-has-children>a:after{position:absolute;content:'';width:6px;height:7px;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(../images/icons/dropdown.hover.svg) no-repeat right center;-webkit-transition:inherit;transition:inherit;-webkit-transform-origin:center 20%;transform-origin:center 20%;-webkit-transition-delay:.1s;transition-delay:.1s}.page-navigation li.menu-item-has-children:hover>a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-delay:0s;transition-delay:0s}.page-navigation li:hover>.sub-menu{opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s;pointer-events:auto;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.page-navigation .sub-menu{position:absolute;list-style:none;top:100%;left:0;opacity:0;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s;pointer-events:none;-webkit-transform:translateY(-10px);transform:translateY(-10px);min-width:100%;padding:10px 0;-webkit-box-shadow:0 24px 40px rgba(0,0,0,0.16);box-shadow:0 24px 40px rgba(0,0,0,0.16);background:var(--header-dropdown-background);z-index:350}.page-navigation .sub-menu li{z-index:349}.page-navigation .sub-menu li a{color:var(--header-dropdown-link)}.page-navigation .sub-menu li a:before{display:none}.page-navigation .sub-menu li:hover>a{color:var(--header-dropdown-link-hover)}.page-navigation .sub-menu li.menu-item-has-children{position:static}.page-navigation .sub-menu li.menu-item-has-children>a:before{display:block}.page-navigation .sub-menu li.menu-item-has-children>a:after{background:url(../images/icons/dropdown.right.svg) no-repeat right center}.page-navigation .sub-menu li.menu-item-has-children:hover>a{color:var(--header-link-color-hover)}.page-navigation .sub-menu li.menu-item-has-children:hover>a:after{background:url(../images/icons/dropdown.right.hover.svg) no-repeat right center;-webkit-transform:rotate(0) translateY(-50%);transform:rotate(0) translateY(-50%)}.page-navigation .sub-menu li.menu-item-has-children:hover .sub-menu{-webkit-transform:translateX(0);transform:translateX(0)}.page-navigation .sub-menu li .sub-menu{top:0;left:100%;min-height:100%;-webkit-transform:translateX(-10px);transform:translateX(-10px);z-index:2}#page-header.fixed .page-navigation>li>a{color:#fff}#page-header.fixed .page-navigation>li:hover>a,#page-header.fixed .page-navigation>li.current-menu-item>a{color:var(--header-link-color-hover)}#page-header.fixed .page-navigation>li.menu-item-has-children>a:after{background:url(../images/icons/dropdown.svg) no-repeat right center}#page-header.fixed .page-navigation>li.menu-item-has-children:hover>a:after,#page-header.fixed .page-navigation>li.menu-item-has-children.current-menu-item>a:after{background:url(../images/icons/dropdown.hover.svg) no-repeat right center}#page-header.fixed .breadcrumbs{display:none}.mobile-menu{margin-left:auto;width:35px;height:35px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-menu svg{fill:var(--mobile-menu-open-color, #fff);-webkit-transition:inherit;transition:inherit}.mobile-menu.mobile-menu__close svg{fill:var(--mobile-menu-close-color, #fff)}#page-header.fixed .mobile-menu svg{fill:#fff}#mobile-navigation{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--mobile-menu-background);overflow:auto;z-index:9999;display:none}#mobile-navigation .mobile-menu{width:22px;height:22px}#mobile-navigation .mobile-menu svg{fill:#fff !important}#mobile-navigation .search-form{pointer-events:auto;opacity:1;z-index:auto;position:relative;height:auto;background:transparent;padding-left:17px;padding-right:17px;margin-bottom:10px}#mobile-navigation .search-form .field-wrapper{width:100%}#mobile-navigation .search-form .field{color:#fff;background:transparent;padding:0;font-size:16px;margin-right:0;min-width:auto;height:50px}#mobile-navigation .search-form .theme-button{width:100%;margin-top:24px;height:50px}@media screen and (min-width: 768px){#mobile-navigation .search-form{-ms-flex-wrap:nowrap;flex-wrap:nowrap}#mobile-navigation .search-form .theme-button{margin-top:0;margin-left:16px;max-width:160px}}#mobile-navigation menu{padding:0 32px;list-style:none}#mobile-navigation menu li a{font-size:16px;font-weight:normal;height:50px;line-height:50px;display:block;color:var(--mobile-menu-link-color);border-bottom:1px solid rgba(255,255,255,0.08)}#mobile-navigation menu li a:hover{color:var(--mobile-menu-link-hover-color)}#mobile-navigation menu li.current-menu-item a{color:var(--mobile-menu-link-hover-color)}#mobile-navigation menu li.menu-item-has-children>a{position:relative}#mobile-navigation menu li.menu-item-has-children>a:after{position:absolute;right:0;top:calc(50% - 10px);content:'';width:20px;height:20px;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out;background:url(../images/icons/dropdown.white.svg) no-repeat center center;background-size:8px}#mobile-navigation menu li.menu-item-has-children.active>a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#mobile-navigation menu .sub-menu{display:none;padding-left:24px}main.has-admin-bar #mobile-navigation{padding-top:0}@media screen and (min-width: 768px){main.has-admin-bar #mobile-navigation{padding-top:46px}}.breadcrumbs{display:none;position:absolute;bottom:-20px;left:17px;font-size:10px}@media screen and (min-width: 768px){.breadcrumbs{display:block;left:17px}}@media screen and (min-width: 1024px){.breadcrumbs{left:20px}}.breadcrumbs a{color:var(--breadcrumbs-link, #fff);font-weight:300}.breadcrumbs a:hover{color:var(--breadcrumbs-link-hover, #fff)}.breadcrumbs a.current{color:var(--breadcrumbs-link-current, #fff)}.breadcrumbs a:not(:last-child):after{content:attr(data-separator);margin:0 5px}#page-header .header-button{height:40px;max-width:190px;min-width:100px;margin:auto 8px auto auto;background:var(--header-button-background, var(--main-gradient))}#page-header .header-button:before{background:var(--header-button-background, var(--main-gradient-hover));-webkit-filter:brightness(150%);filter:brightness(150%)}#page-header .header-button:after{background:var(--header-button-background, var(--main-gradient-active));-webkit-filter:brightness(90%);filter:brightness(90%)}#page-header .header-button span{font-size:15px;padding:0 15px;color:var(--header-button-text)}#page-header .header-button span:before{pointer-events:none;content:'';position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(229,172,142,0)), color-stop(50%, rgba(255,255,255,0.5)), to(rgba(229,172,142,0)));background:linear-gradient(to bottom, rgba(229,172,142,0), rgba(255,255,255,0.5) 50%, rgba(229,172,142,0));-webkit-transform:rotateZ(60deg) translate(-5em, 7.5em);transform:rotateZ(60deg) translate(-5em, 7.5em);-webkit-animation:fflash 4s forwards infinite;animation:fflash 4s forwards infinite}@media screen and (min-width: 1024px){#page-header .header-button{margin-left:30px}}#page-header .header-button ~ .mobile-menu{margin-left:0}@-webkit-keyframes fflash{0%{-webkit-transform:rotateZ(105deg) translate(-5em, 7.5em);transform:rotateZ(105deg) translate(-5em, 7.5em)}50%{-webkit-transform:rotateZ(105deg) translate(1em, -9em);transform:rotateZ(105deg) translate(1em, -9em)}100%{-webkit-transform:rotateZ(105deg) translate(1em, -9em);transform:rotateZ(105deg) translate(1em, -9em)}}@keyframes fflash{0%{-webkit-transform:rotateZ(105deg) translate(-5em, 7.5em);transform:rotateZ(105deg) translate(-5em, 7.5em)}50%{-webkit-transform:rotateZ(105deg) translate(1em, -9em);transform:rotateZ(105deg) translate(1em, -9em)}100%{-webkit-transform:rotateZ(105deg) translate(1em, -9em);transform:rotateZ(105deg) translate(1em, -9em)}}.subscribe{margin-top:60px}.subscribe .wrapper{padding-left:0;padding-right:0}@media screen and (min-width: 768px){.subscribe{margin-top:80px}.subscribe .wrapper{padding-left:17px;padding-right:17px}}@media screen and (min-width: 1024px){.subscribe .wrapper{padding-left:20px;padding-right:20px}}.subscribe .subscribe__inner{background:-webkit-gradient(linear, left top, left bottom, from(#DBF1FF), to(#9DDDFD));background:linear-gradient(to bottom, #DBF1FF, #9DDDFD);padding:60px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 768px){.subscribe .subscribe__inner{padding:20px 40px}}@media screen and (min-width: 1024px){.subscribe .subscribe__inner{padding:34px 70px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.subscribe .subscribe__inner .subscribe__information{max-width:565px;text-align:center;margin-right:0}.subscribe .subscribe__inner .subscribe__information .title-section{margin-bottom:0}.subscribe .subscribe__inner .subscribe__information p{margin-top:10px;font-size:16px;line-height:1.5}@media screen and (min-width: 1024px){.subscribe .subscribe__inner .subscribe__information{text-align:left;margin-right:40px}}.subscribe .subscribe__inner .subscribe__form{width:100%}.subscribe .subscribe__inner .subscribe__form .field{width:calc(100% - 60px);height:60px;border-radius:5px 0 0 5px;padding:0 20px;font-size:16px;border:2px solid transparent;border-right:none;background:#fff}.subscribe .subscribe__inner .subscribe__form .field:focus{border-color:var(--main-color)}@media screen and (max-width: 767px){.subscribe .subscribe__inner .subscribe__form .field{width:100%;border-radius:5px}}.subscribe .subscribe__inner .subscribe__form .theme-button{height:60px;width:60px;min-width:60px;border-radius:0 5px 5px 0}.subscribe .subscribe__inner .subscribe__form .theme-button svg{width:21px;height:18px;opacity:1;margin:0}@media screen and (max-width: 767px){.subscribe .subscribe__inner .subscribe__form .theme-button{margin-top:25px;width:100%;border-radius:5px}}.subscribe .subscribe__inner .subscribe__form form{margin-bottom:4px;width:100%}@media screen and (max-width: 767px){.subscribe .subscribe__inner .subscribe__form form{margin-top:35px}}.subscribe .subscribe__inner .subscribe__form small{color:#4F4F4F;font-size:12px;line-height:1.25;font-weight:300;text-align:center;margin-top:12px}@media screen and (min-width: 768px){.subscribe .subscribe__inner .subscribe__form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin-top:15px}.subscribe .subscribe__inner .subscribe__form form{max-width:296px}.subscribe .subscribe__inner .subscribe__form small{max-width:300px;margin-top:0}}@media screen and (min-width: 1024px){.subscribe .subscribe__inner .subscribe__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:296px}.subscribe .subscribe__inner .subscribe__form small{text-align:left}}.card{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card .tag{margin-bottom:6px}.card .card__inner{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 27px;background:#fff;-webkit-box-shadow:3px 3px 35px rgba(0,0,0,0.2);box-shadow:3px 3px 35px rgba(0,0,0,0.2);border-radius:10px}.card .card__inner .theme-button{min-width:180px;margin:30px auto 10px}.card .card__inner .link{font-size:14px}.card .card__inner .card__title{font-size:20px;font-family:"Lily";font-weight:normal;margin:12px 0 4px}.card .card__inner .card__stats{margin-top:14px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card .card__inner .card__stats .card__stats-item{font-size:11px}.card .card__inner .card__stats .card__stats-item:not(:last-child){margin-right:32px}.card .card__inner .card__stats .card__stats-item>*{display:block;color:#333131}.card .card__inner .card__stats .card__stats-item strong{font-weight:900;margin-bottom:4px}.card .card__inner .card__stats .card__stats-item span{opacity:.4}.card.card-imaged .card__image{width:calc(100% - 54px);border-radius:10px;height:280px;z-index:2;overflow:hidden}.card.card-imaged .card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card.card-imaged .card__inner{margin-top:-131px;padding-top:131px}.card:not(.card-imaged) .card__inner{padding:30px 27px}.card:not(.card-imaged) .rating{margin-top:20px}.card:not(.card-imaged) .card__image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card:not(.card-imaged) .card__image img{max-width:100%}.card:not(.card-imaged) .card__links{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767px){.card:not(.card-imaged):not(.card-row) .card__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px 20px 20px 7px}.card:not(.card-imaged):not(.card-row) .card__inner .card__image{max-width:135px}.card:not(.card-imaged):not(.card-row) .card__inner .rating{margin:0 auto 0 36px}.card:not(.card-imaged):not(.card-row) .card__inner .rating .rating__value{font-size:25px}.card:not(.card-imaged):not(.card-row) .card__inner .card__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card:not(.card-imaged):not(.card-row) .card__inner .card__links .theme-button{min-width:136px;height:45px;margin:0 36px 0 0}}@media screen and (max-width: 520px){.card:not(.card-imaged):not(.card-row) .card__inner .card__image{margin-bottom:16px}}.card .card__list{margin-top:25px;display:none}.card .card__list ul,.card .card__list ol{list-style:none}.card .card__list ul li,.card .card__list ol li{position:relative;padding-left:22px;background:url(../images/icons/check.svg) left top no-repeat;background-size:16px;font-size:14px}.card .card__list ul li:not(:last-child),.card .card__list ol li:not(:last-child){margin-bottom:10px}@media screen and (min-width: 768px){.card .card__list{display:block}}.card.card-row .card__inner{padding:20px 20px 20px 7px}.card.card-row .card__inner .card__image{max-width:110px;margin-right:0}@media screen and (min-width: 768px){.card.card-row .card__inner .card__image{max-width:146px;margin-right:36px}}@media screen and (min-width: 1024px){.card.card-row .card__inner .card__image{margin-right:54px}}.card.card-row .card__inner .rating{margin-top:0;margin-left:36px}.card.card-row .card__inner .rating .rating__value{font-size:36px}@media screen and (max-width: 767px){.card.card-row .card__inner .rating{margin-right:auto}.card.card-row .card__inner .rating .rating__value{font-size:25px}}@media screen and (min-width: 768px){.card.card-row .card__inner .rating{margin-left:30px}}@media screen and (min-width: 1024px){.card.card-row .card__inner .rating{margin-left:65px}}.card.card-row .card__inner .card__links{margin:15px 0 -15px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card.card-row .card__inner .card__links .theme-button{margin:0;min-width:200px}.card.card-row .card__inner .card__links .link{margin-top:10px}@media screen and (max-width: 767px){.card.card-row .card__inner .card__links{margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card.card-row .card__inner .card__links .theme-button{margin-right:36px;min-width:136px;height:45px}}.card.card-row .card__list{margin-top:0}.card.card-row .card__list ul li:not(:last-child),.card.card-row .card__list ol li:not(:last-child){margin-bottom:20px}.card.card-row .card__counter{background:var(--main-gradient);position:relative;width:20px;height:20px;margin-right:10px;border-radius:20px;line-height:22px;text-align:center;color:#fff;font-weight:800;font-size:12px}@media screen and (max-width: 767px){.card.card-row .card__counter{margin-right:6px}}@media screen and (min-width: 768px){.card.card-row .card__inner{padding:30px 40px}}@media screen and (min-width: 1024px){.card.card-row .card__inner{padding:30px 100px}}.card.card-row:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.card:not(:last-child){margin-bottom:30px}.cards__best-sites.columns-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-30px}.cards__best-sites.columns-4>*{width:100%;margin-bottom:30px;margin-right:0}@media screen and (min-width: 768px){.cards__best-sites.columns-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-28px}.cards__best-sites.columns-4>*{width:calc(100% / 2 - (28px * 1 / 2));margin-bottom:28px}.cards__best-sites.columns-4>*:not(:nth-child(2n)),.cards__best-sites.columns-4>*:not(:last-child){margin-right:28px}.cards__best-sites.columns-4>*:nth-child(2n){margin-right:0}}@media screen and (min-width: 1024px){.cards__best-sites.columns-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-30px}.cards__best-sites.columns-4>*{width:calc(100% / 4 - (30px * 3 / 4));margin-bottom:30px}.cards__best-sites.columns-4>*:not(:nth-child(4n)),.cards__best-sites.columns-4>*:not(:last-child){margin-right:30px}.cards__best-sites.columns-4>*:nth-child(4n){margin-right:0}}.sidebar{width:320px;display:none}.sidebar,.sidebar ul,.sidebar ol{list-style:none}.sidebar .sticky-widgets{position:sticky;top:20px}.sidebar .sticky-widgets+.widget{margin-top:40px}.sidebar .widget:not(:last-child){margin-bottom:40px}.sidebar .widget .title-section,.sidebar .widget .widgettitle{display:block;font-size:20px;margin-bottom:20px;color:#333}.sidebar .widget ul li:not(:last-child),.sidebar .widget ol li:not(:last-child){margin-bottom:10px}@media screen and (min-width: 1024px){.sidebar{display:block}}#page-header.fixed.fixed-enabled+#page-content .sidebar .sticky-widgets{top:112px}.post{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-bottom:32px;border-bottom:1px solid #f4f4f4;margin-bottom:32px}@media screen and (max-width: 1023px){.post{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:24px}}.post .post__image{width:100%;height:196px;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;margin:0 0 16px 0}.post .post__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1024px){.post .post__image{margin:0 24px 0 0;width:368px;height:255px}}.post .post__content .post__meta{font-size:10px;margin-bottom:24px}.post .post__content .post__meta>*{margin:0 7px;color:var(--main-text-color)}.post .post__content .post__meta>*:first-child{margin-left:0}.post .post__content .post__meta .post__meta__category{height:22px;min-width:auto;padding:0 4px}.post .post__content .post__meta .post__meta__author{text-decoration:underline}.post .post__content h3{font-size:22px;color:var(--main-text-color);padding-bottom:16px;border-bottom:1px solid currentColor;margin-bottom:8px;line-height:1}.post .post__content .text{font-size:14px;color:var(--main-text-color)}.post .post__content>.theme-button{margin-top:34px}.posts.posts-view-cards .post{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:0;background:#fff;-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.1);box-shadow:0 4px 40px rgba(0,0,0,0.1)}.posts.posts-view-cards .post .post__image{width:100%;height:255px;margin-bottom:24px}.posts.posts-view-cards .post .post__content{padding:0 16px 32px}.faq{margin-top:88px}.faq h2{color:var(--main-text-color);padding-bottom:16px;font-size:35px}.faq .faq__items{margin-top:48px;width:100%}.faq .faq__items h3{font-size:22px;color:var(--main-text-color);margin:24px 0;line-height:1;position:relative;padding-right:60px;cursor:pointer}.faq .faq__items h3:after{position:absolute;right:30px;top:calc(50% - 6px);width:12px;height:12px;content:'';background:url(../images/icons/dropdown.svg) no-repeat center center;background-size:12px;-webkit-transition:inherit;transition:inherit}.faq .faq__items h3.active{margin-bottom:16px}.faq .faq__items h3.active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq .faq__items .faq__item__answer{margin-top:16px;display:none;padding-bottom:16px}.faq .faq__items>article{border-bottom:1px solid #060606}.faq .faq__items>article:first-child h3{margin-top:0}.costs-price{margin:32px auto 0;max-width:757px;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-20px}.costs-price>*{width:100%;margin-bottom:20px;margin-right:0}@media screen and (min-width: 768px){.costs-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.costs-price>*{width:calc(100% / 3 - (24px * 2 / 3));margin-bottom:24px}.costs-price>*:not(:nth-child(3n)),.costs-price>*:not(:last-child){margin-right:24px}.costs-price>*:nth-child(3n){margin-right:0}}.costs-price article{border:1px solid rgba(6,6,6,0.1);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 28px;text-align:center}@media screen and (min-width: 768px){.costs-price article{padding:25px 16px}}.costs-price article strong{color:#424242;font-size:35px;line-height:140%;font-family:'Yeseva One', cursive}.costs-price article strong small{font:inherit;font-size:16px;margin-right:7px}.costs-price article p{margin:0 !important}.costs-price article .theme-button{width:100%;margin-top:24px;padding:8px;height:auto}.conclusion{border:2px solid var(--main-color);margin:88px auto;max-width:757px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 16px 42px}@media screen and (min-width: 768px){.conclusion{padding:40px 32px 42px}}.conclusion .rating{margin-top:56px}.conclusion .rating svg{fill:#060606}.conclusion .rating .rating__stars{margin:0 0 8px}.conclusion .rating .rating__value{color:#060606}.conclusion .theme-button{margin-top:32px}.table-of-content{width:67px;position:fixed;top:40%;z-index:999;-webkit-transition-delay:.24s;transition-delay:.24s;pointer-events:none}.table-of-content .theme-button{width:24px;height:24px;border-radius:20px;position:absolute;top:-12px;right:-12px;pointer-events:auto}.table-of-content .theme-button.table-of-content__close{opacity:0;pointer-events:none}.table-of-content .theme-button.table-of-content__close,.table-of-content .theme-button.table-of-content__close:before,.table-of-content .theme-button.table-of-content__close:after{background:#060606}.table-of-content .table-of-content__title{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:47px;width:100%;background:#060606;color:#fff;text-align:center;font-size:12px;line-height:1;font-family:'Merriweather Sans', sans-serif;font-weight:300;margin:0;cursor:pointer;pointer-events:auto}.table-of-content .content{background:#fff;padding:16px 24px;opacity:0;-webkit-transition-delay:0s;transition-delay:0s;max-height:300px;overflow-y:auto}.table-of-content .content ul,.table-of-content .content ol{list-style:none}.table-of-content .content ul li:not(:last-child),.table-of-content .content ol li:not(:last-child){margin-bottom:15px}.table-of-content .content a{position:relative;font-size:12px;font-weight:300;color:#424242;display:block;padding-left:12px}.table-of-content .content a:before{position:absolute;content:'';top:50%;left:0;width:4px;height:4px;background:var(--main-gradient);-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:4px}.table-of-content.active{width:180px;-webkit-transition-delay:0s;transition-delay:0s;-webkit-box-shadow:0 4px 50px rgba(0,0,0,0.2);box-shadow:0 4px 50px rgba(0,0,0,0.2);pointer-events:auto}.table-of-content.active .theme-button.table-of-content__open{opacity:0}.table-of-content.active .theme-button.table-of-content__close{opacity:1;pointer-events:auto}.table-of-content.active .content{opacity:1;-webkit-transition-delay:.24s;transition-delay:.24s}@media screen and (max-width: 1023px){.table-of-content{width:295px !important;left:42px;bottom:45px;top:auto;-webkit-transition-delay:0s;transition-delay:0s}.table-of-content .table-of-content__title,.table-of-content .content{opacity:0;pointer-events:none;-webkit-transition-delay:0s;transition-delay:0s}.table-of-content .table-of-content__title{font-size:16px;height:50px}.table-of-content .theme-button{left:-24px;top:auto;bottom:-24px;width:48px;height:48px;border-radius:50%;z-index:99}.table-of-content .theme-button svg{width:18px;height:18px}.table-of-content .content{padding:32px 40px}.table-of-content .content a{font-size:16px;padding-left:20px}.table-of-content .content a:before{width:6px;height:6px}.table-of-content.active .table-of-content__title,.table-of-content.active .content{opacity:1;pointer-events:auto;-webkit-transition-delay:0s;transition-delay:0s}}@media screen and (max-width: 767px){.table-of-content{width:auto !important;left:38px;right:38px}}@media screen and (max-width: 767px){.rs_table_products_adv_dis_body{max-width:100% !important}.rs_table_products_adv_dis_body h3{margin:5px 0;font-size:24px;font-family:"Merriweather Sans", sans-serif}}.advertising-disclosure{position:absolute;z-index:3;bottom:-40px;right:17px;left:17px;font-size:14px;text-align:right;color:var(--adv-color, #777)}@media screen and (min-width: 768px){.advertising-disclosure{right:17px;left:auto;bottom:0}.advertising-disclosure br{display:none}}@media screen and (min-width: 1024px){.advertising-disclosure{right:20px;bottom:-20px}}.advertising-disclosure>span{color:rgba(var(--adv-color-rgb), 0.5)}.advertising-disclosure [data-adv-open]{color:var(--adv-color, #777);font-weight:bold}.advertising-disclosure [data-adv-open]:hover{color:var(--link-color-hover)}.advertising-disclosure .advertising-disclosure__content{padding:30px 20px 20px;background:#fff;border-radius:5px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.15);box-shadow:0 5px 15px rgba(0,0,0,0.15);display:none;position:absolute;top:45px;right:0;width:100%;color:#000;text-align:left;font-size:12px}@media screen and (min-width: 768px){.advertising-disclosure .advertising-disclosure__content{width:500px;top:30px}}.advertising-disclosure .advertising-disclosure__content [data-adv-close]{position:absolute;top:10px;right:10px;width:15px;height:15px;opacity:.5}.advertising-disclosure .advertising-disclosure__content [data-adv-close]:hover{opacity:1}#page-header.fixed-enabled.fixed .advertising-disclosure{display:none}.pwa__install{position:fixed;bottom:15px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);background:#fff;border-radius:10px;overflow:hidden;padding:15px;-webkit-box-shadow:0 5px 25px rgba(0,0,0,0.15);box-shadow:0 5px 25px rgba(0,0,0,0.15);z-index:999;display:none;width:calc(100% - 30px);max-width:500px}.pwa__install .pwa__install-inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pwa__install .pwa__install-content{width:100%}.pwa__install .pwa__install-icon{width:60px;height:60px;margin-right:15px;-ms-flex-negative:0;flex-shrink:0}.pwa__install .pwa__install-icon img{max-width:100%;max-height:100%}.pwa__install .pwa__install-title{font-weight:bold;font-size:18px}.pwa__install .pwa__install-description{font-weight:normal;margin-top:5px;color:#333}.pwa__install .pwa__install-buttons{margin-top:10px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pwa__install .theme-button{height:40px;min-width:auto;overflow:hidden;border-radius:5px}.pwa__install .theme-button span{padding:0 15px;font-weight:bold;font-size:16px}.pwa__install .theme-button.button-second{margin-right:8px;background:transparent}.pwa__install .theme-button.button-second span{color:#444;padding:0 10px;text-transform:none}.pwa__install .theme-button.button-second:before{background:#eee}.pwa__install .theme-button.button-second:after{background:#ccc}.random-linking{margin-top:100px}.random-linking .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-5px;margin-left:-17px;margin-right:-17px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.random-linking .links>*{width:calc(100% / 2 - (5px * 1 / 2));margin-bottom:5px}.random-linking .links>*:not(:nth-child(2n)),.random-linking .links>*:not(:last-child){margin-right:5px}.random-linking .links>*:nth-child(2n){margin-right:0}@media screen and (min-width: 768px){.random-linking .links{margin-left:-17px;margin-right:-17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-20px}.random-linking .links>*{width:calc(100% / 2 - (20px * 1 / 2));margin-bottom:20px}.random-linking .links>*:not(:nth-child(2n)),.random-linking .links>*:not(:last-child){margin-right:20px}.random-linking .links>*:nth-child(2n){margin-right:0}}@media screen and (min-width: 1024px){.random-linking .links{margin-left:0;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-20px}.random-linking .links>*{width:calc(100% / 4 - (20px * 3 / 4));margin-bottom:20px}.random-linking .links>*:not(:nth-child(4n)),.random-linking .links>*:not(:last-child){margin-right:20px}.random-linking .links>*:nth-child(4n){margin-right:0}}.random-linking .links>a{display:block;position:relative;background-size:cover;background-position:center center;border:1px solid #eee}.random-linking .links>a:before{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none;content:'';background:var(--secondary-color);z-index:0;opacity:0;-webkit-transition:opacity .24s ease-in-out;transition:opacity .24s ease-in-out}.random-linking .links>a .inner{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;z-index:1;height:100%;min-height:300px}.random-linking .links>a .inner .buttons{width:100%;margin-top:auto}.random-linking .links>a .inner .buttons .theme-button{min-width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:0;margin-top:0;height:60px;padding:0 10px;position:relative;background:#fff;overflow:hidden}.random-linking .links>a .inner .buttons .theme-button:before,.random-linking .links>a .inner .buttons .theme-button:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none;background:var(--main-gradient-hover);opacity:0;-webkit-transition:inherit;transition:inherit}.random-linking .links>a .inner .buttons .theme-button:after{background:var(--main-gradient-active);z-index:2}.random-linking .links>a .inner .buttons .theme-button:hover:before{opacity:1}.random-linking .links>a .inner .buttons .theme-button:active:after{opacity:1}.random-linking .links>a .inner .buttons .theme-button>*{position:relative;z-index:3}.random-linking .links>a .inner .buttons .theme-button span{padding:0;color:var(--main-color);font-weight:bold;text-transform:none;font-size:16px}.random-linking .links>a .inner .buttons .theme-button:hover span,.random-linking .links>a .inner .buttons .theme-button:active span{color:#fff}@media screen and (max-width: 767px){.random-linking .links>a .inner .buttons .theme-button{padding:0 5px}.random-linking .links>a .inner .buttons .theme-button span{font-size:16px}}.random-linking .links>a:hover:before{opacity:.5}.random-linking .links>a:hover .buttons .theme-button:before{opacity:1}.random-linking .links>a:hover .buttons .theme-button span{color:#fff}@media screen and (max-width: 767px){.random-linking .links>a .inner{min-height:200px}}.text-container .random-linking,.text .random-linking{width:100%;margin-top:40px;margin-bottom:40px}.text-container .random-linking .wrapper,.text .random-linking .wrapper{padding-left:0;padding-right:0}.text-container .random-linking h2,.text .random-linking h2{margin-bottom:20px}.blog{margin-top:50px}.blog .blog__posts{padding-bottom:40px;border-bottom:1px solid #222}.blog .blog__posts .left,.blog .blog__posts .right{width:100%}@media screen and (min-width: 1024px){.blog .blog__posts{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.blog .blog__posts .right{width:368px;margin-left:24px;-ms-flex-negative:0;flex-shrink:0}}.blog .blog__posts .blog__post h5{font-weight:500;font-size:18px;line-height:140%;margin-top:16px}@media screen and (min-width: 768px){.blog .blog__posts .blog__post h5{margin-top:24px;font-size:22px}}@media screen and (min-width: 1024px){.blog .blog__posts .blog__post h5{font-size:24px}}.blog .blog__posts .blog__post h5 a{color:currentColor;font:inherit}.blog .blog__posts .blog__post .blog__post-image{display:block;overflow:hidden}.blog .blog__posts .blog__post .blog__post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog .blog__posts .blog__post .blog__post-author{font-size:12px;font-weight:normal;margin-top:16px;color:#222;display:block}@media screen and (min-width: 768px){.blog .blog__posts .blog__post .blog__post-author{text-align:center}}.blog .blog__posts .blog__post .blog__post-author strong{font-weight:600}.blog .blog__posts .left .blog__post .blog__post-image{max-height:300px}.blog .blog__posts .left .blog__post h5{text-align:left}@media screen and (min-width: 768px){.blog .blog__posts .left .blog__post h5{text-align:center}}.blog .blog__posts .right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-8px;margin-top:32px}.blog .blog__posts .right>*{width:100%;margin-bottom:8px;margin-right:0}@media screen and (min-width: 768px){.blog .blog__posts .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:56px}.blog .blog__posts .right>*{width:calc(100% / 2 - (24px * 1 / 2));margin-bottom:0px}.blog .blog__posts .right>*:not(:nth-child(2n)),.blog .blog__posts .right>*:not(:last-child){margin-right:24px}.blog .blog__posts .right>*:nth-child(2n){margin-right:0}}@media screen and (min-width: 1024px){.blog .blog__posts .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0}.blog .blog__posts .right>*{width:100%;margin-bottom:0px;margin-right:0}.blog .blog__posts .right .first{margin-right:0}}.blog .blog__posts .right .blog__post .blog__post-author{text-align:left}.blog .blog__posts .right .small{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog .blog__posts .right .small .blog__post{margin-top:32px}@media screen and (min-width: 768px){.blog .blog__posts .right .small .blog__post{margin-top:0}.blog .blog__posts .right .small .blog__post:not(:first-child){margin-top:10px}}@media screen and (min-width: 1024px){.blog .blog__posts .right .small .blog__post{margin-top:32px}}.blog .blog__posts .right .small .blog__post .blog__post-image{width:74px;height:74px}.blog .blog__posts .right .small .blog__post .blog__post-content{padding-left:24px;width:calc(100% - 74px)}.blog .blog__posts .right .small .blog__post .blog__post-content h5{font-size:16px;margin-top:0}.blog .blog__posts .right .small .blog__post .blog__post-content .blog__post-author{margin-top:8px}.blog .blog__posts .right .first .blog__post .blog__post-image{max-height:250px}.blog .blog__posts .right .first .blog__post h5{margin-top:16px;font-size:18px}.blog .blog__posts .right .link{margin:16px auto 0}.text-container .blog .wrapper,.text .blog .wrapper,.hentry .blog .wrapper{padding-left:0;padding-right:0}.text-container .blog h2,.text .blog h2,.hentry .blog h2{margin-bottom:20px}.text-container .blog .blog__posts .blog__post a,.text .blog .blog__posts .blog__post a,.hentry .blog .blog__posts .blog__post a{border:none}.text-container .blog .blog__posts .blog__post .blog__post-author,.text .blog .blog__posts .blog__post .blog__post-author,.hentry .blog .blog__posts .blog__post .blog__post-author{margin-top:0}.top-offers{margin-top:30px}.top-offers .offers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px;margin-left:-17px;margin-right:-17px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.top-offers .offers>*{width:100%;margin-bottom:0px;margin-right:0}@media screen and (min-width: 768px){.top-offers .offers{margin-left:-17px;margin-right:-17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px}.top-offers .offers>*{width:calc(100% / 3 - (0px * 2 / 3));margin-bottom:0px}.top-offers .offers>*:not(:nth-child(3n)),.top-offers .offers>*:not(:last-child){margin-right:0px}.top-offers .offers>*:nth-child(3n){margin-right:0}}@media screen and (min-width: 1024px){.top-offers .offers{margin-left:0;margin-right:0}}.top-offers .offers>article{position:relative;background-size:cover;background-position:center center}.top-offers .offers>article:before{position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none;content:'';background:var(--secondary-color, #000);z-index:0;opacity:.5}.top-offers .offers>article .inner{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:112px 16px 40px;z-index:1;height:100%;min-height:300px}.top-offers .offers>article .inner .buttons{width:100%;margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-13px}.top-offers .offers>article .inner .buttons>*{width:100%;margin-bottom:13px;margin-right:0}.top-offers .offers>article .inner .buttons .theme-button{min-width:auto}.top-offers .offers>article .inner .buttons .theme-button span{padding:0}.top-offers .offers>article .inner .buttons .theme-button.button-second{color:#fff}.top-offers .offers>article .inner .rating{margin-top:20px}.top-offers .offers>article .inner .rating .rating__stars{margin-right:8px}.top-offers .offers>article .inner .rating .rating__value__text{font-size:24px;font-weight:600;margin:0}.top-offers .offers>article:not(:last-child){border-bottom:1px solid #fff}@media screen and (min-width: 768px){.top-offers .offers>article .inner{padding:64px 32px 42px}.top-offers .offers>article:not(:last-child){border-bottom:none;border-right:1px solid #fff}}@media screen and (min-width: 1024px){.top-offers .offers>article .inner{padding:65px 38px 48px}.top-offers .offers>article .inner .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.top-offers .offers>article .inner .buttons>*{width:calc(100% / 2 - (25px * 1 / 2));margin-bottom:0px}.top-offers .offers>article .inner .buttons>*:not(:nth-child(2n)),.top-offers .offers>article .inner .buttons>*:not(:last-child){margin-right:25px}.top-offers .offers>article .inner .buttons>*:nth-child(2n){margin-right:0}}.text-container .top-offers,.text .top-offers,.hentry .top-offers{width:100%}.text-container .top-offers .wrapper,.text .top-offers .wrapper,.hentry .top-offers .wrapper{padding-left:0;padding-right:0}.text-container .top-offers h2,.text .top-offers h2,.hentry .top-offers h2{margin-bottom:20px}.text-container .top-offers .offers>article .inner,.text .top-offers .offers>article .inner,.hentry .top-offers .offers>article .inner{padding:15px}.text-container .top-offers .offers>article .inner .theme-button .hide,.text .top-offers .offers>article .inner .theme-button .hide,.hentry .top-offers .offers>article .inner .theme-button .hide{display:none}.text-container .top-offers .offers>article .inner .buttons>*,.text .top-offers .offers>article .inner .buttons>*,.hentry .top-offers .offers>article .inner .buttons>*{margin-top:0}.text-container .top-offers .offers>article .inner .buttons>*:only-child,.text .top-offers .offers>article .inner .buttons>*:only-child,.hentry .top-offers .offers>article .inner .buttons>*:only-child{margin-left:0}.how{margin-top:48px}.how .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-56px}.how .items>*{width:100%;margin-bottom:56px;margin-right:0}@media screen and (min-width: 768px){.how .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-48px}.how .items>*{width:calc(100% / 2 - (120px * 1 / 2));margin-bottom:48px}.how .items>*:not(:nth-child(2n)),.how .items>*:not(:last-child){margin-right:120px}.how .items>*:nth-child(2n){margin-right:0}}@media screen and (min-width: 1024px){.how .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.how .items>*{width:calc(100% / 4 - (90px * 3 / 4));margin-bottom:0px}.how .items>*:not(:nth-child(4n)),.how .items>*:not(:last-child){margin-right:90px}.how .items>*:nth-child(4n){margin-right:0}}.how .items article{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.how .items article .image{width:59px;height:59px;background:rgba(var(--main-color-rgb), 0.25);border-radius:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.how .items article strong{margin-top:5px}.how .items article .text{margin-top:16px}.how .items article:last-child{margin-right:0}.text-container .how,.text .how{width:100%}.text-container .how .wrapper,.text .how .wrapper{padding-left:0;padding-right:0}.text-container .how h2,.text .how h2{margin-bottom:24px}#page-content .text>table,#page-content .text>div>table,#page-content .text .wp-block-table>table,#page-content .text>figure>table{border-collapse:collapse;border-radius:8px;border:1px solid #ececec}#page-content .text>table tr:not(:last-child) td,#page-content .text>table tr:not(:last-child) th,#page-content .text>div>table tr:not(:last-child) td,#page-content .text>div>table tr:not(:last-child) th,#page-content .text .wp-block-table>table tr:not(:last-child) td,#page-content .text .wp-block-table>table tr:not(:last-child) th,#page-content .text>figure>table tr:not(:last-child) td,#page-content .text>figure>table tr:not(:last-child) th{border-bottom:1px solid #ececec}#page-content .text>table tr td,#page-content .text>table tr th,#page-content .text>div>table tr td,#page-content .text>div>table tr th,#page-content .text .wp-block-table>table tr td,#page-content .text .wp-block-table>table tr th,#page-content .text>figure>table tr td,#page-content .text>figure>table tr th{padding:12px 15px}#page-content .text>table tr td:not(:last-child),#page-content .text>table tr th:not(:last-child),#page-content .text>div>table tr td:not(:last-child),#page-content .text>div>table tr th:not(:last-child),#page-content .text .wp-block-table>table tr td:not(:last-child),#page-content .text .wp-block-table>table tr th:not(:last-child),#page-content .text>figure>table tr td:not(:last-child),#page-content .text>figure>table tr th:not(:last-child){border-right:1px solid #ececec}#page-content .meta-socials{margin-left:auto;margin-bottom:15px}@media screen and (max-width: 767px){#page-content .meta-socials{width:100%;margin-top:15px}}#page-content .meta-socials .share-button{width:16px;height:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#page-content .meta-socials .share-button:not(:last-child){margin-right:15px}#page-content .meta-socials .share-button svg{max-width:100%;max-height:100%}#page-content .page-content-wrapper.has-sidebar{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}#page-content .page-content-wrapper .page-content-inner{width:100%}#page-content .page-content-wrapper .sidebar{width:320px;display:none;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 1024px){#page-content .page-content-wrapper .page-content-inner{width:calc(100% - 350px);margin-left:auto;margin-right:auto}#page-content .page-content-wrapper.has-sidebar .page-content-inner{margin-left:0;margin-right:0}#page-content .page-content-wrapper.has-sidebar .sidebar{display:block;margin-left:30px}}.updated{color:var(--main-color);font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;white-space:nowrap;width:100%;margin-top:15px}.updated svg{fill:currentColor;margin-right:5px}@media screen and (min-width: 768px){.updated[data-location="title_right"]{width:auto;margin-top:0}}.headline{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.headline h1,.headline .title-big{margin-bottom:0}@media screen and (max-width: 1023px){.headline{margin-bottom:20px}}#page-content.page-review .headline .updated,#page-content.page-text .headline .updated,#page-content.page-dating .headline .updated{color:#fff;margin-bottom:20px}@media screen and (max-width: 1023px){#page-content.page-review .headline .updated,#page-content.page-text .headline .updated,#page-content.page-dating .headline .updated{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#page-content.page-text .headline{padding-bottom:20px;margin-bottom:20px}#page-content.page-home #how{margin-bottom:215px}html.page-404{margin-top:0 !important}main.page-404{padding-top:0;background:url(../images/404.png) no-repeat center center;background-size:cover;-webkit-filter:blur(4px);filter:blur(4px)}main.page-404 #page-footer{display:none}main.page-404 ~ #wpadminbar{display:none}.page-404__inner{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999999;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-404__inner .wrapper{max-width:500px;padding:0}@media screen and (max-width: 767px){.page-404__inner .wrapper{padding-left:17px;padding-right:17px}}.page-404__inner h2{color:#fff}.page-404__inner strong{width:100%;display:block;font-size:140px;color:var(--main-color);font-family:'Yeseva One', cursive;text-align:center}@media screen and (min-width: 768px){.page-404__inner strong{font-size:240px}}.page-404__inner .go-home{-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 768px){.page-404__inner .go-home{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.page-404__inner .go-home .left{white-space:normal;width:100%}@media screen and (min-width: 768px){.page-404__inner .go-home .left{white-space:nowrap}}.page-404__inner .go-home h3,.page-404__inner .go-home p{color:#fff;font-size:16px}.page-404__inner .go-home h3{font-size:24px}.page-404__inner .go-home .theme-button{max-width:none;height:50px;margin-left:auto;width:100%;margin-top:14px}@media screen and (min-width: 768px){.page-404__inner .go-home .theme-button{margin-top:0;max-width:160px}}#page-content.page-text .intro{margin-bottom:48px}#page-content.page-text .intro .text{max-width:none}#page-content.page-text .text-container h2{font-size:35px;word-break:break-word}@media screen and (max-width: 767px){#page-content.page-text .text-container h2{font-size:20px}}#page-content.page-review .intro{margin-bottom:48px}#page-content.page-review .intro .wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767px){#page-content.page-review .intro h1{font-size:24px;word-break:break-word}}#page-content.page-review .intro .headline{width:100%}#page-content.page-review .intro__header{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:26px}#page-content.page-review .intro__header .review-site-logo{max-width:357px;max-height:50px}#page-content.page-review .intro__header .review-site-url{color:#fff;border-bottom:1px solid currentColor;margin-left:auto}#page-content.page-review .intro__header .meta-socials{margin:0 0 0 auto}#page-content.page-review .intro__header .meta-socials svg{fill:#fff}#page-content.page-review .intro__header .meta-socials:first-child{margin-left:0}#page-content.page-review .intro__header .rating{margin-left:auto}#page-content.page-review .intro__header .rating .rating__stars{margin-right:48px}@media screen and (max-width: 1023px){#page-content.page-review .intro__header{border-bottom:none;padding-bottom:0}#page-content.page-review .intro__header,#page-content.page-review .intro__header .rating{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#page-content.page-review .intro__header .review-site-url,#page-content.page-review .intro__header .rating{margin:0 auto}#page-content.page-review .intro__header .review-site-url{margin-top:28px}#page-content.page-review .intro__header .rating{margin-top:24px}#page-content.page-review .intro__header .rating .rating__stars{margin:0 auto 8px}}#page-content.page-review .intro .text-excerpt{margin-top:24px;max-width:626px;width:100%;font-size:18px}#page-content.page-review .intro .theme-button{margin-top:32px}#page-content.page-review .intro .review__items{max-width:626px;margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}#page-content.page-review .intro .review__items>*{width:100%;margin-bottom:0;margin-right:0}@media screen and (min-width: 768px){#page-content.page-review .intro .review__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}#page-content.page-review .intro .review__items>*{width:calc(100% / 2 - (80px * 1 / 2));margin-bottom:0}#page-content.page-review .intro .review__items>*:not(:nth-child(2n)),#page-content.page-review .intro .review__items>*:not(:last-child){margin-right:80px}#page-content.page-review .intro .review__items>*:nth-child(2n){margin-right:0}}#page-content.page-review .intro .review__items>li{-ms-flex-wrap:nowrap;flex-wrap:nowrap}#page-content.page-review .intro .review__items span{color:#fff;font-size:18px;line-height:180%;font-weight:300;font-family:'Merriweather Sans', sans-serif}#page-content.page-review .intro .review__items .progress-wrapper{margin-left:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#page-content.page-review .intro .review__items .progress-wrapper .progress{position:relative;width:52px;height:5px;background:rgba(255,255,255,0.2);overflow:hidden}#page-content.page-review .intro .review__items .progress-wrapper .progress .progress__inner{position:absolute;left:0;top:0;background:rgba(255,255,255,0.74);height:100%}#page-content.page-review .intro .review__items .progress-wrapper .progress__value{font-size:18px;font-weight:bold;line-height:180%;color:#fff;margin-left:16px;width:32px}@media screen and (max-width: 767px){#page-content.page-review .intro .headline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#page-content.page-review .intro .headline h1{width:100%;text-align:center}}#page-content.page-review .text-container .meta-socials{margin-top:20px}#page-content.page-review .text-container .meta-socials:first-child{margin-top:0;margin-bottom:20px}#page-content.page-review .text-container .updated{margin-top:20px}#page-content.page-review .text-container .updated:first-child{margin-top:0;margin-bottom:20px}#page-content.page-review .text-container .updated+.meta-socials{margin-top:0}#page-content.page-dating .intro{margin-bottom:20px}#page-content.page-category .intro{margin-bottom:40px}#page-content.page-category .intro .text{max-width:none}#page-content .posts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-24px}#page-content .posts>*{width:100%;margin-bottom:24px;margin-right:0}@media screen and (min-width: 768px){#page-content .posts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-24px}#page-content .posts>*{width:calc(100% / 2 - (16px * 1 / 2));margin-bottom:24px}#page-content .posts>*:not(:nth-child(2n)),#page-content .posts>*:not(:last-child){margin-right:16px}#page-content .posts>*:nth-child(2n){margin-right:0}}@media screen and (min-width: 1024px){#page-content .posts.posts-view-rows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-32px}#page-content .posts.posts-view-rows>*{width:100%;margin-bottom:32px;margin-right:0}#page-content .posts.posts-view-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-32px}#page-content .posts.posts-view-cards>*{width:calc(100% / 3 - (24px * 2 / 3));margin-bottom:32px}#page-content .posts.posts-view-cards>*:not(:nth-child(3n)),#page-content .posts.posts-view-cards>*:not(:last-child){margin-right:24px}#page-content .posts.posts-view-cards>*:nth-child(3n){margin-right:0}}.load-more{margin:32px auto 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.load-more .theme-button{width:60px;height:60px;min-width:auto}.load-more .theme-button svg{fill:none;stroke:currentColor;-webkit-transition-duration:.1s;transition-duration:.1s}.load-more .theme-button:hover svg{stroke:#fff}.load-more>span{font-size:14px;margin-top:8px;line-height:180%}#page-footer{background:var(--footer-background);margin-top:88px;position:relative;z-index:2}@media screen and (min-width: 768px){#page-footer{margin-top:112px}}@media screen and (min-width: 1024px){#page-footer{margin-top:88px}}#page-footer .logo{display:block;margin-bottom:48px}#page-footer .wrapper{position:relative;padding-top:48px;padding-bottom:48px}#page-footer .title-medium,#page-footer .widgettitle{color:#f4f4f4;font-size:22px;margin-bottom:21px;line-height:1}#page-footer .textwidget{color:#f4f4f4}#page-footer .textwidget p{color:currentColor}#page-footer .page-footer__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 768px){#page-footer .page-footer__inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#page-footer .page-footer__inner>*:not(:last-child){margin-right:0;margin-bottom:80px}@media screen and (min-width: 768px){#page-footer .page-footer__inner>*:not(:last-child){margin-right:0;margin-top:0;margin-bottom:0}}@media screen and (min-width: 1024px){#page-footer .page-footer__inner>*:not(:last-child){margin-right:35px}}#page-footer .page-footer__bottom{margin-top:48px}@media screen and (max-width: 767px){#page-footer .page-footer__bottom{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#page-footer .page-footer__bottom .social a{width:40px;height:40px;border-radius:25px}#page-footer .page-footer__bottom .social a:not(:last-child){margin-right:20px}#page-footer .page-footer__bottom .dmca{width:auto;margin:auto;text-align:left}@media screen and (max-width: 767px){#page-footer .page-footer__bottom .dmca{width:100%;text-align:center;margin:20px auto 0}}#page-footer .page-footer__bottom .copyright{width:100%;max-width:382px;text-align:center;margin-top:40px}@media screen and (min-width: 768px){#page-footer .page-footer__bottom .copyright{margin-top:0;margin-left:auto;text-align:right}}#page-footer .page-footer__bottom .copyright p{font-size:14px;color:#424242}#page-footer .widget{list-style:none}#page-footer .widget a{display:block;font-weight:normal;font-size:16px;color:#f4f4f4;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out}@media screen and (min-width: 1024px){#page-footer .widget a{display:inline-block}}#page-footer .widget a:hover{color:var(--link-color-hover)}#page-footer .widget .widget__inner,#page-footer .widget ul,#page-footer .widget ol{list-style:none}#page-footer .widget.widget_nav_menu{width:100%;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){#page-footer .widget.widget_nav_menu{width:auto}}#page-footer .widget.widget_nav_menu .menu li:not(:last-child){margin-bottom:21px}#page-footer .widget.widget_nav_menu .menu li.active>a{color:var(--link-color-active)}#page-footer .widget.widget_nav_menu .menu li.menu-item-has-children>a{padding-right:14px;background:url(../images/icons/dropdown.white.svg) no-repeat right center}#page-footer .widget.widget_nav_menu .menu li.menu-item-has-children.active>a{background:url(../images/icons/dropdown.colored.svg) no-repeat right center}#page-footer .widget.widget_nav_menu .menu .sub-menu{display:none;padding-top:21px;padding-left:16px}#page-footer .widget.widget-advertising-disclosure{width:100%}@media screen and (min-width: 768px){#page-footer .widget.widget-advertising-disclosure{width:50%}}@media screen and (min-width: 1024px){#page-footer .widget.widget-advertising-disclosure{width:auto;max-width:400px;margin-top:0;margin-left:auto}}#page-footer .widget.widget-advertising-disclosure .text{color:#ccc;background:rgba(0,0,0,0.15)}#page-footer .widget.widget-advertising-disclosure .text h3{color:currentColor}#page-footer .widget.widget-advertising-disclosure .text a{display:inline}
