

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

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

ol,
ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8395a8;
}

blockquote,
q {
    quotes: none
}

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

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

a {
    text-decoration: none
}

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

:focus,
:hover {
    -o-transition-delay: .34s;
    transition-delay: .34s;
    -webkit-transition-delay: .34s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins.css") format("truetype")
}

body {
    background: #f5f5f5 !important;
    margin: 0;
    padding: 0
}

/* .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}
 */
/* @media(max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
} */

@media only screen and (min-width:320px) and (max-width:640px) {
    .container {
        /*padding: 0 20px*/
    }
}

h1 {
    font-family: Poppins;
    font-style: italic;h
font-weight: 700;
    font-size: 64px;
    line-height: 60px;
    /*text-transform: uppercase;*/
    color: #2d445c;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

body.home h1 {
    color: #eff5f9!important;
    margin-bottom: 0;
}

@media (min-width:1201px) and (max-width:1300px) {
    h1 {
        font-size: 38px;
        line-height: 40px
    }
}

@media (min-width:640px) and (max-width:1200px) {
    h1 {
        font-size: 32px;
        line-height: 29px
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    h1 {
        font-size: 28.2168px;
        line-height: 26px
    }
}

/*ul, ol {*/
/*    margin: 0 20px;*/
/*}*/

@media(max-width: 640px) {
    ul, ol {
        margin: 0 35px;
    }

    ul li {
        line-height: 28px !important;
    }

    .menu__list {
        margin: 0 10px;
    }
}



h2 {
    font-family: Poppins;
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /*text-transform: uppercase;*/
    color: #2d445c;
    margin-bottom: 30px
}

@media only screen and (min-width:320px) and (max-width:640px) {
    h2 {
        font-size: 24px;
        line-height: 29px;
        margin-top: 40px
    }
}

h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #2d445c;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) and (max-width:640px) {
    h3 {
        font-size: 20px;
        line-height: 26px
    }
}

h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #2d445c;
    margin: 0
}

@media only screen and (min-width:320px) and (max-width:640px) {
    h4 {
        font-size: 16px;
        line-height: 22px
    }
}

p {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8395a8;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) and (max-width:640px) {
    p {
        font-size: 16px;
        line-height: 25px;
    }
}

.play__btn {
    max-width: 210px
}

.header-play {
    display: flex;
    text-align: center;
    border-radius: 5px
}

.header-play__link {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    padding: 5px 30px;
    position: relative;
    z-index: 3
}

@media(max-width: 640px) {
    .header-play__link {
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    header .header-play {
        display: none;
    }
}

.header-play__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00c744;
    -webkit-transform: skew(-13deg);
    -moz-transform: skew(-13deg);
    -o-transform: skew(-13deg);
    top: 0;
    border-radius: 4px;
    left: 0;
    z-index: -1
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.scroll_bg {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-nav {
    display: none
}

.owl-item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.owl-dots {
    margin: 0 auto
}

.owl-dots button {
    width: 10px;
    height: 13px;
    border-radius: 100px;
    background: #fff;
    border: none;
    margin: 0 10px
}

.owl-dots button.active {
    background: #ff2a00
}

@media (min-width:640px) and (max-width:1100px) {
    .owl-dots {
        margin-top: -10px
    }
}

header {
    background: #000 !important;
    z-index: 2;
    position: relative
}
@media only screen and (min-width:320px) and (max-width:640px) {}
header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    padding: 15px 20px 7px 10px;
    margin: 0 auto
}

.hide-icon {
    display: none;
}

header .logo {
    height: 26px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

header .logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

header .logo__images {
    width: 46px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain
}

header .logo__text-logo {
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
    text-transform: uppercase;
    color: #fff
}
header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
}
header .menu__list .first a:after,
header .menu__list .first a:before {
    display: none;
}
@media(max-width: 1024px) {
    header .menu__list {
        display: none;
        position: fixed;
        background: #fff;
        top: 45px;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 999 !important;
    }
}
header .menu__list>li {
    margin-right: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 1024px) {
	header .menu__list>li {
		flex-direction: column;
		gap: 15px
	}
}
/*header .menu__list>li.menu-item-has-children:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background: url("../images/dest/pin-menu.png") no-repeat center;*/
/*    background-size: contain;*/
/*    top: calc(50% - 2px);*/
/*    right: 0;*/
/*    -webkit-transform: translate(0, -50%);*/
/*    -ms-transform: translate(0, -50%);*/
/*    transform: translate(0, -50%)*/
/*}*/

/* header .menu__list>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../images/dest/pin-menu.png") no-repeat center;
    background-size: contain;
    top: 15px;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 111;
}
 */
@media(max-widht: 640px) {
    header .menu__list>li.menu-item-has-children:after {
        top: 22px !important;
    }
}
@media(min-width: 1025px) {
    header .menu__list>li:last-child {
        margin-right: 0
    }
}
header .menu__list>li>a {
    font-family: Poppins;
    font-weight: 700;
    color: #969696;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    padding-right: 8px;
    white-space: pre;
}

@media(max-width: 800px) {
    header .menu__list>li {
        margin-right: 0;
    }
    /*header .menu__list>li>a {*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*}*/
}

header .menu__list>li>a:hover {
    color: #fff
}

@media (max-width: 1024px) {
    header .menu__list>li>a:hover {
        color: unset;
    }
}

header .menu__list>li.menu-item-has-children img {
    width: 18px;
    height: 18px;
    background-size: contain;
    position: relative;
    top: -1px;
}

@media(max-width: 1024px) {
    header .menu__list>li.menu-item-has-children img {
        position: absolute;
        top: 9px;
		right: 0
    }
}

@media(max-width: 1024px) {
    header .menu__list>li a.first{
        display: inline-block;
        width: 100%;
    }
}



/*@media(max-width: 1024px) {*/
/*    header .menu__list>li.menu-item-has-children:hover {*/
/*        background: url("../images/dest/pin-menu.png") no-repeat center;*/
/*        background-size: contain*/
/*    }*/
/*}*/

/*header .menu__list>li.menu-item-has-children a:hover {background-color: #ddd;}*/
.active-menu-item {
    transform: rotate(180deg) !important;
}
@media(min-width: 1025) {
    header .menu__list>li.menu-item-has-children:hover .sub-menu {display: block;}
}



header .menu__link--active {
    color: #fff !important
}

/*header .menu__link--active:after {*/
/*    width: 11px;*/
/*    height: 11px;*/
/*    background: url("../images/dest/pin-menu_active.png") no-repeat center;*/
/*    background-size: contain*/
/*}*/

header .menu .menu-lang {
    margin-left: 30px;
    list-style: unset
}

header .menu .menu-lang__link {
    color: #fff;
    text-decoration: unset
}

header .menu .mobile-logo {
    width: 100%;
    max-width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    z-index: 99999;
    display: none;
}

@media(max-width: 1024px) {
    header .menu .mobile-logo {
        display: block;
    }
}

header .menu .mobile-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    top: -4px;
}

header .menu .menu-lang__link:after,
header .menu .menu-lang__link:before {
    display: none !important
}

/* header ul>li>.sub-menu {
    list-style: unset !important;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background: #f5f5f5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 180px;
    padding: 10px 8px;
    border-radius: 5px;
    top: 100%;
    z-index: 4
} */

header ul>li>.sub-menu {
    list-style: unset !important;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background: #f5f5f5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 100%;
    min-width: 180px;
    padding: 10px 8px;
    /* margin: 34px 0 0 0; */
    border-radius: 5px;
    top: 100%;
}

@media(max-width: 1024px) {
    header ul>li>.sub-menu {
        /*position: unset;*/
        /*padding-left: 20px;*/
        /*background: unset;*/
        margin-left: 0;
		position: relative;
    	z-index: 4;
    }
}

@media(min-width: 1025px) {
    header ul>li>.sub-menu {
		min-width: max-content;
    }
}

header .sub-menu>li {
    margin-bottom: 5px
}

header .sub-menu .sub-menu__item:after,
header .sub-menu .sub-menu__item:before {
    display: none !important
}

header .sub-menu .sub-menu__item>a {
    color: #969696;
}

.main__bg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    height: 100%
    /*top: 80px;*/
}

@media only screen and (min-width:1400px) {
    .main__bg {
        max-height: 105%;
        border-radius: 0 0 200px 200px
    }
}

@media (min-width:640px) and (max-width:1100px) {
    .main__bg {
        height: 615px
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main__bg {
        max-width: 100%;
        height: 520px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: -80px;
        z-index: 0
    }
}

.main__block {
    width: 100%;
    position: relative
}

.main__header--text {
    max-width: 800px;
    padding-top: 8vw
}

@media (min-width:640px) and (max-width:1200px) {
    .main__header--text {
        padding-top: 120px
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main__header--text {
        margin: 0 15px;
        /*padding-top: 34vw !important;*/
        max-width: unset;
        z-index: 1;
        position: relative
    }
}

.main__header--text p {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 430px;
    margin-top: 22px;
    color: #e5eff9
}

@media (min-width:640px) and (max-width:1200px) {
    .main__header--text p {
        margin-top: 10px
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main__header--text p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 15px;
        width: 90%;
        max-width: unset
    }
}

.main__header--text .header-play__link {
    display: none
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main__header--text .header-play__link {
        width: 100%;
        display: block;
        margin-top: 50px
    }
}

.main .apps {
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
    max-width: 94vw;
}

/*@media (min-width:640px) and (max-width:1200px) {*/
/*    .main .apps {*/
/*        margin-top: 30px;*/
/*        display: none;*/
/*    }*/
/*}*/
@media(min-width: 641px) {
    .content__text--block:not(section) div {
        width: 100%;
    }
}


@media (max-width:640px) {
    .main .apps {
        display: none;
    }
}


@media only screen and (min-width:640px) {
    .main .apps__list {
        margin: 0 auto;
        display: inline-flex;
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        gap: 20px;
        max-width: 94vw;
        padding-bottom: 20px;
    }

    .wp-block-custom-block-plugin-custom-block .apps__list {
        flex-direction: column;
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__list {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main .apps__title {
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    text-transform: capitalize;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__title {
        line-height: 33px;
        color: #2d445c;
        margin: 20px auto 10px;
        display: none;
    }
}

.main .apps__item {
    width: 100%;
    min-width: 200px;
    height: 280px;
    position: relative;
    margin-bottom: 0;
    max-width: 250px;
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__item {
        max-width: 100%;
        height: 200px;
        margin: 0 auto 30px !important;
        margin-bottom: 30px;
        border-radius: 10px;
        position: relative;
        width: 330px;
    }
}


.main .apps__item img {
    border-radius: 10px;
    max-width: 100%
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }
}

.main .apps__content {
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66.49%, #000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 66.49%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 66.49%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__content {
        height: 100%;
        background: -o-linear-gradient(321.4deg, rgba(0, 0, 0, 0) -31.37%, #000 87.62%);
        background: linear-gradient(128.6deg, rgba(0, 0, 0, 0) -31.37%, #000 87.62%);
        margin: 0;
    }
}

.main .apps__content--item {
    text-align: center;
    width: 80%;
    position: absolute;
    bottom: 30px
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__content--item {
        position: unset;
        margin: 0;
    }
}

.main .apps__content .flag {
    content: url("../images/dest/top.png");
    position: absolute
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .main .apps__content .flag {
        left: -10px;
        top: 10px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.main .apps__content img {
    margin-bottom: 0px;
    width: 70%;
    max-height: 50px!important;
    object-fit: cover;
}

.main .apps__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.main .apps__content .row p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #fff;
    opacity: .4;
    margin: 0 0 0 10px
}

.main .apps__content .rating {
    white-space: nowrap
}

@media(max-width: 640px) {
    .main .apps__content .rating {
        margin: 0 auto;
    }
}

.main .apps__content .rating .checked {
    color: orange
}

.main .apps__content .main-text {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 12px
}

.main .apps__content .header-play__link {
    width: 100%;
    display: block;
    height: 40px;
    padding: unset
}

.content__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0 80px
}


/* .content__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 620px 0 80px;
    min-height: 650px;
} */

@media only screen and (min-width:320px) and (max-width:640px) {
    .content__block {
        padding: 47px 0 20px
    }
}

@media(max-width: 640px) {
    .wp-block-main-block-plugin-main-block.main__block {
        margin-top: 0 !important;
    }
}

.content__text--block {
    width: 100%!important;
}

@media only screen and (max-width:1200px) {
    .content__text--block {
        width: 100%
    }
}

.content__text--block .header-play {
    /*margin: 0 auto;*/
}

@media(max-width: 640px) {
    .content__text--block .header-play {
        margin: 0 auto;
    }
}

.content__pic--block {
    width: 46%!important;
    position: relative;
    height: 1020px
}

@media only screen and (max-width:1200px) {
    .content__pic--block {
        display: none
    }
}

.content__pic--item {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative
}

.content__pic--item:nth-child(2) {
    z-index: 2;
    top: -140px;
    left: -50px
}

.content__pic--item:nth-child(3) {
    z-index: -1;
    top: -230px
}

.faq__item {
    background: #fff;
    border: 1px solid #eff5f9;
    -webkit-box-shadow: 0 4px 4px rgba(110, 139, 170, .1);
    box-shadow: 0 4px 4px rgba(110, 139, 170, .1);
    border-radius: 24px;
    margin-bottom: 15px
}

.faq__item--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 50px
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .faq__item--flex {
        display: block
    }
}

.faq__item--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 24px;
    margin: 0
}

.faq__item--content {
    display: none;
    padding: 0 24px
}

.faq__item--content p {
    width: calc(50% - 25px);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #8395a8
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .faq__item--content p {
        width: 100%
    }
}

.faq__icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.faq__icon.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.unlimited-slider__block {
    overflow: hidden;
    padding: 40px 0 100px 0;
    text-align: center;
    border-bottom: none !important
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .unlimited-slider__block {
        padding: 30px 0
    }
}

.unlimited-slider__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .unlimited-slider__title {
        margin-bottom: 20px
    }
}

.footer {
    background: #000;
    padding: 86px 0 50px
}

@media(max-width: 920px) {
    .footer {
        background: #000;
        padding: 10px 0 50px
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer {
        padding: 20px 0
    }
}

.footer__block {
    color: #fff;
    border-bottom: 2px solid #2d2d2d
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 80%;
    margin: 20px auto;
}

@media(max-width: 920px){
    .footer__content {
        flex-direction: column;
    }

    .footer__main-menu {
        display: flex;
        justify-content: space-between;
    }
}

@media(max-width: 760px) {
    .footer__content--left {
        margin-bottom: 20px;
    }
    .footer__content {
        flex-direction: column;
    }

    .footer__content--left a img {
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__content--left,
.footer__content--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.footer__content--left p,
.footer__content--right p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4f4f4f;
    max-width: 380px;
    margin-left: 30px;
    margin-bottom: 0
}

.footer__content--right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer__content--right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 31px
    }
}

.footer__content--right img {
    max-width: 90px;
    margin: 0 10px;
    background: #fff
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer__menu .menu__list .menu-item {
    width: 350px;
}

@media(max-width: 1311px) {
    .footer__menu .menu__list .menu-item {
        width: 300px;
    }
}

@media(max-width: 1042px) {
    .footer__menu .menu__list .menu-item {
        width: 269px;
    }

    .footer__main-menu ul a {
        font-size: 12px;
    }
}

@media(max-width: 920px) {
    .footer__menu .menu__list .menu-item {
        width: 50%;
    }
}

@media(max-width: 640px) {
    .footer__menu .menu__list .menu-item {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer__menu .menu__list .menu-item li {
        font-size: 14px;
    }
}

@media(max-width: 760px) {
    .footer__menu {
        flex-direction: column;
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 760px) {
    .footer__main-menu>ul {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer__main-menu {
        width: 100%;
    }
    .footer__main-menu>ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer__main-menu>ul li {
        width: 100%;
        /*max-width: 50%;*/
    }
    .footer .header-play {
        margin: 0 auto;
    }
}

.footer__main-menu ul {
    list-style: none;
    padding-left: 0;
}

.footer__main-menu>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(max-width: 640px) {
    .footer__main-menu>ul {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .footer__main-menu>ul li {
        text-align: center;
    }
}

.footer__main-menu ul a {
    color: #fff;
    white-space: pre-line;
}

.footer__main-menu a {
    margin-right: 90px;
    font-family: Poppins;
    text-decoration: none;
    color: #969696;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer__main-menu a:hover {
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer__main-menu a {
        margin-right: 0
    }
}

.footer__lang {
    margin-right: 120px;
    margin-left: auto
}

@media only screen and (min-width:320px) and (max-width:640px) {
    .footer__lang {
        margin: 30px auto
    }
}

.footer__copyright {
    text-align: center;
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5f5f5f;
    margin-bottom: 0
}

.main__block {
    top: -105px;
}

body {
    border: none !important;
    background-color: #fff !important;
}

header {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 8;
}

@media(max-width: 760px) {
    header .header-play {
        display: none;
    }
}

@media(max-width: 640px) {
    header .header-play {
        display: none;
    }
}

.main__header--text {
    max-width: 95%;
    padding-top: 10vw;
}

.main__header--text p {
    max-width: 90%;
}

@media (min-width: 640px) and (max-width: 700px) {
    .main__bg {
        height: 100vh;
    }
}

@media (min-width: 701px) and (max-width: 1300px) {
    .main__bg {
        height: 100vh;
    }
}

@media (min-width: 1301px) and (max-width: 1501px) {
    .main__bg {
        min-height: 100vh;
    }
}

.content__pic--item {
    height: 373px;
    object-fit: cover;
    border-radius: 20px;
}

.content__block .content-block {
    display: block;
    gap: 60px;
}

.footer__content--right img {
    height: 50px;
    object-fit: contain;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #8395A8;
}

.main .apps__content .header-play__link {
    width: 160px;
    display: flex;
    align-items: center;
    padding: unset;
    justify-content: center;
    height: 40px;
    margin: 0 auto
}

.content__pic--block {
    float: right;
    margin-left: 85px!important;
}

.faq__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq__item--title {
    width: 100%;
}

@media (min-width: 640px) and (max-width: 900px) {
    .main__header--text {
        max-width: 95%;
        padding-top: 20vw;
    }
}

@media (min-width: 900px) and (max-width: 1000px) {
    .main__header--text {
        padding-top: 18vw;
    }
}

#slide_line {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#slide_line img {
    width: 200px;
    height: 110px;
    object-fit: contain;
    display: inline-block;
    margin-right: 30px;
}

@media (max-width:1680px) {
    #slide_line img {
        width: 175px;
        margin-right: 20px;
    }
}

@media (max-width:1400px) {
    #slide_line img {
        width: 126px;
        margin-right: 20px;
    }
}

@media (max-width:1200px) {
    #slide_line img {
        width: 100px;
        height: 80px;
        margin-right: 10px;
    }
}


/*404*/
* {
    font-family: Google sans, Arial;
}

html,
body {
    margin: 0;
    padding: 0;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    animation: colorSlide 15s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.flex-container .text-center {
    text-align: center;
}
.flex-container .text-center h1,
.flex-container .text-center h3 {
    margin: 10px;
    cursor: default;
}
.flex-container .text-center h1 .fade-in,
.flex-container .text-center h3 .fade-in {
    animation: fadeIn 2s ease infinite;
}
.flex-container .text-center h1 {
    font-size: 8em;
    transition: font-size 200ms ease-in-out;
    border-bottom: 1px dashed white;
}
.flex-container .text-center h1 span#digit1 {
    animation-delay: 200ms;
}
.flex-container .text-center h1 span#digit2 {
    animation-delay: 300ms;
}
.flex-container .text-center h1 span#digit3 {
    animation-delay: 400ms;
}
.flex-container .text-center button {
    border: 1px solid white;
    background: transparent;
    outline: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transition: background-color 200ms ease-in;
    margin: 20px 0;
}
.flex-container .text-center button:hover {
    background-color: white;
    color: #555;
    cursor: pointer;
}

@keyframes colorSlide {
    0% {
        background-color: #152a68;
    }
    25% {
        background-color: royalblue;
    }
    50% {
        background-color: seagreen;
    }
    75% {
        background-color: tomato;
    }
    100% {
        background-color: #152a68;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.review {
    width: 100%;
    max-width: 850px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.review p {
    margin-bottom: 0;
}

.review__text-content {
    width: 100%;
    max-width: 600px;
    padding-right: 15px;
}

.review__image {
    width: 100%;
    max-width: 250px;
    height: 250px;
}

.review__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__slogan {
    margin-bottom: 10px;
    max-width: 90%;
}
.review__slogan p {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 0;
}

.review__date_rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.review__date_rate .date {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.review__date_rate .rate span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/dest/rating/rating_full.png") no-repeat center;
    background-size: contain;
}

.review__date_rate .rate45 span:last-child {
    background: url("../images/dest/rating/rating_part.png") no-repeat center;
    background-size: contain;
}

.review__date_rate .rate4 span:last-child {
    background: url("../images/dest/rating/rating_none.png") no-repeat center;
    background-size: contain;
}

.review__date_rate .rate35 span:last-child {
    background: url("../images/dest/rating/rating_none.png") no-repeat center;
    background-size: contain;
}
.review__date_rate .rate35 span:nth-child(4) {
    background: url("../images/dest/rating/rating_part.png") no-repeat center;
    background-size: contain;
}

.review__date_rate .rate3 span:last-child {
    background: url("../images/dest/rating/rating_none.png") no-repeat center;
    background-size: contain;
}
.review__date_rate .rate3 span:nth-child(4) {
    background: url("../images/dest/rating/rating_none.png") no-repeat center;
    background-size: contain;
}

.review__main-text {
    margin-bottom: 15px;
}

.review__main-text p {
    font-size: 16px;
    line-height: 18px;
    /*color: #000;*/
}

.review__owner p {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: bold;
}

.review__table {
    width: 100%;
    padding: 20px;
    border-collapse: collapse;
    margin: 20px 0;
}

.review__table tr.review__item {
    border-bottom: 1px solid #ededed;
}

.review__table td {
    width: 50%;
    padding: 5px 10px;
    margin-bottom: 0px;
    color: #8395a8;
}

/* .apps__list.owl-loaded.owl-drag,
.wp-block-custom-block-plugin-custom-block.apps__list.owl-loaded.owl-drag{
    display: none!important;
} */

.wp-block-main-block-plugin-main-block.main__block {
    position: unset!important;
    transform: unset!important;
    margin-top: -50px;
    height: 100vh;
    display: flex;
    align-items: center;
	margin-bottom: 15px
}

@media(max-width: 640px) {
    .wp-block-main-block-plugin-main-block.main__block {
        height: 420px;
        /*display: block;*/
    }
}

@media only screen and (min-width: 1400px){
    .main__bg {
        margin-top: -50px;
    }
}

.content__text--block:not(section) div {
    margin: 0 auto;
    padding: 0;
}


.content__text--block:not(section) .faq__item {
    margin-bottom: 20px;
	/*width: 100%!important*/
}

.content__text--block:not(section) .faq__item:first-child {
	margin-top: 20px;
}

.faq__item--title {
    display: flex;
    align-items: center;
}

.content__text--block:not(section) .faq__item .faq__icon {
    max-height: 30px;
    max-width: 30px;
}

.wp-block-main-block-plugin-main-block.main__block .container {
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 641px) and (max-width: 1200px) {
    .wp-block-main-block-plugin-main-block.main__block .container {
        width: 100%;
        margin: 0 auto;
    }
}

.banner .header-play{
    text-align: center;
}

.main__header--text {
    max-width: 100%;
    width: 95%!important;
}

.main__header--text h1,
.main__header--text p {
    width: 100%!important;
    margin-left: 0!important;
}

.main__header--text p {
    margin-top: 20px!important;
}
/* хром, сафари */
/* .wp-block-custom-block-plugin-custom-block.apps__list::-webkit-scrollbar { width: 0; } */

/* ie 10+ */
/* .wp-block-custom-block-plugin-custom-block.apps__list { -ms-overflow-style: none; } */

/* фф (свойство больше не работает, других способов тоже нет)*/
/* .wp-block-custom-block-plugin-custom-block.apps__list { overflow: -moz-scrollbars-none; } */

.wp-block-custom-block-plugin-custom-block::-webkit-scrollbar {
    width: 3px;
}
@media(max-width: 640px) {
    .wp-block-custom-block-plugin-custom-block::-webkit-scrollbar {
        display: none;
    }
}
.wp-block-custom-block-plugin-custom-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.wp-block-custom-block-plugin-custom-block::-webkit-scrollbar-thumb {
    background-color: #00c744;
    border-radius: 10px
}

.wp-block-main-block-plugin-main-block.main__block .container-apps {
    width: 80%;
    margin: 0 auto;
}

/* Стилі для візуального редактора */
.editor-styles-wrapper .logo-img,
.editor-styles-wrapper .company-logo-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.editor-styles-wrapper .fa-star.checked {
    color: #ffc107;
}

.editor-styles-wrapper .apps__item {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-size: cover;
}

.editor-styles-wrapper .apps__content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.editor-styles-wrapper .apps__content--item {
    text-align: center;
}

.editor-styles-wrapper .rating {
    margin-bottom: 10px;
}

.editor-styles-wrapper .main-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.editor-styles-wrapper .header-play__link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.editor-styles-wrapper .header-play__link:hover {
    background-color: #005f8b;
}

/* ширина контента */
.content__text--block:not(section) h1, .content__text--block:not(section) .wp-block-image, .content__text--block:not(section) .review__table, .content__text--block:not(section) .wp-block-custom-button-button,.content__text--block:not(section) ol, .content__text--block:not(section) ul, .content__text--block:not(section) h2, .content__text--block:not(section) h3, .content__text--block:not(section) h4, .content__text--block:not(section) p, .content__text--block:not(section) div,
.content__text--block:not(section) .wp-block-custom-banner-block-banner{
    width: 70%;
    margin: 20px auto;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
