@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

strong,
b {
    font-weight: bold !important;
}

html {
    scroll-behavior: smooth;
}

h2:target,
h3:target {
    scroll-margin-top: 65px;
}

.table-btn-reg {
    text-decoration: underline !important;
}

.table-btn-reg:hover {
    text-decoration: none !important;
}

body {
    background: #dfdfdf24;
    color: #28313e;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    background: #06386B;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
}

.leftimage {
    float: left;
    margin: 7px 7px 7px 0;
}

li {
    font-size: 16px
}

header .container,
footer .container {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    width: 100%
}

.logo {
    width: 110px;
    font-weight: bold;
    min-height: 25px;
    margin-left: 0px;
    display: block;
    font-family: 'Bangers', cursive;
    color: #66fcf1;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 15px;
    text-transform: uppercase;
    transform: none;
    text-shadow: 1px 1px #020222, 2px 2px #c9b44a, 3px 3px #1e44ff;
}

h1 {
    color: #28313e;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.underline {
    text-decoration: underline
}

.content {
    padding: 15px 0
}

aside {
    width: 300px;
    padding: 10px
}

aside .aside-container {
    padding: 20px 20px 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8ebed;
    position: -webkit-sticky;
    position: sticky;
    top: 80px
}

aside .aside-title {
    font-weight: 600
}

aside ul {
    list-style: none;
    padding: 0;
    margin: 0
}

aside ul li {
    padding: 5px 0;
    font-size: 14px
}

a {
    text-transform: none;
    text-decoration: none;
    color: #28313e
}

a:hover {
    color: #389582
}

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

.main-content section {
    width: calc(100% - 300px);
    padding-right: 30px
}

img {
    width: 100%
}

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

.rating-header div {
    border-right: 1px solid #e8ebed;
    background: #06386B;
    color: #fff;
    width: calc(100% / 6);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700
}

.rating-body-row {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
    padding: 18px 0;
    background: #ECF5E2;
    box-shadow: 0 0 15px #dbdbdb;
    transition: .8s;
}

.rating-body-row:hover {
    box-shadow: 0 0 20px #a8edc6;
}

.rating-body-row:nth-child(2n+1) {
    background: #a8edc6;
}

.rating-body-row>div {
    width: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box
}

.rating-body-row>div:last-child {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.rating-body-row .rating-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating-body-row .rating-logo img {
    width: 100%
}

.rating-body-row .rating-bonus_btn {
    color: black;
    line-height: 1;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    cursor: auto;
}

.rating-body-row .rating-body-rating {
    flex-direction: column !important
}

.rating-body-row .rating-body-rating>div:first-child {
    display: flex
}

.rating-body-row .rating-body-rating img {
    width: 25px;
    height: 25px
}

.rating-body-row .rating-body-rating .rating-value {
    font-size: 20px;
    color: #28313e;
    font-weight: 900;
    margin-top: 5px;
    margin-left: 5px
}

.rating-body-row .payment-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-body-row .payment-term img {
    width: 38px
}

.rating-body-row .payment-term span {
    font-size: 14px;
    text-align: center
}

.rating-body-row .apps a {
    margin: 10px
}

.btn-blue {
    background: #06386B;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px
}

.btn-blue:hover {
    background: #389582;
    color: #fff
}

.center {
    text-align: center
}

.center p {
    font-size: 17px;
}

p {
    font-size: 15px;
    margin-top: 5px
}

h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px
}

h3 {
    font-size: 22px;
    margin-bottom: 0
}

details summary {
    display: block
}

details summary::-webkit-details-marker {
    display: none
}

.faq details[open] summary::before {
    content: "-"
}

.faq-content {
    padding: 5px 10px
}

.faq-content p {
    margin: 0;
    margin-bottom: 15px
}

footer {
    background: #06386B;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px
}

details ul {
    margin-top: 0
}

@media (min-width: 992px) {

    .btn-blue,
    .btn_primary {
        padding: 15px 20px
    }
}

@media screen and (max-width: 1000px) {

    .rating-header>div,
    .rating-body-row>div {
        width: calc(100% / 6)
    }

    .rating-header>div,
    .rating-body-row>div {
        width: calc(100% / 6)
    }

    .main-content aside {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .main-content aside .aside-container {
        position: relative;
        top: 0
    }

    .main-content section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

@media screen and (max-width: 1190px) {
    div.rating-body-row:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(4)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(5)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(6)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(7)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(8)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(9)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(10)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(11)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(12)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(13)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(14)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(15)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(16)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(17)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(18)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(19)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(20)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(21)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    .rating-header>div,
    .rating-body-row>div {
        width: calc(100% / 4)
    }

    .rating-header>div:nth-child(3),
    .rating-body-row>div:nth-child(3) {
        display: none
    }

    .rating-header>div:nth-child(4),
    .rating-body-row>div:nth-child(2),
    .rating-body-row>div:nth-child(3) {
        display: none
    }
}

* {
    outline: none
}

.rating-body-row>div.rating__content {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

.hide_detail>div.rating__content {
    display: none !important
}

.rating__content_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

.progress {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8ebed;
    background: #fff;
    border-radius: 10px;
    padding: 0 !important
}

.rating__content_box>span {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.rating__content_box {
    width: 50%;
    box-sizing: border-box
}

.rating__content_box:last-child {
    padding-left: 20px
}

.show-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    margin: 0 5px;
    color: #28313e;
    background: 0 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    font-size: 14px
}

.show-detail::after {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    background: url(../images/down-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    margin-left: 5px;
    -o-object-fit: contain;
    object-fit: contain
}

.show-detail_active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rating__content .btn-blue {
    width: 90%;
    max-width: 290px;
    margin: 10px auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    .rating__content_wrapper {
        flex-direction: column !important
    }

    .rating__content_box {
        width: 100%;
        padding: 0
    }
}

.review .rating__content_box {
    padding-left: 0
}

.banner__content {
    padding-left: 15px
}

@media (max-width: 768px) {
    .banner__img {
        display: none
    }

    .banner__content {
        padding-left: 0;
        margin: auto
    }
}

.container {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}

nav {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%
}

nav a {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 5px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}

nav a:first-child {
    display: flex
}

nav a:hover {
    border-bottom: 5px solid #389582;
    color: #fff
}

.sub-nav__items {
    display: none;
    padding-bottom: 20px
}

.sub-nav__container>span {
    min-height: 60px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 5px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 30px;
    position: relative
}

.sub-nav__container>span::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    top: 22px;
    right: -20px;
    border-top-color: #eee;
    border-width: 9px;
    margin-left: -1px
}

.show-sub-nav .sub-nav__container>span::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 15px;
    right: -20px;
    bottom: 100%;
    border-bottom-color: #eee;
    border-width: 9px;
    margin-left: 0
}

.show-sub-nav .sub-nav__items {
    display: block;
    background: #06386B;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    top: 59px;
    flex-wrap: wrap;
    box-shadow: 0 15px 10px -15px #111
}

.sub-nav__items .container {
    flex-wrap: wrap;
    height: 100%
}

.sub-nav__items a {
    margin-bottom: 5px
}

.burger-menu {
    padding: 10px;
    height: 20px;
    width: 30px;
    display: none;
    position: absolute;
    border-radius: 3px;
    padding: 4px 2px;
    cursor: pointer;
    right: 10px;
    z-index: 100000000
}

.burger-menu span::after,
.burger-menu span::before,
.burger-menu span {
    background: #fff;
    width: 30px;
    height: 3px
}

.burger-menu span::after {
    width: 20px
}

.active .burger-menu span::after {
    width: 28px
}

.active .burger-menu span::before {
    width: 29px
}

.burger-menu span::before {
    content: '';
    position: absolute;
    top: -8px;
    -webkit-animation: menu-load-state-top .5s;
    animation: menu-load-state-top .5s
}

.active .burger-menu span {
    background: transparent
}

.active .burger-menu span::before {
    top: -10px;
    left: 5px;
    -webkit-animation: top-rot-in .5s forwards;
    animation: top-rot-in .5s forwards
}

.active .burger-menu span::after {
    top: 10px;
    left: 5px;
    -webkit-animation: bot-rot-in .5s forwards;
    animation: bot-rot-in .5s forwards
}

.burger-menu span::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-animation: menu-load-state-bottom .5s;
    animation: menu-load-state-bottom .5s
}

.burger-menu span {
    position: absolute;
    top: 13px;
    width: 25px !important
}

@media only screen and (max-width: 1190px) {
    .burger-menu {
        display: block
    }

    header nav {
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 4000;
        right: 0;
        left: 100%;
        width: 300px;
        background: #06386B;
        border-left: none;
        transition: all .3s;
        overflow: hidden;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: 0;
        bottom: 0;
        padding-top: 30px;
        overflow-y: scroll
    }

    .active nav {
        transform: translateX(-100%)
    }

    nav ul {
        flex-direction: column
    }

    header nav a {
        height: auto !important
    }

    .sub-nav__items {
        display: flex
    }

    .sub-nav__container>span {
        display: none
    }

    .sub-nav__items .container {
        flex-direction: column
    }
}

@keyframes top-rot-in {
    0% {
        transform: rotate(0deg);
        transform-origin: left
    }

    100% {
        transform: rotate(45deg);
        transform-origin: left
    }
}

@keyframes bot-rot-in {
    0% {
        transform: rotate(0deg);
        transform-origin: left
    }

    100% {
        transform: rotate(-45deg);
        transform-origin: left
    }
}

.rating-table {
    background: #c5c6c71c;
}

.two-column {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.two-column>div {
    width: 49%;
}

.two-column>div>*:first-child {
    margin-top: 30px;
}

.footer-content {
    height: 100% !important;
    display: grid !important;
    grid-template-columns: 30% 60% 10%;
}

.footer-content li a {
    color: white;
}

@media screen and (max-width: 800px) {
    .two-column {
        flex-wrap: wrap;
    }

    .two-column>div {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .footer-content>div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        text-align: center;
    }

    .footer-content>div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .footer-content>div:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
    }
}

.table-btn-reg {
    text-decoration: underline !important;
}

.container p>a {
    text-decoration: underline !important;

}

.container p>a:hover {
    text-decoration: none !important;
}

@media all and (max-width:1200px) {
    .container center div {
        width: 100% !important;

    }

    .footer-content>div:nth-child(3) {
        display: block;
        grid-column-start: auto;
        position: relative;
        width: 30px;
        justify-content: center;
        text-align: center;
        margin: 20px auto;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 3;
    }
}

@media only screen and (max-width: 800px) {
    header nav {

        width: 400px;

    }
}

.rating-body-row>div:nth-of-type(1)>div .rating-value {
    line-height: 325% !important;
}

.rating-body-row>div:nth-of-type(5)>div .rating-value {
    line-height: 80% !important;
}

.container .rating-body-row:nth-child(1)>div:nth-child(1) .ribbon {
    margin-bottom: -12px;
    margin-top: -12px;

}

.container .rating-body-row:nth-child(2)>div:nth-child(1) .ribbon {
    margin-bottom: -12px;
    margin-top: -12px;

}

.container div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
    margin-bottom: -12px;
    margin-top: -12px;
    text-shadow: none;
}

div.rating-body-row:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    display: block !important;
}

div.rating-body-row:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
    display: block !important;
}

div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
    display: block !important;
}

.rating-logo img {
    z-index: 9;
}

@media screen and (max-width: 600px) {}

ul li a,
ol li a {
    text-decoration: underline;
}

ul li a:hover,
ol li a:hover {
    text-decoration: none;
}

footer ul li a,
footer ol li a {
    text-decoration: none;
}

body {
    counter-reset: section;
}

.rating-body-row::before {
    counter-increment: section;
    content: counter(section);
    background: url(../../images/diamond.svg) no-repeat;
    height: 50px;
    width: 50px;
    margin: 15px 85px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 2px black;
}

@media (max-width: 1280px) {
    .rating-body-row::before {
        margin: auto;
    }
}

.rating-body-rating .rating-value {
    line-height: 80% !important;
}

.soder{
background: #A8EDC6;
    border-radius: 13px;
    padding: 10px;
	display:inline-block;
    width: 35%;
    margin-bottom: 20px;
}
.soder > div{
    font-weight: bold;
    padding: 5px 13px 10px;
}
.soder > ul{
    background: #ECF5E2;
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}
.soder > ul li{
	
}
.soder > ul li a{
	text-decoration:none !important;
	border-bottom: 1px dashed black;
}
.soder > ul li a:hover{
	border-bottom: 1px dashed #ECF5E2;	
}
.soder_right_text {
    display: inline-block;
    width: 55%;
    margin-left: 30px;
    vertical-align: top;
    margin-top: 57px;
}

@media all and (max-width:1280px){
	.soder {
		background: #A8EDC6;
		border-radius: 13px;
		padding: 10px;
		display: block;
		width: auto;
		max-width:500px;
		margin-bottom: 20px;
		margin-left:auto;
		margin-right:auto;
	}
	.soder > ul li{
		margin-bottom:20px;
	}
	.soder_right_text {
		display: block;
		width:auto;
	}
}

.page404 {
    text-align: center;
}

body {
    display: flex;
     flex-direction: column;
    min-height: 100vh; 
    margin: 0;
}

.container  {
    flex: 1;
}



@media all and (min-width: 1280px){
	
	footer .container{
		white-space:nowrap;
	}
	
	
}

@media all and (max-width: 1279px){
	
	.container.footer-content > div:nth-of-type(2){
		text-align: left;
		margin: auto;
		width: 300px;
	}
	.container.footer-content > div:nth-of-type(1){
		text-align:center;
		padding: 10px 0;
	}
	.footer-content {
		display: block !important;
	}
	.footer-content>div:nth-child(3) {
		margin-bottom:0px;
		padding-bottom:20px;
	}
}

/*content table*/
.content-table {
    font-size: 15px;
    margin-bottom: 15px;
}

.content-table-header {
    display: flex;
}

.content-table-header div {
    border-right: 1px solid #e8ebed;
    background: #06386B;
    color: #fff;
    flex-wrap: wrap;
    padding: 10px 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
}

.content-table-row {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.content-table-row>div:nth-child(2) {
    border-left: 1px solid #dfdfdf;
}

.content-table-row div {
    padding: 15px 10px;
    text-align: center;

}

.content-table-header>div:nth-child(2),
.content-table-row>div:nth-child(2) {
    width: calc(100%/1);
}

.content-table-header>div:nth-child(1),
.content-table-row>div:nth-child(1) {
    width: calc(100%/1.5);
}

.content-table-header div:last-child {
    border-right: 0px solid #dfdfdf;
}

@media all and (max-width:600px) {
    .content-table-header div {
        font-size: 16px;
    }
    .content-table-row div {
        font-size: 15px;
    }
    .content-table-header>div:nth-child(1),
    .content-table-row>div:nth-child(1) {
        width: calc(100% / 2);
    }
    .content-table-header>div:nth-child(2),
    .content-table-row>div:nth-child(2) {
        width: calc(100%/1.5);
    }
}

@media all and (max-width:365px) {
    .content-table-row div {
        font-size: 14px;
    }
}

/* content */
.hidden {
    display: none;
    opacity: 0;  
}
.content-list {
    opacity: 1;  
}

.content-header {
    box-sizing: border-box;
    color: #28313e !important;
    width: 100%;
    padding: 5px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.content-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.content-button {
    font-size: 16px;
    color: #28313e;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.2;
}

.content-button:hover {
    color: #389582;
}

.content-toogle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%;
}

.content-toogle:before {
    content: '[';
}

.content-toogle:after {
    content: ']';
}

h2:target,
h3:target {
    scroll-margin-top: 65px;
}

@media all and (max-width: 1280px) {
    .content-header {
        width: 100%;
    }

    .content-label,
    .content-item .content-item .content-label {
        text-decoration: none;
    }

    .content-block {
        margin-left: 10px;
    }
}

@media (max-width: 380px) {
    .obzor-cas .btn-blue {
        padding: 10px 17px;
    }
}

@media (max-width: 365px) {
    .obzor-cas .btn-blue {
        padding: 10px 15px;
    }
}

@media (min-width: 765px) {
    .obzor-cas .btn-blue {
        padding: 25px 35px;
        font-size: 24px;
    }
}

.end_knop {
    border: 1px dashed #06386B;
    background: #06386B;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 17px;
    margin: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    transition: ease-out all .3s;
    text-decoration: none
}

.end_knop:hover {
    background: #389582;
    border-color: #389582;
    color: #fff !important
}

@media(min-width:992px) {
    .end_knop {
        padding: 15px 40px
    }
}

@media all and (max-width:1200px) {
    .end_knop {
        border: 1px dashed #06386B;
        background: #06386B;
        font-weight: 600;
        padding: 15px 40px;
        border-radius: 5px;
        display: inline-block;
        font-size: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        transition: ease-out all .3s;
        text-decoration: none
    }
}

.end_knop {
    text-decoration: none
}

@media all and (max-width:540px) {
    .end_knop {
        font-size: 16px;
        font-weight: 600;
        padding: 10px
    }
}

.knop {
    text-align: center;
    margin: 10px 0 20px !important
}

@media all and (max-width:1200px) {
    .knop {
        text-align: center;
        margin: 10px 0 20px !important
    }
}

.casino__table {
    margin: 10px 0px;
}

.row-table {
    display: flex;
    width: 100%;
}

.item__table {
    max-width: 47%;
    width: 100%;
    border-radius: 12px;
    border: solid 2px #a8edc6;
    padding: 10px;
    margin: 5px auto;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.item__one {
    max-width: 80%; 
}

.bonus-img {
    display: block;
    vertical-align: middle;
    float: left;
    max-width: 120px;
    width: 40px;
    height: 40px;
    margin: auto 15px;
}

.heading-bonus {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #28313e;
    text-decoration: none;
}

.text-bonus {
    display: block;
    font-size: 15px;
    color: #28313e;
}

@media all and (max-width:900px) {
    .item__table {
        max-width: 46%;
    }
	.item__one {
        max-width: 100%;
    }
	.item__last {
		max-width: 68%;
	}
    .bonus-img {
        margin: 0px 15px 0px 0px;
    }
}

@media all and (max-width:600px) {
    .heading-bonus {
        font-size: 15px;
    }
    .item__table {
        max-width: 42%;
        margin: 3px auto;
    }
	.item__one {
        max-width: 100%;
    }
	.item__last {
		max-width: 92%;
	}
    .bonus-img {
        margin: 0px 15px 0px 0px;
    }
}

/* faq */

@media screen and (min-width: 300px) {
    .faq .container {
        padding-left: 0px;
        padding-right: 0px;
        letter-spacing: 0.6px;

    }

    .accordion__action-icon {
        width: 40px;
        height: 40px;
    }

    .accordion__action-icon svg {
        fill: lightseagreen;
        width: 17px;
        height: 17px
    }

    .accordion__action,
    .accordion__content {
        padding: 10px;
    }

    .accordion__content {
        padding: 10px;
        border-top: none;
        background: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .accordion__action:hover {
        color: white;
        text-decoration: none !important;
    }

    .accordion__action:focus {
        outline: none;
    }
}

.accordion__action {
    display: flex;
    align-items: baseline;
    color: #28313e;
    background: #ECF5E2;
    border-radius: 5px;
}

.accordion__action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: 100%;
    background: #06386B;
    transition: transform ease .25s, background ease .25s, border ease .25s;
}

.accordion__action-icon svg {
    fill: white;
}

.accordion__action-icon.active {
    transform: rotate(-90deg);
}

.accordion__action-icon.active svg .min {
    display: none;
}

.accordion__items {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion__title.h4 {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 10px;
    padding: 10px 0 10px 0;
    font-weight: 500;
    color: #28313e;
}

@media screen and (max-width: 1200px) {
    .accordion__title.h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .accordion__content p {
        font-size: 14px;
    }

    .faq .row {
        margin-bottom: 30px !important;
    }
}

.accordion__title.h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 10px;
    padding: 20px 0 0 0;
    color: #fff;
}

.row h2 {
    font-size: 24px;
    padding: 15px 0 15px 25px;
    margin: 25px 0 20px 0px;
    float: none;
    color: #28313e;
    font-weight: 500;
    background: #A8EDC6;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

@media screen and (max-width: 1200px) {
    .accordion__title.h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .row h2 {
        margin: 25px 0 10px 0;
    }

    .accordion__title.h4 {
        padding: 5px 0 5px 0;
    }
}

.accordion__action {
    text-decoration: none;
}

.faq .row {
    display: block;
}

.accordion__content p {
    margin: 0px 0 10px;
}

.faq .row {
    list-style-type: none;
    margin: 10px 0px 60px 0px;
    padding: 0px;
    border-radius: 13px;
    background: #A8EDC6;
}

.accordion__item {
    margin: 0 20px 20px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion__item:before {
    display: none;
}

.accordion__item.active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    box-shadow: none;
    transition: transform ease .25s, background ease .25s, border ease .25s;
}

.accordion__item.active .accordion__content {
    display: block !important;
}

.active .accordion__action {
    border-bottom: none;
    background: #ECF5E2;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.active .accordion__action .accordion__title.accordion__title.h4 {
    color: black;
}

.faq {
	width: 950px
}

@media screen and (max-width: 1200px) {
  .faq {
	width: 100%;
  }
  .accordion__item {
    margin: 0 10px 10px 10px;
    }
}