/***************-BASE-****************/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.flex-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.main-content{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
html ,body{
    height: 100%
}
body {
    overflow-x: hidden;
    color: rgba(0, 0, 0, 0.9);
    min-width: 280px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
input {
    -webkit-appearance: none;
}
main {
    overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    color: #2ea3f2;
}
h1{
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
a:focus,
a:active,
a:hover {
    opacity: .7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    text-decoration: none;
    color: #2ea3f2;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}
.type-title-1 h4{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.level-category--inner ul{
    padding: 0;
    list-style-type: none;
}
/***************-HEADER-MOBILE-MENU-****************/
.mobile-menu .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-menu .main-menu li a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    padding: 10px 5%;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}

.mobile-menu .main-menu li a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
}

.mobile-menu .main-menu li {
    padding-right: 0;
    width: 100%;
}

.mobile-menu .main-menu li.current-menu-item a {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
}
body.search-active .burger {
    display: none;
}
.burger{
    display: none;
    position: relative;
    color: #2ea3f2;
}
.burger:before{
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
.mobile-menu{
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    padding: 5%;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    /*display: none;*/
    z-index: 2147483647;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

/***************-BREADCRUMBS-****************/
.container-breadcrumbs{
    max-width: 1080px;
    margin: 10px auto;
}
/***************-HEADER-SEARCH-****************/
.container.et_pb_search_visible.et_pb_no_animation {
    opacity: 1;
}
.container.et_search_form_container {
    position: relative;
    opacity: 0;
    height: 1px;
}
.et_search_outer.active {
    pointer-events: unset;
}
.et_search_outer {
    pointer-events: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
form.et-search-form {
    background: transparent!important;
}
.et-search-form {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    border-color: #2ea3f2;
    width: 100%;
}
span.et_close_search_field {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 99999;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}
span.et_close_search_field:after {
    font-family: ETmodules;
    content: "\4d";
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.et-search-form input {
    outline: none;
    width: 90%;
    border: none;
    color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background: transparent;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
/***************-HEADER-****************/
.logo-wrapper {
    position: relative;
    z-index: 10;
}
#et_search_icon:hover{
    cursor: pointer;
    color: #2ea3f2;
}
#et_search_icon::before {
    z-index: 99;
    opacity: 1;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "\55";
    font-size: 17px;
    left: 0;
    position: absolute;
    top: -3px;
}
#et_top_search {
    margin: 3px 0 0 22px;
    position: relative;
    display: block;
    width: 18px;
}
.menu-wrapper {
    height: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header-container .logo-wrapper a{
    display: block;
    height: 45px;
}
.header-container .logo-wrapper a img{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header-container {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    /*justify-content: space-between;*/
    max-width: 1080px;
    margin: 0 auto;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-container .main-menu ul.sub-menu li{
    padding: 0 20px;
    margin: 0;
}
.mobile-menu .main-menu ul.sub-menu {
    list-style-type: none;
}
.header-container .main-menu ul.sub-menu {
    list-style-type: none;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-transform: translateZ(0);
    text-align: left;
}

.header-container .main-menu > li.hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
.header-container .main-menu > li > a{
    padding-bottom: 28px;
}
.header-container .main-menu > li {
    padding-right: 22px;
    height: 100%;
}
.header-container .main-menu li.current-menu-item a {
    color: #2ea3f2;
}
.header-container .menu-item-has-children>a:first-child {
    padding-right: 20px;
}
.header-container .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
}
.main-menu a {
    color: rgba(0,0,0,.6);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main-menu a:hover {
    opacity: .7;
}
header{
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
/***************-FRONT-PAGE-SECTION-1-****************/
.banner {
    position: relative;
}

img.banner-img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner .banner-text {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 150px;
}
.app-links {
    padding: 50px 0;
}
.app-links .item {
    text-align: center;
    margin: 0 auto;
}
.app-links a img:hover{
    -webkit-filter: invert(1);
    filter: invert(1);
}
.app-links a img{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 128px;
}
/***************-FRONT-PAGE-SECTION-2-****************/
.front-page-section-2{
    margin-top: 50px;
    margin-bottom: 50px;
}
.video-wrapper iframe{
    width: 100%;
}
.video-wrapper{
    max-width: 100%;
}
/***************-FRONT-PAGE-SECTION-3-****************/
.front-page-section-3 {
    padding-top: 100px;
    padding-right: 0;
    padding-bottom: 45px;
    padding-left: 0;
    background-color: #fafafc;
}
.blocks-wrapper.reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.blocks-wrapper.reviews .item {
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-color: #efefef;
    background-color: #ffffff;
    text-align: left;
    padding: 30px;
    -webkit-box-shadow: 0 2px 18px 0 rgba(198,198,198, 0.3);
    box-shadow: 0 2px 18px 0 rgba(198,198,198, 0.3);
    max-width: 320px;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blocks-wrapper.reviews .item:hover {
    -webkit-box-shadow: 0 2px 30px 0 rgb(198 198 198);
    box-shadow: 0 2px 30px 0 rgb(198 198 198);
}
.blocks-wrapper.reviews .item .descr{
    color: #666666;
}
.blocks-wrapper.reviews .item .title,
.blocks-wrapper.reviews .item .author{
    font-weight: 700;
    color: #666666;
}
/***************-FRONT-PAGE-SECTION-4-****************/
.front-page-section-4{
    margin-bottom: 100px;
    padding-top: 100px;
    background-position: 50% center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
    height: 62.332301341589265vh;
    max-height: 604px;
}
.front-page-section-4 .container{
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.front-page-section-4 .back-img{
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}
/***************-FRONT-PAGE-SECTION-5-****************/
.front-page-section-5{
    margin-bottom: 100px;
}
.title-container{
    max-width: 800px;
    margin: 0 auto;
}
.title-container h2{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px;
    line-height: 1.3em;
}
.blocks-wrapper.latest-news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.blocks-wrapper.latest-news .item:hover {
    -webkit-box-shadow: 0 2px 30px 0 rgb(198 198 198);
    box-shadow: 0 2px 30px 0 rgb(198 198 198);
}
.blocks-wrapper.latest-news .item {
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-color: #efefef;
    background-color: #ffffff;
    text-align: left;
    -webkit-box-shadow: 0 2px 18px 0 rgba(198,198,198, 0.3);
    box-shadow: 0 2px 18px 0 rgba(198,198,198, 0.3);
    max-width: 320px;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blocks-wrapper.latest-news .item .post-img{
    margin-bottom: 30px;
    display: block;
    height: 200px;
}
.blocks-wrapper.latest-news .item .post-img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blocks-wrapper.latest-news .item .title{
    padding-left: 19px;
    padding-right: 19px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
}
.blocks-wrapper.latest-news .item .descr{
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
}
/***************-BLOG-PAGE-****************/
ul.pagination {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

ul.pagination a.disabled {
    cursor: no-drop;
    opacity: .5;
}

ul.pagination a.page-numbers {
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1.8em;
}

ul.pagination span.current {
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: default;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1.8em;
}
.blog-page-wrapper .front-page-section-5{
    padding-bottom: 50px;
    margin-bottom: 0;
}
.blog-page-wrapper .top.container{
    padding: 27px 0;
}
.blog-page-wrapper h1{
    font-weight: 700;
    font-size: 36px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.blog-page-wrapper .subtitle *{
    color: #666;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1.8em;
}
.blog-page-wrapper{
    text-align: center;
    background-color: #f9f8fc;
}
/***************-CONTACTS-PAGE-****************/
.wpcf7 form.sent .wpcf7-response-output{
    font-family: inherit;
    position: relative;
    border: 1px solid #bbb;
    margin: 25px 0;
    background-color: #06c1b0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 16px;
    outline: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    font-family: inherit;
    position: relative;
    border: 1px solid #bbb;
    margin: 25px 0;
    background-color: #eee;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 16px;
    outline: none;
}
.wpcf7-not-valid-tip{
    display: none !important;
}
textarea.wpcf7-not-valid, input.wpcf7-not-valid {
    border: 1px solid red!important;
}
.et_pb_button:hover:after{
    opacity: 1;
    margin-left: 0;
}
.et_pb_contact_submit:hover{
    background-color: rgba(0,0,0,.05);
}
.et_pb_button:hover {
    border-radius: 0;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}
.et_pb_button:after, .et_pb_contact_submit:after{
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
.et_pb_button:after, .et_pb_button:before {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.et_pb_contact_submit{
    color: #2ea3f2;
}
.et_pb_button:focus {
    outline: none !important;
}
.et_pb_button {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.form-container input[type="text"], .form-container input[type="email"], .form-container textarea{
    font-family: inherit;
    position: relative;
    border: 1px solid #bbb;
    margin: 0;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 16px;
    outline: none;
}

.form-wrap.row .col-xs-12 {
    margin-bottom: 3%;
}

.form-container textarea {
    max-height: 150px;
    margin-bottom: 3%;
}

.contacts-page-wrapper .form-container{
    padding: 50px 0;
}
.contacts-page-wrapper .content-wrapper h1{
    font-family: Open Sans,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
}
.contacts-page-wrapper .content-wrapper {
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    position: relative;
}
.contacts-page-wrapper{
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1080px;
    margin: 0 auto;
}

/***************-GAMES-PAGE-****************/
.archive-page-wrapper{
    padding: 27px 0;
}
/***************-ABOUT-PAGE-****************/
.about-content h1,h2,h3,h4,h5,h6{
    color: #333333;
}
.about-content img{
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.about-content h1{
    font-size: 30px;
}
.about-content *{
    color: #666666;
}
.about-content a{
    color: #2ea3f2;
}
.about-content{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-top: 27px;
    padding-bottom: 27px;
    max-width: 1080px;
    margin: 0 auto;
}
.about-page-wrapper .banner{
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45.40763673890609vh;
}
/***************-404-PAGE-****************/
.page-404-wrapper{
    padding: 50px 0;
}
/***************-FOOTER-****************/
footer{
    background-color: #222222;
}
ul.et-social-icons {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

ul.et-social-icons span {
    display: none;
}

ul.et-social-icons a {
    display: inline-block;
    font-size: 24px;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #666;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.et-social-icons li {
    display: inline-block;
    margin-left: 20px;
}

ul.et-social-icons a:hover {
    color: #2ea3f2;
}

.footer-bottom .inner-container .et-social-facebook a.icon:before{
    content: "\e093";
}

.footer-bottom .inner-container .et-social-instagram a.icon:before{
    content: "\e09a";
}
.footer-bottom .inner-container .et-social-rss a.icon:before{
    content: "\e09e";
}
.footer-bottom .inner-container .icon:before{
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
.footer-bottom{
    background-color: rgba(0,0,0,.32);
    padding: 15px 0 5px;
}
.footer-bottom .inner-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;
}
#footer-info{
    text-align: left;
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
}
.footer-nav .menu a:hover{
    color: #bbb;
    opacity: .7;
}
.footer-nav .menu li{
    padding-right: 22px;
}
.footer-nav .menu a{
    font-size: 14px;
    font-weight: 600;
    color: #bbb;
}
.footer-nav .menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
}
.footer-nav{
    background-color: hsla(0,0%,100%,.05);
}
footer .inner-container{
    max-width: 1080px;
    margin: 0 auto;
}
/***************-SINGLE-GAMES-PAGE-****************/
.front-page-section-4 .container a:hover{
    border: 2px solid transparent;
    background-color: rgba(0,0,0,.05);
}
.front-page-section-4 .container a{
    padding-top: 20px!important;
    padding-right: 30px!important;
    padding-bottom: 20px!important;
    padding-left: 30px!important;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #2ea3f2;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    color: #2ea3f2;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
}
.bottom-text-cntr{
    padding: 30px 0;
    max-width: 1080px;
    margin: 0 auto;
}
.single-games .front-page-section-4{
    margin-bottom: 0;
}
/***************-AUTHOR-PAGE-****************/
.add-descr {
    margin: 10px 0;
}
.add-descr *{
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin-bottom: 6px;
    font-size: 14px;
    padding-bottom: 15px;
}
ul.author-loop {
    display: flex;
    padding: 0;
    flex-direction: column;
    max-width: 800px;
}
ul.author-loop .item img {
    height: auto;
    object-fit: contain;
}

ul.author-loop .item a.post-img {
    margin-bottom: 30px;
    display: block;
}

h2.title a {
    font-family: Open Sans,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    line-height: 1em;
    font-weight: 500;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
}
ul.author-loop .item{
    margin-bottom: 60px;
}
ul.author-loop {
    display: flex;
    flex-direction: column;
}
.narrowcolumn{
    padding: 27px 0;
    max-width: 1080px;
    margin: 0 auto;
}
/***************-SINGLE-POST-PAGE-****************/
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url] {
    width: 47%;
}
form#commentform  p.comment-form-cookies-consent label {
    display: block;
}

form#commentform p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
form#commentform p.comment-form-cookies-consent input {
    margin-right: 10px;
    -webkit-appearance: checkbox;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
}

form#commentform label {
    display: none;
}
div#comments {
    max-width: 795px;
}
li.comment {
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    list-style: none!important;
    line-height: 1.7em!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol.comment-list {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 100px;
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none!important;
    line-height: 1.7em!important;
    padding: 0!important;
}

.comment-body {
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    list-style: none!important;
    line-height: 1.7em!important;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 0 110px 0 100px;
    margin-bottom: 48px;
    min-height: 87px;
}

article {
    display: block;
}

.comment-author.vcard {
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    list-style: none!important;
    line-height: 1.7em!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 7px;
}

.comment-author.vcard .says {
    display: none;
}

a.comment-reply-link {
    font-family: Open Sans,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    list-style: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #2ea3f2;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}

a.comment-reply-link:before, a.comment-reply-link:after {
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    font-family: ETmodules!important;
    direction: ltr;
    speak: none;
}

a.comment-reply-link:hover {
    border-radius: 0px;
    text-decoration: none;
    background-color: hsla(0,0%,100%,.2);
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}

a.comment-reply-link:hover:after {
    opacity: 1;
    margin-left: 0;
}

.comment-metadata {
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    list-style: none!important;
    line-height: 1.7em!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin-bottom: 8px;
}

.comment-metadata time {
    font-family: Open Sans,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    list-style: none!important;
    line-height: 1.7em!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
footer.comment-meta {
    background: transparent;
}
.comments-form-wrapper p.form-submit {
    max-width: 795px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
p.comment-form-comment label {
    display: none;
}
.comments-form-wrapper input#submit {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    color: #2ea3f2;
    border: 2px solid transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    background: rgba(0,0,0,.05);
    padding: .3em 1em;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.comments-form-wrapper input#submit:hover {
    border: 2px solid transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    background: rgba(0,0,0,.05);
    padding: .3em 1em;
}
p.comment-form-comment textarea {
    max-width: 795px;
    outline: none;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #bbb;
    margin: 0;
    font-family: inherit;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 12px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 18px;
    border-width: 0;
}
h3#reply-title {
    font-family: Open Sans,Arial,sans-serif;
}
#comment_form{
    padding-top: 75px;
}
/***************-DEFAULT-PAGE-****************/
.single-post-wrapper .post-content{
    padding-top: 30px;
}
.main-text-content, .single-post-wrapper{
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}
.single-post-wrapper h1,h2,h3,h4,h5,h6,
.main-text-content h1,h2,h3,h4,h5,h6{
    color: #333333;
}
.main-text-content img, .single-post-wrapper img{
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.main-text-content h1, .single-post-wrapper h1{
    font-size: 30px;
}
.main-text-content *, .single-post-wrapper *{
    color: #666666;
}
.main-text-content a, .single-post-wrapper a{
    color: #2ea3f2;
}

/*VIDEO-CSS*/
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}
/*VIDEO-CSS*/