*,
::after,
::before {
    box-sizing: border-box
}




body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol,
ul {
    list-style: none
}

#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:hover {
    background-color: #969696;
}

#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;
  }

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

@media screen and (min-width:576px) {
    .o-container {
        max-width: 540px
    }
}

@media screen and (min-width:768px) {
    .o-container {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .o-container {
        max-width: 960px
    }
}

@media screen and (min-width:1200px) {
    .o-container {
        max-width: 1140px
    }
}

@media screen and (max-width:992px) {
    .o-container_fluid {
        max-width: 100%
    }
}

@media screen and (min-width:992px) {
    .o-container_fluid {
        max-width: 960px
    }
}

@media screen and (min-width:1200px) {
    .o-container_fluid {
        max-width: 1140px
    }
}

.o-container {
    margin: 0 auto;
    width: 100%
}

.o-wrapper {
    padding: 0 15px
}

body {
    min-height: 100vh
}

.o-list {
    list-style: none;
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

*,
:after,
:before {
    box-sizing: border-box
}

:focus {
    outline: 0 !important
}

html {
    font-size: 10px
}

body {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #000;
    font-size: 1.6rem
}

.o-text-bold {
    font-weight: 700
}

img {
    max-width: 100%;
    height: auto
}

a,
button {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

a picture img:hover,
button picture img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.h1,
h1 {
    font-size: 3.3rem
}

.h2,
h2 {
    font-size: 3rem
}

.h3,
h3 {
    font-size: 2.6rem
}

.h4,
h4 {
    font-size: 2.2rem
}

.h5,
h5 {
    font-size: 2rem
}

.h6,
h6 {
    font-size: 1.6rem
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.c-header {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    z-index: 100;
    min-height: 74px
}

.c-header__logo {
    z-index: 99;
    position: relative;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    width: auto
}

.c-header__logo img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.c-header__burger {
    z-index: 110;
    height: 40px;
    background-color: transparent;
    border: 1.2px solid transparent;
    border-radius: 4px;
    padding: 7px;
    width: 50px;
    color: #fff;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.c-header__burger:hover {
    border-color: #ffd800
}

.c-header__burger:active {
    background-color: #ffd800;
    border-color: #ffd800
}

.c-header__burger:active svg path {
    fill: #000
}

.c-header__content {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.c-navbar {
    position: absolute;
    left: 0;
    z-index: 200;
    top: 100%;
    background-color: #000;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 0;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    overflow-y: hidden
}

.c-navbar__menu {
    background-color: #000;
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

.c-navbar__menu li {
    padding-left: 10px;
    padding-right: 10px
}

.c-navbar__menu li a {
    color: #8b8f96;
    line-height: 17px;
    display: block;
    cursor: pointer;
    padding-top: 17px;
    font-size: 1.5rem;
    height: 90px;
    width: 105px;
    text-decoration: none
}

.c-navbar__menu li a:hover {
    color: #b3b6ba
}

.c-navbar__menu li div {
    background-image: url(../img/menuc.png);
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    margin: 0 auto
}

.c-navbar__menu li span {
    margin-top: 4px;
    display: block;
    text-align: center
}

.c-navbar__menu li:nth-child(1n) a div {
    background-position: 0 0;
    width: 32px
}

.c-navbar__menu li:nth-child(2n) a div {
    background-position: -31px 0;
    width: 29px
}

.c-navbar__menu li:nth-child(3n) a div {
    background-position: -61px 0;
    width: 40px
}

.c-navbar__menu li:nth-child(4n) a div {
    background-position: -138px 0;
    width: 41px
}

.c-navbar__menu li:nth-child(5n) a div {
    background-position: -102px 0;
    width: 34px
}

.c-navbar__menu li:nth-child(6n) a div {
    background-position: -257px 0;
    width: 38px
}

.is-navmenu-open {
    max-height: 1000px;
    -webkit-transition: max-height .7s ease-in-out;
    transition: max-height .7s ease-in-out
}

.c-text {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.c-text h1,
.c-text h2,
.c-text h3,
.c-text h4,
.c-text h5,
.c-text h6 {
    text-shadow: 1px 1px 10px #574a03, 1px -1px 10px #574a03, -1px 1px 10px #574a03, -1px -1px 10px #ffd800, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

.c-text p {
    margin-bottom: 10px;
    font-size: 1.7rem
}

.c-text ul {
    padding-left: 25px;
    list-style-type: disc;
    font-size: 1.7rem;
    margin-bottom: 15px
}

.c-text ol {
    padding-left: 25px;
    list-style-type: decimal;
    font-size: 1.7rem;
    margin-bottom: 15px
}

.c-text a {
    color: #ffd800;
    text-decoration: none
}

.c-text a:focus,
.c-text a:hover {
    text-decoration: underline
}

.c-slot {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
    float: left;
    width: calc(100% / 2 - 1px);
    position: relative
}

.c-slots {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.c-slot__icon {
    height: 100%;
    width: 100%
}

.c-slot__icon img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.c-slot__name {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 0 0 4px 4px
}

.c-slot-overflow__wrapper {
    opacity: 0;
    display: none
}

@media screen and (min-width:600px) {
    .c-slot {
        width: calc(100% / 3 - 1px)
    }
}

@media screen and (min-width:768px) {
    .c-slot:hover .c-slot-overflow__wrapper {
        opacity: 1
    }

    .c-slot-overflow__wrapper {
        display: block;
        border: 2px solid orange;
        background: rgba(23, 32, 55, .7);
        -webkit-transition: .2s;
        transition: .2s;
        text-align: center;
        position: absolute;
        z-index: 2;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: 97%;
        height: 100%;
        border-radius: 4px
    }

    .c-slot__overflow {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 10
    }

    .c-slot-overflow__play {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
        border-radius: 50%;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 1.4rem
    }

    .c-slot-overflow__play:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@media screen and (min-width:992px) {
    .c-slot {
        width: calc(100% / 4 - 1px)
    }
}

.c-table {
    width: 100%;
    border-spacing: 0
}

.c-table a:not([class]) {
    color: #ffd800;
    text-decoration: none
}

.c-table a:not([class]):focus,
.c-table a:not([class]):hover {
    text-decoration: underline
}

.c-table tr:first-child td:first-child,
.c-table tr:first-child th:first-child {
    border-top-left-radius: 6px
}

.c-table tr:first-child td:last-child,
.c-table tr:first-child th:last-child {
    border-top-right-radius: 6px
}

.c-table tr:last-child td:first-child {
    border-bottom-left-radius: 6px
}

.c-table tr:last-child td:last-child {
    border-bottom-right-radius: 6px
}

.c-table td,
.c-table th {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    min-width: 120px;
    text-align: center
}

.c-table__wrapper {
    margin-bottom: 15px;
    width: 100%;
    overflow-x: scroll
}

.c-table__wrapper::-webkit-scrollbar {
    display: none
}

.c-providers {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 30px;
    border-top: 1px solid #585858;
    border-bottom: 1px solid #585858
}

.c-providers__icon {
    max-width: 135px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.c-providers__icon img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    display: inline-block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center
}

.o-btn {
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 15px;
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1
}

.o-btn_yellow {
    background-color: #ffd800;
    box-shadow: 0 3px 0 0 #988105
}

.o-btn_yellow:hover {
    background-color: #ccad00
}

.o-btn_green {
    background-color: #27942d;
    box-shadow: 0 3px 0 0 #155c18
}

.o-btn_green:hover {
    background-color: #32bc39
}

.c-main h1,
.c-main h2,
.c-main h3,
.c-main h4,
.c-main h5,
.c-main h6 {
    margin-bottom: 10px;
    line-height: 1.2
}

.c-banner {
    margin-bottom: 20px;
    height: 230px;
    background-image: url(../img/banner1.jpg);
    background-image: -webkit-image-set(url("../img/webp/banner.webp") 1x, url("../img/webp/banner.webp") 2x);
    background-image: image-set(url("../img/banner.jpg") 1x, url("../img/banner.jpg") 2x);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.c-banner__content {
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

.c-banner__content p {
    text-transform: uppercase;
    color: #ffd800;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 3px 1px #000
}

.c-banner__content p:nth-child(1n) {
    font-size: 2rem
}

.c-banner__content p:nth-child(2n) {
    font-size: 3.5rem
}

.c-banner__buttons {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.c-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #202020;
    border-top: 2px solid #585858
}

.c-footer__payments {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px
}

.c-footer__list {
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
}

.c-footer__list a {
    text-decoration: none;
    color: #afaeae;
    padding: 10px 20px
}

.c-footer__list a:hover {
    text-decoration: underline
}

.c-copyright {
    border-top: 1px solid #585858;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 20px;
    color: #afaeae
}

@media screen and (min-width:492px) {
    .c-banner {
        -webkit-box-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:992px) {
    .c-header {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .c-header__logo {
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .c-banner {
        height: 260px;
        background-size: 100% 100%
    }
}

@media screen and (min-width:992px) {
    .c-main {
        margin-top: 90px
    }

    .c-navbar {
        top: 74px;
        max-height: 1000px
    }

    .c-header__burger {
        display: none
    }
}