* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.active {
    overflow: hidden;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #333;
    background: #282a2a;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: inside;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
}

.w100 {
    width: 100%;
}

.content {
    padding: 30px 0;
}

.content > *, .content article > * {
    margin-bottom: 20px;
    color: #7a7a7a;
}

.content h1, .content h2, .content h3, .content h4 {
    font-weight: 700;
    color: #333;
}

.content h1 {
    font-size: 38px;
    margin: 30px;
    text-align: center;

}

.content h1:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #5a80b1;
    margin-top: 20px;
    margin-left: -30px;
    padding-left: 30px;
}

@media screen and (max-width: 991px) {
    .content h1:after {
        margin-right: -30px;
        padding-right: 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .content h1:after {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.content h2 {
    font-size: 26px;
    margin-bottom: 25px;
}

.content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.content h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.content a {
    color: #3077f7;
}

picture img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

.content a:hover {
    color: #e66212;
}

.content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.content ul li, .content ol li {
    margin-bottom: 10px;
}

.content ul {
    list-style: none;
}

.content ul li {
    position: relative;
    padding-left: 40px;
}

.content ul li:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 20px;
    top: 7px;
    background-color: #5a80b1;
}

.content ol {
    padding-left: 40px;
}

.content table {
    width: 100% !important;
    border-collapse: collapse;
}

@media screen and (max-width: 360px) {
    .content table {
        font-size: 16px;
    }
}

.content table thead tr {
    background-color: #5a80b1;
    color: #fff;
}

.content table tr:nth-child(even) {
    background: #88a3c7;
    color: #fff;
}

.content table tr td, .content table tr th {
    padding: 12px 20px;
    border: 1px solid #88a3c7;
}

.content table tr td:nth-child(even), .content table tr th:nth-child(even) {
    font-weight: bold;
}

.content iframe {
    width: 100%;
    height: 100%;
    min-height: 444px;
    border: none;
}

.content .cover-table {
    display: flex;
    overflow-x: auto;
}

.content .frame-container {
    position: relative;
    width: 100%;
    padding-top: calc(71.428571428571%);
}

.content .frame-ratio {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.content-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 176px);
    overflow-y: auto;
}

.content-404 span {
    font-size: 100px;
    font-weight: 700;
    color: #3077f7;
}

.content-404 p {
    font-size: 32px;
}

.btn {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border: 3px solid #3077f7;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

.content .btn {
    color: #fff;
}

.content .btn:hover {
    color: #fff;
}

.btn-blue {
    background-color: #3077f7;
}

header .btn-blue {
    margin-left: 10px;
}

.btn-blue:hover {
    background-color: #0069d9;
    border-color: #0069d9;
    color: #fff;
}

.btn-black {
    background-color: #20242d;
    border-color: #69768e;
    color: #69768e;
}

.btn-black:hover {
    background-color: #4886f5;
    border-color: #4886f5;
    color: #fff;
}

.btn-orange {
    background-color: #e66212;
    border-color: #e66212;
}

.btn-orange:hover {
    background-color: #c1520f;
    border-color: #c1520f;
}

header {
    position: relative;
    padding-top: 70px;
}

header .header__top {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5a80b1;
    z-index: 10;
}

header .header__logo {
    height: 50px;
    width: auto;
}

header .header__logo img {
    height: 100%;
    width: auto;
}

header .header__logo-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}

header .header__buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .header__burger {
    display: none;
    position: relative;
    width: 38px;
    height: 28px;
    overflow: hidden;
}

header .header__burger span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background-color: #5a80b1;
    transition: all .3s ease;
    transform-origin: right;
}

header .header__burger span:nth-child(2) {
    top: 12px;
}

header .header__burger span:nth-child(3) {
    top: 24px;
}

header .header__burger.active span:nth-child(1) {
    transform: rotate(-40deg);
}

header .header__burger.active span:nth-child(2) {
    left: 100%;
}

header .header__burger.active span:nth-child(3) {
    transform: rotate(40deg);
}

header .header__nav {
    background-color: #5a80b1;
    color: #fff;
    margin: 0 -30px;
    padding: 0 30px;
}

header .header__nav .menu {
    list-style: none;
}

header .header__nav .menu li {
    display: inline-block;
    transition: all .3s ease;
}

header .header__nav .menu li:hover, header .header__nav .menu li.current-menu-item {
    background-color: #88a3c7;
}

header .header__nav .menu li a, header .header__nav .menu li span {
    display: block;
    padding: 18px 20px;
}

main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    main {
        display: block;
    }
}

aside {
    min-width: 360px;
    margin-top: 30px;
    padding-left: 60px;
}

aside .sidebar-block {
    margin-bottom: 35px;
}

aside .sidebar-block__title {
    margin: 0 0 15px;
    padding: 15px 0 14px;
    font-weight: 700;
    font-size: 110%;
    border-bottom: 1px solid #dadada;
}

aside .slots__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

aside .slots__item .item__img {
    display: block;
    width: 100px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
}

aside .slots__item .item__img img {
    width: 100%;
    height: auto;
}

aside .slots__item .item__title {
    flex: 1;
    color: #428bca;
    font-size: 15px;
    font-weight: 700;
}

aside .slots__item .item__title:hover {
    color: #e66212;
}

aside nav .menu {
    list-style: none;
}

aside nav .menu li {
    position: relative;
    padding: 6px 0 6px 25px;
    border-bottom: 1px solid #eee;
}

aside nav .menu li.current-menu-item {
    color: #000;
}

aside nav .menu li:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    background-color: #5a80b1;
}

aside nav .menu a {
    color: #428bca;
}

aside nav .menu a:hover {
    color: #e66212;
}

.crumbs {
    display: flex;
}

.crumbs li {
    list-style-type: none;
    margin-right: 5px;
}

.crumbs .crumbs__link {
    color: #e66212;
    text-decoration: none;
}

.crumbs .crumbs__link:hover {
    color: #3077f7;
}

#loadmore {
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s ease;
}

.slots-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    margin: 15px 0 0;
    max-width: 900px;
}

.slots-list__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.slots-list__item .item__img {
    position: relative;
    width: 220px;
    height: 160px;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slots-list__item .item__img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.slots-list__item .item__img:hover .item__buttons {
    opacity: 1;
    visibility: visible;
}

.slots-list__item .item__img:hover .item__buttons .btn-blue {
    top: 36px;
}

.slots-list__item .item__img:hover .item__buttons .btn-orange {
    bottom: 36px;
}

.slots-list__item .item__buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.slots-list__item .item__buttons .btn {
    position: absolute;
}

.slots-list__item .item__buttons .btn-blue {
    top: 0;
}

.slots-list__item .item__buttons .btn-orange {
    bottom: 0;
}

.slots-list__item .item__title {
    display: block;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #7a7a7a;
    text-decoration: none;
    margin: 8px 0 0 0;
}

.single-slots {
    margin-bottom: 0;
}

.single-slots__title {
    display: block;
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.25px;
    color: #333;
}

.block_comments {
    width: 100%;
    margin-top: 50px;
}

.block_comments .comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
    letter-spacing: 0.25px;
    color: #333;
    margin-top: 20px;
}

.block_comments .user_data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.block_comments .user_data .comment-form-email {
    flex-wrap: wrap;
    margin-right: 0 !important;
}

.block_comments .user_data .item-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
    max-width: 420px;
    margin-right: 20px;
}

.block_comments .user_data .item-input.comment-form-email {
    max-width: 420px;
}

.block_comments label {
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.25px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 15px;
}

.block_comments textarea, .block_comments input[type='text'] {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    height: 36px;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.block_comments textarea {
    max-width: 100%;
    height: 200px;
    resize: none;
    padding: 25px 0 0 30px;
}

.block_comments .user_mess {
    width: 100%;
    text-align: right;
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 150%;
    color: #b5b5b5;
}

.block_comments .comment-form-comment {
    display: flex;
    flex-direction: column;
}

.block_comments .comment-form-comment label {
    margin: 0 0 5px 0;
}

.block_comments .form-submit {
    margin-top: 10px;
}

.block_comments .title_comments {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
}

.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 .comment__block {
    position: relative;
    margin-bottom: 30px;
}

.block_comments .comment_list .comment__block .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.block_comments .comment_list .comment__block .author {
    display: flex;
    align-items: center;
    padding-left: 70px;
}

.block_comments .comment_list .comment__block .author .fn {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #333;
}

.block_comments .comment_list .comment__block .author .date {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #999;
    margin-left: 20px;
}

.block_comments .comment_list .comment__block .comment-text {
    padding-left: 70px;
}

.block_comments .comment_list .comment__block .comment-text p {
    font-size: 15px;
    line-height: 150%;
    color: #333;
    margin: 10px 0;
}

footer.wrap {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

@media screen and (max-width: 992px) {
    footer.wrap {
        padding-bottom: 70px;
    }
}

#bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #000;
    opacity: 0.7;
    transition: all .3s ease;
}

#bg.active {
    display: block;
}

#toTop {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 64px;
    height: 64px;
    transition: all .3s ease;
    text-align: center;
    font-size: 50px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

#toTop svg path {
    transition: all .3s ease;
}

#toTop.fixed {
    opacity: 1;
    visibility: visible;
}

#toTop.fixed:hover svg path {
    fill: #e66212;
    fill-opacity: 1;
}

#toc_container ul {
    list-style: none;
}

#toc_container li:before {
    top: 10px;
}

.ctoc:not(.ctoc--images) ul a:before {
    display: none !important;
}

#ctoc-list-captions {
    width: 100%;
    max-width: 511px;
}

@media screen and (max-width: 991px) {
    header .header__burger {
        display: block;
    }

    header .header__nav {
        position: fixed;
        width: 100%;
        max-width: 350px;
        height: 100vh;
        right: -100%;
        top: 72px;
        padding: 0;
        margin: 0;
        transition: all .6s ease;
        z-index: 10;
    }

    header .header__nav.active {
        right: 0;
    }

    header .header__nav .menu {
        overflow-y: auto;
    }

    header .header__nav .menu li {
        display: block;
        text-align: right;
    }

    aside {
        display: none;
    }

    footer .footer__copyright {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .block_comments {
        max-width: 100%;
        padding: 15px 25px;
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    header {
        padding-top: 120px;
    }

    header .header__top {
        padding-bottom: 60px;
    }

    header .header__nav {
        top: 122px;
    }

    header .header__buttons {
        position: absolute;
        top: 72px;
        left: 50%;
        transform: translateX(-50%);
    }

    .block_comments .user_data {
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .block_comments .user_data .item-input {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .block_comments textarea, .block_comments input[type='text'] {
        max-width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    header .header__nav {
        max-width: none;
    }

    header .header__nav .menu li {
        text-align: center;
    }
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

@media screen and (max-width: 768px) {
    .alignright {
        float: none;
        margin: .5em auto 1em;
    }
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

@media screen and (max-width: 768px) {
    .alignleft {
        float: none;
        margin: .5em auto 1em;
    }
}

.ctoc-body {
    text-align: center;
}

.ctoc-body ul {
    margin-left: 20px;
}

.ctoc-body li {
    text-align: left;
}

.content-main {
    max-width: 940px;
    padding: 0 20px;
}

.content-secondary {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    background: #131319;
    z-index: 1;
    position: relative;
}

@media (max-width: 1200px) {
    .content-secondary {
        background: #191922;
    }
}

.btn1 {
    background: #e03d22;
    box-shadow: 0px 3px 0px #800b11;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 8px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn1:hover {
    text-decoration: none;
    background: #ef5058;
}

.btn2 {
    font-weight: bold;
    background: #24bb9d;
    box-shadow: 0px 3px 0px #037165;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 12px 40px;
    display: block;
}

.btn2:hover {
    background: #37ecd9;
}

.btn3 {
    background: #7f7f7f;
    box-shadow: 0px 3px 0px #4f4f4f;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 12px 40px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

.btn3:hover {
    background: #acacac;
}

.btn1:hover, .btn2:hover, .btn3:hover {
    cursor: pointer;
}

#loadmore-btn {
    display: block;
    width: 100%;
}

.first-sidebar-menu, .second-sidebar-menu {
    width: 250px;
}

.first-sidebar-menu ul li {
    list-style-type: none;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border-color: #b41b0f;
    border-bottom: 1px solid #656565;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.first-sidebar-menu ul li:first-child {
    border-radius: 6px 6px 0 0;
}

.first-sidebar-menu ul li:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: none;
}

.first-sidebar-menu ul li a, .first-sidebar-menu ul li span {
    position: relative;
    font-size: 18px;
    line-height: 21px;
    color: #fff !important;
    padding: 12px 0 12px 12px;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.first-sidebar-menu ul li a::after, .first-sidebar-menu ul li span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 32px;
    overflow: hidden;
    animation-duration: 1.2s;
    animation-direction: normal;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.first-sidebar-menu ul li span {
    background: transparent;
    color: #e03d22;
    box-shadow: none;
}

.first-sidebar-menu ul li.promo-button {
    position: relative;
    overflow: visible;
}

.lightbalb {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .5;
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: 400;
}

.lightbalb:nth-child(1) {
    top: -14%;
    left: 5%;
}

.lightbalb:nth-child(2) {
    top: -14%;
    left: 11.4%;
}

.lightbalb:nth-child(3) {
    top: -14%;
    left: 17.8%;
}

.lightbalb:nth-child(4) {
    top: -14%;
    left: 24.2%;
}

.lightbalb:nth-child(5) {
    top: -14%;
    left: 30.6%;
}

.lightbalb:nth-child(6) {
    top: -14%;
    left: 37%;
}

.lightbalb:nth-child(7) {
    top: -14%;
    left: 43.4%;
}

.lightbalb:nth-child(8) {
    top: -14%;
    left: 49.8%;
}

.lightbalb:nth-child(9) {
    top: -14%;
    left: 56.2%;
}

.lightbalb:nth-child(10) {
    top: -14%;
    left: 62.6%;
}

.lightbalb:nth-child(11) {
    top: -14%;
    left: 69%;
}

.lightbalb:nth-child(12) {
    top: -14%;
    left: 75.4%;
}

.lightbalb:nth-child(13) {
    top: -14%;
    left: 81.8%;
}

.lightbalb:nth-child(14) {
    top: -14%;
    left: 88.2%;
}

.lightbalb:nth-child(15) {
    top: -14%;
    left: 94.2%;
}

.lightbalb:nth-child(16) {
    top: -4%;
    left: 100.9%;
}

.lightbalb:nth-child(17) {
    top: 47%;
    left: 101.7%;
}

.lightbalb:nth-child(18) {
    top: 105%;
    left: 100.9%;
}

.lightbalb:nth-child(19) {
    top: 114%;
    left: 94.6%;
}

.lightbalb:nth-child(20) {
    top: 114%;
    left: 88.2%;
}

.lightbalb:nth-child(21) {
    top: 114%;
    left: 81.8%;
}

.lightbalb:nth-child(22) {
    top: 114%;
    left: 75.4%;
}

.lightbalb:nth-child(23) {
    top: 114%;
    left: 69%;
}

.lightbalb:nth-child(24) {
    top: 114%;
    left: 62.6%;
}

.lightbalb:nth-child(25) {
    top: 114%;
    left: 56.2%;
}

.lightbalb:nth-child(26) {
    top: 114%;
    left: 49.8%;
}

.lightbalb:nth-child(27) {
    top: 114%;
    left: 43.3%;
}

.lightbalb:nth-child(28) {
    top: 114%;
    left: 37%;
}

.lightbalb:nth-child(29) {
    top: 114%;
    left: 30.6%;
}

.lightbalb:nth-child(30) {
    top: 114%;
    left: 24.2%;
}

.lightbalb:nth-child(31) {
    top: 114%;
    left: 17.8%;
}

.lightbalb:nth-child(32) {
    top: 114%;
    left: 11.4%;
}

.lightbalb:nth-child(33) {
    top: 114%;
    left: 5%;
}

.lightbalb:nth-child(34) {
    top: 107%;
    left: -0.5%;
}

.lightbalb:nth-child(35) {
    top: 49%;
    left: -1.8%;
}

.lightbalb:nth-child(36) {
    top: -4%;
    left: -1.8px;
}

.second-sidebar-menu li {
    list-style-type: none;
    background: linear-gradient(to bottom, #424242 0, #343434 100%);
    position: relative;
    border-radius: 6px 6px 6px 6px;
    border-bottom: none;
    overflow: hidden;
}

.second-sidebar-menu li a, .second-sidebar-menu li span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #fff !important;
    padding: 12px 40px;
    display: block;
    text-decoration: none;
}

.second-sidebar-menu li a::after, .second-sidebar-menu li span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 32px;
    overflow: hidden;
    animation-duration: 1.2s;
    animation-direction: normal;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.second-sidebar-menu li span {
    background: transparent;
    color: #808080;
    box-shadow: none;
}

.second-sidebar-menu li span:hover {
    background: transparent;
}

.sidebar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-wrap .bonus {
    width: 320px;
    height: 200px;
    background-image: url("../img/bonus_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation-iteration-count: infinite;
    animation-duration: 1.4s;
    animation-fill-mode: both;
}

.sidebar-wrap .bonus:after {
    content: '';
    display: block;
    width: 33px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 66%;
    background-image: url("../img/bonus_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sidebar-wrap .bonus .text-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
}

.sidebar-wrap .bonus .text-wrap .text {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #59de0a;
}

.sidebar-wrap .bonus .text-wrap .sum {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #e03d22;
    font-weight: bold;
}

.sidebar-wrap .bonus .text-wrap .currency {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #e03d22;
    font-weight: bold;
}

.sidebar-btns-wrap-1 {
    max-width: 240px;
}

.sidebar-btns-wrap-1 a.btn2 {
    margin-bottom: 40px;
    color: #fff;
}

.sidebar-btns-wrap-1 .btn1 {
    margin-bottom: 5px;
}

.free-spin {
    position: relative;
    font-weight: bold;
    margin: 30px 0;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    display: block;
    background-image: url("../img/freespins.png");
    background-position: center;
    width: 220px;
    height: 40px;
    border-radius: 20px;
}

.free-spin:hover {
    cursor: pointer;
}

.jackpot-wrap {
    margin-top: 80px;
}

.jackpot-wrap .text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 25px 0;
}

.jackpot-wrap .text-wrap .sum {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #e03d22;
}

.jackpot-wrap .text-wrap .currency {
    font-weight: bold;
    font-size: 40px;
    line-height: 32px;
    color: #e03d22;
    margin-bottom: 7px;
}

.jackpot-wrap .jackpot-btn {
    padding: 12px 0;
}

.slick-slider .slick-list {
    height: auto !important;
}

.slider-wrap, .banner-wrap {
    min-height: 330px;
    max-width: 910px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.slider-wrap .slide, .banner-wrap .slide {
    position: relative;
}

.slider-wrap .slider-nav, .banner-wrap .slider-nav {
    bottom: 5px;
    left: 30%;
    position: absolute;
}

.slider-wrap .slider-text, .banner-wrap .slider-text {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
}

.slider-wrap .first-line, .banner-wrap .first-line {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.slider-wrap .second-line, .banner-wrap .second-line {
    margin-bottom: 30px;
    padding-right: 10px;
    text-align: right;
}

.slider-wrap .percent, .slider-wrap .cashback, .slider-wrap .date, .banner-wrap .percent, .banner-wrap .cashback, .banner-wrap .date {
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.slider-wrap .percent, .banner-wrap .percent {
    font-size: 62px;
    line-height: 62px;
}

.slider-wrap .cashback, .banner-wrap .cashback {
    margin-top: 10px;
    font-size: 28px;
}

.slider-wrap .date, .banner-wrap .date {
    font-size: 26px;
}

.slider-wrap .btn-wrap, .banner-wrap .btn-wrap {
    padding-right: 20px;
}

.slider-wrap .btn-wrap .btn1, .banner-wrap .btn-wrap .btn1 {
    width: 174px;
    color: #fff;
    margin-left: auto;
}

.slick-dots {
    display: flex;
    padding: 0;
    justify-content: center;
}

.slick-dots li {
    list-style-type: none;
    outline: none;
    margin-right: 10px;
}

.slick-dots li.active button {
    background: #24bb9d;
}

.slick-dots li.slick-active button {
    background: #24bb9d;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #191922;
    border-radius: 50%;
    border: none;
    font-size: 0;
    margin-right: 10px;
}

.slick-dots li button:hover {
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
}

html body a.ttg-apk {
    opacity: 1 !important;
    visibility: visible !important;
    background: #e03d22;
    box-shadow: 0px 3px 0px #800b11;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 12px 40px;
    display: block;
    max-width: 150px;
}

html body a.ttg-apk:hover {
    text-decoration: none;
    background: #ef5058;
    box-shadow: 0px 3px 0px #800b11;
    color: #fff;
}

.download_wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #282a2a;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.hidden-slot {
    display: none;
}

.has-btn {
    display: block;
    width: 205px;
    padding: 20px 0;
    margin: 0 auto;
}

.has-btn .show-all {
    width: 210px;
    text-align: center;
}

.top-text ul, .top-text ol {
    margin: 0 0 40px 20px;
}

.top-text ul li, .top-text ol li {
    margin-bottom: 8px;
}

.top-text ul li::marker, .top-text ol li::marker {
    color: #24bb9d;
}

.top-text ul li a, .top-text ol li a {
    font-size: 19px;
    line-height: 150%;
    color: #9d9d9d;
    text-decoration: none;
}

footer .wrapper {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

footer #menu-bottom-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 25px;
}

footer #menu-bottom-list li {
    list-style-type: none;
}

footer #menu-bottom-list li a {
    font-size: 14px;
    line-height: 16px;
    color: #e9e9e9;
    text-decoration: none;
}

footer #menu-bottom-list li a:hover {
    text-decoration: underline;
    color: #24bb9d;
}

footer .copyright {
    font-size: 17px;
    line-height: 20px;
    color: #b5b5b5;
    margin-top: 65px;
    text-align: center;
}

.content-single-wrap {
    width: 100%;
}

.content-single-wrap .crumbs {
    margin-top: 15px;
    padding-left: 20px;
}

.content-single-wrap h1 {
    text-align: center;
    padding: 40px 0;
}

.content-single-wrap .content-single {
    display: flex;
    flex-direction: row-reverse;
}

.content-single-wrap .sidebar-wrap {
    position: relative;
    top: -40px;
}

.content-single-wrap .sidebar-wrap .bonus {
    height: 260px;
}

.content-single-wrap .sidebar-wrap .bonus .text-wrap {
    padding-top: 60px;
}

.content-single-wrap .content-main {
    max-width: 100%;
    width: 100%;
}

.content-single-wrap .content-main iframe {
    width: 100%;
    min-height: 444px;
}

.content-single-wrap .content-main .btn-play-money {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.category-content .bonuses {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category-content .bonuses .bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 48%;
    border: 1px solid #59de0a;
    filter: drop-shadow(0px 0px 10px #59de0a), drop-shadow(0px 0px 10px #59de0a);
    border-radius: 6px;
    padding: 24px 30px;
    text-align: center;
    max-width: 440px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.category-content .bonuses .bonus .heading {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.25px;
    color: #e9e9e9;
}

.category-content .bonuses .bonus svg {
    margin: 12px 0;
}

.category-content .bonuses .bonus .bonus-text {
    font-weight: normal;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #e9e9e9;
    margin-bottom: 30px;
}

.category-content .bonuses .bonus .btn1 {
    width: 215px;
    margin: 0 auto;
}

.bottom_text ul, .bottom_text ol, .top-text ul, .top-text ol {
    margin-left: 20px;
}

.bottom_text {
    padding: 0 20px 40px;
}

.bottom_text.wrapper ul {
    margin-left: 20px;
}

.bottom_text.wrapper ul li::marker {
    color: #24bb9d;
}

.bottom_text.wrapper .container-bg {
    padding-bottom: 100px;
}

.content-main ul {
    margin-left: 20px;
}

#showMenu {
    width: 38px;
    height: 38px;
    position: relative;
    background: transparent;
    outline: none;
    border: none;
    display: none;
    border: 1px solid #e03d22;
    box-sizing: border-box;
    border-radius: 6px;
}

#showMenu.open span:nth-child(1) {
    top: 16px;
    transform: rotate(-45deg);
    left: 5px;
}

#showMenu.open span:nth-child(2) {
    width: 0;
}

#showMenu.open span:nth-child(3) {
    top: 16px;
    left: 6px;
    transform: rotate(45deg);
}

#showMenu span {
    width: 26px;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: #24bb9d;
    transition: transform .3s;
    left: 50%;
    transform: translateX(-50%);
}

#showMenu span:nth-child(1) {
    top: 9px;
}

#showMenu span:nth-child(2) {
    top: 18px;
}

#showMenu span:nth-child(3) {
    top: 27px;
}

.menu-wrap-mob {
    display: none;
}

.download-wrap {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .category .category-content {
        max-width: 100%;
    }

    .content-404 {
        padding-top: 100px;
    }

    .content .wrapper {
        padding-top: 50px;
    }

    #showMenu {
        display: block;
        z-index: 100;
    }

    .menu-wrap {
        display: none;
    }

    .menu-wrap-mob {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: #3d3d3d;
        padding-top: 90px;
    }

    header .mob-menu-1, header .mob-menu-2, header .mob-menu-3 {
        flex-direction: column;
        text-align: right;
        padding-right: 50px;
    }

    header .mob-menu-1 li, header .mob-menu-2 li, header .mob-menu-3 li {
        margin-bottom: 40px;
    }

    header .mob-menu-1 li a, header .mob-menu-2 li a, header .mob-menu-3 li a {
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #ebebeb;
        text-decoration: none;
    }

    .sidebars {
        display: none;
    }

    .content-main {
        margin: auto;
    }

    .content-secondary, .bottom_text {
        padding: 0 10px;
    }

    .btns {
        position: fixed;
        top: 69px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        background: #191922;
    }

    .btns a {
        text-decoration: none;
    }

    footer #menu-bottom-list {
        display: block;
    }

    footer #menu-bottom-list li {
        display: inline-block;
        margin: 10px 30px;
    }

    .sidebar-wrap {
        display: none;
    }

    .category .crumbs {
        padding-left: 0;
    }

    .category-content .bonuses {
        justify-content: center;
    }

    .category-content .bonuses .bonus {
        margin: 5px;
    }

    .category .category-content {
        margin: 0 auto;
    }

    .bottom_text.wrapper {
        padding-left: 0;
    }

    .category .content-main, .bottom_text.wrapper {
        padding: 0 20px;
    }

    .category .category-content {
        padding: 0;
    }

    .download-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #0f0d0d;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
}

.slick-slide img {
    display: block;
    width: 100%;
    opacity: 1 !important;
}

@media only screen and (max-width: 992px) {
    .content-main {
        width: 100%;
        max-width: 100vw;
    }

    .slick-slide img, .slider-wrap, .banner-wrap {
        max-width: 100vw;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .slider-wrap .slider-text {
        right: 25px;
    }

    .right-col-404 {
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .slider-wrap .slide, .banner-wrap .slide {
        display: flex;
        flex-direction: column;
    }

    .slider-wrap .slider-text, .banner-wrap .slider-text {
        right: 50px;
    }

    .slider-wrap .percent, .banner-wrap .percent {
        font-size: 42px;
        line-height: 42px;
    }

    .slider-wrap .cashback, .banner-wrap .cashback {
        font-size: 30px;
        line-height: 30px;
    }

    .slider-wrap .date, .banner-wrap .date {
        font-size: 28px;
        line-height: 28px;
    }

    .second-line {
        margin-bottom: 15px;
    }

    .block_comments .form-submit .btn2 {
        margin-top: 20px;
    }

    .category-content .bonuses .bonus {
        width: unset;
    }

    .content-single-wrap .content-main iframe {
        min-height: unset;
    }

    .content .girl-right {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .slider-wrap, .banner-wrap {
        min-height: unset;
        margin: 20px auto;
    }

    .slider-wrap .slider-text, .banner-wrap .slider-text {
        bottom: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-wrap .percent, .banner-wrap .percent {
        font-size: 28px;
        line-height: 28px;
    }

    .slider-wrap .cashback, .banner-wrap .cashback {
        font-size: 21px;
        line-height: 21px;
    }

    .slider-wrap .date, .banner-wrap .date {
        font-size: 18px;
        line-height: 18px;
    }

    .slider-wrap .second-line, .banner-wrap .second-line {
        margin-bottom: 5px;
    }

    .category .content-main {
        padding: 0 20px;
    }

    .content footer .wrapper {
        padding-top: 0;
    }

    .content footer .copyright {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    header .btn2 {
        padding: 8px 25px;
    }

    .slider-wrap .slider-nav, .banner-wrap .slider-nav {
        left: 0;
    }

    .slider-wrap .percent, .banner-wrap .percent {
        font-size: 18px;
        line-height: 18px;
    }

    .slider-wrap .cashback, .banner-wrap .cashback {
        font-size: 16px;
        line-height: 16px;
    }

    .slider-wrap .date, .banner-wrap .date {
        font-size: 14px;
        line-height: 14px;
    }

    .slider-wrap .first-line, .banner-wrap .first-line {
        margin-bottom: 0;
    }

    .slider-wrap .btn-wrap, .banner-wrap .btn-wrap {
        padding-right: 10px;
    }

    .slider-wrap .btn-wrap .btn1, .banner-wrap .btn-wrap .btn1 {
        width: 120px;
        padding: 4px 0;
        font-size: 16px;
    }

    footer #menu-bottom-list {
        display: flex;
        flex-direction: column;
    }

    .bottom_text.wrapper, .category .category-content {
        padding: 0 5px;
    }

    table tr td {
        padding: 5px !important;
    }

    .slot-img {
        width: 180px;
        height: 136px;
    }

    #ctoc-list-captions {
        padding: 0px !important;
    }

    .crumbs {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 400px) {
    .slider-wrap .btn-wrap .btn1, .banner-wrap .btn-wrap .btn1 {
        width: 90px;
        padding: 2px;
        font-size: 14px;
        line-height: 14px;
    }

    .slider-wrap .percent, .banner-wrap .percent {
        font-size: 16px;
        line-height: 16px;
    }

    .slider-wrap .cashback, .banner-wrap .cashback {
        font-size: 14px;
        line-height: 14px;
    }

    .slider-wrap .date, .banner-wrap .date {
        font-size: 12px;
        line-height: 12px;
    }

    .comments-rating {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .comments-rating label {
        margin-right: 0;
    }

    .block_comments .form-submit .btn2 {
        margin: 10px auto;
    }

    .slider-wrap, .banner-wrap {
        min-height: 125px;
    }
}

.download-wrap .download-apk-header {
    display: block;
    margin-right: 0px;
    min-width: 200px;
    text-align: center;
    background: #e03d22;
    box-shadow: 0px 3px 0px #800b11;
    border-radius: 6px;
    text-decoration: none;
}

.download-wrap .download-apk-header:hover {
    background: #ef5058;
    box-shadow: 0px 3px 0px #800b11;
}

.download-wrap .download-apk-header:focus {
    background: #e03d22;
    box-shadow: none;
}

.wrapper-pay {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.providers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #191922;
}

@media (max-width: 1200px) {
    .providers {
        background: #191922;
        justify-content: center;
    }
}

.providers img {
    margin: 10px;
    height: 30px;
    width: initial;
}

@media (max-width: 768px) {
    .providers img {
        width: 30%;
        height: initial;
        max-height: 20px;
        margin: 5px;
    }
}

.row-images {
    display: block;
    width: 100%;
    position: relative;
    padding: 35px 0;
    background: #191922;
}

#toc_container {
    max-width: 100%;
}