body,
html,
div,
blockquote,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

figure {
    margin: 0;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #customers tr:nth-child(even){background-color: #f2f2f2;}
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

html,
body {
    height: 100%;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
    font-family: RobotoR;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0;
    margin: 0;
    color: #000;
    line-height: 35px;
    font-family: RobotoB;
    width: 100%;
}

h1 {
    color: #000;
    line-height: 35px;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

h2 {
    font-family: RobotoB;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    font-size: 19px;
    color: #000;
    display: block;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

a:link {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #ff3a4d;
}

a:visited {
    color: #7fc0ff;
}

a:active {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

ul {
    margin-left: 0px;
    margin-right: 1.25em;
    font-family: RobotoR;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #bdd2e5;
    width: 90%;
    list-style-position: inside;
}

ol {
    margin-left: 0px;
    margin-right: 1.25em;
    font-family: RobotoR;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #bdd2e5;
    width: 90%;
    list-style-position: inside;
}

li {
    margin-left: 10px;
    padding-left: 0px;
    text-indent: 0px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: RobotoR;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #8e8e8e;
    position: relative;
    left: 25px;
}

.alignleft {
    float: left;
    padding: 25px 25px 25px 0;
}

.alignleft-slots {
    float: left;
    padding: 20px 20px 20px 0;
}

.alignright {
    float: right;
    padding: 25px 0 25px 25px;
}

.container-row {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}

@font-face {
    font-family: RobotoB;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: RobotoL;
    src: url(../fonts/RobotoCondensed-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: RobotoR;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
    font-display: swap;
}

header {
    background-color: #01060a;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}

header .navigation-head {
    background-color: #070b11;
    border-bottom: solid 1px #25374b;
    border-top: solid 1px #01060a;
    -webkit-box-shadow: 0px 5px 0 #0f151d;
    -moz-box-shadow: 0px 5px 0 #0f151d;
    box-shadow: 0px 5px 0 #0f151d;
}

header .navigation-head .nav-set {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .logos {
    width: 180px;
    transition: all 0.3s;
}

header .logos img {
    width: 180px;
    height: auto;
    transition: all 0.3s;
}

.top-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 5px 0;
}

.top-line .item-btn-top {
    transition: all .3s;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    width: 136px;
    border: solid 1px;
    border-radius: 3px;
    text-align: center;
    line-height: 3;
    margin: 0px 10px;
    position: relative;
}

.top-line .item-btn-top:hover {
    opacity: 0.8;
}

.top-line .item-btn-top a {
    text-decoration: none;
}

.top-line .top-registration {
    width: 200px;
    border: 1px solid #40c4ff;
    position: relative;
}

.top-line .top-registration a,
.top-line .top-registration .link {
    color: #40c4ff;
    cursor: pointer;
}

.top-line .top-registration a span,
.top-line .top-registration .link span {
    display: block;
    width: 100%;
    position: relative;
    top: -5px;
}

.top-line .top-registration a span:before,
.top-line .top-registration .link span:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/register.png) 0px 0px no-repeat;
    left: 25px;
    top: 13px;
}

.top-line .top-registration .descr-link {
    position: absolute;
    font-style: normal;
    font-size: 10px;
    left: 65px;
    bottom: -2px;
}

.top-line .top-download {
    width: 200px;
    border: 0;
}

.top-line .top-download .download_link {
    color: #0dc378;
    transition: all .3s;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    width: 200px;
    border: 1px solid #0dc378;
    position: relative;
    border-radius: 3px;
    text-align: center;
    line-height: 3;
    box-sizing: border-box;
}

.top-line .top-login {
    width: 140px;
    border: 1px solid #f38a34;
}

.top-line .top-login a,
.top-line .top-login .link {
    color: #f38a34;
    cursor: pointer;
}

.top-line .top-login a span,
.top-line .top-login .link span {
    display: block;
    width: 100%;
}

.top-line .top-login a span:before,
.top-line .top-login .link span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    background: url(../img/login.png) 0px 0px no-repeat;
    left: 28px;
    top: 9px;
}

.top-line .top-registration .descr-link {
    left: 58px;
}

.frame-sidebar .top-registration .descr-link {
    left: 65px;
}

header.sticky {
    transition: all 0.3s;
}

nav.header-menu {
    width: 100%;
}

.menu-top-container {
    display: flex;
    flex-wrap: wrap;
}

ul#menu-header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0px;
    position: initial;
    width: 100%;
}

ul#menu-header-menu li {
    display: inline-block;
    flex-grow: 1;
    margin-left: 0px;
    padding: 0px 10px;
    left: 0;
}

ul#menu-header-menu li a,
ul#menu-header-menu li span {
    font-family: RobotoB;
    font-style: normal;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d3d3d3;
}

ul#menu-header-menu li.current-menu-item span {
    color: #fff;
    cursor: default;
}

nav.footer {
    width: 100%;
}

.menu-footer-menu-container {
    width: 100%;
}

ul#menu-footer-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    left: 0px;
}

ul#menu-header-menu li a:hover {
    text-decoration: none;
    color: #fff;
}

ul#menu-footer-menu li.current-menu-item span {
    text-decoration: none;
    color: #fff;
}

ul#menu-footer-menu li a,
ul#menu-footer-menu li span {
    font-family: RobotoB;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 17px;
    color: #d3d3d3;
}

ul#menu-footer-menu li {
    display: inline-block;
    margin: 0px;
    flex-grow: 1;
    line-height: 3;
    padding: 0px 25px;
    text-align: center;
}

.main-content {
    padding-top: 145px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.main-content .title-block {
    width: 100%;
}

.main-content h1.page-title {
    font-family: RobotoB;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.main-content p {
    font-family: RobotoR;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    color: #000;
    padding: 5px 0;
}

.bottom-text {
    margin-top: 25px;
    padding-top: 25px;
    position: relative;
    background: #fff;
    width: 100%;
    border-top: 1px solid #fff;
}

.bottom-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #c1c1c1;
    top: 0;
}

::-webkit-input-placeholder {
    color: #8da5ba;
}

::-moz-placeholder {
    color: #8da5ba;
}

:-ms-input-placeholder {
    color: #8da5ba;
}

:-moz-placeholder {
    color: #8da5ba;
}

.search {
    position: relative;
}

input#s {
    background-color: #10141d;
    border-radius: 25px;
    height: 40px;
    border: 1px solid #32445a;
    outline: 0px;
    padding: 0px 10px 0px 40px;
    color: #bcc3d2;
    width: 170px;
}

button#searchsubmit {
    cursor: pointer;
    outline: 0px;
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #40c4ff;
    top: 0;
    left: -5px;
    background-color: #10141d;
    transition: all .3s;
}

button#searchsubmit:before {
    display: none;
    content: "";
    position: absolute;
    top: -12px;
    left: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #40c4ff;
    background-color: #10141d;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 0;
}

.search-bl:hover button#searchsubmit {
    opacity: 0.8;
}

.img_search {
    position: absolute;
    right: 0;
    left: 14px;
    top: 9px;
    width: 15px;
    height: 20px;
    background: url(../img/search-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px -2px;
}

.content-link {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

.content-link a {
    color: #fff;
    font-family: RobotoB;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    padding: 10px 60px;
}

.content-link a:hover {
    opacity: 0.9;
    text-decoration: none;
}

.content-link .btn-pattern {
    background-image: -ms-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: -moz-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: -o-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc700), color-stop(1, #ff5c00));
    background-image: -webkit-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: linear-gradient(to bottom, #ffc700 0%, #ff5c00 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #f30;
}

ul.slot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    left: 0;
}

ul.slot-list li.slot-list-item {
    list-style-type: none;
    position: relative;
    width: 215px;
    background-color: #1c212c;
    transition: all 0.3s;
    margin: 15px 8px;
    max-height: 201px;
}

ul.slot-list li.slot-list-item:hover .link-btn {
    opacity: 1;
    top: 65px;
}

ul.slot-list li.slot-list-item:hover .blur-block {
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 161px;
    background-color: rgba(27, 33, 44, 0.9);
}

ul.slot-list img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

ul.slot-list span.slot-list-title {
    font-size: 13px;
    line-height: 3;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #269ab9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    cursor: default;
}

ul.slot-list li.obj_row {
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: table-row;
    left: auto;
}

ul.slot-list li.obj_row span {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    background-image: -ms-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: -moz-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: -o-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc700), color-stop(1, #ff5c00));
    background-image: -webkit-linear-gradient(top, #ffc700 0%, #ff5c00 100%);
    background-image: linear-gradient(to bottom, #ffc700 0%, #ff5c00 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #f30;
    transition: all .3s;
}

ul.slot-list li.obj_row span:hover {
    opacity: 0.8;
}

ul.slot-list .link-btn {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0px;
    margin: 0 auto;
    max-width: 100px;
    text-align: center;
    width: 100px;
    height: 35px;
    background-image: -ms-linear-gradient(top, #3cf 0%, #39f 100%);
    background-image: -moz-linear-gradient(top, #3cf 0%, #39f 100%);
    background-image: -o-linear-gradient(top, #3cf 0%, #39f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3cf), color-stop(1, #39f));
    background-image: -webkit-linear-gradient(top, #3cf 0%, #39f 100%);
    background-image: linear-gradient(to bottom, #3cf 0%, #39f 100%);
    border-bottom: 2px solid #069;
    transition: all .3s;
}

ul.slot-list .link-btn a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 17px;
    line-height: 2;
}

ul.slot-list .link-btn a:hover {
    text-decoration: none;
}

ul.slot-list .link-btn:hover {
    background-image: -ms-linear-gradient(top, #39f 0%, #3cf 100%);
    background-image: -moz-linear-gradient(top, #39f 0%, #3cf 100%);
    background-image: -o-linear-gradient(top, #39f 0%, #3cf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #39f), color-stop(1, #3cf));
    background-image: -webkit-linear-gradient(top, #39f 0%, #3cf 100%);
    background-image: linear-gradient(to bottom, #39f 0%, #3cf 100%);
    border-bottom: 2px solid #3cf;
}

ol.crumbs {
    padding: 10px 0 10px 0;
    display: block;
    width: 100%;
    position: initial;
}

ol.crumbs a {
    color: #bdd2e5;
    text-decoration: none;
}

ol.crumbs a:hover {
    color: #bdd2e5;
    text-decoration: underline;
}

ol.crumbs li:first-child {
    padding: 0px;
}

ol.crumbs li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 5px;
    margin: 0px;
    left: 0;
}

.crumbs__curr {
    color: #bdd2e5;
}

ol.crumbs b {
    padding: 0px 10px;
    color: #656565;
}

.main-items-container {
    position: relative;
}

main * {
    box-sizing: border-box;
}

footer {
    padding: 20px 0 50px 0;
    background-color: #10141d;
}

footer .footer__main {
    width: 100%;
    background-color: transparent;
    min-height: 85px;
    line-height: 6em;
    border-top: 5px solid #000;
}

footer .footer__main p {
    font-family: RobotoB;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #598597;
    text-align: center;
}

footer nav {
    padding-bottom: 25px;
}

.text-bl-error {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-bl-error .error-title {
    font-family: RobotoL;
    font-weight: 100;
    font-size: 14vw;
    text-shadow: 5px 5px 10px #ffc700;
}

body.error-style ul.slot-list {
    margin-bottom: 35px;
}

body.single-apage-style header {
    position: relative;
    background: #10141d;
    z-index: 1;
    border-bottom: solid 2px #171f29;
}

body.single-apage-style header .logos {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

body.single-apage-style header .logos img {
    width: 180px;
    height: auto;
    transition: all 0.3s;
}

body.single-apage-style .main-content {
    padding-top: 0px;
}

body.single-apage-style .main-content .bottom-text {
    margin-top: 0px;
}

body.single-apage-style .sing-loc-row {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

body.single-apage-style .single-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin: 35px 0 5px;
    border: 1px solid #699;
    background-color: #1e2a3a;
}

body.single-apage-style .single-container .mother-top-bl {
    position: relative;
    width: 100%;
    padding-top: 75%;
    max-width: initial;
    margin: 0 auto;
}

body.single-apage-style .single-container .frame-block {
    width: 75%;
}

body.single-apage-style .single-container .frame-sidebar {
    width: 25%;
    text-align: center;
}

body.single-apage-style .single-container .top-line {
    flex-direction: column;
    align-items: center;
}

body.single-apage-style .single-container .top-line .item-btn-top {
    width: 215px;
    margin: 10px 0;
}

body.single-apage-style .single-container iframe {
    position: absolute;
    border: 0px;
    outline: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.single-apage-style .main-content h1.page-title {
    text-align: left;
}

body.single-apage-style footer {
    padding: 0px;
}

body.single-apage-style footer .footer__main {
    border: 0px;
}

.top-line .item-btn-top:last-child {
    margin-bottom: 0px;
}

li.slot-list-item {
    left: 0;
}

.page-entry-content .cover-table {
    margin: 10px 0;
    overflow: auto;
}

.page-entry-content table {
    width: 100%;
}

.page-entry-content .cover-table,
.page-entry-content table {
    flex: 0 0 100%;
    max-width: 100%;
}

.page-entry-content table th,
.page-entry-content table td {
    padding: 10px;
    border-bottom: 1px solid #000;
    color: #000;
}

@media (max-width: 360px) {

    .page-entry-content table th,
    .page-entry-content table td {
        padding: 5px;
    }
}

.page-entry-content p,
.page-entry-content .iframe-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.page-entry-content iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
    height: 315px;
}

.block_comments {
    margin-left: 40px;
    max-width: 650px;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .block_comments {
        max-width: 100%;
        padding: 15px 25px;
        margin: 0;
    }
}

.block_comments .comment-reply-title {
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 40px;
}

@media (max-width: 580px) {
    .block_comments .comment-reply-title {
        margin-bottom: 20px;
    }
}

.block_comments .user_data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 580px) {
    .block_comments .user_data {
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.block_comments .user_data .comment-form-email {
    flex-wrap: wrap;
}

.block_comments .user_data .item-input {
    display: flex;
    max-width: 260px;
    margin-bottom: 10px;
}

@media (max-width: 580px) {
    .block_comments .user_data .item-input {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.block_comments label {
    font-size: 14px;
    color: #8b979e;
    line-height: 1.5;
    margin-right: 15px;
}

.block_comments textarea,
.block_comments input[type='text'] {
    border-radius: 3px;
    background-color: #181e2c;
    border: none;
    max-width: 205px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 580px) {

    .block_comments textarea,
    .block_comments input[type='text'] {
        max-width: 100%;
        padding: 10px;
    }
}

.block_comments textarea {
    max-width: 100%;
    height: 200px;
    resize: none;
    padding: 10px;
}

.block_comments .user_mess {
    font-size: 14px;
    color: #8f9599;
    line-height: 1.5;
    width: 100%;
    text-align: right;
    margin: 10px 7px 0 0;
}

.block_comments .comment-form-comment {
    display: flex;
    flex-direction: column;
}

.block_comments .comment-form-comment label {
    margin-bottom: 15px;
}

.block_comments .form-submit {
    display: flex;
    justify-content: flex-end;
    margin: 40px 0;
}

@media (max-width: 580px) {
    .block_comments .form-submit {
        margin-top: 20px;
    }
}

.block_comments #submit {
    font-size: 14px;
    line-height: 1.286;
    background: transparent;
    border: 1px solid #0dc378;
    border-radius: 3px;
    color: #0dc378;
    padding: 10px 25px;
    cursor: pointer;
    max-width: 100%;
}

@media (max-width: 320px) {
    .block_comments #submit {
        width: 100%;
    }
}

.block_comments #submit:hover {
    border: 1px solid #099a60;
    color: #099a60;
}

.block_comments .title_comments {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
}

@media (max-width: 580px) {
    .block_comments .title_comments {
        margin-bottom: 20px;
    }
}

.block_comments .comment_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
}

.block_comments .comment_list li.comment {
    margin: 0 0 40px 0;
    position: static;
}

@media (max-width: 580px) {
    .block_comments .comment_list li.comment {
        margin: 0 0 10px 0;
    }
}

.block_comments .comment_list .author {
    display: flex;
}

.block_comments .comment_list .author .fn {
    margin-right: 30px;
    font-size: 14px;
    color: #000;
    line-height: 1.286;
}

.block_comments .comment_list .author .date {
    font-size: 12px;
    color: #8f9599;
    line-height: 1.5;
}

.block_comments .comment-text p {
    padding: 10px 0;
}

.block_comments .comment-text p.stars {
    color: #ffce21;
}

.comments-rating {
    display: flex;
    border: none;
    padding: 0;
    margin-left: 0;
    margin-top: 10px;
    align-items: center;
}

.comments-rating label {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

.rating-container {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    font-size: 22px;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #ffce21;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -0.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #ffce21;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

@media (max-width: 1120px) {
    ul#menu-footer-menu li {
        left: 0px;
    }

    ul#menu-footer-menu {
        position: initial;
    }

    ul.slot-list .link-btn {
        top: 0;
        opacity: 1;
        left: 0px;
        max-width: 100%;
        height: 100%;
        background: transparent;
        text-shadow: none;
        border-bottom: 0px;
    }

    ul.slot-list li.slot-list-item:hover .link-btn {
        top: 0;
        background: transparent;
        border: 0px;
    }

    ul.slot-list .link-btn a {
        text-transform: uppercase;
        display: block;
        font-size: 17px;
        line-height: 2;
        height: 100%;
        color: transparent;
        text-shadow: none;
    }

    .top-line {
        justify-content: center;
    }

    header {
        z-index: 2;
        position: relative;
    }

    .main-content {
        padding-top: 10px;
    }

    header .navigation-head .nav-set {
        flex-direction: column;
    }

    header .logos {
        padding: 10px 0;
        text-align: center;
    }

    .search-bl {
        padding: 20px 0;
    }

    .page-title,
    .page-entry-content h3,
    .page-entry-content h4,
    .page-entry-content h2,
    body.search-page h1 {
        display: table-cell;
    }

    .main-content p,
    .page-title,
    .page-entry-content h3,
    .page-entry-content h4,
    body.search-page h1 {
        padding: 15px 25px;
    }

    ol.crumbs {
        padding: 5px 0px;
        text-align: center;
    }

    .alignleft-slots {
        padding: 20px;
        float: none;
        text-align: center;
    }
}

.cover-table {
    max-width: 100%;
    overflow: auto;
}

.menu-close-button {
    display: none;
}

.adapt-menu-icon {
    display: none;
}

.media-mob {
    display: none;
}


img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

@media (max-width: 414px) {
    img.alignleft {
        display: block;
        float: none;
        margin: 20px auto;
    }
}

img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

@media (max-width: 414px) {
    img.alignright {
        display: block;
        float: none;
        margin: 20px auto;
    }
}

img.aligncenter {
    display: block;
    margin: 20px auto;
}

body.OverflowHiden {
    overflow: hidden;
}

.cover-menu {
    display: none;
}

@media (max-width: 850px) {
    .text-bl-error .error-title {
        font-family: RobotoL;
        font-weight: 100;
        font-size: 14vw;
        text-shadow: 2px 2px 8px #ffc700;
    }

    .search-bl {
        margin-top: 50px;
    }

    ul#menu-footer-menu li {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    header .logos {
        width: 180px;
        transition: all 0.3s;
    }

    header .logos img {
        width: 180px;
        height: auto;
        transition: all 0.3s;
    }

    header.sticky {
        transition: all 0.3s;
    }

    header.sticky .logos {
        width: 180px;
        transition: all 0.3s;
    }

    header.sticky .logos img {
        width: 180px;
        transition: all 0.3s;
        height: auto;
        padding: 0px 0;
    }

    nav.header-menu .menu {
        display: none !important;
    }

    .adapt-menu-icon {
        display: block;
    }

    .cover-menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        right: -320px;
        top: 0px;
        padding: 45px 10px 0;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3001;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background: #22227c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cover-menu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        left: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cover-menu .menu-close-button .line-white-menu {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 3px;
        right: 3px;
    }

    .cover-menu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cover-menu>li>a>span.link-text {
        width: auto;
    }

    .cover-menu.showmenu {
        -webkit-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto;
    }

    body .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    body .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.65);
    }

    body .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .cover-menu li .sub-menu li {
        padding: 0;
    }

    .cover-menu .menu-close-button+ul {
        border-top: 1px solid white;
    }

    .cover-menu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .cover-menu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static;
    }

    .cover-menu li a,
    .cover-menu li span {
        padding: 15px 5px;
        min-height: initial;
        color: white;
        text-transform: uppercase;
        font-size: 18px;
        width: 100%;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }

    body .adapt-menu-icon {
        position: absolute;
        left: 0px;
        right: 0;
        margin: 0 auto;
        top: 55px;
        width: 70px;
        height: 60px;
        z-index: 100;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        cursor: pointer;
    }

    body .adapt-menu-icon .line-white-menu {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        height: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
    }

    body .adapt-menu-icon .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    body .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    body .adapt-menu-icon .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    body.single-apage-style .single-container .frame-block {
        display: none;
    }

    body.single-apage-style .single-container .frame-sidebar {
        justify-content: center;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.single-apage-style .frame-block {
        display: none;
    }

    body.single-apage-style .single-container {
        justify-content: center;
    }

    .page-entry-content h2 {
        padding: 5px 25px;
    }
}

@media (max-width: 450px) {
    .top-line {
        justify-content: center;
        align-items: center;
    }

    .top-line .item-btn-top {
        margin-left: 5px;
    }

    .content-link a {
        font-size: 5vw;
    }
}

.up_button {
    position: fixed;
    right: 10%;
    bottom: 5%;
    background-color: #3a708c;
    width: 62px;
    height: 62px;
    text-align: center;
    padding: 14px;
    border-radius: 9px;
    z-index: 999;
    transition: all .3s;
    border: none;
    background-image: url(/wp-content/themes/15593/img/to_top1.svg);
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1159px) {
    .up_button {
        display: none;
    }
}

.toc_black {
    flex: 0 0 100%;
    max-width: 100%;
}

.ctoc-body ul {
    margin: 0;
    width: 100%;
}

.ctoc-body ul li {
    left: 0;
}

.download-wrap {
    display: none;
}

@media only screen and (max-width: 768px) {
    header {
        z-index: 1000;
    }

    header.sticky .top-line {
        position: fixed;
        top: 0;
        z-index: 1000;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-line .top-download .download_link,
    .top-line .top-download {
        display: none;
    }

    .download-wrap {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        z-index: 1000;
        background: #000;
    }

    .download-wrap .download_link_footer {
        color: #0dc378;
        transition: all .3s;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        width: 200px;
        border: 1px solid #0dc378;
        position: relative;
        border-radius: 3px;
        text-align: center;
        line-height: 3;
        box-sizing: border-box;
        margin: 3px auto;
    }
}

@media only screen and (max-width: 480px) {
    .top-line .top-registration {
        width: 150px;
    }

    .top-line .top-registration a span:before,
    .top-line .top-registration .link span:before {
        left: 5px;
    }

    .top-line .top-login {
        width: 100px;
    }

    .top-line .top-login a span:before,
    .top-line .top-login .link span:before {
        left: 10px;
    }
}