@media all {

    @font-face {
        font-family: 'Ploni DL 1.1 AAA';
        src: url('../fonts/PloniDL11AAA-Regular.woff2') format('woff2'), url('../fonts/PloniDL11AAA-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Ploni DL 1.1 AAA';
        src: url('../fonts/PloniDL11AAA-Bold.woff2') format('woff2'), url('../fonts/PloniDL11AAA-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Ploni DL 1.1 AAA';
        src: url('../fonts/PloniDL11AAA-Medium.woff2') format('woff2'), url('../fonts/PloniDL11AAA-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Ploni DL 1.1 AAA';
        src: url('../fonts/PloniDL11AAA-Light.woff2') format('woff2'), url('../fonts/PloniDL11AAA-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    /*@font-face {
         font-family: 'Myriad Arabic';
         src: url('../fonts/MyriadArabic-Regular.woff2') format('woff2'), url('../fonts/MyriadArabic-Regular.woff') format('woff');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
    }
     */

}

#nsl-custom-login-form-1, .lwa .mail-login {
    display: none !important;
}

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

body {
    background-size: auto!important;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #105EA2!important;
}

body::-webkit-scrollbar-track {
    background-color: #ffffff!important;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
    display: block;
}

a {
    outline: none;
    text-decoration: none;
}

a, input:focus, textarea:focus, select, button, video:focus {
    outline: none;
}

img {
    outline: none;
    border: 0;
    max-width: 100%;
}

a img {
    border: 0;
    display: block;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

.row:after, .u-cf {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.column:first-child, .columns:first-child {
    margin-left: 0 !important;
}

.column:last-child {
    margin-right: 0 !important;
}

.hcenter {
    text-align: center;
}

.acenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.abscenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.avertcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swap-vr {
    display: flex;
    flex-direction: column-reverse;
}

.h-line {
    width: 100%;
    height: 0.5px;
    background: #969595;
    position: absolute;
    left: 0;
    z-index: 1;
}

.clr {
    clear: both;
}

.white {
    color: #fff;
}

.red-strong {
    color: #fa2151;
    font-weight: 700;
}

ul {
    list-style: none;
}

.button {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: 0.6s;
    outline: none;
    text-transform: uppercase;
}

.button:hover {
}

form.wpcf7-form, .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

@-webkit-keyframes updown-action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10%);
    }
}

@keyframes updown-action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10%);
    }
}

@-webkit-keyframes updown2-action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(5%);
    }
}

@keyframes updown2-action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(5%);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(10deg);
    }
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

::-moz-placeholder {
    opacity: 1;
}

/* Pulse */
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

body {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-position: top -100px center;
    font-family: "Ploni DL 1.1 AAA";
    /* background-size: cover; */
    overflow-x: hidden;
    background-size: cover;
}

.page-template-default {
    background-image: linear-gradient(to top, #fabb52 0%, #ffe075 100%);
}

.page-template-default .content {
    min-height: calc(100vh - 260px);
    margin-top: 380px;
    display: block;
}

.page-template-default footer {
    /* margin-top:0;
     */
}

.page-template-default .content .title {
    text-shadow: -3px 3px 0 rgb(24 41 72 / 15%);
    color: #105ea2;
    font-size: 66px;
    font-weight: bold;
    padding: 16px 0 10px;
    text-align: center;
    margin-bottom: 36px;
}

.page-template-default .content .page_content p {
    color: #163259;
    font-size: 19px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.woocommerce-cart .page-info-block {
    margin-top: 0;
}

.game_block {
    width: 100%;
    height: 862px;
}

.subscription-text.cart-sub-block {
    font-weight: unset;
    height: 335px;
}

.subscription-text.cart-sub-block span {
    font-weight: bold;
    color: #105EA2;
}

.subscription-text.cart-sub-block ul li {
    font-size: 17px;
}

.label-plan {
    position: absolute;
    top: -28px;
    background-color: #51D538;
    font-size: 18px;
    color: white;
    padding: 4px 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
    border-radius: 10px 10px 0 0;
}

.block-gift {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #E0EEF8;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    height: 54px;
}

.block-gift img {
    position: relative;
    margin-left: 20px;
    right: 0;
    top: -15px;
}

.wrap {
    width: 1372px;
}

header {
    position: fixed;
    z-index: 5;
    width: 100%!important;
    max-width: 1920px;
    top: 0;
    left: 0;
    right: 0;
    height: 336px;
    transition: 0.5s;
    margin: auto;
}

header .topline {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header .service-links-1, header .service-links-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    position: relative;
}

header .service-links-1 {
    width: 280px;
}

header .service-links-2 {
    width: auto;
}

header .service-links-1 a, header .service-links-2 a {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    transition: 0.6s;
}

header .service-links-1 a {
    margin-left: 11px;
}

header .service-links-2 a {
    margin-left: 12px;
}

header .service-links-1 a:last-child, header .service-links-2 a:last-child {
    margin-left: 0;
}

header .service-links-1 a, header .service-links-2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 26px;
    border: 3px solid #ffffff;
}

.header-subscription {
    background-color: #f7ac2b;
    padding: 10.5px 10.5px 10.5px 13px;
}

.header-subscription:hover {
    background-color: #ec9917;
}

.header-search {
    padding: 12px;
    background-color: #406faf;
}

.header-search img {
    width: 22px;
    height: auto;
}

.header-search:hover {
    background-color: #2c5997;
}

.header-whatsapp {
    padding: 11px 10px 12px 13px;
    background-color: #67c15e;
}

.header-whatsapp img {
    width: 23px;
    height: auto;
}

.header-whatsapp:hover {
    background-color: #459f3c;
}

.header-cart {
    background-color: #406faf;
    width: 52px;
    height: 52px;
}

.header-cart img {
    width: 29px;
    height: auto;
}

.header-cart:hover {
    background-color: #2c5997;
}

.header-user {
    padding: 9px 11px 8px 19.5px;
    background-color: #e11a5a;
}

.header-user:hover {
    background-color: #be0a44;
}

.header-subscription svg {
    margin-left: 8px;
    width: 25px;
    height: 25px;
}

.header-user svg {
    margin-left: 8px;
    width: 29px;
    height: 29px;
}

header .topmenu {
    display: flex;
    align-items: center;
}

header .topmenu ul li {
    display: inline-block;
    padding-left: 65px;
}

header .topmenu ul li:last-child {
    padding-left: 102px;
}

header .topmenu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

header .topmenu .single-mlink {
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 12px;
    border: 1px solid #ffffff;
    padding: 2px 11px 1px 10px;
}

header .main-menu-block {
    position: relative;
    width: 100%;
    height: 263px;
    background: url('../images/cloud-menu.png') top center;
    transition: 0.5s;
    background-repeat-y: no-repeat;
}

header .main-menu-block .wrap {
    width: 726px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .main-menu-block .logo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

header .main-menu-block .logo img {
    width: 192px;
    height: auto;
}

header .main-menu-block .m-menu-block {
    margin-top: 75px;
}

header .main-menu-block .m-menu-block ul {
    display: flex;
    align-items: flex-end;
}

header .main-menu-block .m-menu-block ul li {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-left: 60px;
}

header .main-menu-block .m-menu-block.s-m ul li {
    padding-left: 80px;
}

header .main-menu-block .m-menu-block ul li:last-child {
    padding-left: 0;
}

header .main-menu-block .m-menu-block ul li a {
    color: #163259;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .main-menu-block .m-menu-block ul li a img {
    margin-bottom: 5px;
}

header .main-menu-block .m-menu-block.f-m ul li:first-child a img {
    width: 51px;
    height: auto;
    margin-bottom: 0;
}

header .main-menu-block .m-menu-block.f-m ul li:last-child a img {
    width: 43px;
    height: auto;
}

header .main-menu-block .m-menu-block.s-m ul li:first-child a img {
    width: 43px;
    height: auto;
}

header .main-menu-block .m-menu-block.s-m ul li:last-child a img {
    width: 40px;
    height: auto;
    margin-bottom: 0;
}

body #acwp-toolbar-btn {
    top: calc((100vh - 48px) / 2)!important;
    left: 20px!important;
    height: 45px;
    width: 45px;
    background: #105ea2;
    border-width: 3px;
    box-shadow: -3px 3px 0 0 rgb(94 102 108 / 38%);
    transition: 0.6s;
}

#acwp-toolbar-btn:hover {
    border-color: #e11a5a;
}

.char-slider {
    position: relative;
    margin: -90px 0 0;
    display: flex;
    justify-content: space-between;
}

.is-sticky .char-slider.owl-carousel {
    margin: 0;
}

.char-slider .owl-stage-outer {
    height: 130px;
    padding-top: 8px;
}

chars {
    display: block;
    position: relative;
    width: 100%;
}

chars .owl-nav {
    display: none;
}

.owl-arrow {
    position: absolute;
    top: 26px;
    min-width: 45px;
    height: 45px;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border: 3px solid #ffffff;
    background-color: #105ea2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    transition: 0.6s;
}

.owl-next {
    background-image: url('../images/icons/arrow-left.svg');
    left: 15px;
}

.owl-prev {
    background-image: url('../images/icons/arrow-right.svg');
    right: 15px;
}

.char-slider .char-item {
    text-align: center;
}

.char-slider .char-item .c-in {
    width: 80px;
    height: 80px;
    background-color: #dcedf5;
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.char-slider .char-item:hover .c-in {
    border-color: #105ea2;
}

.char-slider .char-item.current-char .c-in {
    border-color: #e11a5a;
    transform: scale(1.05);
    width: 80px;
    height: 80px;
    border-width: 4px;
}

.char-item.current-char {
    height: 110px;
    position: relative;
}

.char-slider .slick-list {
    padding-top: 10px;
}

.char-slider .slick-arrow {
    margin-top: 30px;
}

.newsletter form span.ajax-loader {
    position: absolute;
    left: 0;
    top: 10px;
}

.newsletter form {
    position: relative;
}

.newsletter form .wpcf7-response-output {
    position: absolute;
    top: 30px;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.main-text-block .main-items {
    display: flex;
}

.main-text-block .main-items .item {
    display: flex;
    align-items: center;
}

.main-text-block .main-items .item span {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.main-text-block .main-items .item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.home .scroll_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0px;
}

.home .playlist-item {
    width: 322px !important;
    height: auto;
    position: relative;
    margin-bottom: 2% !important;
    cursor: pointer;
    padding: 0;
}

.home .componentWrapper .playlist-item .playlistInfo {
    color: #fdfefe;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.home .componentWrapper .playlist-item .thumb {
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home .componentWrapper .playlist-item .playlistThumb::after {
    content: '';
    width: 312px;
    height: 136px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    border: 0;
    background-color: transparent;
}

.home .componentWrapper .playlist-item.playlistSelected .playlistThumb {
    border-color: #105ea2;
}

.home .freevideo-data {
    margin: 0;
}

.home .freevideo-data .slick-prev {
    right: -55px;
    position: absolute;
    top: 29%;
}

.home .freevideo-data .slick-next {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    left: -55px;
}

.home .componentWrapper .playlist_inner {
}

.home .freevideo-data .slick-dots {
    margin: 10px auto;
}

.products-slider .woocommerce .slick-prev {
    position: absolute;
    right: -60px;
    top: 40%;
}

.products-slider .woocommerce .slick-next {
    position: absolute;
    left: -60px;
    top: 40%;
}

.products-btn {
    max-width: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 3px 0 rgb(202 215 224 / 65%);
    border-radius: 24px;
    border: 3px solid #ffffff;
    background-color: #35619e;
    padding: 9.5px 14px 10.5px 20px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    transition: 0.6s;
    margin: 30px auto;
}

.first-video {
    margin-top: 48px;
}

.first-video.first-video-tabs {
    margin-top: 28px;
}

.first-video .char-movie-item {
    width: calc(100% - 60px);
    max-width: 960px;
    height: 545px;
    border: 8px solid #ffffff;
    overflow: hidden;
    margin: auto;
}

.first-video .char-movie-item .play-button {
    width: 120px;
    height: 120px;
    border: 6px solid #ffffff;
    transform: unset!important;
    cursor: pointer;
}

.first-video .char-movie-item .play-button:hover {
    width: 150px;
    height: 150px;
}

a.play-button.iframe-play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

img.vid-thumbnail-main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.first-video .char-movie-item .title {
    font-size: 42px;
}

.first-video .char-movie-item .play-button::after {
    width: 40px;
    height: 40px;
}

.first-video .char-movie-item::after {
    border: 9px;
}

.first-video .char-movie-item.playing::after {
    display: none;
}

iframe#vid-player {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.char-tabs-month {
    max-width: 980px;
    margin: 30px auto 0;
}

.char-tabs-month ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.char-tabs-month ul li {
    padding: 0 10px;
    margin-bottom: 20px;
}

.char-tabs-month ul li a {
    display: block;
    border: 2px solid #105EA3;
    border-radius: 50px;
    padding: 10px 15px;
    color: #105EA3;
    font-size: 20px;
    font-weight: bold;
    transition: all .2s;
    width: fit-content;
    height: 48px;
    background-color: unset;
    cursor: pointer;
}

.char-tabs-month ul li:hover a {
    background-color: #105EA3;
    color: white;
    transition: all .2s;
}

.char-tabs-month ul li a.active {
    background-color: #105EA3;
    color: white;
}

.char-title-block2 {
    display: block;
    width: 100%;
}

.char-title-block2 .text-title2 {
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(24 41 72 / 15%);
    color: #105EA2;
    padding: 0;
    text-align: center;
    margin: 42px auto 39px;
}

.char-slider .char-item .c-in img {
    object-fit: scale-down;
    height: 100%;
    border-radius: 100%;
}

.char-slider .char-item .c-title {
    font-size: 20px;
    font-weight: 700;
    color: #163259;
    display: none;
}

.char-slider .char-item:hover .c-title {
    display: block;
}

.fancybox-navigation .fancybox-button {
    /* min-width: 35px;
     */
    height: 45px;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border: 3px solid #ffffff;
    background-color: #105ea2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    transition: 0.6s;
    /* z-index: 1;
     */
    margin-top: 16px;
    padding: 10px 0;
    width: 45px;
    top: 46%;
    background-clip: unset;
}

.fancybox-navigation .fancybox-button:hover {
    background-color: #2c5997;
}

.fancybox-navigation .fancybox-button--arrow_left {
    background-image: url(../images/icons/arrow-left.svg);
    left: 50px;
}

button.fancybox-button.fancybox-button--arrow_right {
    background-image: url(../images/icons/arrow-right.svg);
    right: 50px;
}

.slick-arrow {
    min-width: 45px;
    height: 45px;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border: 3px solid #ffffff;
    background-color: #105ea2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    transition: 0.6s;
    z-index: 1;
    margin-top: 16px;
}

.slick-arrow:hover {
    background-color: #2c5997;
}

.slick-prev {
    background-image: url(../images/icons/arrow-right.svg);
}

.slick-next {
    background-image: url(../images/icons/arrow-left.svg);
}

#sticky-wrapper {
    height: auto !important;
}

.is-sticky header {
    background: #fff;
    box-shadow: -3px 3px 0 #cad7e0;
    height: 147px;
}

.is-sticky header .topmenu {
    display: none;
}

.is-sticky header .main-menu-block .logo {
    top: 0;
}

.is-sticky header .main-menu-block .logo img {
    width: 99px;
    height: auto;
}

.is-sticky header .main-menu-block {
    background: none;
    margin-top: -60px;
    height: 85px;
    border-bottom: 1px solid #dcedf5;
}

.is-sticky header .main-menu-block .m-menu-block {
    margin-top: 0;
}

.is-sticky header .main-menu-block .wrap {
    height: 75px;
}

.is-sticky .char-slider {
    margin: 10px 20px -39.5px;
}

.is-sticky header .header-search, .is-sticky header .header-whatsapp {
    display: none;
}

.main-info-block {
    padding-bottom: 150px;
    margin-top: 310px;
}

.main-info-block .wrap {
    text-align: center;
    padding-top: 50px;
}

.homepage .main-info-block .wrap::before {
    content: '';
    width: 569px;
    height: 569px;
    background-image: radial-gradient(circle 285px at center, #fffeee 0%, rgba(255, 250, 194, 0) 100%);
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
}

.homepage .main-info-block .wrap .girls {
    position: absolute;
    top: 110px;
    left: -20px;
}

.homepage .main-info-block .wrap .boys {
    position: absolute;
    top: 90px;
    right: -60px;
}

.hello-block {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #105ea2;
    font-size: 66px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.hello-block-under {
    color: #f0a82a;
    font-size: 42px;
    font-weight: bold;
    position: relative;
}

.main-video-block {
    width: 322px;
    height: 221px;
    margin-top: 16px;
    display: inline-block;
    border-radius: 20px;
    padding: 6px;
    background: #dcedf5;
    position: relative;
}

.main-video-block .item-img {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}

.main-video-block::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.64;
}

.main-video-block .title {
    width: 100%;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.play-button {
    width: 64px;
    height: 64px;
    border: 4px solid #ffffff;
    background-color: rgba(21, 21, 21, 0.7);
    border-radius: 50%;
    z-index: 1;
    transition: 0.6s;
    cursor: pointer;
}

.play-button::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../images/icons/play-triangle.svg) no-repeat center;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.char-movie-item:not(.char-movie-item-locked) .play-button:hover {
    border-color: #f7ac2b;
    transform: translate(-50%, -50%) scale(1.25);
}

.paid-content-button {
    width: 42px;
    height: 42px;
    background-color: #e11a5a;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.paid-content-button::after {
    content: '';
    width: 29px;
    height: 29px;
    background: url(../images/icons/locked-content.svg) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-text-block {
    width: 480px;
    padding: 15px 20px 20px;
    height: 120px;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 19px;
    background-color: #ffffff;
    margin: 20px auto 0;
    color: #105ea2;
    font-size: 19px;
    z-index: 1;
    position: relative;
}

.char-tabs-month ul li a.paid-content-button::after {
    content: unset;
}

.single-series .componentWrapper .vimeoHolder, .single-movies .componentWrapper .vimeoHolder {
    /* max-width: 920px; */
    /* width: 100% !important; */
    /* border-radius: 30px !important; */
    /* margin-top: 50px; */
}

.single-series .componentWrapper .vimeoHolder iframe,
.single-movies .componentWrapper .vimeoHolder iframe {
    border-radius: 30px !important;
    border-width: 8px;
}

.single-series .char-tabs-month, .single-movies .char-tabs-month {
    padding: 15px 0;
}

.main-text-block .price {
    color: #e11a5a;
}

.page-template-form-thanks .bottom-images .player-block {
    position: absolute;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.page-template-form-thanks .bottom-images .player-block .vimeoHolder {
    width: 100% !important;
    height: 300px !important;
    border-radius: 20px;
    overflow: hidden;
}

.load-all {
    max-width: 182px;
    padding: 12px;
}

.page-template-form-thanks .bottom-images .player-block .playerHolder iframe {
    border-radius: 20px;
}

.join-button {
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 26px;
    border: 2px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 14.5px 28px 13.5px;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.join-button::after {
    content: '';
    width: 10px;
    height: 12px;
    background: url(../images/icons/angle-left-solid.svg) no-repeat;
    display: inline-block;
}

.join-button {
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0px 0px rgb(94 102 108 / 100%);
    }
    70% {
        box-shadow: 0 0 0px 10px rgb(94 102 108 / 0);
    }
    100% {
        box-shadow: 0 0 0px 50px rgb(94 102 108 / 0);
    }
}

.main-movies-block {
    position: relative;
}

.main-movies-block .wrap {
    padding-top: 16px;
}

.main-movies-block .main_movies_top_background_block {
    width: 100%;
    height: 592px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -140px;
    left: 0;
}

.main-movies-block .block-title, .main-series-block .block-title {
    text-align: center;
    padding: 12px 0 21px;
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    background: url(../images/wood-board.png) center no-repeat;
    margin-bottom: 16px;
}

.movie-item {
    width: 322px;
    max-width: 322px;
    height: 221px;
    border-radius: 20px;
    padding: 5px;
    background: #fff;
    position: relative;
    text-align: center;
}

.item-img {
    width: calc(100% - 10px);
    height: calc(100% - 12px);
    overflow: hidden;
}

.item-img img {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.char-movie-item .item-img img {
    border-radius: 0;
}

.movie-item::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    display: block;
}

.movie-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.movie-item .play-button {
    top: 45%;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slick-dots button {
    width: 14px;
    height: 14px;
    background-color: #f8ca92;
    border: none;
    border-radius: 50%;
    font-size: 0;
    margin: 0 4px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: #404040;
}

.movies-slider .slick-arrow, .games-slider .slick-arrow, .series-slider .slick-arrow, .drawing-slider .slick-arrow, .testimonials-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.movies-slider .slick-prev, .games-slider .slick-prev, .series-slider .slick-prev, .drawing-slider .slick-prev, .testimonials-slider .slick-prev {
    right: -64px;
}

.movies-slider .slick-next, .games-slider .slick-next, .series-slider .slick-next, .drawing-slider .slick-next, .testimonials-slider .slick-next {
    left: -64px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}

.main-games-block {
    position: relative;
    height: auto;
}

.main-games-block::after {
    content: '';
    width: 100%;
    height: 100px;
    background: #efe653;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-games-block .wrap {
    padding-top: 170px;
}

.main-games-block .animated-rock {
    position: absolute;
    top: 560px;
    left: 120px;
    z-index: 1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.main-games-block .animated-island {
    position: absolute;
    top: 560px;
    right: 40px;
    z-index: 1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.main-games-block .animated-island img.anim-wheel {
    animation: rotating 20s linear 0s infinite;
    position: absolute;
    top: 0;
    left: -30px;
}

.main-games-block .main_games_background_block {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}

.main-games-block .block-title {
    text-align: center;
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #105ea2;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 33px;
}

.main-games-block .game-item, .all-slider .game-item {
    width: 322px;
    max-width: 322px;
    height: 284px;
    border-radius: 20px;
    padding: 5px;
    background: #fff;
    position: relative;
    text-align: center;
    box-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
}

.main-games-block .game-item::after, .all-slider .game-item::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.82;
    display: block;
}

.main-games-block .game-item .title, .all-slider .game-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.main-games-block .game-button, .all-slider .game-item .game-button {
    width: 64px;
    height: 59px;
    border: 4px solid #ffffff;
    background-color: rgba(21, 21, 21, 0.7);
    border-radius: 50%;
    z-index: 1;
}

.main-games-block .game-button::after, .all-slider .game-item .game-button::after {
    content: '';
    width: 46px;
    height: 46px;
    background: url(../images/icons/play-game.svg);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
}

.main-games-block .game-button span, .all-slider .game-item .game-button span {
    color: #fdfefe;
    font-size: 0;
    font-weight: 700;
    margin-left: 12px;
}

.main-games-block .game-button:hover, .all-slider .game-item .game-button:hover {
    width: 142px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-games-block .game-button:hover span, .all-slider .game-item .game-button:hover span {
    font-size: 19px;
}

.main-games-block .game-button:hover::after, .all-slider .game-item .game-button:hover::after {
    left: auto;
    right: 10px;
    top: 45%;
    transform: translate(0, -50%);
}

.main-games-block .slick-dots, .all-slider .slick-dots {
    margin-top: 20px;
}

.main-games-block .slick-dots button, .all-slider .slick-dots button {
    background-color: #61932e;
}

.main-games-block .slick-dots .slick-active button, .all-slider .slick-dots .slick-active button {
    background-color: #404040;
}

.video-item .title {
    text-align: center;
}

.all-slider .game-item, .all-slider .drawing-item, .all-slider .video-item, .all-slider .series-item {
    width: 322px;
    max-width: 322px;
    height: 284px;
    margin-top: 0;
}

.all-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.all-slider .slick-prev {
    right: -64px;
}

.all-slider .slick-next {
    left: -64px;
}

.all-games-button {
    max-width: 165px;
    margin: 40px auto;
    display: block;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 11px 25px 12px;
    transition: 0.6s;
}

.all-games-button:hover {
    background-color: #be0a44;
}

.main-series-block {
    background-repeat: no-repeat;
    background-position: top center;
    height: 1000px;
    position: relative;
    /* padding-top: 100px;
     */
}

.main-series-block::before {
    content: '';
    width: 100%;
    height: 71px;
    /* background: url(../images/waves-new.png) top center no-repeat;
     */
    background-size: cover;
    position: absolute;
    top: -67px;
    left: 0;
    z-index: -1;
}

.main-series-block .series-man {
    position: absolute;
    top: 650px;
    left: 212px;
    z-index: 2;
}

.main-series-block .block-title {
    margin-bottom: 36px;
}

.series-item {
    width: 322px;
    max-width: 322px;
    height: 221px;
    border-radius: 20px;
    padding: 5px;
    background: #fff;
    position: relative;
    text-align: center;
}

.series-item::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.82;
    display: block;
}

.series-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.series-slider.slick-slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 420px;
    justify-content: center;
}

.series-slider.slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    width: 322px;
    transition: all 0.3s ease;
    height: auto;
    text-align: center;
    outline: none;
}

.series-slider.slick-slider .slick-slide.slick-current, .series-slider.slick-slider .slick-slide.slick-center {
    padding: 0px;
    width: 651px;
}

.series-slider.slick-slider .slick-list {
    padding: 0 !important;
}

.series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
    width: 651px;
    max-width: 651px;
    height: 407px;
    background-size: cover;
    box-shadow: -11px 12px 0 rgba(24, 41, 72, 0.27);
}

.series-slider.slick-slider .slick-slide.slick-current .series-item .title, .series-slider.slick-slider .slick-slide.slick-center .series-item .title {
    font-size: 34px;
    bottom: 30px;
}

.series-slider.slick-slider .slick-slide.slick-current .series-item .play-button, .series-slider.slick-slider .slick-slide.slick-center .series-item .play-button {
    width: 97px;
    height: 97px;
}

.series-slider.slick-slider .slick-slide.slick-current .series-item .play-button::after, .series-slider.slick-slider .slick-slide.slick-center .series-item .play-button::after {
    width: 37px;
    height: 41px;
    background-size: cover;
}

.main-drawings-block {
    height: 1089px;
    position: relative;
}

.main-drawings-block .wrap {
    z-index: 1;
}

.main-drawings-block .main_drawings_background_block {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}

.main-drawings-block::after {
    content: '';
    width: 100%;
    height: 466px;
    background: #fa3d66;
    position: absolute;
    bottom: -120px;
    left: 0;
}

.main-drawings-block .block-title {
    text-shadow: 0 0 24px #88c2f0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    padding: 40px 0;
    text-align: center;
}

.mainpage-links {
    padding: 70px 120px 0;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainpage-links img {
    width: max-content;
    margin-top: -40px;
    position: relative;
}

.mainpage-links .birthday-link img {
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.mainpage-links .shop-link img {
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.birthday-link, .shop-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.birthday-link a {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    background: url(../images/birthdaylink-background.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 417px;
    height: 199px;
    position: relative;
}

.birthday-link a::after, .shop-link a::after {
    content: '';
    width: 13px;
    height: 20px;
    background: url(../images/icons/angle-left-solid.svg) no-repeat;
    margin-right: 10px;
    display: inline-block;
}

.shop-link a {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 62px;
    font-weight: 700;
    background: url(../images/shoplink-background.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 404px;
    height: 199px;
    position: relative;
}

.drawing-item {
    width: 322px;
    max-width: 322px;
    height: 284px;
    border-radius: 20px;
    padding: 5px;
    background: #fff;
    position: relative;
    text-align: center;
}

.drawing-item::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.82;
    display: block;
}

.drawing-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.main-drawings-block .slick-dots {
    margin-top: 30px;
}

.main-drawings-block .slick-dots button {
    background-color: #d4f5fb;
}

.main-drawings-block .slick-dots .slick-active button {
    background-color: #ffffff;
}

.audio-button {
    width: 64px;
    height: 64px;
    border: 4px solid #ffffff;
    background-color: rgba(21, 21, 21, 0.7);
    border-radius: 50%;
    z-index: 1;
    transition: 0.6s;
}

.audio-button::after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/icons/listening.svg);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.audio-button:hover {
    border-color: #f7ac2b;
    transform: translate(-50%, -50%) scale(1.25);
}

.draw-button {
    width: 64px;
    height: 64px;
    border: 4px solid #ffffff;
    background-color: rgba(21, 21, 21, 0.7);
    border-radius: 50%;
    z-index: 1;
    transition: 0.6s;
    cursor: pointer;
}

.draw-button::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/icons/paint-brush.svg);
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.draw-button:hover {
    border-color: #f7ac2b;
    transform: translate(-50%, -50%) scale(1.25);
}

.main-bottom-block {
    margin-top: 200px;
    height: 1500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
}

.main-bottom-block::before {
    content: '';
    width: 100%;
    height: 122px;
    background: url(../images/wave.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: -122px;
    left: 0;
    z-index: 1;
}

.main-bottom-block::after {
    content: '';
    width: 100%;
    height: 152px;
    background: #005b82;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.main-bottom-block .water-slide {
    position: absolute;
    top: 500px;
    left: -20%;
}

.main-bottom-block .bottom-amatia {
    position: absolute;
    top: 630px;
    right: 23%;
}

.main-bottom-block .block-title {
    color: #105ea2;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.testimonial-item {
    width: 422px;
    max-width: 422px;
    height: 327px;
    background: url(../images/quote-cloud.png) no-repeat;
    background-size: contain;
    position: relative;
    padding: 100px 50px;
    color: #163259;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
}

.testimonial-item .name {
    color: #105ea2;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    display: block;
}

.testimonial-item::before {
    content: '';
    width: 91px;
    height: 57px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.testimonials-slider .slick-slide:nth-child(3n+1) .testimonial-item::before {
    background: url(../images/green-quotes.png);
}

.testimonials-slider .slick-slide:nth-child(3n+2) .testimonial-item::before {
    background: url(../images/red-quotes.png);
}

.testimonials-slider .slick-slide:nth-child(3n+3) .testimonial-item::before {
    background: url(../images/blue-quotes.png);
}

footer {
    position: relative;
    margin-top: -300px;
}

.inner footer {
    background: #005b82;
}

footer::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #005b82;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

footer .wrap {
    width: 901px;
}

.nl-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.newsletter {
    padding-bottom: 37px;
}

.newsletter form {
    display: flex;
    width: 411px;
    margin: 0 auto;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 26px;
    background-color: #e6f3fb;
}

.newsletter input {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 15.5px 21px;
}

.newsletter form input[type= 'email'] {
    width: 100%;
    flex: 1;
    color: #163259;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    background: url(../images/icons/mail.svg) right 21px center no-repeat;
    background-size: 22px;
    padding-right: 58px;
}

.newsletter form input[type= 'submit'] {
    width: 133px;
    padding-left: 55px;
    border-radius: 26px;
    cursor: pointer;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    background: url(../images/icons/subscribe.svg) #f7ac2b left 6px center no-repeat;
    background-size: 40px;
    box-shadow: -3px 3px 0 rgb(8 115 146 / 35%);
}

.newsletter form input[type= 'submit']:hover {
    opacity: .7;
}

.newsletter form input[type= 'email']::-webkit-input-placeholder {
    color: #163259;
}

.newsletter form input[type= 'email']:-moz-placeholder {
    color: #163259;
}

.newsletter form input[type= 'email']::-moz-placeholder {
    color: #163259;
}

.newsletter form input[type= 'email']:-ms-input-placeholder {
    color: #163259;
}

.f-info-blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 64px 19px 14px;
    border-bottom: 1px solid rgba(218, 236, 245, 0.16);
    border-top: 1px solid rgba(218, 236, 245, 0.16);
}

.f-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #e6f3fb;
    font-size: 17px;
    font-weight: 400;
}

.f-info-block img {
    margin-bottom: 10px;
    -webkit-animation: updown2-action 1.5s infinite alternate;
    animation: updown2-action 1.5s infinite alternate;
}

.f-info-blocks .f-info-block:nth-child(2) .imgtag {
    position: relative;
}

.f-info-blocks .f-info-block:nth-child(2) .imgtag::after {
    position: absolute;
    width: 43px;
    height: 44px;
    right: -49px;
    background: url("../images/wa-ico.png") no-repeat;
    -webkit-animation: updown2-action 1.5s infinite alternate;
    animation: updown2-action 1.5s infinite alternate;
    content: '';
}

.footer-blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
}

.footer-blocks .f-block:nth-child(2) {
    width: 50%;
}

.f-block .title {
    color: #e6f3fb;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

.f-block .contact-row {
    position: relative;
    font-size: 17px;
    color: rgba(230, 243, 251, 0.57);
    font-weight: 400;
    margin-bottom: 6px;
}

.f-block .contact-row a {
    color: rgba(230, 243, 251, 0.57);
}

.f-block .contact-row::before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #e2f1fa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    margin-left: 10px;
}

.f-block .contact-row:nth-child(2)::before {
    background-image: url(../images/icons/phone.svg);
}

.f-block .contact-row:nth-child(3)::before {
    background-image: url(../images/icons/envelope.svg);
}

.f-block .contact-row:nth-child(4)::before {
    background-image: url(../images/icons/whatsapp.svg);
}

.f-block ul li a {
    color: rgba(230, 243, 251, 0.57);
    font-size: 17px;
    font-weight: 400;
}

.f-block ul li a:hover {
    color: #fff;
}

.footer-blocks .f-block:nth-child(2) ul {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-blocks .f-block:nth-child(2) ul li {
    width: 45%;
    margin-bottom: 8px;
}

#menu-footer-shop-menu li {
    margin-bottom: 8px;
}

.footer-user-links {
    display: flex;
    justify-content: flex-start;
    padding: 35px 0 40px;
    border-bottom: 1px solid #daecf5;
}

.footer-user-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    font-size: 19px;
    font-weight: 700;
    background: none !important;
    margin: 0 9px;
    color: white;
}

.footer-user-links a:first-child {
    border: 3px solid #f7ac2b;
    color: #f7ac2b;
}

.footer-user-links .header-log-out {
    border: 3px solid #e6f3fb;
    color: #e6f3fb;
}

.footer-bottom-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: rgba(230, 243, 251, 0.57);
}

.footer-bottom-panel a {
    color: rgba(230, 243, 251, 0.57);
}

.footer-bottom-panel a:hover {
    color: #fff;
}

.developer a {
    display: flex;
    flex-direction: row-reverse;
}

.developer a img {
    margin-right: 10px;
    width: 76px;
}

.ppoplicy {
    text-align: center;
}

#to-top-button {
    width: 101px;
    height: 237px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/to-top.png) no-repeat;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

#to-top-button span {
    color: #35619e;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 0 9px rgba(53, 97, 158, 0);
    border-radius: 10px;
    border: 1px solid #adbfd2;
    background-color: #ffffff;
    padding: 1px 10px;
    display: flex;
    align-items: center;
}

#to-top-button span::before, #to-top-button span::after {
    content: '';
    width: 7px;
    height: 12px;
    background: url(../images/icons/angle-up.svg);
    display: inline-block;
}

#to-top-button span::before {
    margin-left: 5px;
}

#to-top-button span::after {
    margin-right: 5px;
}

#to-top-button:hover {
    cursor: pointer;
}

#to-top-button.show {
    opacity: 1;
    visibility: visible;
}

.footer-user-links .single-mlink {
    margin: 0;
    margin-right: auto;
    border: 3px solid #E6F3FB;
    color: white;
    background-color: #E11A5A !important;
    padding: 0 20px;
}

.footer-user-links .single-mlink img {
    margin-left: 10px;
    width: 22px;
}

.flier {
    pointer-events: none;
}

.flier > * {
    animation: fly 50s linear infinite;
    pointer-events: none !important;
    top: 0;
    left: 0;
    transform: translateX(-120%) translateY(-120%) rotateZ(0);
    position: absolute;
    animation-delay: 1s;
    z-index: 999999;
}

.buterfly {
    pointer-events: none;
    position: absolute;
    top: 5%;
    animation: buterfly 20s ease infinite;
    transform-origin: 10% 10%;
}

.buterfly2 {
    pointer-events: none;
    position: absolute;
    bottom: 80%;
    right: -50%;
    animation: buterfly 50s ease infinite;
    /* transform-origin: 70% 70%;
    */
}

.bird2 {
    pointer-events: none;
    left: 10%;
    top: 50%;
    position: absolute;
    animation: movingbird2 15s linear infinite;
}

.bird3 {
    pointer-events: none;
    top: 35%;
    position: absolute;
    animation: movingbird3 10s linear infinite;
}

@keyframes buterfly {
    0% {
        left: 50px;
        transform: rotate(30deg);
    }
    50% {
        left: 300px;
        transform: rotate(-360deg);
    }
    100% {
        left: 50px;
        transform: rotate(30deg);
    }
}

@keyframes fly {
    98.001%, 0% {
        display: block;
        transform: translateX(-200%) translateY(100vh);
    }
    15% {
        transform: translateX(100vw) translateY(-100%)
    }
    15.001%, 18% {
        transform: translateX(100vw) translateY(-30%)
    }
    40% {
        transform: translateX(-200%) translateY(3vh)
    }
    40.001%, 43% {
        transform: translateX(-200%) translateY(-100%)
    }
    65% {
        transform: translateX(100vw) translateY(50vh)
    }
    65.001%, 68% {
        transform: translateX(20vw) translateY(-200%)
    }
    95% {
        transform: translateX(10vw) translateY(100vh)
    }
}

@keyframes movingbird2 {
    0% {
        top: 300px;
    }
    29% {
        top: 50px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    31% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    60% {
        top 300px;
    }
    100% {
        top: 300px;
    }
}

@keyframes movingbird3 {
    from {
        right: -500px;
    }
    to {
        right: 102%;
    }
}

@keyframes moveclouds {
    0% {
        transform: translate(0px, 700px);
    }
    100% {
        transform: translate(0px, -1200px);
    }
}

@-webkit-keyframes moveclouds {
    0% {
        -webkit-transform: translate(0px, 700px);
    }
    100% {
        -webkit-transform: translate(0px, -1200px);
    }
}

@-moz-keyframes moveclouds {
    0% {
        -moz-transform: translate(0px, 700px);
    }
    100% {
        -moz-transform: translate(0px, -1200px);
    }
}

@-o-keyframes moveclouds {
    0% {
        -o-transform: translate(0px, 700px);
    }
    100% {
        -o-transform: translate(0px, -1200px);
    }
}

.blittleup {
    pointer-events: none;
    animation: moveclouds 16s infinite linear forwards;
    -webkit-animation: moveclouds 16s infinite linear forwards;
    -moz-animation: moveclouds 16s infinite linear forwards;
    -o-animation: moveclouds 16s infinite linear forwards;
    text-align: left;
}

.bmediumup {
    pointer-events: none;
    animation: moveclouds 18s infinite linear forwards;
    -webkit-animation: moveclouds 18s infinite linear forwards;
    -moz-animation: moveclouds 18s infinite linear forwards;
    -o-animation: moveclouds 18s infinite linear forwards;
}

.bbigup {
    pointer-events: none;
    animation: moveclouds 22s infinite linear forwards;
    -webkit-animation: moveclouds 22s infinite linear forwards;
    -moz-animation: moveclouds 22s infinite linear forwards;
    -o-animation: moveclouds 22s infinite linear forwards;
    text-align: center;
}

#wpadminbar {
    display: none !important;
}

.pop-over {
    overflow: hidden;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.overlay-body {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
}

.close-overlay {
    width: 28px;
    height: 28px;
    position: absolute;
    left: -31px;
    top: -20px;
    border: 1px solid #d9d8d8;
    border-radius: 50%;
}

.close-overlay:before, .close-overlay:after {
    position: absolute;
    top: 4px;
    left: 12.5px;
    content: ' ';
    height: 17px;
    width: 1px;
    background-color: #d9d8d8;
}

.close-overlay:before {
    transform: rotate(45deg);
}

.close-overlay:after {
    transform: rotate(-45deg);
}

.overlay-login {
    width: 100%;
    padding: 35px 53px 56px;
    background: #fff;
    box-shadow: -11px 13px 21px rgba(198, 198, 200, 0.24);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    display: none;
    width: 394px;
}

.popup-title {
    color: #e11a5a;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 14px;
    text-align: center;
}

.popup-text {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.google-login {
    border-radius: 24px;
    border: 2px solid #cde5f0;
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 0;
    width: 100%;
    display: block;
    text-align: center;
    margin: 12px 0 14px;
    background: url(../images/icons/google-login.png) no-repeat left 17px center;
}

.google-login:hover {
    border-color: #406faf
}

.mail-login {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #cde5f0;
    line-height: 0.1em;
    margin: 26px 0;
}

.mail-login span {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    padding: 0 25px;
}

#overlay form input[type="email"], #overlay .overlay-recovery-password form input[type="text"], .form-login input[type="password"], .user-registration-form-login input[type="text"], .user-registration-form-login input[type="password"] {
    border-radius: 4px;
    border: none;
    width: 100%;
    background-color: #e4f1f7;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 16px;
    margin-bottom: 8px;
}

#overlay form input::-webkit-input-placeholder, #search-overlay form input::-webkit-input-placeholder {
    color: #163259 !important;
}

#overlay form input:-moz-placeholder, #search-overlay form input:-moz-placeholder {
    color: #163259 !important;
}

#overlay form input::-moz-placeholder, #search-overlay form input::-moz-placeholder {
    color: #163259 !important;
}

#overlay form input:-ms-input-placeholder, #search-overlay form input:-ms-input-placeholder {
    color: #163259 !important;
}

#overlay form .supporter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0 14px;
}

#overlay form .forgot {
    color: #163259;
    font-size: 14px;
    font-weight: 700;
}

#overlay .overlay-recovery-password form input[type="text"] {
    margin: 17px 0 20px;
}

.lwa-status.lwa-status-invalid {
    color: #be0a44;
}

#overlay .remember-me {
    cursor: pointer;
    display: flex;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    color: #163259;
    font-size: 14px;
    font-weight: 500;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 4px;
    border: 1px solid #cde5f0;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

.custom-checkbox:checked + label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

#overlay form button, .ur-frontend-form input[type=submit], a.button-y, .user-registration-form-login input[type=submit] {
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #de1a59;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 0;
    width: 100%;
    cursor: pointer;
    transition: 0.6s;
    float: none;
    text-align: center;
}

#overlay form button:hover, .ur-frontend-form input[type=submit]:hover, a.button-y:hover, .user-registration-form-login input[type=submit]:hover {
    background: #be0a44;
}

.overlay-login .new-subscription {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
}

.overlay-login .new-subscription a {
    color: #105ea2;
    font-weight: 700;
    border-bottom: 1px solid #105ea2;
}

.overlay-recovery-password {
    display: none;
    padding: 39px 53px 53px;
    width: 100%;
    box-shadow: -11px 13px 21px rgba(198, 198, 200, 0.24);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    width: 394px;
}

#overlay form.form-recovery input {
    margin: 14px 0 12px;
}

.overlay-logout, .overlay-cancel-subscription {
    display: none;
    padding: 42px 50px 45px;
    width: 100%;
    box-shadow: -11px 13px 21px rgba(198, 198, 200, 0.24);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    width: 308px;
}

#overlay form.form-logout {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

#overlay form.form-logout button, a.button-y {
    width: 48%;
}

#overlay form.form-logout button.button-n {
    background-color: #406faf;
}

#overlay form.form-logout button.button-n:hover {
    background-color: #2c5997;
}

.overlay-reminder {
    display: none;
    padding: 37px 53px 52px;
    width: 100%;
    box-shadow: -11px 13px 21px rgba(198, 198, 200, 0.24);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    width: 351px;
    text-align: center;
}

.overlay-reminder .popup-title {
    color: #105ea2;
}

.overlay-reminder .button {
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #de1a59;
    max-width: 127px;
    padding: 13px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}

.overlay-reminder .button:hover {
    background-color: #be0a44;
}

#search-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcedf5;
    z-index: 999;
}

#search-overlay .close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    margin: 52px;
}

#search-overlay .close-btn:hover {
    background-color: #be0a44;
}

.search-body {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 439px;
}

.search-title {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #105ea2;
    font-size: 66px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.search-box {
    position: relative;
}

.search-box input.search {
    flex: 1;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 24px;
    background-color: #ffffff;
    color: #163259;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 17px 14px;
    width: 100%;
    border: none;
    position: relative;
}

.search-box input[type="submit"] {
    width: 48px;
    height: 48px;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 24px;
    border: 3px solid #ffffff;
    background: url(../images/icons/search-icon.png) #406faf no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 0;
}

input.search.mmm {
    box-shadow: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

ul.drop {
    background: #fff;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    height: 0;
    overflow: hidden;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    transition: .4s height;
}

ul.drop li {
    color: #163259;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
    list-style: none;
    border-top: 1px solid #ddd;
}

ul.drop li:hover {
    background-color: #e9f5fb;
}

.match {
    font-weight: 700;
}

.fancybox-close-small {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: auto;
    left: -45px;
    top: -30px;
    padding: 4px;
    color: #fff;
}

.fancybox-iframe, .fancybox-video {
    border-radius: 20px;
}

.fancybox-slide--video .fancybox-content {
    border-radius: 20px;
    border: 5px solid #dcedf5;
}

.fancybox-caption {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.logged-in .header-user {
    padding: 10px;
    background-color: #67c15e;
    font-size: 0;
    letter-spacing: 0;
}

.logged-in .header-user:hover {
}

.logged-in .header-user svg {
    margin-left: 0px;
    width: 26px;
    height: 26px;
}

.logged-in .greetings {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 52px;
    width: 120px;
    margin-left: 15px;
    justify-content: center;
    overflow: hidden;
}

.logged-in .greetings span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    word-break: break-all;
}

.logged-in .greetings a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    box-shadow: none;
    border: none;
}

.logged-in .is-sticky .greetings span, .logged-in .is-sticky .greetings a {
    color: #105ea2;
}

body.character-template-default {
    background-position: top center;
    background-repeat: no-repeat;
}

body.character-template-default .char-right-top-image {
    position: absolute;
    top: 280px;
    right: -192px;
}

body.character-template-default .char-left-top-image {
    position: absolute;
    top: 240px;
    left: -100px;
}

body.character-template-default.postid-27 .char-left-top-image {
    position: absolute;
    top: 150px;
    left: -250px;
}

body.character-template-default.postid-27 .char-right-top-image {
    position: absolute;
    top: 250px;
    right: -150px;
}

body.character-template-default.postid-27 .main-info-block, body.character-template-default .main-info-block.sun_class {
    position: relative;
}

body.character-template-default.postid-27 .main-info-block::before, body.character-template-default .main-info-block.sun_class::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/hodashim/sun.png) no-repeat top center;
    top: -25%;
    left: 0;
    position: absolute;
    z-index: -1;
}

.character-template-default .main-info-block {
    height: 870px;
}

.character-template-default .main-info-block .wrap {
    padding-top: 30px;
}

.character-template-default .char-slider .char-item .c-in.c-page {
    border-color: #e11a5a;
}

.character-template-default .char-main-image {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dcedf5;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.character-template-default .char-main-image img {
    border-radius: 100%;
}

body.character-template-default.postid-27 .char-main-image {
    background-color: #ffecbb;
}

.character-template-default .char-main-title {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #105ea2;
    font-size: 66px;
    font-weight: bold;
    padding: 16px 0 10px;
}

.character-template-default .char-main-text {
    color: #163259;
    font-size: 19px;
    font-weight: 500;
    width: 689px;
    margin: 0 auto;
}

.char-movies-block, .char-series-block, .char-drawings-block {
    position: relative;
    height: 480px;
}

.char-series-block.check_active::before {
    content: none;
}

/* .char-movies-block::before {
    content: '';
    width: 100%;
    height: 556px;
    background-color: #4f9d49;
    left: 0;
    top:275px;
    position: absolute;
}
 */
.char-movies-block .wrap {
    background: #dcedf5;
    margin-top: -333px;
    padding: 0 50px 60px;
    margin-bottom: 103px;
    border-top: 6px solid #fff;
    z-index: 2;
    border-radius: 0px 0px 40px 40px;
    box-shadow: -6px 6px 0px #aeaeae94;
}

.char-movies-block .wrap::before {
    content: '';
    width: 100%;
    height: 42px;
    background: url(../images/dmut/cinema-blue.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -42px;
    z-index: -1;
}

.char-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -92px;
    transform: translateX(-50%);
    z-index: 1;
}

.char-title-block .icon-title {
    width: 127px;
    height: 127px;
    background: url(../images/dmut/oak.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}

.char-title-block .text-title {
    width: 317px;
    height: 70px;
    background: url(../images/dmut/wood-board.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 7px;
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-top: -40px;
}

.char-movie-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: auto;
    padding: 0 5px;
    height: 700px;
}

.char-movie-items::-webkit-scrollbar {
    width: 5px;
}

.char-movie-items::-webkit-scrollbar-thumb {
    background-color: #105EA2!important;
}

.char-movie-items::-webkit-scrollbar-track {
    background-color: #ffffff!important;
}

.char-movie-item {
    position: relative;
    width: 300px;
    height: 200px;
    text-align: center;
    border-radius: 20px;
    border: 6px solid #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 20px;
    overflow: hidden;
}

.char-movie-item .item-img, .char-serie-item .item-img {
    width: 100%;
    height: 100%;
}

.char-movie-item::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.82;
    display: block;
}

.char-movie-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.char-movie-item .play-button {
    width: 77px;
    height: 77px;
}
.char-movie-item-locked img.vid-thumbnail-main,
.char-movie-item-locked div,
.char-movie-item-locked .play-button {
    opacity: 0.3;
}

.char-movie-item-locked iframe {
    opacity: 0;
}

.char-movie-item-active {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.char-movie-item.hide {
    display: none;
}

.char-movies-slider {
    text-align: center;
    max-width: 1281px;
    margin: 30px auto 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 1520px;
    overflow: hidden;
}

.char-movies-slider .slick-arrow, .char-series-slider .slick-arrow, .char-drawings-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.char-movies-slider .slick-prev, .char-series-slider .slick-prev, .char-drawings-slider .slick-prev {
    right: -64px;
}

.char-movies-slider .slick-next, .char-series-slider .slick-next, .char-drawings-slider .slick-next {
    left: -64px;
}

.char-series-block::before {
    content: '';
    width: 100%;
    height: 820px;
    background-image: linear-gradient(to top, #fabb52 0%, #ffe075 100%);
    left: 0;
    top: 305px;
    position: absolute;
}

.char-series-slider {
    text-align: center;
    max-width: 1281px;
    margin: 88px auto 0;
    width: 100%;
}

.char-serie-item {
    width: 296px;
    max-width: 100%;
    height: 203px;
    margin: 14px 0;
    border-radius: 20px;
    border: 5px solid #105ea2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.char-serie-item::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    display: block;
}

.char-serie-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.char-serie-item .play-button {
    width: 60px;
    height: 60px;
}

.char-series-block .wrap {
    background: #f7eabf;;
    margin-top: -61px;
    padding-bottom: 153px;
    display: flex;
    z-index: 1;
}

.char-series-block .wrap::before {
    content: '';
    width: 100%;
    height: 42px;
    background: url(../images/dmut/cinema.png) #fff no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -42px;
    z-index: 1;
}

.char-series-block .char-title-block .icon-title {
    padding-top: 32px;
}

.char-drawings-block .color_bg_flat{
    background-color: #FBBF56;
    width: 100%;
    height: 830px;
    left: 0;
    top: 200px;
    position: absolute;
    z-index: 0;
}

@media only screen and (max-width: 575.98px){
    .char-drawings-block .color_bg_flat{
        display: none;
    }

    #mobile_screen{
        display: none;
    }
    
}

.char-drawings-block .char_bottom_background_block {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    left: 0;
    top: 200px;
    position: absolute;
    z-index: 0;
}

.char-drawings-slider {
    text-align: center;
    max-width: 1281px;
    margin: 108px auto 0;
    width: 100%;
}

.char-drawings-block .wrap {
    background: #fff;;
    margin-top: 0px;
    padding-bottom: 53px;
    display: flex;
    z-index: 2;
    border-radius: 0 0 40px 40px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
}

.char-drawings-block .wrap::before {
    content: '';
    width: 100%;
    height: 154px;
    background: url(../images/dmut/paint.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -92px;
    z-index: 1;
}

.char-drawing-item {
    width: 296px;
    max-width: 296px;
    height: 259px;
    margin: 14px 0;
    border-radius: 20px;
    border: 5px solid #105ea2;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.char-drawing-item::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    display: block;
}

.char-drawing-item .title {
    width: 100%;
    color: #fdfefe;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.char_left_bottom_image {
    position: absolute;
    left: -5%;
    bottom: -20%;
}

.char_right_bottom_image {
    position: absolute;
    right: 5%;
    bottom: -20%;
}

.char_movies_right_image {
    position: absolute;
    right: 2%;
    top: 60px;
}

.char_movies_left_image {
    position: absolute;
    left: 0%;
    top: 24%;
}

.char_series_right_top_image {
    position: absolute;
    right: -33%;
    top: -10%;
}

.char_series_left_top_image {
    position: absolute;
    left: -33%;
    top: -10%;
}

.char_series_right_bottom_image {
    position: absolute;
    right: 2%;
    bottom: 0;
}

.char_series_left_bottom_image {
    position: absolute;
    left: 2%;
    bottom: -10%;
}

.char_drawing_right_top_image {
    position: absolute;
    right: 1%;
    top: 0;
    z-index: 1;
}

.char_drawing_left_top_image {
    position: absolute;
    left: 1%;
    top: 22%;
    z-index: 1;
}

.char_drawing_right_bottom_image {
    position: absolute;
    right: 7%;
    bottom: -8%;
    z-index: 1;
}

.char_drawing_left_bottom_image {
    position: absolute;
    left: -2%;
    bottom: -12%;
    z-index: 1;
}

.tree-toys-left {
    position: absolute;
    left: 10%;
    top: 0%;
    z-index: -1;
}

.tree-toys-right {
    position: absolute;
    right: 7%;
    top: -25%;
    z-index: -1;
}

body.character-template-default.postid-27 .char_movies_left_image {
    position: absolute;
    left: -1%;
    top: 20%;
}

body.character-template-default.postid-27 .char_series_left_top_image {
    position: absolute;
    left: 2%;
    top: 0%;
}

body.character-template-default.postid-27 .char_series_left_bottom_image {
    position: absolute;
    left: -20%;
    top: 40%;
}

body.character-template-default.postid-27 .char_drawing_left_top_image {
    position: absolute;
    left: 3%;
    top: 20%;
}

body.character-template-default.postid-27 .char_drawing_left_bottom_image {
    position: absolute;
    left: -4%;
    bottom: 0%;
}

body.character-template-default.postid-27 .char_movies_right_image {
    position: absolute;
    right: -20%;
    top: 40%;
}

body.character-template-default.postid-27 .char_series_right_top_image {
    position: absolute;
    right: 2%;
    top: 20%;
}

body.character-template-default.postid-27 .char_series_right_bottom_image {
    position: absolute;
    right: -1%;
    top: 40%;
}

body.character-template-default.postid-27 .char_drawing_right_top_image {
    position: absolute;
    right: -2%;
    top: 5%;
}

body.character-template-default.postid-27 .char_drawing_right_bottom_image {
    position: absolute;
    right: 2%;
    bottom: 0%;
}

body.character-template-default.postid-27 .char-movies-block::before, body.character-template-default.postid-27 .char-series-block::before, body.character-template-default.postid-27 .char-drawings-block::after {
    display: none;
}

body.character-template-default.postid-27 footer {
    margin-top: 130px;
}

.character-template-default footer {
    margin-top: 380px;
    padding-top: 65px;
}

.character-template-default footer::before {
    content: '';
    width: 100%;
    height: 73px;
    background: url(../images/dmut/wave.png) no-repeat;
    position: absolute;
    top: -35px;
    left: 0;
}

body.character-template-default.postid-27 footer::after {
    height: 95%;
    top: 5%;
}

.game-frame {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body.woocommerce-page {
    background-image: linear-gradient(to top, #fd5f01 0%, #eecf64 100%);
}

body.blog-page, body.privacy-policy {
    background-image: linear-gradient(to top, #0376d8 0%, #34b6f9 100%) !important;
}

body.page-template-free-video {
    background-image: linear-gradient(to top, #621fa0 0%, #928bf3 100%);
}

body.page-template-games, body.single-games {
    background-image: linear-gradient(to top, #e69739 0%, #e4ca60 100%);
}

body.page-template-audio {
    background-image: linear-gradient(to top, #f4e290 0%, #65b6f5 100%);
}

body.page-template-subscription {
    background-image: linear-gradient(to top, #f4e290 0%, #2dbafb 100%);
}

body.page-template-about {
    background-image: linear-gradient(to top, #f4e290 0%, #2dbafb 100%);
}

body.page-template-donations {
    background-image: linear-gradient(to top, #f4e290 0%, #2dbafb 100%);
}

body.page-template-account {
    background-image: linear-gradient(to top, #f4e290 0%, #2dbafb 100%);
}

body.single-games::before, body.woocommerce-page::before, body.blog-page::before, body.privacy-policy::before, body.page-template-form-thanks::before, body.error404::before, body.page-template-free-video::before, body.page-template-games::before, body.page-template-audio::before, body.page-template-contacts::before, body.page-template-subscription::before, body.page-template-about::before, body.page-template-donations::before, body.page-template-account::before {
    content: '';
    width: 100%;
    height: 779px;
    background: url(../images/shop/light.png) no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
}

.page-info-block {
    margin-top: 350px;
}

.page-id-8 .page-info-block {
    margin-top: 0px;
}

.page-info-block .page-title {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 66px;
    font-weight: bold;
    text-align: center;
}

.shop-data, .blog-data {
    padding-bottom: 150px;
    padding-top: 5px;
}

.shop-filter {
    display: flex;
    justify-content: center;
    padding: 10px 0 40px;
}

.shop-filter a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7.5px 0;
    margin: 0 10px;
    max-width: 162px;
    border-radius: 21px;
    border: 2px solid rgba(255, 255, 255, 0.51);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.post-type-archive-product .shop-filter a:last-child, .shop-filter a.current-cat {
    background: #fff;
    color: #fd7808;
}

.shop-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce div.product.shop-item {
    padding: 23.5px 21px 34.5px;
    max-width: 319px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 15%);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 4%;
}

.shopitem-img {
    width: 100%;
    height: auto;
    border: 1px solid #cae3ef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: content-box;
}

.shopitem-title {
    color: #105ea2;
    font-size: 25px;
    font-weight: 700;
}

a.shopitem-title:hover {
    color: #e11a5a;
}

.shopitem-price {
    margin: 15px 0 40px;
    display: flex;
    color: #163259;
}

.shopitem-price ins {
    text-decoration: none;
}

.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.shopitem-price .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 700;
}

.shopitem-price del .woocommerce-Price-amount {
    font-weight: 500;
    padding: 0 5px;
    margin-left: 10px;
    position: relative;
}

.shopitem-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.shopitem-buttons .add-to-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shopitem-buttons .add-to-cart-container .added_to_cart {
    margin-top: 10px;
}

.shopitem-buttons .buy {
    max-width: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 24px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    padding: 9.5px 14px 10.5px 20px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    transition: 0.6s;
}

.shopitem-buttons .buy img {
    width: 26px;
    margin-left: 8px;
}

.shopitem-buttons .buy:hover {
    background-color: #be0a44;
}

.shopitem-buttons .quantity-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 116px;
    width: 100%;
    padding: 6.5px 7px 7.5px;
    border-radius: 24px;
    background-color: #ededed;
}

.shopitem-buttons .quantity-block .qib-button {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    background-color: #ffffff;
    color: #105ea2;
    font-size: 25px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.shopitem-buttons .quantity-block .buttons_added input {
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    border: none;
    width: 30px;
    text-align: center;
    background: none;
}

.product-full {
    margin-top: 30px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    padding: 42px 40px 48px 60px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.product-img {
    background-color: #ffffff;
    /*width: 625px;
    height: 540px;
    */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-full .product-img img.wp-post-image {
    border: 1px solid #cae3ef;
    width: 100%;
    height: auto;
}

.product-full .product-thumbs {
    display: flex;
    justify-content: space-between;
}

.product-info {
    max-width: 566px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.backtoshop {
    border-radius: 18px;
    background-color: #dcedf5;
    width: 138px;
    color: #105ea2;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    position: relative;
    padding: 8px 0;
    margin-bottom: 50px;
}

.checkout .backtoshop {
    width: 162px;
}

.backtoshop:hover {
    background-color: #ccdfe8;
}

.backtoshop::before {
    content: '';
    width: 12px;
    height: 11px;
    background: url(../images/icons/arrow-right-solid.svg) no-repeat center;
    display: inline-block;
    margin-left: 5px;
}

.product-info .shopitem-title {
    font-size: 40px;
}

.product-info .shopitem-price .woocommerce-Price-amount {
    font-size: 22px;
}

.product-info .shopitem-desc {
    margin: 30px 0 50px;
    font-size: 18px;
    color: #163259;
    font-weight: 500;
}

.product-info .shopitem-desc ul {
    list-style-type: disc;
    margin: 15px 20px 0 0;
}

.product-info .shopitem-buttons {
    justify-content: flex-start;
}

.product-info .shopitem-buttons .quantity-block {
    margin-left: 10px;
    max-width: 133px;
    padding: 12px 10px 14px;
    border-radius: 30px;
    font-size: 21px;
}

.product-info .shopitem-buttons .quantity-block a {
    width: 39px;
    height: 39px;
    border-radius: 19px;
    font-size: 29px;
}

.product-info .shopitem-buttons .buy {
    max-width: 171px;
    padding: 14px 14px 15px 20px;
    font-size: 22px;
    width: 100%;
    border-radius: 30px;
}

.product-info .shopitem-buttons .buy img {
    width: 29px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button {
    box-shadow: -3px 3px 0 rgba(24, 41, 72, 0.34);
    border-radius: 26px;
    border: 2px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 14.5px 28px 13.5px;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 20px;
    align-items: center;
}

.related-items-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding: 60px 0 30px;
}

.cart-data {
    margin-top: 30px;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    padding: 43px 58px 43px 42px;
    justify-content: space-between;
}

.cart_totals, .cart-values {
    width: 461px;
    height: 100%;
    background-color: #f6f6f6;
    padding: 45px 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}

.cart-summary-title {
    color: #105ea2;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.cart-summary-amount, div.cart-discount {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border-top: 1px solid rgba(202, 202, 202, 0.5);
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}

div.cart-discount {
    border-top: 0;
}

.ct-title, div.cart-coupon-title {
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    width: 250px;
}

.ct-value, div.cart-coupon-value {
    width: 95px;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    padding-right: 20px;
    border-right: 1px solid rgba(202, 202, 202, 0.5);
    display: flex;
    align-items: center;
}

.woocommerce-remove-coupon {
    display: none;
}

.cart-coupon {
    padding: 18px 0;
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}

.cart-coupon .coupon {
    width: 401px;
    margin: 0 auto;
}

.cart-coupon .coupon form {
    display: flex !important;
}

.cart-coupon .coupon input[type="text"] {
    width: 100%;
    flex: 1;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border: none;
    padding: 11px 20px 11px 0px;
}

.cart-coupon .coupon button {
    width: 95px;
    cursor: pointer;
    border: 2px solid #ffffff;
    background-color: #105ea2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 0;
}

.cart-coupon .coupon input[type="text"]::-webkit-input-placeholder, .cart-info .cart-form input::-webkit-input-placeholder, .blog-data .search-form input::-webkit-input-placeholder {
    color: #163259;
}

.cart-coupon .coupon input[type="text"]:-moz-placeholder, .cart-info .cart-form input:-moz-placeholder, .blog-data .search-form input:-moz-placeholder {
    color: #163259;
}

.cart-coupon .coupon input[type="text"]::-moz-placeholder, .cart-info .cart-form input::-moz-placeholder, .blog-data .search-form input::-moz-placeholder {
    color: #163259;
}

.cart-coupon .coupon input[type="text"]:-ms-input-placeholder, .cart-info .cart-form input:-ms-input-placeholder, .blog-data .search-form input:-ms-input-placeholder {
    color: #163259;
}

.cart-summary-shipping {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}

.vert-ship-line {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(202, 202, 202, 0.5);
    position: absolute;
    left: 124px;
    top: 0;
}

.cart-summary-shipping .container {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-summary-shipping .container:last-child {
    margin-bottom: 0;
}

.cart-summary-shipping .container input {
    position: absolute;
    opacity: 0;
}

.cart-summary-shipping .container label {
    cursor: pointer;
}

.cart-summary-shipping .container label .woocommerce-Price-amount {
    position: absolute;
    left: 40px;
}

.cart-summary-shipping .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e4e9ee;
}

.cart-summary-shipping .container:hover input ~ .checkmark {
    background-color: #ccc;
}

.cart-summary-shipping .container input:checked ~ .checkmark {
    background-color: #fff;
}

.cart-summary-shipping .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cart-summary-shipping .container input:checked ~ .checkmark:after {
    display: block;
}

.cart-summary-shipping .container .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #105ea2;
}

.cart-summary-shipping .ct-title {
    padding-bottom: 10px;
}

.cart-summary-shipping .ct-value {
    padding: 75px 18px 15px;
}

.cart-summary-amount.ct-total {
    border-top: 0;
}

.cart-summary-amount.ct-total .ct-value {
    font-weight: 700;
}

.cart-data .order {
    width: 145px;
    display: block;
    text-align: center;
    padding: 11px 0 12px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 25px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin: 25px auto;
}

.cart-data .order:hover {
    background-color: #be0a44;
}

.cart-info {
    width: 760px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cart-info .backtoshop {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cart-info .cart-title {
    color: #105ea2;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}

.cart-info .cart-table-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
}

.cart-info .cart-table-row:first-child {
    background-color: #f6f6f6;
    padding: 11px 0 11px;
    border-bottom: 0;
}

.cart-info .cart-table-row:first-child div {
    color: #163259 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.cart-info .cart-table-row .cart-table-img {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-left: 15px;
}

.cart-info .cart-table-row .cart-table-img img {
    max-width: 70px;
    height: auto;
    border: 1px solid #dee1e2;
}

.cart-info .cart-table-row .cart-table-product {
    width: 250px;
    padding-right: 10px;
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart-info .cart-table-row .cart-table-product span.cart-product-title {
    width: 170px;
}

.cart-info .cart-table-row .cart-table-product span.cart-product-title a {
    color: #163259;
}

.cart-info .cart-table-row .cart-table-product .price-mob {
    display: none;
}

.cart-info .cart-table-row .cart-table-quantity {
    width: 107px;
}

.cart-info .cart-table-row .cart-table-quantity .quantity-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 107px;
    padding: 6.5px 7px 7.5px;
    border-radius: 22px;
    background-color: #ededed;
    justify-content: space-between;
    color: #163259;
    font-size: 16px;
    font-weight: 700;
}

.cart-info .cart-table-row .cart-table-quantity .quantity-block .qib-button {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    background-color: #ffffff;
    color: #105ea2;
    font-size: 20px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.cart-info .cart-table-row .cart-table-quantity .quantity-block .buttons_added input {
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    border: none;
    width: 30px;
    text-align: center;
    background: none;
}

.cart-info .cart-table-row .cart-table-price, .cart-info .cart-table-row .cart-table-cost {
    width: 75px;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

.cart-info .cart-table-row .cart-table-remove {
    width: 50px;
}

.cart-info .cart-table-row .cart-table-remove .remove {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-info .cart-table-row .cart-table-remove .remove:hover {
    background-color: #ccdfe8;
}

.cart-steps {
    display: flex;
    padding-bottom: 40px;
}

.woocommerce-checkout .cart-values .cart-steps {
    display: none;
}

.hide-comment{
    display: none;
}

.cart-steps a {
    display: flex;
    align-items: center;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

.cart-steps div {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.cart-steps div::after {
    content: '';
    width: 136px;
    height: 2px;
    border-bottom: 2px dashed #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    pointer-events: none;
}

.cart-steps div:last-child::after {
    display: none;
}

.cart-steps a span {
    width: 21px;
    height: 21px;
    margin-left: 10px;
    border: 1px solid #fd7808;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fd7808;
    font-size: 14px;
    font-weight: 700;
}

.cart-steps a.current span {
    background-color: #fd7808;
    color: #fff;
}

.cart-info .cart-inner-info {
    /* padding-bottom:100px;
     */
}

.woocommerce-checkout .cart-info .cart-inner-info {
    padding-bottom: 40px;
}

.cart-summary-product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    border-top: 1px solid rgba(202, 202, 202, 0.5);
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}

.cart-summary-product .ct-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.cart-summary-product .ct-title .cart-table-img {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee1e2;
    background: #fff;
    margin-left: 15px;
}

.cart-summary-product .ct-title span {
    width: 160px;
}

.cart-summary-product .ct-title span span {
    font-weight: 400;
}

.cart-summary-products .cart-summary-product:last-child {
    border: 0;
}

.cart-info .cart-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cart-info .cart-form p.form-row {
    width: 48.5%;
    margin-bottom: 3%;
}

.cart-info .cart-form input {
    width: 100%;
    border: 1px solid #c2c2c2;
    background-color: #ffffff;
    color: #163259;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 16px 15px;
}

.cart-info .cart-form input:focus {
    border-color: #9ac4e9;
}

.cart-info .cart-form-title {
    color: #105ea2;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.ship-other-address {
    margin-top: 10px;
    padding: 20px 0;
    border-top: 1px solid rgba(194, 194, 194, 0.5);
}

.ship-other-address .container {
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    color: #105ea2;
    font-size: 22px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ship-other-address .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ship-other-address .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
}

.ship-other-address .container:hover input ~ .checkmark {
    background-color: #ccc;
}

.ship-other-address .container input:checked ~ .checkmark {
    background-color: #105ea2;
}

.ship-other-address .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ship-other-address .container input:checked ~ .checkmark:after {
    display: block;
}

.ship-other-address .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.payment-table {
    border-top: 1px solid rgba(194, 194, 194, 0.5);
    padding-bottom: 30px;
}

.payment-table-title {
    color: #105ea2;
    font-size: 22px;
    font-weight: 700;
    padding: 30px 0 20px;
}

.payment-table .container {
    display: block;
    position: relative;
    padding: 13px 43px 13px 13px;
    cursor: pointer;
    color: #163259;
    font-size: 15px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 240px;
    border: 1px solid #c2c2c2;
    background-color: #ffffff;
}

.payment-table .container:hover {
    border-color: #105ea2;
}

.payment-table .container.is-checked {
    border: 2px solid #105ea2;
}

.payment-table .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: block !important;
}

.payment-table .checkmark {
    border: 1px solid #ced6df;
    position: absolute;
    top: 13px;
    right: 13px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.payment-table .container:hover input ~ .checkmark {
    background-color: #ccc;
}

.payment-table .container input:checked ~ .checkmark {
    background-color: #fff;
}

.payment-table .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.payment-table .container input:checked ~ .checkmark:after {
    display: block;
}

.payment-table .container .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #105ea2;
}

.payment-table .container label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.payment-table .container label img {
    order: -1;
    margin-bottom: 10px;
    margin-top: 2px;
    height: 13px;
}

.payment-table .container label a {
    display: none;
}

.payment-inner-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payments-form {
    display: flex;
    align-items: center;
    width: 500px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-table .order-button {
    width: 240px;
    display: block;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 30px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 16px 0 17px;
}

.payment-table .order-button:hover {
    background-color: #be0a44;
}



.ts-product-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
    border: 1px solid #dee1e2;
    background-color: #ffffff;
}

.ts-product-image img {
    height: auto;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    border-top: 1px solid rgba(202, 202, 202, 0.5);
}

#order_review_heading {
    color: #105ea2;
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}

.woocommerce-checkout-review-order .cart-summary-shipping {
    padding: 20px 28px;
}

.woocommerce-checkout-review-order .cart-summary-shipping .container label .woocommerce-Price-amount {
    left: auto;
    right: 344px;
}

.woocommerce-checkout-review-order .cart-summary-shipping .container {
    font-weight: 500;
}

.woocommerce-checkout-review-order .cart-summary-shipping .vert-ship-line {
    display: none;
}

.woocommerce-checkout-review-order-table .cart_item .product-name, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .cart-discount th {
    padding: 20px 28px 20px 50px;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.woocommerce-checkout-review-order-table .cart_item .product-name strong.product-quantity {
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .cart_item .product-total, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .cart-discount td {
    padding: 0 20px 0 28px;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .order-total th {
    font-size: 18px;
    border-bottom: 0;
}

.woocommerce-checkout .cart-values {
    padding-bottom: 0;
    padding-top: 32px;
}

.woocommerce-checkout-review-order {
    position: relative;
}

/*.woocommerce-checkout-review-order::after {
    content:'';
    height:100%;
    width:1px;
    background:rgba(194, 194, 194,0.5);
    position:absolute;
    left:120px;
    top:0;
}
*/
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
    color: #e2401c;
    display: block !important;
    font-weight: bold;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    /* display: none !important; */
    position: absolute;
    top: 80px;
    font-size: 22px;
    color:#e2401c;
}

.single-games footer, .woocommerce-page footer, .blog-page footer, .page-template-privacy footer, .page-template-form-thanks footer, .error404 footer, .single-series footer, .single-movies footer, .page-template-free-video footer, .page-template-games footer, .page-template-audio footer, .page-template-contacts footer, .page-template-subscription footer, .page-template-about footer, .page-template-donations footer, .page-template-account footer {
    margin-top: 0;
    z-index: 1;
}

.single-games footer::before, .woocommerce-page footer::before, .blog-page footer::before, .page-template-privacy footer::before, .page-template-form-thanks footer::before, .error404 footer::before, .single-series footer::before, .single-movies footer::before, .page-template-free-video footer::before, .page-template-games footer::before, .page-template-audio footer::before, .page-template-contacts footer::before, .page-template-subscription footer::before, .page-template-about footer::before, .page-template-donations footer::before, .page-template-account footer::before {
    content: '';
    width: 100%;
    height: 73px;
    background: url(../images/dmut/wave.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
}

.blog-data {
    position: relative;
}

.blog-data .search-form {
    width: 440px;
    margin: 30px auto 45px;
}

.blog-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-item {
    padding: 23.5px 21px 34.5px;
    max-width: 319px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 4%;
}

.blogitem-title {
    color: #105ea2;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 0 10px;
}

.blog-item:hover .blogitem-title {
    color: #e11a5a;
}

.blogitem-date {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

.toarticle {
    width: 122px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 24px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 11px 0 10px;
    transition: 0.6s;
}

.blog-item:hover .toarticle {
    background-color: #be0a44;
}

.toarticle::after {
    content: '';
    width: 7px;
    height: 10px;
    background: url(../images/icons/angle-left-solid.svg) no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.blog-data .blog-img-right-top {
    position: absolute;
    right: -5%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.blog-data .blog-img-right-center {
    position: absolute;
    right: 0%;
    top: 40%;
    z-index: -1;
}

.blog-data .blog-img-right-bottom {
    position: absolute;
    right: -8%;
    bottom: 0%;
    z-index: -1;
}

.blog-data .blog-img-left-top {
    position: absolute;
    left: -5%;
    top: 20%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.blog-data .blog-img-left-bottom {
    position: absolute;
    left: 0%;
    bottom: 20%;
    z-index: -1;
}

.blog-data .pagination ul {
    display: flex;
    justify-content: center;
}

.blog-data .pagination ul li {
    margin-left: 20px;
}

.blog-data .pagination ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.single-post .blog-data .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 10px;
    flex-wrap: wrap;
}

.single-post .blog-data #sticky-wrapper {
    width: 60px;
}

.single-post .blog-data .soc-panel {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-post .blog-data article {
    width: 905px;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 50px 50px 75px;
}

.page-template-privacy .blog-data article {
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 50px 50px 75px;
}

.single-post .blog-data .related-articles {
    width: 319px;
}

.panel-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.soc-panel .novashare-buttons.large .novashare-button-wrapper {
    justify-content: center;
}

.soc-panel .novashare-buttons.large .novashare-buttons-wrapper a.novashare-button {
    width: 52px;
    height: 52px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
}

.soc-panel .icon svg {
    width: 20px;
    height: auto;
}

.soc-panel .icon svg path {
    fill: #fff;
}

.soc-panel .icon.facebook {
    background-color: #3b5999;
}

.soc-panel .icon.whatsapp {
    background-color: #67c15e;
}

.soc-panel .icon.mail {
    background-color: #f7ac2b;
}

article .article-info {
    width: 95%;
    margin: 0 auto;
}

article .article-title {
    color: #105ea2;
    font-size: 42px;
    font-weight: 700;
    padding: 30px 0 10px;
}

article .article-date {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

article .article-shortdesc p {
    color: #163259;
    font-size: 21px;
    font-weight: 500;
    padding: 25px 0;
}

article .article-fulltext {
    padding-top: 25px;
    border-top: 2px solid #dcedf5;
    color: #163259;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

article .article-fulltext p {
    padding-bottom: 20px;
}

article .article-fulltext p:last-child {
    padding-bottom: 0;
}

article .article-summary, article #ez-toc-container {
    border-radius: 2px;
    padding: 30px 20px;
    background-color: #dcedf5;
    display: inline-block;
    margin-bottom: 30px;
    border: 0;
}

article .article-summary-title, article div#ez-toc-container p.ez-toc-title {
    color: #105ea2;
    font-size: 20px;
    font-weight: 700;
    display: inline;
}

article .summary-toggle {
    color: #163259;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

article #ez-toc-container ul {
    line-height: 24px;
}

article #ez-toc-container .ez-toc-title, article #ez-toc-container .ez-toc-title-toggle {
    display: inline-block;
}

article .article-fulltext #ez-toc-container ul li {
    margin: 0;
}

article .article-fulltext #ez-toc-container ul li a {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

article .article-fulltext #ez-toc-container ul li::before {
    display: none;
}

article .article-fulltext h2, article .article-fulltext h3, article .article-fulltext h4, article .article-fulltext h5 {
    padding-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

article .article-fulltext h2 {
    color: #105ea2;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 3px solid rgba(16, 94, 162, 0.15);
}

article .article-fulltext h3 {
    color: #e11a5a;
    font-size: 24px;
    font-weight: 700;
}

article .article-fulltext ul li, article .article-fulltext ol li {
    position: relative;
    margin-right: 25px;
}

article .article-fulltext ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e11a5a;
    border-radius: 3px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 2px;
}

article .article-fulltext ol li::marker {
    color: #e11a5a;
    font-weight: 700;
}

article .article-fulltext .align-left {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

article .article-fulltext .align-right {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

article .article-fulltext a {
    text-decoration: underline;
}

article .article-fulltext #ez-toc-container ul li::before {
    display: none;
}

article .article-conclusion {
    border-radius: 10px;
    background-color: #e8f5fe;
    padding: 35px;
    margin-top: 45px;
}

article .article-conclusion h4 {
    color: #163259;
    font-size: 24px;
    padding: 0;
    border-bottom: 3px solid rgba(225, 26, 89, 0.75);
}

article .article-conclusion p {
    font-size: 19px;
}

article #ez-toc-container a.ez-toc-toggle {
    color: #163259;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

article #ez-toc-container::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/icons/tohen.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 33px;
}

article #ez-toc-container {
    padding-right: 58px;
}

.related-articles .panel-title {
    padding: 10px 0 15px;
}

.related-articles .related-article {
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 19px 18px 17px;
    display: flex;
    margin-bottom: 20px;
}

.related-articles .related-article .related-info {
    display: flex;
    flex-direction: column;
    width: 158px;
    margin-right: 15px;
    justify-content: space-between;
}

.related-articles .related-article img {
    max-width: 80px;
    height: 80px;
}

.related-articles .related-article .related-article-title {
    color: #105ea2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.related-articles .related-article:hover .related-article-title {
    color: #e11a5a;
}

.related-articles .related-article .related-article-date {
    color: #163259;
    font-size: 12px;
    font-weight: 500;
}

.related-articles .related-article .readmore {
    display: none;
}

.related-articles .related-articles-items .related-article:nth-child(1) {
    flex-direction: column;
}

.related-articles .related-articles-items .related-article:nth-child(1) img {
    max-width: 100%;
    height: auto;
}

.related-articles .related-articles-items .related-article:nth-child(1) .related-info {
    margin: 0;
    width: 100%;
}

.related-articles .related-articles-items .related-article:nth-child(1) .related-article-title {
    font-size: 25px;
    padding: 15px 0 10px;
}

.related-articles .related-articles-items .related-article:nth-child(1) .related-article-date {
    font-size: 16px;
    padding-bottom: 25px;
}

.related-articles .related-articles-items .related-article:nth-child(1) .readmore {
    width: 122px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 24px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    padding: 11px 0 10px;
    text-align: center;
    transition: 0.6s;
    display: block;
}

.related-articles .related-articles-items .related-article:nth-child(1) .readmore::after {
    content: '';
    width: 7px;
    height: 10px;
    background: url(../images/icons/angle-left-solid.svg) no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.related-articles .related-articles-items .related-article:nth-child(1):hover .readmore {
    background-color: #be0a44;
}

.search-results-quantity {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.search-items {
    width: 902px;
    margin: 0 auto;
}

.search-item {
    display: flex;
    align-items: center;
    box-shadow: -3px 3px 0 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 21px 20px 22px;
    color: #105ea2;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.search-item .paid-content-button {
    position: relative;
    top: auto;
    margin-left: 15px;
    left: auto;
}

.search-item img {
    margin-left: 15px;
    max-width: 80px;
}

.search .blog-data .blog-img-right-bottom {
    right: 5%;
    bottom: 15%;
}

.search .blog-data .blog-img-left-top {
    left: -2%;
}

.page-template-form-thanks, .page-template-contacts {
    background: url(../images/thanks/top-background.png) no-repeat top center;
}

body.page-template-form-thanks::before, body.error404::before, body.page-template-contacts::before {
    background-image: url(../images/thanks/light.png);
    opacity: 0.3;
}

.page-template-form-thanks .page-info-block {
    height: 750px;
    position: relative;
}

.page-template-form-thanks .page-title {
    color: #105ea2;
}

.page-template-form-thanks .page-subtitle {
    color: #163259;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.page-info-block .tohomepage {
    width: 180px;
    display: block;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    padding: 13px 0 12px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin: 0 auto;
    transition: 0.6s;
}

.page-info-block .tohomepage:hover {
    background-color: #be0a44;
}

.page-template-form-thanks .buterfly {
    pointer-events: none;
    position: absolute;
    top: 30%;
    animation: buterfly 20s ease infinite;
    transform-origin: 10% 10%;
}

.page-template-form-thanks .buterfly2 {
    pointer-events: none;
    position: absolute;
    bottom: 70%;
    right: 0%;
    animation: buterfly 20s ease infinite;
    transform-origin: 100% -10%;
}

.page-template-form-thanks .bottom-images {
    text-align: left;
    position: relative;
}

.page-template-form-thanks .bottom-images img:nth-child(2) {
    position: absolute;
    right: 60px;
    top: 0;
}

.page-template-form-thanks .bottom-images img:nth-child(3) {
    position: absolute;
    left: 180px;
    top: 60px;
}

.page-template-form-thanks .bottom-images img:last-child {
    position: absolute;
    left: -150px;
    top: 270px;
}

.page-template-form-thanks .bird2 {
    pointer-events: none;
    left: 0;
    bottom: 20%;
    position: absolute;
    animation: movingbird2 15s linear infinite;
}

.error404 {
    background-repeat: no-repeat;
    background-position: top center;
}

.error404 .page-info-block {
    height: 1050px;
    position: relative;
    margin-top: 0;
    padding-top: 350px;
    background-size: cover;
}

.error404 .page-info-block::before {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 779px;
    content: '';
    background-image: url(../images/thanks/light.png);
    opacity: 0.3;
    margin: auto;
    background-position: top center;
}

body.error404::before {
    background: unset;
}

.error404 .page-title {
    color: #e11a5a;
}

.error404 .page-subtitle {
    color: #163259;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.error404 .bottom-images img {
    margin-right: 300px;
}

.single-series, .single-movies {
    background: url(../images/player/top-background.png) no-repeat top center;
    background-size: 100% auto;
}

.player-block {
    padding: 75px 0 160px;
}

.player-block .wrap {
    background-color: #dcedf5;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}

.player-block .wrap::before {
    content: '';
    width: 100%;
    height: 42px;
    background: url(../images/player/cinema-top.png) no-repeat;
    position: absolute;
    left: 0;
    top: -48px;
    background-size: cover;
}

.player-block .wrap::after {
    content: '';
    width: 100%;
    height: 42px;
    background: url(../images/player/cinema-bottom.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -48px;
    background-size: cover;
}

.player-info {
    display: flex;
    justify-content: flex-start;
    padding: 15px 45px;
    border-bottom: 1px solid rgba(115, 165, 203, 0.34);
}

.player-info .backtochar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #bbd9e8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.player-info .backtochar svg {
    width: 22px;
    height: auto;
}

.player-info .backtochar svg path {
    fill: rgba(16, 94, 162, 0.42);
}

.player-info .backtochar:hover svg path {
    fill: #105ea2;
}

.player-info .player-title {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #105ea2;
    font-size: 50px;
    font-weight: bold;
}

.player-body {
    width: 100%;
    height: 600px;
    display: flex;
    border-bottom: 1px solid rgba(115, 165, 203, 0.34);
}

.player-body .player-main {
    margin: 30px 40px;
    width: 832px;
}

.player-body .player-side {
    width: 540px;
    scrollbar-width: thin;
    scrollbar-color: #105ea2 #fff;
    overflow-y: scroll;
    border-right: 1px solid rgba(115, 165, 203, 0.34);
}

.player-body .player-side::-webkit-scrollbar {
    width: 13px;
}

.player-body .player-side::-webkit-scrollbar-track {
    background: #fff;
}

.player-body .player-side::-webkit-scrollbar-thumb {
    background-color: #105ea2;
    border: 2px solid #fff;
}

.player-body .player-main .video-main {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 7px;
    position: relative;
}

.player-body .player-main .video-main .play-button, .vimeoHolder .play-button {
    width: 115px;
    height: 115px;
    border: 6px solid #ffffff;
}

.player-body .player-main .video-main .play-button::after, .vimeoHolder .play-button::after {
    width: 37px;
    height: 41px;
    background-size: cover;
}

.vimeoHolder .play-button.play-big::after {
    width: 50px;
    height: 50px;
    background: url(../images/icons/pause.svg) no-repeat center;
    left: 50%;
    background-size: cover;
}

.player-body .player-main video {
    object-fit: fill;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.player-body .player-main .video-title {
    color: #105ea2;
    font-size: 32px;
    font-weight: 700;
    padding-top: 30px;
}

.player-body .player-side .side-videoitem {
    display: flex;
    align-items: center;
    padding: 17.5px;
    border-bottom: 1px solid rgba(115, 165, 203, 0.34);
}

.player-body .player-side .side-videoitem:last-child {
    border-bottom: none;
}

.player-body .player-side .side-videoitem:hover {
    background: rgba(187, 217, 232, 0.41);
}

.player-body .player-side .side-videoitem-img {
    width: 177px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
}

.player-body .player-side .side-videoitem-img .play-button, .playlistThumb .play-button {
    width: 48px;
    height: 48px;
    border: 3px solid #ffffff;
}

.player-body .player-side .side-videoitem-img .play-button::after, .playlistThumb .play-button::after {
    width: 18px;
    height: 20px;
    background-size: cover;
}

.player-body .player-side .side-videoitem-title {
    color: #163259;
    font-size: 26px;
    font-weight: 700;
    max-width: 250px;
    padding-right: 20px;
}

.freevideo-data {
    margin: 40px 0 150px;
    position: relative;
}

.page-template-free-video .componentWrapper .vimeoHolder::before {
    content: '';
    width: 46px;
    height: 100%;
    background: url(../images/freevideo/seret-right.png) no-repeat;
    position: absolute;
    right: -46px;
    top: 0;
}

.page-template-free-video .componentWrapper .vimeoHolder::after {
    content: '';
    width: 46px;
    height: 100%;
    background: url(../images/freevideo/seret-left.png) no-repeat;
    position: absolute;
    left: -46px;
    top: 0;
}

.page-template-free-video .vimeoHolder .block-shadow {
    content: '';
    width: 99%;
    height: 171px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    position: absolute;
    left: 5px;
    bottom: 15px;
}

.page-template-free-video .vimeoHolder.playing-player .block-shadow, .page-template-free-video .vimeoHolder.playing-player .player-title {
    display: none;
}

.page-template-free-video .vimeoHolder .player-title {
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fdfefe;
    font-size: 36px;
}

.page-template-free-video .scroll_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 80px;
}

.page-template-free-video .componentWrapper .playlist-item {
    width: 322px !important;
    height: auto;
    position: relative;
    margin-bottom: 2% !important;
    cursor: pointer;
    padding: 0;
}

.page-template-free-video .componentWrapper .playlist-item:nth-child(4n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.page-template-free-video .componentWrapper .playlist-item:nth-child(4n+3) {
    margin-left: 2%;
    margin-right: 0%;
}

.page-template-free-video .componentWrapper .playlist-item.playlistSelected .playlistThumb {
    border-color: #105ea2;
}

.page-template-free-video .componentWrapper .playlist-item .playlistThumb::after {
    content: '';
    width: 312px;
    height: 136px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    border: 0;
    background-color: transparent;
}

.page-template-free-video .componentWrapper .playlist-item .playlistInfo {
    color: #fdfefe;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.page-template-free-video .componentWrapper .playlist-item .thumb {
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
}

.freevideo-data .vimeoHolder .play-button.play-big, .page-template-free-video .componentWrapper .playlist-item.playlistSelected .play-button {
    display: none;
}

.freevideo-data .vimeoHolder.playing-player .play-button.start-big {
    display: none;
}

.freevideo-data .vimeoHolder.playing-player:hover .play-button.play-big {
    display: block;
}

.freevideo-data .vimeoHolder .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.freevideo-data .vimeoHolder .slick-next {
    left: -120px;
}

.freevideo-data .vimeoHolder .slick-prev {
    right: -120px;
}

.freevideo-data .freevideo-img-right-top {
    position: absolute;
    right: -15%;
    top: 10%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.freevideo-data .freevideo-img-right-bottom {
    position: absolute;
    right: -25%;
    bottom: 0%;
    z-index: -1;
}

.freevideo-data .freevideo-img-left-top {
    position: absolute;
    left: -10%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.freevideo-data .freevideo-img-left-bottom {
    position: absolute;
    left: -20%;
    bottom: 10%;
    z-index: -1;
}

.overlay-video-registration {
    display: none;
    padding: 41px 28px 40px;
    width: 100%;
    box-shadow: -11px 13px 21px rgba(198, 198, 200, 0.24);
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    width: 361px;
    text-align: center;
}

.overlay-video-registration .button {
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #de1a59;
    max-width: 155px;
    padding: 13px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}

.overlay-reminder .button:hover {
    background-color: #be0a44;
}

.overlay-video-registration .close-window {
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 15px;
    display: inherit;
}

.single-games .page-info-block, .page-template-games .page-info-block, .page-template-about .page-info-block, .page-template-donations .page-info-block {
    margin-top: 360px;
}

.games-data {
    position: relative;
    margin: 50px 0 150px;
}

.games-data .games-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.games-data .game-item {
    padding: 23.5px 21px 34.5px;
    max-width: 319px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 4%;
}

.games-data .gameitem-title {
    color: #105ea2;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 0 10px;
}

.games-data .gameitem-title:hover {
    color: #e11a5a;
}

.games-data .gameitem-subtitle {
    color: #163259;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}

.games-data .gameitem-text {
    color: #163259;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}

.games-data .togame {
    width: 180px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 24px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 8px 0 9px;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.games-data .togame img {
    margin-left: 8px;
}

.games-data .togame:hover {
    background-color: #be0a44;
}

.games-data .games-img-right-top {
    position: absolute;
    right: -7%;
    top: 10%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.games-data .games-img-left-top {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.games-data .games-img-left-bottom {
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: -1;
}

.audio-data {
    position: relative;
    margin: 40px 0 150px;
}

.audio-data .audio-links {
    display: flex;
    justify-content: center;
}

.audio-data .audio-links a {
    padding: 7.5px 20px;
    border-radius: 21px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.audio-data .audio-links a:last-child {
    margin-left: 0;
}

.audio-data .audio-album {
    width: 902px;
    margin: 40px auto 10px;
    padding: 32px 35px 25px 35px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 20px;
    background-color: #ffffff;
}

.audio-data .audio-album .audio-album-info {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(64, 111, 175, 0.25);
}

.audio-data .audio-album .audio-album-cover {
    margin-left: 15px;
}

.audio-data .audio-album .audio-album-cover img {
    display: block;
}

.audio-data .audio-album .audio-album-text-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.audio-data .audio-album .audio-album-top {
    display: flex;
}

.audio-data .audio-album .audio-album-title {
    color: #105ea2;
    font-size: 38px;
    font-weight: 700;
}

.audio-data .audio-album .audio-album-title span {
    color: #163259;
    font-size: 16px;
    display: block;
}

.audio-data .audio-album .play-audio {
    width: 60px;
    height: 60px;
    padding: 14px 12px 13px 18px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 30px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    transition: 0.6s;
}

.audio-data .audio-album .play-audio:hover {
    background-color: #be0a44;
}

.audio-data .audio-album .audio-album-eq {
    position: relative;
}

.audio-data .audio-album .audio-album-eq span {
    background-color: #105ea2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 1px 4px;
    position: absolute;
    left: 0px;
    bottom: 24px;
}

.audio-data .audio-album .audio-album-item {
    padding: 10px 0;
    border-bottom: 1px solid rgb(64, 111, 175, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.audio-data .audio-album .audio-album-item-info {
    display: flex;
    align-items: center;
    color: #163259;
    font-size: 20px;
    font-weight: 700;
}

.audio-data .audio-album .audio-album-item-info a {
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 19px;
    border: 3px solid #ffffff;
    background-color: #105ea2;
    padding: 7px 6px 7px 10px;
    margin-left: 10px;
}

.audio-data .audio-album .audio-album-item-info a img {
    width: 15px;
    height: auto;
}

.audio-data .audio-album .audio-album-item-time {
    color: #163259;
    font-size: 20px;
    font-weight: 400;
}

.audio-data .audio-album .audio-album-toggle {
    color: #105ea2;
    font-size: 16px;
    font-weight: 700;
    width: 125px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

.audio-data .audio-img-right-top {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.audio-data .audio-img-right-bottom {
    position: absolute;
    right: -5%;
    bottom: 15%;
    z-index: -1;
}

.audio-data .audio-img-left-top {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.audio-data .audio-img-left-bottom {
    position: absolute;
    left: -1%;
    bottom: 15%;
    z-index: -1;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-left-box {
    height: 140px;
    width: 140px;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-shape-square .wvpl-interface {
    display: none;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-infobar .wvpl-playing-info {
    display: flex;
    border-radius: 0;
    padding: 0;
    align-items: center;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-right-box {
    margin-left: 0;
    margin-right: 24px;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-infobar .wvpl-playing-info .wvpl-infoblock {
    display: flex;
    align-items: flex-start;
    margin-right: 19px;
    flex-direction: column-reverse;
}

.audio-data .waveplayer .wvpl-tax a {
    text-transform: none;
    font-size: 38px;
    color: #105ea2;
    line-height: 26px;
    font-weight: 700;
    padding: 0;
    margin-right: 0;
    border-radius: 0;
    pointer-events: none;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-md span {
    color: #163259;
    font-size: 16px;
    font-weight: 700;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-infobar .wvpl-playing-info .wvpl-infoblock > *:not(:last-child) {
    margin-right: 0;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-icon::before {
    font-family: inherit;
    width: 0;
    color: transparent;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-icon::before {
    content: '';
    width: 24px;
    height: 27px;
    background: url('../images/audio/play-icon.png') no-repeat center;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.audio-data .waveplayer.playing.wvpl-skin-w2-evolution .wvpl-icon.wvpl-play::before {
    background: url('../images/icons/pause-audio.svg') no-repeat center;
    background-size: 30px 30px;
    left: 50%;
}

.audio-data .wvpl-sqmd.waveplayer .wvpl-genres {
    margin-left: 0;
    padding-left: 0;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-icon.wvpl-play {
    font-size: 0;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-duration {
    left: 0;
    right: auto;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-position {
    right: 0;
    left: auto;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-position, .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-duration {
    width: auto !important;
    font-weight: 400;
    top: 67% !important;
    padding: 0 5px 0 6px;
    background-color: #105ea2;
    font-size: 14px;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-right-box {
    height: 140px;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-waveform {
    height: 50%;
    top: auto;
    bottom: 0;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist, .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist {
    padding-left: 0;
    margin-top: 20px;
    border-top: 1px solid rgba(64, 111, 175, 0.25);
}

.audio-data .waveplayer .wvpl-waveform canvas {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li:not(:last-child), .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid rgba(64, 111, 175, 0.25);
}

.audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li > *:not(:last-child), .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li > *:not(:last-child) {
    margin-right: 13px;
    font-size: 20px;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution span.wvpl-stats {
    margin-left: 0;
    padding: 0;
    border-radius: 0;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li, .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li {
    padding: 8px 5px;
    cursor: pointer;
    position: relative;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li::before, .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li::before {
    content: '';
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 19px;
    border: 3px solid #ffffff;
    background-image: url('../images/audio/play-icon.png');
    background-repeat: no-repeat;
    background-size: 15px 17px;
    background-position: center left 60%;
    background-color: #105ea2;
    box-sizing: border-box;
}

.audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-stats .wvpl-value {
    font-weight: 500;
    padding-left: 0;
    width: auto;
    font-size: 20px;
}

/*.wpcf7 form .wpcf7-response-output,.wpcf7 .ajax-loader {
    display:none!important;
}
*/
.page-template-contacts .page-info-block {
    height: 840px;
    position: relative;
}

.page-template-contacts .page-info-block:after {
    content: '';
    width: 100%;
    height: 80px;
    background-color: #587821;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.page-template-contacts .page-title {
    color: #105ea2;
}

.page-template-contacts .bottom-images {
    position: absolute;
    bottom: -165px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    z-index: -1;
}

.page-template-contacts .bottom-images img:first-child {
    margin-right: -50px;
}

.page-template-contacts .bottom-images img:last-child {
    margin-left: -50px;
}

.page-template-contacts .contact-form {
    width: 840px;
    padding: 37px 40px 45px;
    margin: 40px auto 0;
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 20px;
    background-color: #ffffff;
}

.page-template-contacts .contact-form .form-text {
    color: #163259;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.page-template-contacts .contact-form .form-text a {
    color: #e11a5a;
}

.page-template-contacts .contact-form form {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-name, .page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-phone, .page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-email, .page-template-contacts .contact-form form .select {
    width: 49%;
}

.page-template-contacts .contact-form form input[type="text"], .page-template-contacts .contact-form form input[type="tel"], .page-template-contacts .contact-form form input[type="email"], .page-template-contacts .contact-form form .wpcf7-form-control-wrap.slct, .page-template-contacts .contact-form form select, .page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-message {
    width: 100%;
}

.page-template-contacts .contact-form form textarea {
    width: 100%;
    height: 86px;
}

.page-template-contacts .contact-form form input[type="text"], .page-template-contacts .contact-form form input[type="tel"], .page-template-contacts .contact-form form input[type="email"], .page-template-contacts .contact-form form textarea {
    background: rgba(220, 237, 245, 0.76);
    border-radius: 4px;
    border: 0;
    margin-bottom: 15px;
    padding: 16px 16px 15px;
    color: #163259;
    font-size: 17px;
    font-weight: 500;
}

.page-template-contacts .contact-form form .select {
    margin-bottom: 15px;
}

.page-template-contacts .contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: rgba(220, 237, 245, 0.76);
    background-image: none;
}

.page-template-contacts .contact-form form select::-ms-expand {
    display: none;
}

.page-template-contacts .contact-form form .select {
    position: relative;
    display: flex;
    background: rgba(220, 237, 245, 0.76);
    overflow: hidden;
    border-radius: 4px;
}

.page-template-contacts .contact-form form select {
    flex: 1;
    color: #163259;
    font-size: 17px;
    font-weight: 500;
    padding: 16px 16px 15px;
    cursor: pointer;
}

.page-template-contacts .contact-form form .select::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 20px;
    height: 17px;
    background: url('../images/angle-down-solid.svg') no-repeat;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.page-template-contacts .contact-form form input[type="submit"] {
    width: 149px;
    margin: 10px auto 0;
    padding: 12.5px 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    cursor: pointer;
    transition: 0.6s;
}

.page-template-contacts .contact-form form input[type="submit"]:hover {
    background-color: #be0a44;
}

.page-template-contacts .contact-form form input::-webkit-input-placeholder, .page-template-contacts .contact-form form textarea::-webkit-input-placeholder {
    color: #163259;
}

.page-template-contacts .contact-form form input:-moz-placeholder, .page-template-contacts .contact-form form textarea:-moz-placeholder {
    color: #163259;
}

.page-template-contacts .contact-form form input::-moz-placeholder, .page-template-contacts .contact-form form textarea::-moz-placeholder {
    color: #163259;
}

.page-template-contacts .contact-form form input:-ms-input-placeholder, .page-template-contacts .contact-form form textarea:-ms-input-placeholder {
    color: #163259;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.page-template-contacts .contact-form form input.wpcf7-not-valid, footer .newsletter form.wpcf7-form.invalid {
    border: 1px solid #be0a44;
}

.page-template-subscription .page-subtitle {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    padding-top: 20px;
}

.page-template-subscription .page-text {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    width: 700px;
    margin: 25px auto;
}

.page-template-subscription .page-slogan {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}

.subscription-data {
    position: relative;
    margin: 20px auto 150px;
}

.subscription-plans {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1138px;
    margin: 35px auto 80px;
}

.subscription-plans .subscription-plan:nth-child(1), .subscription-plans .subscription-plan:nth-child(3) {
    width: 322px;
    height: 575px;
    padding: 34px 24px;
}

.subscription-plans .subscription-plan:nth-child(1) .subscription-price, .subscription-plans .subscription-plan:nth-child(3) .subscription-price {
    font-size: 70px;
}

.subscription-plans .subscription-plan:nth-child(1) .subscription-benefits-title::before, .subscription-plans .subscription-plan:nth-child(3) .subscription-benefits-title::before {
    width: 67px;
    left: -67px;
}

.subscription-plans .subscription-plan:nth-child(1) .subscription-benefits-title::after, .subscription-plans .subscription-plan:nth-child(3) .subscription-benefits-title::after {
    width: 67px;
    right: -67px;
}

.char-tabs-month ul li.active a {
    background-color: #105EA3;
    color: white;
}

.subscription-plan {
    width: 400px;
    padding: 15px 36px 15px;
    box-shadow: -3px 3px 0 rgb(202 215 224 / 65%);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
}

.subscription-title {
    color: #105ea2;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}

.subscription-plan .subscription-price {
    color: #105ea2;
    font-size: 86px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
}

.subscription-plan .subscription-price span.woocommerce-Price-currencySymbol {
    font-size: 30px;
}

.subscription-benefits-title {
    border-radius: 4px;
    background-color: #fbe3eb;
    color: #e11a5a;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    width: 188px;
    display: block;
    padding: 7px 0 6px;
    margin: 10px auto 30px;
    position: relative;
}

.subscription-benefits-title::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #fbe3eb;
    top: 50%;
    left: -80px;
    position: absolute;
}

.subscription-benefits-title::after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #fbe3eb;
    top: 50%;
    right: -80px;
    position: absolute;
}

.subscription-benefits-text {
    color: #163259;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 24px;
    min-height: 66px;
}

.buy-subscription {
    width: 149px;
    display: block;
    text-align: center;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    padding: 12px 0 13px;
    margin: 0 auto;
}

.subscription-text {
    color: #105ea2;
    font-size: 21px;
    font-weight: 700;
    padding: 35px 0 0;
}

.subscription-text ul {
    padding-top: 15px;
}

.subscription-text ul li {
    color: #163259;
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px 10px 0px;
    position: relative;
}

.subscription-text ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(../images/icons/check-solid.svg) rgba(75, 212, 48, 0.2) no-repeat center;;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 2px;
}

.subscription-badge {
    display: none;
}

.subscription-plans .subscription-plan:nth-child(2) .subscription-badge {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 131px;
    height: 113px;
    background: url(../images/subscription/stripe-left.png) no-repeat;
}

.subscription-plans .subscription-plan:nth-child(2) .subscription-badge span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    transform: rotate(-40deg);
    display: block;
    margin-top: 125px;
    margin-left: -240px;
}

.subscription-page-text {
    width: 905px;
    padding: 60px 50px;
    display: block;
    margin: 0 auto;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 20px;
    background-color: #ffffff;
    color: #163259;
    font-size: 17px;
    font-weight: 500;
}

.subscription-page-text-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fbe3eb;
}

.subscription-page-text-title {
    color: #105ea2;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
}

.subscription-page-text-slogan {
    color: #e11a5a;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 0 25px;
}

.subscription-page-text-subtitle {
    color: #163259;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 15px;
}

.subscription-page-text p {
    padding-top: 22px;
}

.subscription-data .manui-img-right-top {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.subscription-data .manui-img-right-bottom {
    position: absolute;
    right: -10%;
    bottom: 15%;
    z-index: -1;
}

.subscription-data .manui-img-left-top {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.subscription-data .manui-img-left-bottom {
    position: absolute;
    left: -10%;
    bottom: 15%;
    z-index: -1;
}

.about-data {
    position: relative;
    margin: 40px auto 150px;
}

.page-template-about .page-subtitle {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

.page-template-about .page-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
}

.about-data .about-main {
    width: 903px;
    margin: 40px auto 80px;
    padding: 25px 20px 50px;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-data .about-img {
    width: 425px;
    padding: 10px 10px 20px;
    background-color: #dcedf5;
    color: #163259;
    font-size: 19px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.about-data .about-img img {
    margin-bottom: 15px;
}

.about-data .about-text {
    color: #163259;
    font-size: 17px;
    font-weight: 500;
    width: 390px;
    margin: 10px 20px 0 0;
}

.about-data .about-text h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: -10px;
}

.about-data .about-text p {
    padding-top: 20px;
}

.about-data .about-main .tosubscribe {
    width: 149px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 5px auto 0;
    padding: 12px 0 13px;
    transition: 0.6s;
}

.about-data .about-main .tosubscribe:hover {
    background-color: #be0a44;
}

.about-data .block-title {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}

.about-data .recommend-videos {
    width: 903px;
    margin: 40px auto 100px;
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.about-data .recommend-video {
    width: 50%;
    max-width: 435px;
    display: block;
    box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 20px 18px;
    position: relative;
    margin-bottom: 16px;
}

.about-data .recommend-video:last-child {
    margin-left: 0;
}

.about-data .recommend-video .shadow {
    width: calc(100% - 36px);
    height: 60%;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.7;
    position: absolute;
    bottom: 25px;
    left: 18px;
}

.about-data .recommend-video .info {
    position: absolute;
    display: flex;
    bottom: 38px;
    right: 33px;
    align-items: center;
}

.about-data .recommend-video .info .title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-right: 15px;
}

.about-data .recommend-video .info .title span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    display: block;
}

.about-data .recommend-video .info .play-button {
    position: relative;
}

.about-data .recommend-video .info .play-button:hover {
    transform: scale(1.25);
}

.about-data .about-img-right-top {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.about-data .about-img-left-top {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.about-data .about-img-left-bottom {
    position: absolute;
    left: 1%;
    bottom: 20%;
    z-index: -1;
}

.akdasha-data {
    position: relative;
    margin: 0px auto 150px;
}

.akdasha-data .wrap {
    width: 1042px;
    display: flex;
    justify-content: flex-start;
}

.birthday-side {
    width: 301px;
}

.birthday-side .title {
    text-shadow: -3px 3px 0 rgba(24, 41, 72, 0.15);
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    width: 90%;
    padding-bottom: 20px;
}

.birthday-list {
    width: 100%;
    display: block;
    padding: 30px 35px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 20px;
    background-color: #ffffff;
}

.birthday-list ul li {
    color: #163259;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 10px;
}

.birthday-list ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/icons/star-solid.svg) no-repeat;
    display: inline-block;
    margin-left: 10px;
}

.gifts {
    width: 710px;
    margin-right: 40px;
    position: relative;
}

.gifts .right-balls {
    position: absolute;
    right: 0;
    top: 50px;
}

.gifts .left-balls {
    position: absolute;
    left: -150px;
    top: 0;
}

.gift {
    width: 336px;
    height: 280px;
    position: relative;
    padding: 70px 15px 20px 25px;
}

.gift:first-child {
    background: url(../images/akdasha/gift-green.png) no-repeat;
    background-size: cover;
    margin: 0 auto -38px;
    z-index: 1;
}

.gift:nth-child(2) {
    background: url(../images/akdasha/gift-blue.png) no-repeat;
    background-size: cover;
    float: right;
}

.gift:nth-child(3) {
    background: url(../images/akdasha/gift-red.png) no-repeat;
    background-size: cover;
    float: left
}

.gift .item {
    width: 270px;
    height: 195px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 20px;
    background-color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
}

.gift .item .desc {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.gift .item .desc .price {
    color: #105ea2;
    font-size: 80px;
    font-weight: 700;
}

.gift .item .desc .price span {
    font-size: 30px;
}

.gift .item .desc .text {
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

.gift .item .desc .text ul {
    list-style: disc;
    text-align: right;
    margin-right: 20px;
}

.gift .item .desc-h {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    margin-top: -195px;
    z-index: 1;
    position: relative;
    display: none;
    transition: 0.6s;
}

.gift .item:hover .desc-h {
    display: block;
}

.buygift {
    width: 111px;
    padding: 12px 0 13px;
    display: block;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    transition: 0.6s;
}

.buygift:hover {
    background-color: #be0a44;
}

.akdasha-data .akdasha-img-right-top {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 3s infinite alternate;
    animation: updown2-action 3s infinite alternate;
}

.akdasha-data .akdasha-img-left-top {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    -webkit-animation: updown2-action 2.5s infinite alternate;
    animation: updown2-action 2.5s infinite alternate;
}

.privatearea-data {
    position: relative;
    margin: 40px auto 150px;
}

.privatearea-data .wrap {
    width: 1134px;
    display: flex;
    justify-content: space-between;
    padding: 50px 45px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 20px;
    background-color: #ffffff;
}

.privatearea-data .wrap::after {
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    background-color: #dcedf5;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.privatearea-data .user-info, .privatearea-data .subscription-info {
    width: 480px;
}

.privatearea-data .user-info form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.privatearea-data .user-info form .input-block {
    width: 234px;
    margin-bottom: 20px;
}

.privatearea-data .user-info form .input-block.b-block {
    align-items: center;
}

.privatearea-data .user-info form .input-block label {
    display: block;
    color: #163259;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.privatearea-data .user-info form .input-block input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    background-color: #e4f1f7;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

.changepassword {
    color: #163259;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 35px;
    display: block;
}

.savechanges {
    width: 138px;
    padding: 13px 0 12px;
    box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    transition: 0.6s;
}

.savechanges:hover {
    background-color: #be0a44;
}

.cancelchanges {
    color: #163259;
    font-size: 19px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 15px;
    display: block;
}

.privatearea-data .title {
    color: #163259;
    font-size: 30px;
    font-weight: 700;
}

.privatearea-data .subsplan-info {
    padding: 30px 0;
    border-bottom: 1px solid #dcedf5;
}

.privatearea-data .subsplan-info p {
    color: #163259;
    font-weight: 500;
}

.privatearea-data .subsplan-info ul li {
    color: #e11a5a;
    font-size: 19px;
    font-weight: 700;
    padding: 0 20px 5px 0px;
    position: relative;
}

.privatearea-data .subsplan-info ul li a.cancel-subscription {
    color: #163259;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 10px;
}

.privatearea-data ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(../images/icons/check-solid.svg) rgba(75, 212, 48, 0.2) no-repeat center;;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: 2px;
}

.subsplan-benefits .subtitle {
    color: #105ea2;
    font-size: 21px;
    font-weight: 700;
    padding: 30px 0 20px;
}

.privatearea-data .subsplan-benefits ul li {
    color: #163259;
    font-size: 17px;
    font-weight: 500;
    padding: 0 25px 15px 0px;
    position: relative;
    width: 70%;
}

.privatearea-data .private-img-right-top {
    position: absolute;
    right: 0%;
    top: 20%;
    z-index: -1;
}

.privatearea-data .private-img-left-top {
    position: absolute;
    left: 0%;
    top: 20%;
    z-index: -1;
}

header .topline .menu-button {
    display: none;
}

.mob-overlay {
    display: none;
}

.footer-bottom-info {
    display: flex;
    width: 55%;
    justify-content: space-between;
}

.ur-frontend-form.login {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: 0 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0;
}

#user-registration {
    margin: 0;
}

.pass-show {
    display: none;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
}

.woocommerce-pagination .page-numbers li {
    margin: 0 10px;
}

.woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
    padding: 10px;
    width: 47px;
    border: 2px solid rgba(255, 255, 255, 0.51);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-pagination .page-numbers li span {
    background: #fff;
    color: #fd7808;
}

.header-whatsapp.fixed-bottom {
    display: none;
}

.blog-data .search-form {
    margin: 30px auto 45px;
}

.rtl #ajaxsearchpro1_1 .probox .proinput input.orig, .rtl #ajaxsearchpro2_1 .probox .proinput input.orig {
    font-weight: 500;
}

.rtl div.asp_m.ajaxsearchpro .probox .promagnifier .innericon {
    background-size: 22px 22px;
}

.rtl div.asp_m.asp_m_1 .probox .promagnifier div.innericon, .rtl div.asp_m.asp_m_2 .probox .promagnifier div.innericon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 24px;
}

.rtl #ajaxsearchpro1_1 .probox .promagnifier, .rtl #ajaxsearchpro1_2 .probox .promagnifier, .rtl div.asp_m.asp_m_1 .probox .promagnifier, .rtl #ajaxsearchpro2_1 .probox .promagnifier, .rtl #ajaxsearchpro2_2 .probox .promagnifier, .rtl div.asp_m.asp_m_2 .probox .promagnifier {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
}

.rtl div.asp_m.ajaxsearchpro .probox .proinput {
    padding: 0 17px;
}

.rtl #ajaxsearchpro1_1 .probox .proinput, .rtl #ajaxsearchpro1_2 .probox .proinput, .rtl div.asp_m.asp_m_1 .probox .proinput, .rtl #ajaxsearchpro2_1 .probox .proinput, .rtl #ajaxsearchpro2_2 .probox .proinput, .rtl div.asp_m.asp_m_2 .probox .proinput {
    margin-right: 0;
}

.rtl .asp_main_container .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight: 500 !important;
    opacity: 1 !important;
    color: rgba(22, 50, 89, 1) !important;
}

.rtl .asp_main_container .probox .proinput input.orig:-moz-placeholder {
    font-weight: 500 !important;
    opacity: 1 !important;
    color: rgba(22, 50, 89, 1) !important;
}

.rtl .asp_main_container .probox .proinput input.orig::-moz-placeholder {
    font-weight: 500 !important;
    opacity: 1 !important;
    color: rgba(22, 50, 89, 1) !important;
}

.rtl .asp_main_container .probox .proinput input.orig:-ms-input-placeholder {
    font-weight: 500 !important;
    opacity: 1 !important;
    color: rgba(22, 50, 89, 1) !important;
}

.rtl #ajaxsearchprores1_1 span.highlighted, .rtl #ajaxsearchprores1_2 span.highlighted, .rtl div.asp_r.asp_r_1 span.highlighted, .rtl #ajaxsearchprores2_1 span.highlighted, .rtl #ajaxsearchprores2_2 span.highlighted, .rtl div.asp_r.asp_r_2 span.highlighted {
    font-weight: bold !important;
    color: rgba(22, 50, 89, 1);
    background: none;
    font-size: 18px;
    font-family: inherit;
}

#ajaxsearchpro1_1.has-results, #ajaxsearchpro2_1.has-results, #ajaxsearchpro2_2.has-results {
    border-radius: 24px 24px 0 0;
}

#ajaxsearchprores1_1.vertical, #ajaxsearchprores2_1.vertical, #ajaxsearchprores2_2.vertical {
    box-shadow: -3px 3px 0 rgb(24 41 72 / 27%);
    border-radius: 0 0 24px 24px;
    border: none;
    border-top: 2px solid #fff;
    padding: 0;
    padding-top: 1px;
}

#ajaxsearchprores1_1.vertical::before, #ajaxsearchprores2_1.vertical::before, #ajaxsearchprores2_2.vertical::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #dcedf5;;
    position: absolute;
    left: 0;
    top: 0;
}

#ajaxsearchpro1_1 .probox, #ajaxsearchpro1_2 .probox, div.asp_m.asp_m_1 .probox, #ajaxsearchpro2_1 .probox, #ajaxsearchpro2_2 .probox, div.asp_m.asp_m_2 .probox {
    box-shadow: none;
}

.rtl #ajaxsearchpro1_1.has-results .probox .promagnifier, .rtl #ajaxsearchpro2_1.has-results .probox .promagnifier, .rtl #ajaxsearchpro2_2.has-results .probox .promagnifier {
    width: 47px;
    height: 47px;
}

#ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content, #ajaxsearchprores2_1.vertical .results .item .asp_content, #ajaxsearchprores2_2.vertical .results .item .asp_content, div.asp_r.asp_r_2.vertical .results .item .asp_content {
    padding: 4px 22px 0px !important;
}

div.asp_w.asp_r .results .asp_nores {
    padding: 11.5px 22px;
    font-size: 18px;
    font-weight: 500;
    color: #163259;
}

div.asp_w.asp_r .results .item {
    padding: 0;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a, #ajaxsearchprores2_1 .results .item .asp_content h3 a, #ajaxsearchprores2_2 .results .item .asp_content h3 a, div.asp_r.asp_r_2 .results .item .asp_content h3 a {
    font-weight: 500 !important;
    font-size: 18px !important;
    font-family: "Ploni DL 1.1 AAA" !important;
    color: #163259 !important;
}

.mob-overlay #ajaxsearchpro2_1, .mob-overlay #ajaxsearchpro2_2, .mob-overlay div.asp_m.asp_m_2 {
    background: #e6f3fb !important;
}

#ajaxsearchprores2_2.vertical {
    border-top: 2px solid #e6f3fb !important;
}

/*:target:before {
     content: "";
     display: block;
     height: 336px;
     margin: -336px 0 0;
}
*/
.main-series-drawings-block {
    background-color: #efe653;
}

.products-slider .games-data .game-item, .products-slider .woocommerce div.product.shop-item {
    max-width: 100%;
}

.single-series .scroll_wrapper, .single-movies .scroll_wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 25px;
}

.single-series .componentWrapper .playlist-item, .single-movies .componentWrapper .playlist-item {
    width: 322px !important;
    height: auto;
    position: relative;
    margin-bottom: 2% !important;
    cursor: pointer;
    padding: 0;
}

.single-series .componentWrapper .playlist-item.playlistSelected .playlistThumb,
.single-movies .componentWrapper .playlist-item.playlistSelected .playlistThumb {
    border-color: #105ea2;
}

.single-series .componentWrapper .playlist-item .thumb,
.single-movies .componentWrapper .playlist-item .thumb {
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
}

.single-series .componentWrapper .playlist-item .playlistThumb::after,
.single-movies .componentWrapper .playlist-item .playlistThumb::after {
    content: '';
    width: 312px;
    height: 136px;
    background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
    opacity: 0.79;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    border: 0;
    background-color: transparent;
}

.single-series .vimeoHolder .play-button.play-big,
.single-series .componentWrapper .playlist-item.playlistSelected .play-button,
.single-movies .vimeoHolder .play-button.play-big,
.single-movies .componentWrapper .playlist-item.playlistSelected .play-button {
    display: none;
}

.single-series .componentWrapper .playlist-item .playlistInfo,
.single-movies .componentWrapper .playlist-item .playlistInfo {
    color: #fdfefe;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.char-series-block {
    height: 600px;
}
.page-template-form-thanks .bottom-images .title {
    text-align: center;
}

.page-template-form-thanks .bottom-images .player-block .main-video-block {
    width: 412px;
    height: 267px;
}
.page-template-form-thanks .bottom-images .player-block .main-video-block .item-img img {
    position: relative;
    left: auto;
    top: auto;
}
@media only screen and (max-width: 1400px) {
    .all-slider .game-item, .all-slider .drawing-item, .all-slider .video-item, .all-slider .series-item {
        height: 224px;
    }

    .game_block {
        height: 691px;
    }

    .wrap, .page-template-free-video .componentWrapper .playlistHolder_small {
        width: 1100px;
    }

    header .topmenu ul li {
        padding-left: 40px;
    }

    header .topmenu ul li:last-child {
        padding-left: 62px;
    }

    .is-sticky header .main-menu-block .m-menu-block.s-m {
        margin-left: 65px;
    }

    .is-sticky header .main-menu-block .m-menu-block.s-m ul li {
        padding-left: 70px;
    }

    .is-sticky header .main-menu-block .m-menu-block ul li:last-child {
        padding-left: 0;
    }

    .homepage .main-info-block .wrap .girls {
        top: 250px;
        left: -5%;
    }

    .homepage .main-info-block .wrap .girls img {
        width: 75%;
    }

    .homepage .main-info-block .wrap .boys {
        top: 300px;
        right: -11%;
    }

    .homepage .main-info-block .wrap .boys img {
        width: 65%;
    }

    .main-movies-block .wrap, .main-games-block .wrap, .main-series-block .wrap, .main-drawings-block .wrap, .main-bottom-block .wrap, .char-movies-slider, .char-series-slider, .char-drawings-slider {
        width: 1050px;
    }

    .movie-item {
        height: 180px;
    }

    .main-games-block {
        height: 906px;
    }

    .main-games-block .game-item, .main-drawings-block .drawing-item {
        height: 224px;
    }

    .main-games-block .animated-island img.main-anim-img {
        width: 80%;
    }

    .main-games-block .animated-island img.anim-wheel {
        left: 15%;
        width: 45%;
    }

    .main-games-block .animated-rock img {
        width: 85%;
    }

    .main-series-block .series-man {
        left: 0;
    }

    .series-item {
        height: 172px;
    }

    .series-slider.slick-slider .slick-track {
        height: 321px;
    }

    .series-slider.slick-slider .slick-slide {
        width: 250px;
    }

    .series-slider.slick-slider .slick-slide.slick-current, .series-slider.slick-slider .slick-slide.slick-center {
        width: 500px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        height: 310px;
    }

    .mainpage-links {
        padding: 0px 40px 0;
    }

    .main-drawings-block::after {
        bottom: 0;
    }

    .main-bottom-block {
        margin-top: 75px;
    }

    .main-bottom-block::before {
        height: 100px;
        top: -100px;
    }

    .testimonial-item::before {
        right: 10px;
        top: 10px;
    }

    .testimonial-item {
        padding: 75px 40px;
        font-size: 18px;
        line-height: 21px;
    }

    .main-bottom-block .water-slide {
        top: 550px;
        left: -25%;
    }

    .main-bottom-block .water-slide img {
        width: 80%;
    }

    .main-bottom-block .bottom-amatia {
        top: 650px;
        right: 15%;
    }

    .main-bottom-block .bottom-amatia img {
        width: 90%;
    }

    .bird2 {
        left: 10%;
    }

    .character-template-default .char-main-text {
        font-size: 18px;
        width: 400px;
    }

    .cart_totals, .cart-values {
        width: 300px;
    }

    .cart-coupon {
        padding: 18px 30px 18px 0;
    }

    .cart-coupon .coupon {
        width: 263px;
        margin: 0;
    }

    .cart-summary-shipping .container label .woocommerce-Price-amount {
        left: 15px;
    }

    .vert-ship-line {
        left: 100px;
    }

    .cart-info {
        width: 670px;
    }

    .woocommerce-checkout .cart-info {
        width: 580px;
    }

    .woocommerce-checkout .cart-values {
        width: 400px;
    }

    .woocommerce-checkout td.product-name .pnq {
        display: flex;
        align-items: center;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .cart-discount th {
        padding: 20px 20px 20px 20px;
    }

    .woocommerce-checkout-review-order .cart-summary-shipping .container label .woocommerce-Price-amount {
        right: 288px;
    }

    .woocommerce-checkout-review-order::after {
        left: 100px;
    }

    .woocommerce-checkout .cart-steps div::after {
        width: 76px;
    }

    .blog-item {
        max-width: 24%;
    }

    .single-post .blog-data .related-articles {
        width: 300px;
    }

    .single-post .blog-data article {
        width: 700px;
    }

    .freevideo-data .freevideo-img-right-top {
        right: -25%;
    }

    .freevideo-data .freevideo-img-left-top {
        left: -25%;
    }

    .page-template-free-video .componentWrapper .playlist-item:nth-child(4n+2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    .page-template-free-video .componentWrapper .playlist-item:nth-child(4n+3) {
        margin-left: 0;
        margin-right: 0%;
    }

    .page-template-free-video .componentWrapper .playlist-item:nth-child(3n+2) {
        margin-left: 6%;
        margin-right: 6%;
    }

    .page-template-free-video .componentWrapper .playlist-item {
        margin-bottom: 6% !important;
    }

    .subscription-data .manui-img-right-top, .akdasha-data .akdasha-img-right-top {
        right: -10%;
    }

    .subscription-data .manui-img-left-top, .akdasha-data .akdasha-img-left-top {
        left: -10%;
    }

    .about-data .about-img-left-top {
        left: -10%;
    }

    .about-data .about-img-right-top {
        right: -5%;
    }

    .about-recommend-block .testimonials-slider {
        width: 1050px;
        margin: 0 auto;
    }

    .about-data .about-img-left-bottom {
        left: -5%;
    }

    .payments-form .wc_payment_method:last-child {
        margin-top: 20px;
    }
}

@media (max-width: 1336px){

    .home .playlist-item {
        width: 240px!important;
    }

    .home .componentWrapper .playlist-item .playlistThumb::after {
        width: 240px!important;
    }
}

@media (max-width: 1280px){
    header .main-menu-block .wrap {
        width: 610px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .game_block {
        height: 603px;
    }

    .wrap, .privatearea-data .wrap, .page-template-free-video .componentWrapper .playlistHolder_small {
        width: 960px;
    }

    .buterfly img {
        width: 50%;
    }

    .buterfly2 img {
        width: 40px;
    }

    header .topmenu ul li {
        padding-left: 15px;
    }

    header .topmenu ul li:last-child {
        padding-left: 22px;
    }

    .is-sticky header .main-menu-block .wrap {
        width: 620px;
    }

    .is-sticky header .main-menu-block .m-menu-block.f-m ul li {
        padding-left: 40px;
    }

    .is-sticky header .main-menu-block .m-menu-block.s-m ul li {
        padding-left: 40px;
    }

    .is-sticky header .main-menu-block .m-menu-block ul li:last-child {
        padding-left: 0;
    }

    .homepage .main-info-block .wrap .girls {
        top: 320px;
        left: -5%;
    }

    .homepage .main-info-block .wrap .girls img {
        width: 60%;
    }

    .homepage .main-info-block .wrap .boys {
        top: 350px;
        right: -100px;
    }

    .homepage .main-info-block .wrap .boys img {
        width: 50%;
    }

    .main-movies-block .wrap, .main-games-block .wrap, .main-series-block .wrap, .main-drawings-block .wrap, .main-bottom-block .wrap, .char-movies-slider, .char-series-slider, .char-drawings-slider, .about-recommend-block .testimonials-slider {
        width: 840px;
    }

    .main-games-block .animated-rock {
        left: 0;
        text-align: left;
    }

    .main-games-block .animated-island {
        right: -5%;
    }

    .series-slider.slick-slider .slick-track {
        height: 200px;
    }

    .series-slider.slick-slider .slick-slide {
        width: 240px;
    }

    .series-slider.slick-slider .slick-slide.slick-current, .series-slider.slick-slider .slick-slide.slick-center {
        width: 320px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        height: 198px;
    }

    .testimonial-item::before {
        right: 30px;
        top: 30px;
    }

    .testimonial-item {
        padding: 100px 50px;
        font-size: 19px;
    }

    .main-bottom-block .water-slide {
        left: -30%;
        top: 550px;
    }

    .main-bottom-block .bottom-amatia {
        right: 5%;
        top: 650px;
    }

    body.character-template-default .char-left-top-image {
        left: -170px;
    }

    body.character-template-default .char-right-top-image {
        right: -170px;
    }

    .games-data .game-item, .woocommerce div.product.shop-item {
        max-width: 300px;
    }

    .shopitem-buttons .buy {
        padding-left: 15px;
    }

    .product-info {
        max-width: 50%;
    }

    .product-img {
        max-width: 45%;
    }

    .cart-info {
        width: 550px;
    }

    .cart-steps div::after {
        width: 100px;
    }

    .cart-info .cart-table-row .cart-table-product {
        width: 180px;
    }

    .cart-info .cart-table-row .cart-table-price, .cart-info .cart-table-row .cart-table-cost {
        width: 65px;
    }

    .ts-product-image {
        width: 30px;
        height: 30px;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .cart-discount th {
        padding: 15px;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-total, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .cart-discount td {
        padding: 0 10px 0 10px;
    }

    .woocommerce-checkout-review-order::after {
        left: 85px;
    }

    .woocommerce-checkout-review-order .cart-summary-shipping {
        padding: 15px;
    }

    .woocommerce-checkout td.product-name .pnq {
        width: 150px;
    }

    .woocommerce-checkout-review-order .cart-summary-shipping .container label .woocommerce-Price-amount {
        right: 208px;
    }

    .woocommerce-checkout .cart-values {
        width: 300px;
    }

    .woocommerce-checkout .cart-info {
        width: 530px;
    }

    .blog-item {
        max-width: 31%;
    }

    .single-post .blog-data article {
        width: 550px;
        padding: 20px 20px 45px;
    }

    .page-template-privacy .blog-data article {
        padding: 20px 20px 45px;
    }

    .page-template-free-video .componentWrapper .playlist-item:nth-child(3n+2) {
        margin-left: 3%;
        margin-right: 3%;
    }

    .page-template-free-video .componentWrapper .playlist-item {
        width: 300px !important;
        margin-bottom: 3% !important;
    }

    .akdasha-data .wrap {
        width: 960px;
    }

    .gift {
        width: 320px;
    }

    .privatearea-data .user-info {
        padding-left: 30px;
        width: 60%;
    }

    .privatearea-data .subscription-info {
        padding-right: 30px;
        width: 40%;
    }

    .privatearea-data .user-info form .input-block {
        width: 47%;
    }

    .privatearea-data .wrap::after {
        left: 41%;
        transform: translateX(-41%);
    }

    .privatearea-data .subsplan-benefits ul li {
        width: 80%;
    }

    .freevideo-data .vimeoHolder .slick-next {
        left: -70px;
    }

    .freevideo-data .vimeoHolder .slick-prev {
        right: -70px;
    }

    .audio-data .audio-img-right-top, .audio-data .audio-img-right-bottom {
        right: -25%;
    }

    .audio-data .audio-img-left-top, .audio-data .audio-img-left-bottom {
        left: -20%;
    }
}

@media only screen and (max-width: 991.98px) {
    .game_block {
        height: 453px;
    }

    .wrap, footer .wrap, .akdasha-data .wrap, .wrap, .privatearea-data .wrap, .page-template-free-video .componentWrapper .playlistHolder_small {
        width: 720px;
    }

    header .service-links-1 a.header-subscription {
        font-size: 0;
        padding: 10.5px 10.5px 10.5px 10.5px;
        letter-spacing: 0px;
    }

    header .service-links-2 a.header-user {
        font-size: 0;
        padding: 8.5px;
        margin-left: 0;
        letter-spacing: 0px;
    }

    header .header-subscription img, header .header-user img {
        margin: 0;
    }

    header .service-links-1, header .service-links-2 {
        width: auto;
    }

    header .topmenu .single-mlink {
        padding: 2px 5px 1px;
    }

    header .topmenu ul li {
        padding-left: 20px;
    }

    header .topmenu a {
        font-size: 14px;
    }

    .is-sticky header .main-menu-block .m-menu-block.f-m {
        margin-right: 25px;
    }

    .is-sticky header .main-menu-block .m-menu-block.f-m ul li {
        padding-left: 20px;
    }

    .is-sticky header .main-menu-block .m-menu-block.s-m ul li {
        padding-left: 20px;
    }

    .is-sticky header .main-menu-block .m-menu-block ul li:last-child {
        padding-left: 0;
    }

    .is-sticky header .main-menu-block .m-menu-block.s-m {
        margin-left: 85px;
    }

    .homepage .main-info-block .wrap .girls {
        top: 380px;
        left: -15%;
    }

    .homepage .main-info-block .wrap .girls img {
        width: 50%;
    }

    .homepage .main-info-block .wrap .boys {
        top: 420px;
        right: -22%;
    }

    .homepage .main-info-block .wrap .boys img {
        width: 40%;
    }

    .main-movies-block .wrap, .main-games-block .wrap, .main-series-block .wrap, .main-drawings-block .wrap, .main-bottom-block .wrap, .char-movies-slider, .char-series-slider, .char-drawings-slider, .about-recommend-block .testimonials-slider {
        width: 630px;
    }

    .main-games-block .animated-island img.anim-wheel {
        left: 39%;
        width: 30%;
        top: 20px;
    }

    .main-games-block .animated-island img.main-anim-img {
        width: 60%;
    }

    .main-games-block .animated-rock img {
        width: 70%;
    }

    .main-series-block {
        padding: 0;
    }

    .series-slider.slick-slider .slick-track {
        height: 200px;
    }

    .series-slider.slick-slider .slick-slide {
        width: 300px;
    }

    .series-slider.slick-slider .slick-slide.slick-current, .series-slider.slick-slider .slick-slide.slick-center {
        width: 300px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        height: 190px;
    }

    .mainpage-links {
        padding: 0px;
    }

    .birthday-link a {
        font-size: 28px;
        width: 300px;
        height: 143px;
        background-size: cover;
    }

    .shop-link a {
        font-size: 48px;
        width: 300px;
        height: 147px;
        background-size: cover;
    }

    .mainpage-links img {
        margin-top: 0px;
        width: 70%;
    }

    .main-drawings-block::before {
        top: -300px;
    }

    .main-drawings-block {
        height: 920px;
    }

    .testimonial-item::before {
        right: 0px;
        top: 0px;
    }

    .testimonial-item {
        padding: 60px 30px;
        font-size: 16px;
    }

    .main-bottom-block .water-slide {
        left: -40%;
    }

    .main-bottom-block .bottom-amatia {
        right: 0%;
    }

    .f-info-block {
        width: 30%;
        text-align: center;
    }

    .footer-blocks .f-block:nth-child(2) ul {
        width: 90%;
    }

    .header-subscription svg, .header-user svg {
        margin-left: 0;
    }

    footer .header-subscription svg, footer .header-user svg {
        margin-left: 8px;
    }

    .logged-in .greetings {
        display: none;
    }

    .character-template-default .main-info-block {
        height: 1000px;
    }

    body.character-template-default .char-left-top-image {
        left: -170px;
        top: 400px;
    }

    body.character-template-default .char-right-top-image {
        right: -80px;
        top: 450px;
    }

    body.character-template-default .char-left-top-image img, body.character-template-default .char-right-top-image img {
        width: 75%;
    }

    .games-data .game-item, .woocommerce div.product.shop-item {
        max-width: 48%;
    }

    .cart-info {
        width: 370px;
    }

    .cart-data {
        padding: 25px 20px;
    }

    .cart-info .cart-table-row .cart-table-img {
        display: none;
    }

    .cart-info .cart-table-row .cart-table-product {
        width: 100px;
    }

    .cart-info .cart-table-row .cart-table-product span.cart-product-title {
        width: 75px;
        font-size: 16px;
    }

    .cart-info .cart-table-row .cart-table-quantity .quantity-block .buttons_added input {
        width: 20px;
    }

    .cart-info .cart-table-row .cart-table-quantity .quantity-block .qib-button {
        width: 27px;
        height: 27px;
    }

    .cart-info .cart-table-row .cart-table-quantity .quantity-block {
        width: 88px;
        padding: 3px 7px 4px;
    }

    .cart-steps div::after {
        width: 15px;
    }

    .cart-product-mob {
        width: 75px;
    }

    .f-info-blocks {
        padding: 25px 14px 19px 14px;
    }

    .woocommerce-checkout .cart-info {
        width: 360px;
    }

    .woocommerce-checkout .cart-steps div::after {
        width: 20px;
    }

    .woocommerce-checkout .cart-steps div {
        margin-left: 10px;
    }

    .woocommerce-checkout .payment-inner-table {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-checkout .payments-form {
        width: auto;
    }

    .woocommerce-checkout .payment-table .order-button {
        margin: 20px 0 30px;
    }

    .single-post .blog-data article {
        width: 630px;
    }

    .single-post .blog-data .related-articles {
        width: 100%;
        margin-top: 50px;
    }

    .related-articles .related-articles-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .related-articles .related-articles-items .related-article {
        width: 31%;
        flex-direction: column;
    }

    .related-articles .related-articles-items .related-article img {
        max-width: 100%;
        height: auto;
    }

    .related-articles .related-articles-items .related-article .related-info {
        margin: 0;
        width: 100%;
    }

    .related-articles .related-articles-items .related-article .related-article-title {
        font-size: 25px;
        padding: 15px 0 10px;
    }

    .related-articles .related-articles-items .related-article .related-article-date {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .related-articles .related-articles-items .related-article .readmore {
        width: 122px;
        box-shadow: -3px 3px 0 rgba(202, 215, 224, 0.65);
        border-radius: 24px;
        border: 3px solid #ffffff;
        background-color: #e11a5a;
        color: #ffffff;
        font-size: 19px;
        font-weight: 700;
        padding: 11px 0 10px;
        text-align: center;
        transition: 0.6s;
        display: block;
    }

    .related-articles .related-articles-items .related-article .readmore::after {
        content: '';
        width: 7px;
        height: 10px;
        background: url(../images/icons/angle-left-solid.svg) no-repeat;
        display: inline-block;
        margin-right: 5px;
    }

    .related-articles .related-articles-items .related-article:hover .readmore {
        background-color: #be0a44;
    }

    .page-template-free-video .componentWrapper .vimeoHolder {
        width: 622px !important;
        height: 360px !important;
    }

    .page-template-free-video .componentWrapper .playlist-item:nth-child(3n+2) {
        margin-left: 3%;
        margin-right: 3%;
    }

    .page-template-free-video .componentWrapper .playlist-item {
        width: 225px !important;
        margin-bottom: 3% !important;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistInfo {
        font-size: 18px;
        bottom: 10px;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistThumb {
        height: 155px;
    }

    .page-template-free-video .vimeoHolder .block-shadow {
        bottom: 5px;
    }

    .page-template-free-video .vimeoHolder .player-title {
        bottom: 30px;
    }

    .page-template-contacts .contact-form, .subscription-plans, .subscription-page-text {
        width: 100%;
    }

    .subscription-plan {
        width: 350px;
    }

    .subscription-benefits-title::before {
        width: 50px;
        left: -50px;
    }

    .subscription-benefits-title::after {
        width: 50px;
        right: -50px;
    }

    .about-data .about-main, .about-data .recommend-videos {
        width: 100%;
    }

    .about-data .about-img {
        width: 50%;
    }

    .about-data .about-text {
        width: 45%;
    }

    .about-data .recommend-video {
        width: 47%;
    }

    .about-data .recommend-video .shadow {
        width: 90%;
        height: 150px;
    }

    .gift {
        width: 235px;
        background-size: cover !important;
        padding-top: 65px;
    }

    .birthday-side .title {
        font-size: 24px;
    }

    .gift .item {
        width: 95%;
        height: 100%;
    }

    .gift .item .desc .price {
        font-size: 45px;
    }

    .privatearea-data .subsplan-benefits ul li {
        width: 100%;
    }

    .page-template-form-thanks .bottom-images {
        text-align: right;
    }

    .page-template-form-thanks .bottom-images img:nth-child(2) {
        margin-left: 0;
    }

    body.character-template-default.postid-27 .char-right-top-image {
        top: 450px;
    }

    body.character-template-default.postid-27 .char-left-top-image {
        top: 400px;
    }

    .search-items {
        width: 100%;
    }

    .audio-data .audio-album {
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .all-slider .game-item, .all-slider .drawing-item, .all-slider .video-item, .all-slider .series-item {
        height: 190px;
    }

    .single-games .page-info-block {
        margin-top: 220px;
    }

    .char-slider .char-item.current-char .c-in {
        width: 55px;
        height: 55px;
    }

    .single-games .games-data {
        margin: 30px 0 100px;
    }

    .subscription-plans .subscription-plan:nth-child(1), .subscription-plans .subscription-plan:nth-child(3) {
        width: 100%;
        height: auto;
    }

    .game_block {
        height: 314px;
    }

    body.homepage {
        background: url(../images/767/bg-main.jpg) no-repeat top -180px center !important;
        background-size: 100% 1400px !important;
    }

    header .main-menu-block {
        background: url(../images/767/cloud-menu.png) no-repeat top center;
        background-size: 100%;
    }

    .wrap, footer .wrap, .akdasha-data .wrap, .privatearea-data .wrap, .page-template-free-video .componentWrapper .playlistHolder_small {
        width: 500px;
    }

    .slick-slide {
        margin: 0 5px;
    }

    .slick-list {
        margin: 0 -5px;
    }

    #to-top-button {
        display: none !important;
    }

    header {
        height: 240px;
    }

    .is-sticky header {
        height: 170px;
    }

    header .topmenu, header .main-menu-block .m-menu-block, header .service-links-1, .bird3, .bird2, .buterfly, .buterfly2, .bmediumup, .bbigup, .main-games-block .animated-rock, .main-bottom-block .bottom-amatia {
        display: none;
    }

    .char-slider .char-item .c-in {
        width: 60px;
        height: 60px;
    }

    header .main-menu-block .wrap {
        width: auto;
        height: auto;
    }

    header .main-menu-block .logo img {
        width: 80%;
        margin: 0 auto;
    }

    header .topline .menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
        border-radius: 26px;
        background-color: #f7ac2b;
        border: 3px solid #ffffff;
        width: 52px;
        height: 52px;
        z-index: 1;
    }

    header .hamburger {
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        outline: none;
    }

    header .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: #fff;
    }

    header .hamburger-box {
        width: 29px;
        height: 29px;
        display: inline-block;
        position: relative;
    }

    header .hamburger-inner {
        display: block;
        top: 50%;
    }

    header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
        width: 29px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        border-radius: 2px;
    }

    header .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }

    header .hamburger-inner::before {
        top: -8px;
    }

    header .hamburger-inner::after {
        bottom: -8px;
    }

    header .hamburger--spin .hamburger-inner {
        transition-duration: 0.22s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    header .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    header .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    header .hamburger--spin.is-active .hamburger-inner {
        transform: rotate(225deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    header .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    header .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    header .main-menu-block {
        margin-top: -30px;
        height: 175px;
    }

    .char-slider {
        margin: -30px 20px 0;
    }

    .main-info-block {
        margin-top: 240px;
        padding-bottom: 400px;
    }

    .homepage .main-info-block .wrap .girls {
        top: 500px;
        left: -15%;
        display: none;
    }

    .homepage .main-info-block .wrap .boys img {
        width: 45%;
    }

    .homepage .main-info-block .wrap .boys {
        top: 500px;
        right: -15%;
        display: none;
    }

    .main-info-block .wrap {
        padding-top: 30px;
    }

    .main-movies-block .wrap, .main-games-block .wrap, .main-series-block .wrap, .main-drawings-block .wrap, .main-bottom-block .wrap, .char-movies-slider, .char-series-slider, .char-drawings-slider, .about-recommend-block .testimonials-slider {
        width: 430px;
    }

    .movie-item {
        height: 150px;
    }

    .main-movies-block::before {
        background: url(../images/767/video.png) top center no-repeat;
        top: 0;
        height: 400px;
        background-size: 100% 400px;
    }

    .main-games-block::before {
        top: 0;
    }

    .main-games-block .wrap {
        padding-top: 150px;
    }

    .main-games-block .game-item, .main-drawings-block .drawing-item, .char-drawing-item, .char-movie-item {
        height: 190px;
    }

    .main-games-block .game-item .title {
        font-size: 22px;
    }

    .main-series-drawings-block {
        background: url(../images/767/bg-sdarot-birthday.webp) no-repeat top -300px center;
        background-size: 100%;
    }

    .main-series-block, .main-drawings-block .main_drawings_background_block {
        background: none !important
    }

    .main-series-block .series-man {
        display: none;
    }

    .series-slider.slick-slider .slick-track {
        height: 265px;
    }

    .series-slider.slick-slider .slick-slide {
        width: 300px;
    }

    .series-slider.slick-slider .slick-slide.slick-current, .series-slider.slick-slider .slick-slide.slick-center {
        width: 300px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        height: 260px;
    }

    .main-drawings-block {
        height: 1700px;
    }

    .main-drawings-block::before {
        display: none;
    }

    .main-drawings-block::after {
        height: 100px;
        display: none;
    }

    .mainpage-links {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .mainpage-links img {
        width: 90%;
    }

    .mainpage-links .shop-link {
        margin-top: 150px;
    }

    .main-bottom-block {
        background: url('/wp-content/uploads/2021/08/testimonials-pnei-melekh-768.png') no-repeat top -100px center !important;
        background-size: 100% !important;
        height: 1300px;
    }

    .main-bottom-block .water-slide {
        display: none;
    }

    .testimonial-item {
        padding: 120px 50px;
    }

    .testimonial-item::before {
        right: 30px;
        top: 30px;
    }

    .footer-blocks {
        flex-wrap: wrap;
    }

    .footer-blocks .f-block {
        width: 50%;
    }

    .footer-blocks .f-block:last-child {
        display: none;
    }

    .footer-blocks .f-block:nth-child(2) ul {
        width: 100%;
    }

    .mob-overlay {
        background: #fff;
        position: fixed;
        top: 180px;
        left: 0;
        width: 100%;
        padding-top: 10px;
        z-index: 999;
    }

    .mob-overlay.stick {
        top: 100px;
    }

    .mob-overlay .search-box input.search {
        box-shadow: 0 4px 0 rgba(202, 215, 224, 0.65);
        background-color: #e6f3fb;
        font-size: 17px;
        font-weight: 700;
    }

    .mob-overlay .mob-main-blocks {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .mob-overlay .mob-main-block {
        width: 47%;
        border-radius: 10px;
        border: 1px solid #cfdce5;
        padding: 10px;
        text-align: center;
        margin-bottom: 6%;
    }

    .mob-overlay .mob-main-block a {
        width: 100%;
        height: 100%;
        display: block;
        color: #163259;
        font-size: 18px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mob-overlay .mob-main-block a img {
        margin-bottom: 10px;
    }

    .mob-overlay .mob-main-menu {
        margin: 0px 0 7%;
    }

    .mob-overlay .mob-main-menu li {
        margin-bottom: 10px;
    }

    .mob-overlay .mob-main-menu a {
        color: #163259;
        font-size: 16px;
        font-weight: 500;
    }

    .mob-overlay .header-subscription {
        display: flex;
        width: 145px;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 0 rgba(202, 215, 224, 0.65);
        border-radius: 24px;
        border: 3px solid #ffffff;
        background-color: #f7ac2b;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        margin: 0 auto;
    }

    .mob-overlay .mob-contacts {
        background-color: #e6f3fb;
        padding: 50px 0;
        margin-top: -25px;
    }

    .mob-overlay .mob-contacts .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob-overlay .mob-contacts .mpb-contact-col {
        display: flex;
        flex-direction: column;
    }

    .mob-overlay .mob-contacts .mpb-contact-col svg {
        width: 13px;
        background: #105ea1;
        padding: 7.5px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .mob-overlay .mob-contacts .mpb-contact-col a {
        color: #163259;
        font-size: 17px;
        font-weight: 500;
    }

    header .main-menu-block .logo {
        top: 30px;
        left: 50%;
    }

    header .main-menu-block .logo img {
        width: 114px;
    }

    .header-subscription img {
        margin-left: 8px;
    }

    .footer-bottom-info {
        width: 60%;
    }

    .character-template-default .char-main-image {
        width: 200px;
        height: 200px;
    }

    .character-template-default .main-info-block {
        height: 1100px;
    }

    body.character-template-default .char-left-top-image img, body.character-template-default .char-right-top-image img {
        width: 65%;
    }

    body.character-template-default .char-left-top-image {
        left: -170px;
        top: 500px;
    }

    body.character-template-default .char-right-top-image {
        right: -120px;
        top: 500px;
    }

    .page-template-games .page-info-block, .page-template-about .page-info-block, .page-template-donations .page-info-block, .woocommerce-page .page-info-block {
        margin-top: 280px;
    }

    body.woocommerce-page::before, body.blog-page::before, body.page-template-privacy::before, body.page-template-form-thanks::before, body.error404::before, body.page-template-free-video::before, body.page-template-games::before, body.page-template-audio::before, body.page-template-contacts::before, body.page-template-subscription::before, body.page-template-about::before, body.page-template-donations::before, body.page-template-account::before {
        top: -70px;
    }

    .games-data .games-img-right-top, .games-data .games-img-left-top, .games-data .games-img-left-bottom {
        display: none;
    }

    .shopitem-img img {
        width: 100%;
        height: auto;
    }

    .shop-filter {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .shop-filter a {
        margin-bottom: 10px;
    }

    .product-info, .product-img {
        max-width: 100%;
    }

    .product-full {
        flex-wrap: wrap;
        padding-left: 40px;
    }

    .single-product .backtoshop {
        order: 10;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .product-info .shopitem-title {
        margin-top: 25px;
    }

    .woocommerce div.product.shop-item .shopitem-buttons .buy img {
        width: 19px;
        margin-left: 6px;
    }

    .woocommerce div.product.shop-item .shopitem-buttons .buy {
        max-width: 123px;
        padding: 8px 14px 9px 16px;
        font-size: 15px;
    }

    .woocommerce div.product.shop-item .shopitem-buttons .quantity-block {
        max-width: 96px;
        padding: 5px 7px 6px;
        font-size: 21px;
    }

    .woocommerce div.product.shop-item .shopitem-buttons .quantity-block .qib-button {
        width: 29px;
        height: 29px;
        font-size: 21px;
    }

    .woocommerce div.product.shop-item {
        padding: 23.5px 12px 34.5px;
    }

    .cart-data {
        flex-wrap: wrap;
    }

    .cart-info, .cart-collaterals, .cart_totals, .cart-values {
        width: 100%;
    }

    .cart_totals, .cart-values {
        padding-bottom: 0;
    }

    .cart-steps div::after {
        width: 50px;
    }

    .woocommerce-cart .backtoshop {
        margin: 20px 0 40px;
    }

    .vert-ship-line {
        left: 124px;
    }

    .cart-summary-shipping .container label .woocommerce-Price-amount {
        left: 40px;
    }

    .cart-coupon .coupon {
        width: 399px;
    }

    .mob-overlay .search-box input.search::-webkit-input-placeholder {
        color: #163259;
    }

    .mob-overlay .search-box input.search:-moz-placeholder {
        color: #163259;
    }

    .mob-overlay .search-box input.search::-moz-placeholder {
        color: #163259;
    }

    .mob-overlay .search-box input.search:-ms-input-placeholder {
        color: #163259;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:first-child img {
        width: 41px;
        margin-bottom: 0;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:nth-child(2) img {
        width: 34px;
        margin-bottom: 5px;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:nth-child(3) img {
        width: 33px;
        margin-bottom: 5px;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:last-child img {
        width: 31px;
        margin-bottom: 5px;
    }

    .woocommerce-checkout .cart-info, .woocommerce-checkout .cart-values {
        width: 100%;
    }

    .woocommerce-checkout td.product-name .pnq {
        width: 270px;
    }

    .woocommerce-checkout .cart-info .cart-steps {
        display: none;
    }

    .woocommerce-checkout .cart-values .cart-steps {
        display: flex;
    }

    .woocommerce-checkout .cart-data {
        flex-wrap: wrap-reverse;
    }

    .ts-product-image {
        width: 56px;
        height: 56px;
    }

    .woocommerce-checkout-review-order::after {
        left: 100px;
    }

    .woocommerce-checkout .cart-values .cart-steps {
        justify-content: space-evenly;
        background: #fff;
        padding: 0 0 15px;
    }

    .woocommerce-checkout .cart-values {
        padding-top: 0;
    }

    .woocommerce-checkout .cart-steps div::after {
        width: 50px;
    }

    #order_review_heading {
        padding: 20px 0;
    }

    .woocommerce-checkout-review-order .cart-summary-shipping .container label .woocommerce-Price-amount {
        right: 367px;
    }

    .woocommerce-checkout .cart-info {
        margin-top: 40px;
    }

    .woocommerce-checkout .payments-form {
        width: 100%;
    }

    .blog-item {
        max-width: 48%;
    }

    .blog-page .page-info-block {
        margin-top: 280px;
    }

    .blog-page.single-post .page-info-block, .page-template-privacy .page-info-block {
        margin-top: 250px;
    }

    .single-post .blog-data article {
        width: 100%;
        order: -1;
    }

    .single-post .blog-data .blog-img-right-top, .blog-data .blog-img-right-center, .blog-data .blog-img-right-bottom, .blog-data .blog-img-left-top, .blog-data .blog-img-left-bottom {
        display: none;
    }

    article .article-info {
        width: 100%;
    }

    .single-post .blog-data .soc-panel {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }

    .panel-title {
        margin-left: 10px;
    }

    .related-articles .related-articles-items .related-article {
        width: 47%;
    }

    .page-template-free-video .page-info-block, .page-template-subscription .page-info-block {
        margin-top: 280px;
    }

    .page-template-free-video .componentWrapper .vimeoHolder {
        width: 410px !important;
        height: 250px !important;
    }

    .page-template-free-video .video-selected .title, .page-template-free-video #eapps-vimeo-gallery-1 .eavg-info-component {
        bottom: -5px;
    }

    .page-template-free-video .vimeoHolder .player-title {
        font-size: 26px;
    }

    .page-template-free-video .componentWrapper .playlist-item:nth-child(3n+2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    .page-template-free-video .scroll_wrapper {
        justify-content: space-between;
    }

    .page-template-free-video .componentWrapper .playlist-item {
        width: 240px !important;
        margin-bottom: 4% !important;
    }

    .page-template-contacts .page-info-block {
        margin-top: 270px;
    }

    .page-template-subscription .page-text, .about-data .about-img, .about-data .about-text {
        width: 100%;
    }

    .subscription-plan {
        width: 240px;
        padding: 32px 30px 40px;
    }

    .subscription-benefits-title::before, .subscription-benefits-title::after {
        display: none;
    }

    .about-data .about-text {
        margin-top: 23px;
    }

    .about-data .recommend-videos, .akdasha-data .wrap, .privatearea-data .wrap {
        flex-wrap: wrap;
    }

    .about-data .recommend-video {
        width: 450px;
        text-align: center;
        margin-bottom: 25px;
    }

    .about-data .recommend-video .shadow {
        width: 398px;
        left: 50%;
        transform: translateX(-50%);
    }

    .birthday-side, .gifts {
        width: 100%;
        margin: 0;
    }

    .birthday-side .title {
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .gift {
        width: 336px;
        margin: 29px auto 0 !important;
        background-size: auto !important;
        padding: 70px 15px 20px;
        float: none !important;
    }

    .gift .item {
        width: 90%;
    }

    .gift .item .desc .price {
        font-size: 80px;
    }

    .gifts .right-balls, .gifts .left-balls, .privatearea-data .wrap::after {
        display: none;
    }

    .privatearea-data .user-info, .privatearea-data .subscription-info {
        width: 100%;
    }

    .privatearea-data .user-info {
        padding-left: 0;
    }

    .privatearea-data .subscription-info {
        padding-right: 0;
        margin-top: 50px;
        padding-top: 30px;
        border-top: 1px solid #dcedf5;
    }

    .error404 .page-info-block, .page-template-form-thanks .page-info-block {
        margin-top: 270px;
    }

    .page-template-form-thanks .bottom-images {
        margin-top: 100px;
    }

    .page-template-form-thanks .bottom-images img:first-child {
        width: 50%;
    }

    .page-template-form-thanks .bottom-images img:nth-child(2) {
        width: 15%;
    }

    .player-body .player-main .video-main .play-button, .vimeoHolder .play-button {
        width: 85px;
        height: 85px;
    }

    .search .blog-data .blog-img-left-top {
        display: block;
    }

    .page-template-audio .page-info-block {
        margin-top: 280px;
    }

    .vimeoHolder .play-button.play-big::after {
        width: 40px;
        height: 40px;
    }

    .woocommerce-checkout .payment-inner-table {
        align-items: center;
    }

    .payment-table .container {
        width: 100%;
    }

    .payment-table .container label {
        flex-direction: row;
        align-items: center;
    }

    .payment-table .container label img {
        margin-left: 15px;
        margin-bottom: 2px;
    }

    .char-slider .char-item .c-title {
        font-size: 16px;
    }

    .fancybox-navigation .fancybox-button {
        height: 35px;
        box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
        border: 3px solid #ffffff;
        background-color: #105ea2;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        border-radius: 50%;
        font-size: 0;
        cursor: pointer;
        transition: 0.6s;
        /* z-index: 1;
         */
        margin-top: 16px;
        padding: 10px 0;
        width: 35px;
        top: 46%;
        background-clip: unset;
    }

    .fancybox-navigation .fancybox-button:hover {
        background-color: #2c5997;
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        background-image: url(../images/icons/arrow-left.svg);
        left: 5px;
    }

    button.fancybox-button.fancybox-button--arrow_right {
        background-image: url(../images/icons/arrow-right.svg);
        right: 5px;
    }

    .componentWrapper .vimeoHolder {
        width: 100% !important;
        height: 300px !important;
    }

    .single-series .componentWrapper .playlist-item, .single-movies .componentWrapper .playlist-item {
        width: 48% !important;
        height: auto;
        margin-bottom: 6% !important;
    }

    .single-series .scroll_wrapper, .single-movies .scroll_wrapper {
        margin-top: 0;
    }

    .single-series .componentWrapper .playlist-item .playlistInfo span.playlistTitle, .single-movies .componentWrapper .playlist-item .playlistInfo span.playlistTitle {
        color: #105ea2;
    }

    .single-series .componentWrapper .playlist-item .playlistInfo, .single-movies .componentWrapper .playlist-item .playlistInfo {
        position: relative;
        bottom: 0;
    }

    .single-series .componentWrapper .playlist-item .playlistThumb, .single-movies .componentWrapper .playlist-item .playlistThumb {
        width: 100% !important;
    }

    .single-series .componentWrapper .playlist-item .play-button, .single-movies .componentWrapper .playlist-item .play-button {
        width: 42px;
        height: 42px;
        top: 37%;
        left: 48%;
    }

    .single-series .componentWrapper .playlist-item .play-button::after,
    .single-movies .componentWrapper .playlist-item .play-button::after {
        width: 20px;
    }

    .single-series .componentWrapper .vimeoHolder, .single-movies .componentWrapper .vimeoHolder {
        width: 100% !important;
        height: 300px !important;
    }

    .main-info-block.sun_class .char-movies-slider {
        width: 100%;
        margin: 20px auto !important;
    }

    .char-tabs-month {
        margin-top: 23px;
    }

    .char-tabs-month ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .char-tabs-month ul li a {
        padding: 5px 10px;
        height: 30px;
        font-size: 16px;
        line-height: 17px;
    }

    .first-video.first-video-tabs {
        margin-top: 10px;
    }

    .first-video .char-movie-item {
        width: calc(100% - 10px);
        border-width: 5px;
        height: 235px;
    }

    .first-video .char-movie-item .play-button {
        width: 70px;
        height: 70px;
    }

    .first-video .char-movie-item .play-button::after {
        width: 35px;
        height: 30px;
    }

    .first-video .char-movie-item .title {
        font-size: 20px;
        bottom: 10px;
    }

    .char-movies-slider {
        margin: 0 auto;
        width: 100%;
    }

    .char-movies-slider .first-video .char-movie-item {
        width: 97%;
        height: 250px;
        border: 6px solid #406faf;
    }

    .char-movies-slider .char-movie-item {
        width: 47%;
        height: 135px;
        border: 3px solid #406faf;
    }

}

.title-page {
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(24 41 72 / 15%);
    color: #105EA2;
    padding: 80px 0px 0px;
}

.single-games .games-data .games-img-right-top, .single-games .games-data .games-img-left-top {
    display: none;
}

@media only screen and (max-width: 575.98px) {

    .all-slider .slick-slide div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .all-slider .play-button {
        width: 57px;
        height: 57px;
    }

    .all-slider .play-button::after {
        width: 23px;
        height: 26px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .all-slider .slick-prev {
        right: -35px;
    }

    .all-slider .slick-next {
        left: -35px;
    }

    .is-sticky header .main-menu-block .logo {
        left: 70%;
    }

    body.homepage {
        background-position: top center;
        background-size: 100% 1200px;
    }

    .wrap, footer .wrap, .akdasha-data .wrap, .privatearea-data .wrap {
        width: calc(100% - 25px);
    }

    footer {
        margin-top: 0;
    }

    .hello-block {
        text-shadow: 0 4px 0 rgba(24, 41, 72, 0.15);
        font-size: 42px;
    }

    .hello-block-under {
        font-size: 28px;
    }

    .main-movies-block .block-title, .main-series-block .block-title {
        font-size: 30px;
        background-size: contain;
    }

    .main-games-block .block-title, .main-bottom-block .block-title {
        font-size: 30px;
        margin-bottom: 19px;
    }

    .main-movies-block .wrap, .main-games-block .wrap, .main-series-block .wrap, .main-drawings-block .wrap, .main-bottom-block .wrap, .char-movies-slider, .char-series-slider, .char-drawings-slider, .about-recommend-block .testimonials-slider {
        width: calc(100% - 75px);
    }

    .main-text-block {
        width: 100%;
        padding: 20px 20px 0;
        font-size: 17px;
    }

    .movie-item {
        height: 190px;
    }

    .main-games-block .game-item, .main-drawings-block .drawing-item {
        height: 220px;
    }

    .main-series-drawings-block {
        background-position: top -100px center;
    }

    .main-series-block {
        height: 580px;
    }

    .mainpage-links img {
        width: 70%;
    }

    .main-games-block {
        height: 825px;
    }

    .mainpage-links .shop-link {
        margin-top: 75px;
    }

    .main-drawings-block .block-title {
        font-size: 30px;
        padding: 20px 0;
    }

    .slick-arrow {
        min-width: 33px;
        height: 33px;
        box-shadow: 0 4px 0px rgb(94 102 108 / 38%);
    }

    .is-sticky .char-slider, .char-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .movies-slider .slick-prev, .games-slider .slick-prev, .series-slider .slick-prev, .drawing-slider .slick-prev, .testimonials-slider .slick-prev, .char-movies-slider .slick-prev, .char-series-slider .slick-prev, .char-drawings-slider .slick-prev {
        right: -35px;
    }

    .movies-slider .slick-next, .games-slider .slick-next, .series-slider .slick-next, .drawing-slider .slick-next, .testimonials-slider .slick-next, .char-movies-slider .slick-next, .char-series-slider .slick-next, .char-drawings-slider .slick-next {
        left: -35px;
    }

    .main-drawings-block::after {
        height: 100px;
        display: block;
    }

    .main-drawings-block {
        height: 1430px;
    }

    .main-bottom-block {
        background: url('/wp-content/uploads/2021/08/testimonials-pnei-melekh-768.png') no-repeat top center !important;
        padding-top: 70px;
        margin-top: -40px;
        background-size: cover !important;
        height: 1026px;
    }

    .main-bottom-block::before {
        height: 50px;
        top: -50px;
        display: none;
    }

    .testimonial-item::before {
        right: 0px;
        top: 0px;
        width: 70px;
        height: 44px;
        background-size: cover !important;
    }

    .testimonial-item {
        padding: 62px 48px 0 30px;
        font-size: 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        line-height: 18px;
        height: 268px;
    }

    .f-info-block img {
        width: 70%;
    }

    .f-info-block {
        color: #fff;
        font-size: 14px;
    }

    .footer-blocks .f-block {
        width: 100% !important;
    }

    .footer-blocks .f-block:nth-child(2) {
        margin-top: 40px;
    }

    .developer a {
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-bottom-info {
        flex-direction: column-reverse;
    }

    .newsletter form {
        width: 340px;
    }

    .overlay-login, .overlay-recovery-password {
        padding: 35px 20px 35px;
        width: 300px;
    }

    .mainpage-links {
        margin-top: 100px;
    }

    body.postid-32 {
        background: url(../images/767/bg-dmut.jpg) no-repeat top center !important;
        background-size: 100% !important;
    }

    header .main-menu-block .logo {
        top: 10px;
    }

    header .topline {
        padding-top: 10px;
    }

    .char-slider {
        margin-top: -65px;
    }

    .is-sticky .char-slider {
        margin-top: 3px;
    }

    .character-template-default .char-main-image {
        width: 121px;
        height: 121px;
    }

    .character-template-default .main-info-block {
        margin-top: 180px;
        height: 660px;
    }

    .character-template-default .char-main-text {
        font-size: 15px;
        width: auto;
        max-width: 400px;
    }

    .character-template-default .char-main-title {
        font-size: 42px;
    }

    body.character-template-default .char-left-top-image, body.character-template-default .char-right-top-image, .char_movies_right_image, .char_series_right_top_image, .char_series_right_bottom_image, .char_series_left_top_image, .char_series_left_bottom_image, .char_drawing_right_top_image, .char_drawing_right_bottom_image, .char_drawing_left_top_image, .char_drawing_left_bottom_image {
        display: none;
    }

    .char-movies-block::before, .char-series-block::before, .char-drawings-block .char_bottom_background_block {
        top: 0;
    }

    header .service-links-2 a, header .topline .menu-button {
        width: 42px;
        height: 42px;
    }

    header .hamburger-box, header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after {
        width: 20px;
    }

    .header-cart img {
        width: 22px;
    }

    header .hamburger-inner::after {
        bottom: -7px;
    }

    header .hamburger-inner::before {
        top: -7px;
    }

    .main-info-block {
        margin-top: 200px;
        padding-bottom: 300px;
    }

    .is-sticky header .main-menu-block {
        margin-top: -40px;
        height: 60px;
    }

    .is-sticky header .main-menu-block .logo img {
        width: 62px;
    }

    .is-sticky header {
        height: 140px;
    }

    header .main-menu-block {
        margin-top: -40px;
    }

    .character-template-default .main-info-block {
        margin-top: 185px;
    }

    .character-template-default .char-main-title {
        padding-top: 10px;
    }

    header .main-menu-block {
        background-size: 100% 145px;
    }

    header {
        height: 175px;
    }

    .main-info-block .wrap {
        padding-top: 10px;
    }

    .main-video-block .title {
        font-size: 20px;
    }

    .join-button {
        padding: 7.5px 15px 6.5px;
        margin-top: 17px;
    }

    body.homepage {
        background-size: 100% 1280px !important;
    }

    .movie-item .title, .main-games-block .game-item .title, .series-slider.slick-slider .slick-slide.slick-current .series-item .title, .series-slider.slick-slider .slick-slide.slick-center .series-item .title, .drawing-item .title, .char-movie-item .title {
        font-size: 24px;
        bottom: 20px;
    }

    .char-movie-item .title {
        font-size: 16px;
        bottom: 0px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        max-width: 350px;
    }

    .all-games-button {
        max-width: 147px;
        margin: 25px auto;
        font-size: 18px;
        padding: 11px 14px 11px;
    }

    .shop-link a {
        font-size: 39px;
    }

    .main-drawings-block::after {
        background: #ef6656;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item .play-button, .series-slider.slick-slider .slick-slide.slick-center .series-item .play-button {
        width: 57px;
        height: 57px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item .play-button::after, .series-slider.slick-slider .slick-slide.slick-center .series-item .play-button::after {
        width: 23px;
        height: 26px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        box-shadow: 0 16px 0 rgb(24 41 72 / 27%);
    }

    .main-games-block .game-item {
        box-shadow: 0 4px 0 rgb(24 41 72 / 15%);
    }

    .testimonial-item .name {
        font-size: 16px;
    }

    .nl-title {
        font-size: 30px;
        padding-bottom: 24px;
    }

    .f-info-blocks .f-info-block:nth-child(2) .imgtag::after {
        width: 31px;
        height: 31px;
        background-size: cover;
        right: -29px;
    }

    .movies-slider .slick-slide div, .games-slider .slick-slide div, .drawing-slider .slick-slide div, .testimonials-slider .slick-slide div, .series-slider .slick-slide div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .movies-slider .slick-arrow, .games-slider .slick-arrow, .drawing-slider .slick-arrow, .testimonials-slider .slick-arrow {
        top: 40%;
    }

    .series-slider .slick-arrow {
        top: 50%;
    }

    .main-games-block .main_games_background_block {
        top: -10px;
    }

    .mob-overlay {
        top: 115px;
    }

    .mob-overlay.stick {
        top: 70px;
    }

    .character-template-default footer {
        padding-top: 45px;
        margin-top: -90px;
        z-index: 10;
    }

    .page-info-block .page-title {
        font-size: 42px;
    }

    .page-template-games .page-info-block, .page-template-about .page-info-block, .page-template-donations .page-info-block, .woocommerce-page .page-info-block {
        margin-top: 210px;
    }

    body.woocommerce-page::before, body.blog-page::before, body.page-template-privacy::before, body.page-template-form-thanks::before, body.error404::before, body.page-template-free-video::before, body.page-template-games::before, body.page-template-audio::before, body.page-template-contacts::before, body.page-template-subscription::before, body.page-template-about::before, body.page-template-donations::before, body.page-template-account::before {
        top: -150px;
    }

    .games-data {
        margin: 200px 0 100px;
    }

    .games-data .games-img-right-top {
        display: block;
        top: -180px;
    }

    .games-data .games-img-right-top img, .games-data .games-img-left-top img {
        width: 50%;
    }

    .games-data .games-img-left-top {
        display: block;
        left: -40%;
        top: -220px;
    }

    .games-data .game-item {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .games-data .gameitem-img {
        width: 50%;
    }

    .games-data .gameitem-title {
        order: -1;
        padding: 0 0 10px;
        border-bottom: 1px solid #cfdce5;
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
    }

    .games-data .gameitem-info {
        order: 1;
        text-align: right;
        width: 45%
    }

    .games-data .gameitem-img {
        order: 2;
    }

    .games-data .togame {
        order: 4;
        margin: 10px auto 0;
    }

    .games-data .game-item .b-line {
        order: 3;
        border-bottom: 1px solid #cfdce5;
        width: 100%;
        margin-top: 10px;
    }

    .games-data .gameitem-text {
        padding-bottom: 0;
    }

    .shop-filter a {
        width: 30%;
        font-size: 13px;
        padding: 4px 0;
    }

    .shop-filter a:last-child {
        width: 60%;
    }

    .shop-filter {
        flex-wrap: nowrap;
        padding: 30px 0;
    }

    .woocommerce div.product.shop-item {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .shopitem-img, .shopitem-info {
        width: 45%;
    }

    .shopitem-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .shopitem-buttons .add-to-cart-container {
        margin-top: 0;
    }

    .shopitem-info {
        order: -1;
    }

    .woocommerce-pagination .page-numbers li {
        margin: 0 5px;
    }

    .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
        padding: 5px;
        width: 30px;
        font-size: 14px;
    }

    .woocommerce-pagination {
        margin-top: 20px;
    }

    .shop-data, .blog-data {
        padding-bottom: 100px;
    }

    .woocommerce-page.single-product .page-info-block {
        margin-top: 170px;
    }

    .product-full {
        padding: 20px;
    }

    .product-info .shopitem-title {
        font-size: 24px;
    }

    .shopitem-price {
        margin: 20px 0 30px;
    }

    .product-info .shopitem-price .woocommerce-Price-amount {
        font-size: 18px;
    }

    .product-info .shopitem-desc {
        margin: 0px 0 35px;
        font-size: 15px;
    }

    .product-info .shopitem-buttons .buy img {
        width: 19px;
        margin-left: 6px;
    }

    .product-info .shopitem-buttons .buy {
        max-width: 123px;
        padding: 8px 14px 9px 20px;
        font-size: 15px;
    }

    .product-info .shopitem-buttons .quantity-block {
        max-width: 96px;
        padding: 5px 7px 6px;
        font-size: 21px;
    }

    .product-info .shopitem-buttons .quantity-block .qib-button {
        width: 29px;
        height: 29px;
        font-size: 21px;
    }

    .backtoshop {
        font-size: 14px;
        padding: 6.5px 0;
        width: 110px;
        border-radius: 14px;
    }

    .backtoshop::before {
        width: 10px;
        height: 9px;
        margin-left: 7px;
    }

    .related-items-title {
        font-size: 28px;
        padding: 45px 0 28px;
    }

    .single-product .woocommerce-notices-wrapper .woocommerce-message .button {
        padding: 10px 10px 9px;
        max-width: 140px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .woocommerce-page.woocommerce-cart .page-info-block, .woocommerce-page.woocommerce-checkout .page-info-block {
        margin-top: 0px;
    }

    .cart-data {
        padding: 15px 0;
    }

    .cart-steps a {
        font-size: 14px;
    }

    .cart-steps a span, .cart-steps div {
        margin-left: 5px;
    }

    .cart-steps div::after {
        width: 30px;
    }

    .cart-steps {
        padding-bottom: 30px;
        padding-right: 14px;
    }

    .cart-info .cart-title {
        font-size: 28px;
        padding-bottom: 16px;
        padding-right: 14px;
    }

    .cart-info .cart-table-row:first-child, .cart-info .cart-table-row .cart-table-cost, .cart-info .cart-table-row .cart-table-price {
        display: none;
    }

    .cart-table {
        border-top: 1px solid rgba(194, 194, 194, 0.5);
    }

    .cart-info .cart-table-row {
        padding: 19px 0;
    }

    .cart-info .cart-table-row .cart-table-img {
        display: block;
        float: right;
        width: 98px;
        height: 98px;
        margin-left: 10px;
    }

    .cart-info .cart-table-row .cart-table-img img {
        max-width: 98px;
    }

    .cart-info .cart-table-row .cart-table-product .price-mob {
        display: block;
    }

    .cart-info .cart-table-row .cart-table-product span.cart-product-title {
        width: 100%;
        font-size: 17px;
    }

    .cart-info .cart-table-row .cart-table-product {
        width: 100%;
    }

    .cart-info .cart-table-row {
        display: block;
    }

    .cart-product-mob {
        width: 65%;
    }

    .cart-info .cart-table-row .cart-table-product .price-mob .woocommerce-Price-amount {
        color: #163259;
        font-size: 14px;
        font-weight: 500;
    }

    .cart-info .cart-table-row .cart-table-product {
        align-items: flex-start;
    }

    .cart-info .cart-table-row {
        position: relative;
    }

    .cart-info .cart-table-row .cart-table-quantity {
        position: absolute;
        right: 118px;
        bottom: 19px;
    }

    .cart-info .cart-table-row .cart-table-remove {
        width: 34px;
        position: absolute;
        left: 17px;
        bottom: 19px;
    }

    .woocommerce-cart .backtoshop {
        margin-right: 10px;
    }

    .cart-summary-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .cart_totals, .cart-values {
        padding-top: 26px;
        border-radius: 0 0 20px 20px;
    }

    .cart-summary-shipping .container label .woocommerce-Price-amount {
        left: 34px;
    }

    .vert-ship-line {
        left: 117px;
    }

    .cart-coupon .coupon {
        width: 321px;
    }

    .cart-data {
        padding: 15px 0 0;
    }

    .char-slider .char-item .c-in {
        box-shadow: 0 4px 0px rgb(94 102 108 / 38%)
    }

    .char-slider .char-item {
        padding: 4px;
    }

    .footer-user-links {
        border-bottom: 1px solid rgba(218, 236, 245, 0.37);
        /* margin-left: -50px;
         */
        /* margin-right: -50px;
         */
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom-panel, .footer-bottom-panel a {
        font-size: 12px;
        color: rgba(230, 243, 251, 0.67);
    }

    .footer-bottom-info .ppolicy {
        margin-bottom: 5px;
    }

    .footer-user-links .single-mlink {
        margin: 10px;
        padding: 12px;
    }

    .developer a img {
        margin-right: 0;
        width: 63px;
        margin-bottom: 1.5px;
    }

    .header-whatsapp.fixed-bottom {
        display: block;
        padding: 11px 10px 12px 13px;
        background-color: #67c15e;
        position: fixed;
        left: 10px;
        bottom: 80px;
        border-radius: 50%;
        box-shadow: 0 4px 0 rgb(94 102 108 / 38%);
        border: 3px solid #fff;
        z-index: 2;
    }

    .character-template-default .main-info-block .wrap {
        padding-top: 15px;
    }

    body.homepage {
        background: url(../images/bg-main-375.webp) no-repeat top 0 center !important;
        background-size: 100% 985px !important;
    }

    .main-movies-block .main_movies_top_background_block {
        background-image: url(../images/grass-background-375.png) !important;
        background-size: 100%;
        top: -30px;
    }

    .woocommerce-checkout .cart-values .cart-steps {
        padding: 0 14px 15px;
    }

    .woocommerce-checkout .cart-values .cart-steps div {
        margin-left: 0;
    }

    #order_review_heading {
        padding: 19px 0 14px;
        font-size: 24px;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name, .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .cart-discount th {
        padding: 15px 12px;
        font-size: 17px;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name strong.product-quantity {
        font-size: 14px;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-total, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout-review-order-table .cart-discount td, .woocommerce-checkout .cart-summary-shipping .container .woocommerce-Price-amount {
        font-size: 14px;
    }

    .woocommerce-checkout td.product-name .pnq {
        width: auto;
    }

    .ts-product-image {
        margin-left: 12px;
    }

    .woocommerce-checkout .cart-values {
        border-radius: 0;
    }

    .woocommerce-checkout-review-order .cart-summary-shipping .container label .woocommerce-Price-amount {
        right: 287px;
    }

    .woocommerce-checkout .cart-info {
        margin-top: 43px;
    }

    .woocommerce-checkout .cart-info .cart-title {
        font-size: 24px;
        padding-bottom: 19px;
        padding-right: 15px;
    }

    .woocommerce-checkout .cart-info .cart-form-title {
        font-size: 20px;
        padding-bottom: 10px;
        padding-right: 15px;
    }

    .woocommerce-checkout .cart-info .cart-form {
        margin: 0 15px;
    }

    .woocommerce-checkout .cart-info .cart-form p.form-row {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-checkout .cart-info .cart-form input {
        border: 1px solid rgba(102, 102, 102, 0.4);
        font-size: 16px;
        padding: 14px;
    }

    .woocommerce-checkout .ship-other-address .container {
        font-size: 20px;
    }

    .woocommerce-checkout .ship-other-address {
        margin-top: 28px;
        padding: 20px 15px;
    }

    .woocommerce-checkout .payment-table-title {
        font-size: 20px;
        padding: 26px 15px 16px;
    }

    .woocommerce-checkout .payments-form {
        padding: 0 15px;
    }

    .woocommerce-checkout .payment-table .container {
        width: 100%;
    }

    .woocommerce-checkout .payment-table .container label img {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 10px;
    }

    .woocommerce-checkout .payment-table .container label {
        flex-direction: row;
        align-items: center;
    }

    .woocommerce-checkout .payment-table .container label a {
        margin-right: 10px;
    }

    .woocommerce-checkout .payment-table .order-button {
        margin: 27px 0 50px;
        width: 198px;
        border-radius: 22px;
        font-size: 17px;
        padding: 9px 0 10px;
    }

    .woocommerce-checkout .cart-info .cart-inner-info {
        padding: 0;
    }

    .woocommerce-checkout .cart-info .backtoshop {
        margin-bottom: 19px;
        margin-right: 15px;
        width: 110px;
        position: relative;
    }

    .blog-data .search-form {
        margin: 10px auto 155px;
        width: 100%;
    }

    .blog-data .search-box input.search {
        border-radius: 22px;
        font-size: 17px;
        padding: 13px 17px 12px;
    }

    .blog-data .search-box input[type="submit"] {
        width: 44px;
        height: 44px;
        background-size: 19px;
    }

    .blog-page .page-info-block {
        margin-top: 210px;
    }

    .blog-page.single-post .page-info-block, .page-template-privacy .page-info-block {
        margin-top: 190px;
    }

    .blog-item {
        padding: 16px 16px 33px;
    }

    .blogitem-title {
        font-size: 18px;
        padding: 12px 0 14px;
    }

    .blogitem-date {
        font-size: 13px;
        padding-bottom: 16px;
    }

    .toarticle::after {
        content: '';
        width: 9px;
        height: 9px;
    }

    .toarticle {
        width: 98px;
        border-radius: 20px;
        font-size: 15px;
        padding: 9px 0 8px;
    }

    .blog-data .blog-img-right-center, .blog-data .blog-img-right-bottom, .blog-data .blog-img-left-bottom {
        display: none;
    }

    .blog-data .blog-img-left-top {
        left: -170px;
        top: 8%;
    }

    .blog-data .blog-img-left-top img {
        width: 60%;
    }

    .blog-data .blog-img-right-top {
        right: -80px;
        top: 4%;
    }

    .blog-data .blog-img-right-top img {
        width: 70%;
    }

    .single-post .blog-data article, .page-template-privacy .blog-data article {
        padding: 12px 12px 0;
    }

    article img:first-child {
        border-radius: 10px 10px 0 0;
    }

    article .article-title {
        font-size: 30px;
        padding: 17px 0 9px;
    }

    article .article-date {
        font-size: 15px;
    }

    article .article-shortdesc p {
        font-size: 18px;
        padding: 13px 0;
        line-height: 25px;
    }

    article .article-fulltext {
        padding-top: 21px;
        font-size: 16px;
        line-height: 24px;
    }

    article #ez-toc-container {
        width: 100%;
        padding: 14px 49px 14px 20px;
        margin-bottom: 18px;
    }

    article #ez-toc-container::before {
        right: 12px;
        top: 16px;
    }

    div#ez-toc-container ul li {
        font-size: 100%;
    }

    article .article-fulltext #ez-toc-container ul li a {
        font-size: 14px;
    }

    #ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
        line-height: 24px;
    }

    article .article-fulltext h2, article .article-fulltext h3, article .article-fulltext h4, article .article-fulltext h5 {
        padding-top: 10px;
    }

    article .article-fulltext h2 {
        font-size: 24px;
    }

    article .article-fulltext h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    article .article-fulltext ul li, article .article-fulltext ol li {
        margin-right: 9px;
    }

    article .article-conclusion {
        margin: 38px -12px 0 -12px;
        padding: 28px 18px 38px;
        border-radius: 0 0 20px 20px;
    }

    article .article-conclusion h4 {
        padding-top: 0;
    }

    article .article-conclusion p {
        font-size: 17px;
    }

    .panel-title {
        font-size: 22px;
    }

    .soc-panel .novashare-buttons.large .novashare-buttons-wrapper a.novashare-button {
        box-shadow: 0 4px 0 rgb(94 102 108 / 38%);
        width: 40px;
        height: 40px;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 20px;
    }

    .novashare-button-icon > * {
        height: 40%;
    }

    .novashare-inline {
        margin-bottom: 0;
    }

    .related-articles .panel-title {
        font-size: 28px;
        padding: 0 0 29px;
    }

    .blog-data .related-articles .related-article {
        padding: 16px 16px 30px;
    }

    .blog-data .related-articles .related-articles-items .related-article {
        width: 48%;
    }

    .blog-data .related-articles .related-articles-items .related-article .related-article-title {
        font-size: 18px;
        padding: 12px 0 14px;
    }

    .blog-data .related-articles .related-articles-items .related-article .related-article-date {
        font-size: 13px;
        padding-bottom: 16px;
    }

    .blog-data .related-articles .related-articles-items .related-article .readmore {
        width: 98px;
        border-radius: 20px;
        font-size: 15px;
        padding: 9px 0 8px;
    }

    .page-template-free-video .page-info-block {
        margin-top: 210px;
    }

    .page-template-free-video .componentWrapper .vimeoHolder::before {
        width: 17px;
        background-size: contain;
        right: -13px;
        background-repeat: repeat-y;
    }

    .page-template-free-video .componentWrapper .vimeoHolder::after {
        width: 17px;
        background-size: contain;
        left: -13px;
        background-repeat: repeat-y;
    }

    .page-template-free-video .componentWrapper .vimeoHolder {
        width: 350px !important;
        height: 210px !important;
    }

    .page-template-free-video .vimeoHolder .player-title {
        font-size: 24px;
        bottom: 15px;
    }

    .page-template-free-video .video-selected .title, .page-template-free-video #eapps-vimeo-gallery-1 .eavg-info-component {
        bottom: -8px;
    }

    .page-template-free-video .scroll_wrapper {
        margin-top: 30px;
    }

    .page-template-free-video .componentWrapper .playlist-item {
        width: 49% !important;
        margin-bottom: 6% !important;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistThumb {
        border: 3px solid #ffffff;
        border-radius: 20px;
    }

    .page-template-free-video .componentWrapper .playlist-item.playlistSelected .playlistThumb {
        border-color: #105ea2;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistThumb::after {
        content: '';
        width: 100%;
        height: 69px;
        border-radius: 20px;
        background-image: linear-gradient(to top, #0b1422 0%, rgba(11, 20, 34, 0) 100%);
        opacity: 0.79;
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
        border: 0;
        background-color: transparent;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistInfo {
        color: #fdfefe;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        display: block;
        text-align: center;
        z-index: 1;
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 10px;
    }

    .page-template-free-video #eapps-vimeo-gallery-1 .eavg-grid-videos .eavg-grid-component.jsx-4291830201 .eavg-grid-item .eavg-video-card-image .eavg-image-image {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .page-template-free-video #eapps-vimeo-gallery-1 .eavg-grid-video {
        width: 305px;
    }

    .page-template-free-video .componentWrapper .playlist-item .play-button {
        width: 46px;
        height: 46px;
        top: 40%;
    }

    .page-template-free-video .componentWrapper .playlist-item .play-button::after {
        width: 21px;
        height: 23px;
        left: 57%;
    }

    .page-template-free-video .componentWrapper .playlistHolder_small {
        width: 100%;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistThumb {
        height: 125px;
    }

    .player-body .player-main .video-main .play-button, .vimeoHolder .play-button {
        width: 64px;
        height: 64px;
        border: 4px solid #ffffff;
    }

    .player-body .player-main .video-main .play-button::after, .vimeoHolder .play-button::after {
        width: 22px;
        height: 25px;
    }

    .freevideo-data .vimeoHolder .slick-next {
        left: -25px;
    }

    .freevideo-data .vimeoHolder .slick-prev {
        right: -25px;
    }

    .freevideo-data {
        margin: 200px 0 100px;
    }

    .freevideo-data .freevideo-img-right-top {
        right: -40%;
        top: -17%;
    }

    .freevideo-data .freevideo-img-right-top img {
        width: 80%;
    }

    .freevideo-data .freevideo-img-left-top {
        left: -160%;
        top: -15%;
    }

    .freevideo-data .freevideo-img-left-top img {
        width: 50%;
    }

    .page-template-contacts .page-info-block {
        margin-top: 210px;
        height: 920px;
    }

    .page-template-contacts {
        background: url(../images/bg-contact-375.jpg) no-repeat top center;
        background-size: contain;
    }

    body.page-template-contacts::before, .page-template-contacts .bottom-images {
        display: none;
    }

    .page-template-contacts .contact-form {
        margin-top: 230px;
        padding: 23px 18px 32px;
    }

    .page-template-contacts .contact-form .form-text {
        font-size: 22px;
    }

    .page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-name, .page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-phone, .page-template-contacts .contact-form form .wpcf7-form-control-wrap.your-email, .page-template-contacts .contact-form form .select {
        width: 100%;
    }

    .page-template-contacts .contact-form form input[type="text"], .page-template-contacts .contact-form form input[type="tel"], .page-template-contacts .contact-form form input[type="email"], .page-template-contacts .contact-form form textarea, .page-template-contacts .contact-form form select {
        margin-bottom: 9px;
        padding: 14px 13px 13px;
        font-size: 15px;
    }

    .page-template-contacts .contact-form form select {
        margin-bottom: 0;
    }

    .page-template-contacts .contact-form form .select {
        margin-bottom: 9px;
    }

    .page-template-contacts .contact-form form input[type="submit"] {
        width: 97px;
        margin: 0 auto;
        padding: 10.5px 0;
        font-size: 17px;
        border-radius: 23px;
    }

    .page-template-subscription .page-info-block {
        margin-top: 210px;
    }

    .page-template-subscription .page-subtitle {
        font-size: 20px;
        padding-top: 10px;
    }

    .page-template-subscription .page-text {
        width: 305px;
        font-size: 18px;
        margin: 20px auto 22px;
    }

    .page-template-subscription .page-slogan {
        font-size: 20px;
    }

    .subscription-data {
        margin-top: 227px;
    }

    .subscription-data .manui-img-right-top img, .subscription-data .manui-img-left-top img, .about-data .about-img-right-top img, .about-data .about-img-left-top img {
        width: 50%;
    }

    .subscription-data .manui-img-right-top, .subscription-data .manui-img-left-top {
        top: -7%;
    }

    .subscription-data .manui-img-left-top {
        left: -60%;
    }

    .subscription-plans {
        flex-wrap: wrap;
        margin: 35px auto 7px;
    }

    .subscription-plan {
        width: 100%;
    }

    .subscription-title {
        font-size: 17px;
    }

    .subscription-plan .subscription-price {
        font-size: 67px;
        padding-top: 5px;
    }

    .subscription-benefits-title {
        font-size: 17px;
        width: 148px;
        padding: 5.5px 0 4.5px;
        margin: 0 auto 23px;
    }

    .subscription-benefits-text {
        font-size: 15px;
        padding-bottom: 16px;
        min-height: auto;
    }

    .buy-subscription {
        width: 118px;
        border-radius: 22px;
        font-size: 17px;
        padding: 9.5px 0 10.5px;
    }

    .cart-data .cart-info {
        padding-bottom: 80px;
    }

    .subscription-text {
        font-size: 17px;
        padding: 28px 10px 0;
    }

    .subscription-text ul li {
        font-size: 14px;
    }

    .subscription-text ul li::before {
        width: 14px;
        height: 14px;
    }

    .subscription-plan {
        padding: 24px 34px 10px;
        margin-bottom: 50px;
    }

    .subscription-benefits-title::before, .subscription-benefits-title::after {
        display: block;
    }

    .subscription-benefits-title::before {
        width: 80px;
        left: -80px;
    }

    .subscription-benefits-title::after {
        width: 80px;
        right: -80px;
    }

    .subscription-page-text {
        padding: 39px 30px;
        font-size: 16px;
    }

    .subscription-page-text-title {
        font-size: 18px;
    }

    .subscription-page-text-slogan {
        font-size: 30px;
        padding: 20px 0;
    }

    .subscription-page-text-subtitle {
        font-size: 17px;
        padding-bottom: 0;
    }

    .subscription-page-text p {
        padding-top: 20px;
    }

    .page-template-about .page-subtitle {
        font-size: 22px;
        padding-top: 10px;
    }

    .about-data {
        margin: 240px auto 60px;
    }

    .about-data .about-img-right-top, .about-data .about-img-left-top {
        top: -9%;
    }

    .about-data .about-img-left-top {
        left: -60%;
    }

    .about-data .about-main {
        padding: 20px 17px 47px;
        margin-bottom: 40px;
    }

    .about-data .about-img img {
        margin-bottom: 5px;
    }

    .about-data .about-img {
        padding: 10px 10px 15px;
        font-size: 14px;
    }

    .about-data .about-main .tosubscribe {
        width: 134px;
        border-radius: 23px;
        font-size: 17px;
        padding: 10px 0 11px;
    }

    .about-data .about-text p:last-child {
        padding-top: 0;
    }

    .about-data .block-title {
        font-size: 30px;
    }

    .about-data .recommend-videos {
        margin: 27px auto 50px;
    }

    .about-data .recommend-video {
        width: 100%;
        margin-bottom: 18px;
        padding: 16px 15px;
    }

    .about-data .recommend-video .shadow {
        bottom: 21px;
        width: 92%;
    }

    .about-data .about-text {
        margin: 10px 0 0 0;
    }

    .about-recommend-block .wrap {
        width: 100%;
    }

    .birthday-side .title {
        font-size: 22px;
        margin: 16px 0 266px;
    }

    .akdasha-data .akdasha-img-right-top img, .akdasha-data .akdasha-img-left-top img {
        width: 65%;
    }

    .akdasha-data .akdasha-img-right-top, .akdasha-data .akdasha-img-left-top {
        top: 5%;
    }

    .akdasha-data .akdasha-img-right-top {
        right: -15%;
    }

    .akdasha-data .akdasha-img-left-top {
        left: -50%;
    }

    .birthday-list ul li {
        font-size: 16px;
        padding-bottom: 7px;
    }

    .birthday-list {
        padding: 30px 72px 20px 35px;
    }

    .privatearea-data .user-info form .input-block {
        width: 100%;
        margin-bottom: 17px;
    }

    .privatearea-data .wrap {
        padding: 26px 18px 45px;
    }

    .privatearea-data .title {
        font-size: 24px;
    }

    .privatearea-data .user-info form .input-block input {
        padding: 14px 13px 13px 13px;
        background-color: rgb(220, 237, 245, 0.76);
        font-size: 15px;
    }

    .changepassword {
        margin-top: 0;
    }

    .savechanges {
        width: 133px;
        padding: 11px 0 10px;
        border-radius: 23px;
        font-size: 17px;
    }

    .privatearea-data .user-info form .input-block.pass-show.f-pass {
        display: none;
        margin: 0;
    }

    .privatearea-data .user-info form .input-block.pass-hide {
        margin-bottom: 27px;
    }

    .privatearea-data .subsplan-info {
        padding: 15px 0 25px;
    }

    .privatearea-data .subscription-info {
        padding-top: 20px;
    }

    .subsplan-benefits .subtitle {
        padding: 20px 0 15px;
    }

    .privatearea-data .subsplan-benefits ul li {
        font-size: 16px;
    }

    .error404 {
        background: url(../images/404-375.jpg) no-repeat top center !important;
        background-size: contain !important;
    }

    .error404 .bottom-images {
        display: none;
    }

    .error404 .page-info-block, .page-template-form-thanks .page-info-block {
        margin-top: 210px;
        height: 630px;
    }

    .error404 .page-subtitle {
        font-size: 18px;
        padding-bottom: 21px;
        margin-top: 10px;
    }

    .page-info-block .tohomepage {
        width: 161px;
        border-radius: 23px;
        padding: 11px 0 10px;
        font-size: 17px;
    }

    .page-template-form-thanks {
        background: url(../images/thankyou-375.jpg) no-repeat top center !important;
        background-size: contain !important;
    }

    .page-template-form-thanks .bottom-images {
        display: none;
    }

    .page-template-form-thanks .page-info-block .page-title {
        width: 80%;
        margin: 0 auto;
        line-height: 42px;
    }

    .page-template-form-thanks .page-subtitle {
        font-size: 18px;
        margin-top: 15px;
    }

    body.character-template-default.postid-27 .char-left-top-image, body.character-template-default.postid-27 .char-right-top-image {
        display: block;
    }

    body.character-template-default.postid-27 .char-left-top-image img, body.character-template-default.postid-27 .char-right-top-image img {
        width: 50%;
    }

    body.character-template-default.postid-27 .char-left-top-image {
        top: 300px;
    }

    body.character-template-default.postid-27 .char-right-top-image {
        top: 350px;
    }

    body.character-template-default.postid-27 .main-info-block::before {
        top: -35%;
    }

    .search .blog-data .blog-img-left-top {
        left: -40%;
    }

    .page-template-audio .page-info-block {
        margin-top: 210px;
    }

    .audio-data {
        margin-top: 150px;
    }

    .audio-data .audio-img-right-top {
        top: -15%;
        right: -20%;
    }

    .audio-data .audio-img-right-top img {
        width: 50%;
    }

    .audio-data .audio-img-left-top {
        top: -10%;
        left: -55%;
    }

    .audio-data .audio-img-left-top img {
        width: 50%;
    }

    .audio-data .audio-links a {
        border-radius: 13px;
        border: 2px solid #fff;
        background-color: #75bbea;
        padding: 4px 10px;
        font-size: 13px;
    }

    .audio-data .audio-album {
        margin: 24px auto 10px;
        padding: 16px 15px;
        box-shadow: -3px 3px 0px 0px rgb(94 102 108 / 38%);
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-left-box {
        height: 77px;
        width: 77px;
    }

    .audio-data .waveplayer .wvpl-tax a {
        font-size: 25px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-md span {
        font-size: 14px;
    }

    .audio-data .audio-album .play-audio {
        width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 21px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-icon.wvpl-play img {
        width: 15px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-right-box {
        height: 89px;
        margin-right: 9px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-position, .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-duration {
        padding: 0 2px 0 3px;
        font-size: 10px;
        top: 66% !important;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist, .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist {
        margin-top: 5px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li > *:not(:last-child), .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li > *:not(:last-child) {
        margin-right: 7px;
        font-size: 14px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-stats .wvpl-value {
        font-size: 14px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li::before, .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li::before {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        background-size: 13px 15px;
        background-position: center left 65%;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution div.wvpl-playlist .wvpl-playlist-wrapper ul li, .audio-data .waveplayer.wvpl-skin-w2-evolution.wvpl-size-xs div.wvpl-playlist .wvpl-playlist-wrapper ul li {
        padding: 5.5px 0px;
    }

    .f-info-blocks {
        padding: 25px 64px 19px 64px;
        margin-left: -50px;
        margin-right: -50px;
    }

    .char-title-block .icon-title {
        width: 75px;
        height: 95px;
        background-size: contain;
        padding-top: 15px;
    }

    .char-title-block {
        top: -55px;
    }

    .char-title-block .icon-title img {
        width: 35px;
    }

    .char-title-block .text-title {
        width: 223px;
        height: 49px;
        background-size: contain;
        padding-top: 5px;
        font-size: 30px;
        margin-top: -40px;
    }

    .char-movies-block .wrap::before, .char-series-block .wrap::before {
        height: 22px;
        top: -22px;
    }

    .char-movies-slider, .char-series-slider, .char-drawings-slider {
        margin: 30px auto 0;
        z-index: 1;
        width: 98%;
    }

    .char-series-block .char-title-block .icon-title {
        padding-top: 17px;
    }

    .char-movies-block .wrap {
        padding-bottom: 63px;
        margin-bottom: 80px;
        width: 100% !important;
        box-shadow: unset;
        border-radius: unset;
    }

    .char-series-slider {
        margin: 60px auto 0;
    }

    .char-drawing-item {
        margin: 0;
    }

    .char-serie-item {
        margin: 0 0 16px 0;
    }

    .char-series-block .wrap {
        padding-bottom: 90px;
    }

    .char-drawings-block .wrap::before {
        top: -50px;
    }

    .vimeoHolder .play-button.play-big::after {
        width: 30px;
        height: 30px;
    }

    .audio-data .waveplayer.wvpl-skin-w2-evolution .wvpl-icon::before {
        width: 15px;
        height: 17px;
        background-size: contain;
    }

    .audio-data .waveplayer.playing.wvpl-skin-w2-evolution .wvpl-icon.wvpl-play::before {
        background-size: 17px 17px;
    }

    .products-slider .shopitem-img, .products-slider .shopitem-info {
        width: 100%;
    }
}

@media only screen and (max-width: 399.98px) {
    .main-drawings-block::after {
        height: 100px;
    }

    .char-slider {
        margin-top: -85px;
    }

    .char-movies-block .wrap, .char-series-block .wrap, .char-drawings-block .wrap {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .char-drawings-block .wrap {
        border-radius: 0;
        box-shadow: none;
    }

    .char_right_bottom_image, .char_left_bottom_image, .char-movies-block::before, .char-series-block::before, .char-drawings-block .char_bottom_background_block {
        display: none;
    }

    .character-template-default footer {
        margin-top: 30px;
    }

    .char-movies-slider .slick-prev, .char-series-slider .slick-prev, .char-drawings-slider .slick-prev {
        right: -45px;
    }

    .char-movies-slider .slick-next, .char-series-slider .slick-next, .char-drawings-slider .slick-next {
        left: -45px;
    }

    header .main-menu-block {
        background-size: 100% 145px;
    }

    .play-button, .char-movie-item .play-button {
        width: 45px;
        height: 45px;
    }

    .play-button::after, .char-movie-item .play-button::after {
        width: 16px;
        height: 16px;
    }

    .paid-content-button {
        width: 38px;
        height: 38px;
        top: 10px;
        left: 10px;
    }

    .paid-content-button::after {
        width: 26px;
        height: 26px;
    }

    .main-video-block {
        width: 299px;
        height: 205px;
    }

    .main-info-block .wrap {
        padding-top: 0;
    }

    .main-text-block {
        width: 340px;
        padding: 10px 10px 0;
        height: 90px;
    }

    .main-movies-block .block-title, .main-series-block .block-title {
        background-size: 267px;
        padding-bottom: 15px;
    }

    .movie-item, .main-games-block .game-item {
        max-width: 287px;
    }

    .main-games-block .main_games_background_block {
        top: -80px;
    }

    .main-games-block .game-item {
        height: 253px;
    }

    .movies-slider .slick-list, .games-slider .slick-list, .drawing-slider .slick-list, .testimonials-slider .slick-list, .series-slider .slick-list, .char-slider {
        padding: 5px 0;
    }

    .main-games-block .block-title, .main-bottom-block .block-title {
        margin-bottom: 10px;
    }

    .main-games-block {
        height: 900px;
    }

    .main-games-block .animated-island img.main-anim-img {
        width: 70%;
    }

    .main-games-block .animated-island img.anim-wheel {
        left: 25%;
        width: 40%;
        top: 5px;
    }

    .main-games-block .animated-island {
        right: -30%;
        top: 620px;
    }

    .main-series-block {
        padding-top: 120px;
    }

    .main-series-block .block-title {
        margin-bottom: 29px;
    }

    .series-slider.slick-slider .slick-slide.slick-current .series-item, .series-slider.slick-slider .slick-slide.slick-center .series-item {
        max-width: 284px;
        height: 182px;
    }

    .series-slider.slick-slider .slick-track {
        height: 182px;
    }

    .main-series-drawings-block {
        background-position: top -30px center;
    }

    .main-drawings-block .drawing-item {
        max-width: 285px;
        height: 195px;
    }

    .products-slider .shop-item {
        max-width: 285px !important;
        margin: auto;
        display: block !important;
    }

    .main-drawings-block {
        height: 1500px;
    }

    .main-drawings-block::after {
        bottom: 100px;
    }

    .main-bottom-block {
        margin-top: -130px;
        background-size: 100% !important;
        height: 1026px;
        padding-top: 30px;
    }

    .f-block ul li a {
        font-size: 15px;
    }

    .character-template-default .main-info-block {
        height: 770px;
    }

    .char-title-block .icon-title {
        width: 75px;
        height: 95px;
        background-size: contain;
        padding-top: 15px;
    }

    .char-title-block {
        top: -55px;
    }

    .char-title-block .icon-title img {
        width: 35px;
    }

    .char-title-block .text-title {
        width: 223px;
        height: 49px;
        background-size: contain;
        padding-top: 5px;
        font-size: 30px;
        margin-top: -40px;
    }

    .char-movies-block .wrap::before, .char-series-block .wrap::before {
        height: 22px;
        top: -22px;
    }

    .char-movies-slider, .char-series-slider, .char-drawings-slider {
        margin: 60px auto 0;
        z-index: 1;
    }

    .char-drawing-item, .char-movie-item {
        height: 198px;
    }

    .slick-dots button {
        width: 11px;
        height: 11px;
        margin: 0 2.5px;
    }

    .char-series-block .char-title-block .icon-title {
        padding-top: 17px;
    }

    .char-movies-block .wrap {
        padding-bottom: 90px;
        margin-bottom: -35px;
    }

    .char-series-slider {
        margin: 60px auto 0;
    }

    .char-drawing-item {
        margin: 0;
    }

    .char-series-block .wrap {
        padding-bottom: 90px;
    }

    .char-drawings-block .wrap::before {
        top: -50px;
    }

    .games-data .game-item {
        padding: 21px 21px 24px;
        align-items: flex-start;
    }

    .games-data .gameitem-title {
        font-size: 22px;
    }

    .games-data .gameitem-subtitle {
        font-size: 14px;
        padding-bottom: 12px;
    }

    .games-data .gameitem-text {
        font-size: 13px;
    }

    .games-data .gameitem-img {
        width: 125px;
    }

    .games-data .togame {
        width: 144px;
        padding: 11px 0 12px;
        font-size: 15px;
    }

    .games-data .togame img {
        margin-left: 7px;
        width: 25px;
    }

    .woocommerce div.product.shop-item {
        padding: 20px 15px 23px;
    }

    .shopitem-img {
        width: 40%;
        margin-bottom: 13px;
    }

    .shopitem-title {
        font-size: 20px;
    }

    .shopitem-price .woocommerce-Price-amount {
        font-size: 14px;
    }

    .shopitem-buttons .buy {
        max-width: 123px;
        padding: 8px 17px 9px 17px;
        font-size: 15px;
    }

    .shopitem-buttons .buy img {
        width: 19px;
        margin-left: 6px;
    }

    .shopitem-buttons .quantity-block .qib-button {
        width: 29px;
        height: 29px;
        font-size: 21px;
    }

    .shopitem-buttons .quantity-block {
        max-width: 96px;
        padding: 5px 6px 6px;
    }

    body.homepage {
        background-size: 100% 925px !important;
    }

    .main-games-block .wrap {
        padding-top: 80px;
    }

    .main-info-block {
        margin-top: 205px;
    }

    .main-movies-block .main_movies_top_background_block {
        top: -30px;
    }

    .is-sticky .char-slider {
        margin-top: 0;
    }

    .movies-slider .slick-prev, .games-slider .slick-prev, .series-slider .slick-prev, .drawing-slider .slick-prev, .testimonials-slider .slick-prev, .char-movies-slider .slick-prev, .char-series-slider .slick-prev, .char-drawings-slider .slick-prev {
        right: -30px;
    }

    .movies-slider .slick-next, .games-slider .slick-next, .series-slider .slick-next, .drawing-slider .slick-next, .testimonials-slider .slick-next, .char-movies-slider .slick-next, .char-series-slider .slick-next, .char-drawings-slider .slick-next {
        left: -30px;
    }

    .footer-blocks, .footer-bottom-panel {
        padding-left: 17.5px;
        padding-right: 17.5px;
    }

    footer .wrap {
        width: 100%;
    }

    .header-whatsapp.fixed-bottom {
        left: 17.5px;
        bottom: 82px;
    }

    .mob-overlay .mob-main-blocks {
        margin-top: 22px;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:first-child img {
        width: 41px;
        margin-bottom: 0;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:nth-child(2) img {
        width: 34px;
        margin-bottom: 5px;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:nth-child(3) img {
        width: 33px;
        margin-bottom: 5px;
    }

    .mob-overlay .mob-main-blocks .mob-main-block:last-child img {
        width: 31px;
        margin-bottom: 5px;
    }

    .mob-overlay .mob-main-block {
        width: 48%;
        margin-bottom: 4%;
    }

    .mob-overlay .wrap {
        width: calc(100% - 38px);
    }

    .mob-overlay .mob-main-menu {
        margin: 10px 0 15%;
    }

    .char-movies-slider .slick-prev, .char-series-slider .slick-prev, .char-drawings-slider .slick-prev {
        right: -40px;
    }

    .char-movies-slider .slick-next, .char-series-slider .slick-next, .char-drawings-slider .slick-next {
        left: -40px;
    }

    .character-template-default footer::before {
        background-position: top left;
        background-size: 1500px 100%;
    }

    .f-info-blocks {
        padding: 25px 4px 19px 4px;
        margin-left: 0;
        margin-right: 0;
    }

    .cart-coupon .coupon {
        width: 301px;
    }

    .cart-summary-shipping .container label .woocommerce-Price-amount {
        left: 27px;
    }

    .vert-ship-line {
        left: 111px;
    }

    .woocommerce-checkout .cart-steps div::after {
        width: 30px;
    }

    .woocommerce-checkout-review-order .cart-summary-shipping .container label .woocommerce-Price-amount {
        right: 268px;
    }

    .page-template-contacts .contact-form {
        margin-top: 200px;
    }

    .page-template-contacts .page-info-block:after {
        height: 160px;
    }

    .page-template-contacts .page-info-block {
        height: 920px;
    }

    .subscription-data .manui-img-right-top, .subscription-data .manui-img-left-top {
        top: -8%;
    }

    .subscription-data .manui-img-right-top img, .subscription-data .manui-img-left-top img {
        width: 40%;
    }

    .subscription-data .manui-img-left-top, .about-data .about-img-left-top {
        left: -70%;
    }

    .about-data .about-img-right-top, .about-data .about-img-left-top {
        top: -11%;
    }

    .about-data {
        margin-bottom: 20px;
    }

    .about-recommend-block .testimonials-slider {
        width: 100%;
        padding-bottom: 40px;
    }

    .akdasha-data .akdasha-img-right-top img, .akdasha-data .akdasha-img-left-top img {
        width: 60%;
    }

    .akdasha-data .akdasha-img-left-top {
        left: -58%;
    }

    .error404 .page-info-block, .page-template-form-thanks .page-info-block {
        height: 580px;
    }

    body.character-template-default.postid-27 .char-left-top-image img, body.character-template-default.postid-27 .char-right-top-image img {
        width: 40%;
    }

    .page-template-free-video .componentWrapper .playlist-item .playlistThumb {
        height: 115px;
    }

    .page-template-free-video .componentWrapper .vimeoHolder {
        width: 320px !important;
        height: 195px !important;
    }

    .join-button {
        margin-top: 10px;
    }

    .footer-user-links {
        margin-left: 0;
        margin-right: 0;
    }

    .page-template-contacts .contact-form .form-text a {
        white-space: nowrap;
    }

    .char-slider .char-item .c-title {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .owl-arrow {
        top: 32px;
        min-width: 33px;
        width: 33px;
        height: 33px;
    }

    .owl-prev {
        right: 12.5px;
    }

    .owl-next {
        left: 12.5px;
    }
}

@media (max-width: 640px) {
    .series-template-default .player-block .wrap {
        width: 100%;
    }

    .player-block .wrap::before {
        height: 20px;
    }

    .player-block .wrap::before {
        top: -22px;
    }

    .page-info-block {
        margin-top: 160px;
    }

    .player-info .player-title {
        font-size: 24px;
    }

    .player-info .backtochar svg {
        width: 12px;
    }

    .player-info .backtochar {
        width: 28px;
        height: 28px;
        margin-left: 12px;
    }

    .player-info {
        padding: 8px 16px;
    }

    .componentWrapper .playerHolder {
        padding-top: 0 !important;
        margin: 16px 0 !important;
        width: 100% !important;
    }

    .componentWrapper .vimeoHolder {
        position: relative !important;
        width: calc(100% - 32px) !important;
        height: max-content !important;
        margin: 0 16px !important;
        min-height: 220px !important;
    }

    .componentWrapper .playlistHolder_small {
        position: relative !important;
        top: 16px !important;
        left: unset !important;
        right: unset !important;
        width: 100% !important;
        height: 480px !important;
        background: transparent !important;
    }

    .componentWrapper {
        max-height: 650px !important;
    }

    .player-block {
        padding: 75px 0 110px;
    }

    .componentWrapper .playlist_inner {
        width: 100% !important;
    }

    .jspContainer {
        width: 100% !important;
    }

    .jspPane {
        position: relative;
        width: 100% !important;
    }

    .jspVerticalBar {
        width: 8px !important;
        background: transparent !important;
    }

    .componentWrapper .playlistThumb {
        width: 114px !important;
        height: 86px !important;
    }

    .playlistThumb .play-button {
        width: 38px !important;
        height: 38px !important;
    }

    .playlistThumb .play-button::after {
        width: 14px !important;
        height: 16px !important;
    }

    .componentWrapper .playlistInfo {
        font-size: 18px !important;
    }

    .player-block .wrap::after {
        height: 20px !important;
        bottom: -22px !important;
    }

    .componentWrapper .vimeoHolder iframe {
        background: #000 !important;
        border-radius: 20px !important;
        min-height: 214px !important;
    }

    .componentWrapper .vimeoHolder {
        padding: 5px 5px 0px 5px !important;
    }

    .componentWrapper .playlistNonSelected, .componentWrapper .playlistSelected {
        padding: 8px 16px 8px 8px !important;
    }

    #mainWrapper {
        overflow: hidden;
    }

    .home .playlist-item {
        width: auto !important;
    }

    .freevideo-data .wrap {
        padding: 0;
        width: 100%;
    }

    .home .componentWrapper {
        max-height: 250px !important;
    }

    .home .freevideo-data .slick-prev {
        right: -25px;
    }

    .home .freevideo-data .slick-next {
        left: -30px;
    }

    .products-slider .woocommerce .slick-prev {
        right: -30px;
    }

    .products-slider .woocommerce .slick-next {
        left: -30px;
    }

    .home.componentWrapper .playlistNonSelected, .home .componentWrapper .playlistSelected {
        padding: 15px !important;
    }
}

@media (max-width: 560px) {
    .page-template-default .content {
        margin-top: 196px;
    }

    .block-gift {
        font-size: 16px;
    }

    .block-gift img {
        width: 30px;
        top: 0;
    }

    .page-template-default .content .title {
        font-size: 50px;
        margin-bottom: 14px;
    }

    .page-template-default .content .page_content p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .page-template-default footer {
        padding-top: 26px;
    }
}

.header_log_menu {
    display: none;
}

.header_log_menu.active {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100vh - 114px);
    top: 114px;
    background: #fff;
    z-index: 9;
}

.header_log_menu .title {
    font-size: 22px;
    font-weight: 700;
    color: #105ea2;
    text-align: center;
    margin-top: 24px;
}

.header_log_menu .buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.header_log_menu .buttons a {
    border: 1px solid #cfdce5;
    border-radius: 10px;
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    margin: 0 8px;
    width: 158px;
    text-align: center;
    padding: 44px 0 10px 0;
    position: relative;
}

.header_log_menu .buttons a.my_account:before {
    content: '';
    background-image: url(../images/account_i.png);
    width: 26px;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}

.header_log_menu .buttons a.logout:before {
    content: '';
    background-image: url(../images/exit_i.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}

.sticky_menu .header_log_menu.active {
    height: calc(100vh - 72px);
    top: 72px;
}

.page-template-account .privatearea-data p {
    color: #163259;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0;
}

.page-template-account .privatearea-data label {
    color: #163259;
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0;
    display: inline-block;
}

.page-template-account .privatearea-data .button {
    width: 138px;
    padding: 13px 0 12px;
    box-shadow: -3px 3px 0 rgb(202 215 224 / 65%);
    border-radius: 26px;
    border: 3px solid #ffffff;
    background-color: #e11a5a;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    transition: 0.6s;
    margin-top: 18px;
}

.page-template-account .privatearea-data input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    background-color: #e4f1f7;
    color: #163259;
    font-size: 16px;
    font-weight: 500;
}

#overlay .wrap {
    width: auto;
}

.user-registration-ur-lost-password .privatearea-data .wrap, .user-registration-account .privatearea-data .wrap {
    display: block;
    width: max-content;
}

.user-registration-ur-lost-password .privatearea-data .wrap {
    max-width: 420px;
}

.user-registration-account .woocommerce-MyAccount-content .wrap {
    display: flex;
    width: 1134px;
}

.user-registration-ur-lost-password .privatearea-data .wrap form {
    margin-top: 18px;
    text-align: center;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

.user-registration-ur-lost-password .privatearea-data .wrap:after, .user-registration-account .privatearea-data .wrap:after {
    content: none;
}

.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
}

.woocommerce-form-login__rememberme input {
    width: auto !important;
    margin-left: 10px !important;
}

.logged-in .wrap_first {
    box-shadow: unset !important;
    padding: 0 !important;
    display: block !important;
    width: auto !important;
    background: transparent !important;
}

.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 30px !important;
}

.woocommerce-form-login .woocommerce-LostPassword a {
    font-size: 15px;
}

.woocommerce-error li:before {
    content: none !important;
}

@media (max-width: 640px) {
    .user-registration-account .woocommerce-MyAccount-content .wrap {
        display: flex;
        width: calc(100% - 32px);
    }
}

@media (max-width: 414px) {
    .game_block {
        height: 728px;
    }
}

@media (max-width: 411px) {
    .game_block {
        height: 724px;
    }
}

@media (max-width: 375px) {
    .game_block {
        height: 655px;
    }
}

@media (max-width: 360px) {
    .game_block {
        height: 628px;
    }
}

.main-info-block .girls img {
    max-width: 430px;
}

@media (min-width: 1600px) {
    .main-series-block, .main-drawings-block .main_drawings_background_block, .main-bottom-block {
        /* background-size: cover;
         */
        /* height: 989px;
         */
    }
}

.main-video-block .paid-content-button {
    display: none;
}

.wraptext {
    display: block;
    padding: 17px;
    direction: rtl;
    font-size: 17px;
}

@media (min-width: 1024px) {
    .cart-table-price, .cart-table-cost {
        width: 30% !important;
    }

    .cart-table-cost {
        padding-left: 1%;
        padding-right: 2%;
    }

    .cart-table-price .woocommerce-Price-amount, .cart-table-cost .woocommerce-Price-amount {
        display: block;
    }

    .cart-table-price bdi, .cart-table-cost bdi {
        display: inline;
        float: right;
    }

    .cart-table-price .subscription-details, .cart-table-cost .subscription-details {
        direction: rtl;
        display: block;
    }

    .cart-info .cart-table-row .cart-table-quantity {
        text-align: center;
    }
}

.page-content {
    display: flex;
    width: calc(100% - 30px);
    max-width: 1372px;
    margin: 0 auto 120px;
    color: white;
}

.page-content-side:first-child {
    width: calc(100% - 587px);
    margin-left: 150px;
}

.page-content-side:last-child {
    width: 437px;
}

.page-content-side img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1;
    text-shadow: -3px 3px #00000040;
}

.page-content-text {
    direction: ltr;
    overflow-y: auto;
    max-height: 420px;
    padding-right: 25px;
}

.page-content-scroll::-webkit-scrollbar {
    width: 1px;
}

.page-content-scroll::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

.page-content-scroll::-webkit-scrollbar-track {
    background-color: #ffffff40;
}

.page-content-text-rtl {
    direction: rtl;
}

.page-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
    text-shadow: -3px 3px #00000040;
}

.page-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .page-content-side:first-child {
        width: calc(100% - 400px);
        margin-left: 100px;
    }

    .page-content-side:last-child {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .page-content {
        display: block;
    }

    .page-content .page-content-side {
        width: 100%;
        margin: 0;
    }

    .page-content-side img {
        display: block;
        max-width: 360px;
        margin: 60px auto;
    }

    .home .componentWrapper .playlistThumb {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 575.98px) {
    body.character-template-default {
        background-position: center 0%;
        background-size: contain!important;
        background-color: #dcedf5;
    }

    body.character-template-default .main-info-block.sun_class::before{
        display: none;
    }

    .char-series-block {
        display: none;
    }

    .char-drawings-block {
        display: none;
    }

    .char-movies-block {
        height: fit-content;
    }

    .char-title-block2 .text-title2 {
        margin: 22px auto 13px;
        font-size: 26px;
    }

    .char-movie-item .play-button {
        width: 45px;
        height: 45px;
    }

    .play-button::after {
        width: 16px;
        height: 16px;
    }

    body.character-template-default .char-right-top-image {
        right: -150px;
        top: 270px;
        display: block;
        height: 130px;
    }

    body.character-template-default .char-left-top-image {
        top: 240px;
        left: -155px;
        display: block !important;
        height: 130px;
    }

    body.character-template-default .char-left-top-image img, body.character-template-default .char-right-top-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 480px) {
    .page-content h2 {
        font-size: 30px;
    }

    /* .page-content-text {
         max-height: inherit;
    }
    */
    .page-content-text {
        padding-right: 5px;
    }

    .page-content h3 {
        font-size: 20px;
    }

    .page-content p {
        font-size: 16px;
    }

    .main-text-block .main-items .item img {
        width: 50px;
        height: 50px;
    }

    .main-text-block .main-items .item span {
        font-size: 14px;
    }

    .char-slider {
        margin-top: -80px;
    }

    .owl-arrow {
        top: 26px;
    }

    a.products-btn {
        margin-top: 340px;
    }

    .is-sticky .char-slider.owl-carousel {
        margin: -10px 0 0;
    }

    .char-movies-slider {
        flex-wrap: wrap;
    }

    .char-movie-items {
        max-height: initial;
    }

    .char-movie-item {
        width: calc((100% - 10px) / 2);
        height: 115px;
        border: 4px solid #105ea2;
    }

    .char-slider .char-item.current-char .c-in {
        border-color: #e11a5a;
        transform: scale(1.2);
        border-width: 4px;
    }

    .character-template-default footer::before {
        top: -68px;
    }

    .main-series-drawings-block {
        margin-top: -30px;
        background: url('../images/767/bg-sdarot-birthday.png') no-repeat top -10px center;
        background-size: 100%;
    }
}

@media (max-width: 375px){

    .owl-arrow {
        top: 30px;
    }

    .char-slider {
        margin-top: -87px;
    }

    .main-games-block .main_games_background_block {
        top: -80px;
    }

    .main-games-block .main_games_background_block {
        top: -90px;
    }

    .main-drawings-block {
        height: 1438px;
    }

    .main-drawings-block .slick-dots {
        margin-top: 0px;
    }

    .main-bottom-block {
        height: 991px;
    }


}


.page-id-12985 footer {
    margin-top: 0px !important;
}