@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html{
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

body{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150%;
    font-style: normal;
    color: rgba(9, 59, 64, 1);
    background-color: rgba(44, 98, 106, 1);
    cursor: default;
}

.section{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

h1, h2, h3, .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

h1, .title.general{
    font-weight: 800;
    font-size: clamp(26px, 4vw, 32px);
    line-height: 1.25;
}

h2, .title.high{
    font-size: clamp(22px, 2vw, 24px);
    padding: 8.5px 20px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#265961), to(#162F33));
    background: -o-linear-gradient(top, #265961 0%, #162F33 100%);
    background: linear-gradient(180deg, #265961 0%, #162F33 100%);
}

h3, .title.medium{
    font-size: 20px;
    padding: 11.5px 20px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#265961), to(#162F33));
    background: -o-linear-gradient(top, #265961 0%, #162F33 100%);
    background: linear-gradient(180deg, #265961 0%, #162F33 100%);
}

.button{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 10px 20px;
    min-height: 45px;
    min-width: 153px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    background-color: rgba(255, 73, 73, 1);
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    white-space: nowrap;
}

.button:hover, .button:focus {
    -ms-transform: scale(1.07);
        transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.button.install{
    white-space: initial;
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 218px;
    min-height: 58px;
    line-height: 16px;
    font-size: 14px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
}

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

.background{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
}

.background img{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    width: 100%;
    height: 100%;
}

.section p > a:not([class]){
    color: rgba(255, 73, 73, 1);
    font-weight: 700;
}

/* header */
.header{
    background-color: rgba(13, 80, 87, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 75px;
    margin-bottom: 20px;
    padding: 15px 30px;
}

.header__container{
    max-width: 1380px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    position: relative;
}

.header__logo{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__logo:hover, .header__logo:focus {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}

.header__logo img{
    width: 100%;
    max-width: 130px;
}

.header__menu{
    margin-left: 129px;
    margin-right: 20px;
}

.header__menu ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    background-color: rgba(22, 101, 109, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 42px;
}

.dropdown-menu, .header__menu ul li ul{
    position: absolute;
    left: 0;
    top: 58px;
    background-color: rgba(22, 101, 109, 1) !important;
    -webkit-border-radius: 0 0 12px 12px !important;
            border-radius: 0 0 12px 12px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 16px !important;
    min-width: fit-content;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px !important;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 10;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 100% !important;
}

.dropdown-menu li, .header__menu ul li ul li{
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 1);
    background-color: transparent !important;
    white-space: nowrap;
}

.dropdown-menu.active, .header__menu ul li ul.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.menu-arrow, .header__menu ul li img {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-arrow.rotated, .header__menu ul li img.rotated {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.header__menu ul li{
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 25px;
            border-radius: 25px;
    background-color: transparent;
    -webkit-transition: text-shadow 0.3s ease, background-color 0.3s ease;
    -o-transition: text-shadow 0.3s ease, background-color 0.3s ease;
    transition: text-shadow 0.3s ease, background-color 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    gap: 5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.header__menu ul li:hover, .header__menu ul li:focus{
    background-color: rgba(255, 255, 255, 0.2);
}

.dropdown__item, .header__menu ul li ul li{
    padding: 0 !important;
}

.header__menu ul a:hover, .header__menu ul a:focus{
    text-shadow:
        0 0 4px rgba(138, 180, 255, 0.3),
        0 0 8px rgba(138, 180, 255, 0.2);
}

.header__button-auth{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    margin-left: auto;
    margin-right: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header__button-login{
    background-color: rgba(45, 175, 85, 1);
    min-width: 115px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-weight: 700;
}

.header__button-register{
    background-color: rgba(255, 73, 73, 1);
    min-width: 190px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-weight: 700;
}

.header__lang-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 22px;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}

.header__clock-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}

.header__clock{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}

.main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.main__content{
    width: 100%;
    max-width: 1280px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    margin: 0 auto;
    padding: 0 20px;
}

/* mobile-menu */
.mobile-menu {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    background: rgba(13, 80, 87, 1);
    -webkit-border-radius: 0 0 12px 12px;
            border-radius: 0 0 12px 12px;
    z-index: 50;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mobile-menu__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    opacity: 0;
    padding: 20px;
    max-height: -webkit-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.mobile-menu.active .mobile-menu__content {
    opacity: 1;
}

.mobile-menu .header__menu ul{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* hero */
.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 380px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(3, 42, 45);
    width: 100%;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 20px;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.hero__info-wrap{
    width: 100%;
    max-width: 1240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.hero__info{
    position: relative;
    z-index: 10;
    color: rgba(255, 255, 255, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: none;
    gap: 10px;
    padding: 20px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    max-width: 556px;
    margin-left: 44px;
}

.hero__text{
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
}

.hero__text span{
    font-weight: 700;
}

.hero__button-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    margin-top: 10px;
}

.hero__button-group .button{
    margin: 0;
}

.hero__button-group .button img{
    width: 32px;
    height: auto;
}

.hero__button{
    margin: 0;
    margin-top: 10px;
}

.breadcrumbs{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-transform: capitalize;
}

.breadcrumbs li:first-child a{
    opacity: 84%;
}

.breadcrumbs li:last-child::before{
    content: '|';
    width: 24px;
    height: 16px;
    margin-right: 10px;
}

.breadcrumbs li:last-child a span > strong{
    font-weight: 700 !important;
}

/* sidebar */
.page-nav{
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

.sidebar__table-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgba(9, 59, 64, 1);
}

.sidebar__table-content .sidebar__list{
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    -o-transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.sidebar__table-content .sidebar__list li{
    -webkit-transition: color 0.3s ease, font-weight 0.3s ease;
    -o-transition: color 0.3s ease, font-weight 0.3s ease;
    transition: color 0.3s ease, font-weight 0.3s ease;
    padding: 8px 15px;
}

.sidebar__table-content .sidebar__list li:not(:last-child){
    border-bottom: 1px solid rgba(9, 59, 64, 0.2);
}

.sidebar__list li:hover, .sidebar__list li:focus{
    font-weight: 700;
}

.sidebar__title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
            justify-content: space-between;
    gap: 16px;
    text-align: left;
    padding: 12px 15px;
    min-height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(#265961), to(#162F33));
    background: -o-linear-gradient(top, #265961 0%, #162F33 100%);
    background: linear-gradient(180deg, #265961 0%, #162F33 100%);
    -webkit-border-radius: 12px 12px 0 0;
            border-radius: 12px 12px 0 0;
    -webkit-transition: margin-bottom 0.3s ease;
    -o-transition: margin-bottom 0.3s ease;
    transition: margin-bottom 0.3s ease;
    cursor: pointer;
    -webkit-transition: -webkit-border-radius 0.3s ease;
    transition: -webkit-border-radius 0.3s ease;
    -o-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease, -webkit-border-radius 0.3s ease;
}

.sidebar__table-content:not(.open) .sidebar__title{
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

.sidebar__table-content .sidebar__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sidebar__arrow{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sidebar__table-content.open .sidebar__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* advantages */
.advantages__info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.advantages__list, .advantages__table{
    width: 100%;
    border-collapse: collapse;
}

.advantages__table tbody, .advantages__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden;
    gap: 20px;
}

.advantages__table tr, .advantages__list li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 12px 16px;
    min-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#082124), to(#2C626A));
    background: -o-linear-gradient(left, #082124 0%, #2C626A 100%);
    background: linear-gradient(90deg, #082124 0%, #2C626A 100%);
    color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
}

.advantages__table td{
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/* banner */
.banner{
    min-height: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner__info{
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding: 20px;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    max-width: 441px;
    color: rgba(255, 255, 255, 1);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: 58px;
}

.banner__title{
    padding: 0 !important;
    background-color: transparent !important;
    background: none !important;
    border-left: none !important;
    font-weight: 800 !important;
    font-size: clamp(24px, 4vw, 36px) !important;
    line-height: 1.2 !important;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center !important;
}

.banner__subtitle{
    font-weight: 700;
    font-size: clamp(22px, 4vw, 24px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-transform: uppercase;
}

.banner__button{
    margin-top: 25px;
}

.banner__background img{
    -o-object-position: left;
       object-position: left;
}

/* images */
.section > img:not([class]){
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

/* lists */
.section ul:not([class]), .section ol:not([class]){
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    color: rgba(255, 255, 255, 1);
    background: -webkit-gradient(linear, left top, right top, from(#082124), to(#2C626A));
    background: -o-linear-gradient(left, #082124 0%, #2C626A 100%);
    background: linear-gradient(90deg, #082124 0%, #2C626A 100%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    gap: 8px;
}

.section ul:not([class]) li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 24px;
}

.section ul:not([class]) li::before{
    content: '';
    position: absolute;
    top: 10.5px;
    left: 10px;
    width: 4px !important;
    height: 4px !important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: rgba(255, 255, 255, 1);
}

.section ol:not([class]){
    padding-left: 45px;
}

/* live */
.section.games{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
}

.games__list{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.games__item{
    position: relative;
    overflow: hidden;
    width: -webkit-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.games__item img{
    width: 100%;
}

.games__hover{
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.games__item:hover .games__hover, .games__item:focus .games__hover{
    opacity: 1;
}

.games__button{
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.games__button img{
    width: 60px;
    height: auto;
}

/* faq */
.faq__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;

    counter-reset: faq-counter;
}

.faq__item{
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#082124), to(#2C626A));
    background: -o-linear-gradient(left, #082124 0%, #2C626A 100%);
    background: linear-gradient(90deg, #082124 0%, #2C626A 100%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 12px;
            border-radius: 12px;

    position: relative;
    counter-increment: faq-counter;
}

.faq__question{
    padding: 14px 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.faq__question .title.medium, .faq__question h3{
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px !important;
}

.faq__question::after{
    content: '';
    position: absolute;
    right: 20px;
    width: 14px;
    height: 14px;
    background-image: url('../img/faq-arrow.svg');
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__question::before {
    content: counter(faq-counter) ".";
    position: absolute;
    left: 20px;
    color: rgba(255, 73, 73, 1);
    font-weight: 700;
    font-size: 16px;
}

.faq__item.active .faq__question::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.faq__answer{
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: rgba(255, 255, 255, 1);
}

.faq__item.active .faq__answer {
    opacity: 1;
    padding: 6.5px 20px;
}

/* bonuses */
.bonuses{
    padding: 0;
    background-color: transparent;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    overflow: visible;
}

.bonuses__list{
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.bonuses__item{
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.bonuses__item img{
    width: 100%;
}

.bonuses__info-wrap{
    padding: 20px;
}

.bonuses__info{
    padding: 30px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    background: linear-gradient(90deg, #082124 0%, #2C626A 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 12px;
            border-radius: 12px;
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.bonuses__title{
    padding: 0 !important;
    border: none !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 800 !important;
    background-color: transparent !important;
    background: none !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}

.bonuses__title::before, .bonuses__title::after, .bonuses__list li .bonuses__title::after, .bonuses__list li .bonuses__title::before, .bonuses__list li h2::before, .bonuses__list li h2::after{
    display: none !important;
}

.bonuses__button-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bonuses__button, .bonuses__info-group .button{
    min-width: 121px;
    min-height: 45px;
    font-size: 13px;
    line-height: 100%;
    margin: 0;
}

.bonuses__button:first-child, .bonuses__info .bonuses__button-group .button:first-child{
    background-color: rgba(45, 175, 85, 1);
}

/* footer */
.footer{
    padding: 32px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(252, 252, 252, 1);
}

.footer__container{
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    color: rgba(13, 80, 87, 1);
}

.footer__menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 37px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.footer__menu li a{
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.footer__menu li:hover a, .footer__menu li:focus a{
    text-decoration: underline;
}

.footer__payment{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer__payment img{
    height: 40px;
    width: auto;
}

.footer__extra{
    padding: 9px 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 620px;
}

.footer__extra p{
    text-align: center;
    width: 100%;
}

.footer__extra img{
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* scroll-up */
.scroll-up{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(44, 98, 106, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 30;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s ease;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s ease;
    -o-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, -webkit-transform 0.3s ease;
}

.scroll-up img{
    width: 29px;
    height: 30px;
}

.scroll-up:hover, .scroll-up:focus {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
}

.scroll-up.show {
    opacity: 1;
}

.scroll-up.hide {
    opacity: 0;
}