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

html {
	scroll-behavior: smooth;
}

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

body {
    color: #28313e;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: floralwhite;
    min-width: 320px;
    counter-reset: section;
    font-family: roboto !important;
}

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

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    left: 0;
	padding: 10px 0px;
    width: 100%;
    background: lightseagreen;
}

h1 {
    z-index: 4;
    position: relative;
    margin-left: 10px;
    font-family: roboto;
    text-transform: uppercase;
}


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 {
    position: relative;
    min-width: 250px;
    min-height: 25px;

    display: block
}

.logo span {
    color: #06040b;
    z-index: 10;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    text-transform: uppercase;
    top: -7px;
    left: 39px;
    font-family: roboto;
}

.logo img {
    width: 150px;
    /* margin: 0px; */
    /* padding: 0px 0px; */
    /* position: relative; */
    /* display: block; */
}

h1 {
    color: #28313e;
    font-size: 28px;
    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: underline;
    color: #28313e
}

a:hover {
    color: #0067b8;
    text-decoration: none;
}

main {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.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: lightseagreen;
    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;
    text-align: center;
    font-size: 14px;
    font-weight: 700
}

.rating-header div:first-child {
    border-top-left-radius: 5px
}

.rating-header div:last-child {
    border-top-right-radius: 5px
}

.rating-body-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
    padding: 25px 0px;
}

.rating-body-row::before {
    counter-increment: section;
    content: counter(section);
    width: calc(100% / 7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 3rem;
    line-height: 1;
}

.rating-body-row::before, {
    font-size: 6rem;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.container .footer-nav a:hover {
    color: white;
}

.rating-body-row > div {
    width: calc(100% / 7);
    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;
    text-align: 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: rgb(0, 0, 0);
    line-height: 1;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 30px
}

.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: #9f8741;
    font-weight: 400;
    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
}

.android {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/android.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

.iphone {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/iphone.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

.btn-blue {
    background: #36a;
    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: lightseagreen;
    color: #fff
}

.btn_primary {
    border: 1px dashed coral;
    background: coral;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    transition: ease-out all .3s;
}

.btn_primary:hover {
    background: cadetblue;
    border-color: cadetblue;
    color: #fff !important
}

.center {
    text-align: center
}

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

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

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

.faq-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0
}

.faq-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.faq-title::before {
    content: "+";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    font-size: 22px
}

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: lightseagreen;
    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) {
    .main-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .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 (max-width: 750px) {
    .rating-body-row .payment-term span {
        font-size: 11px;
    }
}


@media screen and (max-width: 600px) {
    .rating-header > div,
    .rating-body-row > div {
        width: calc(100% / 4)
    }

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

    .rating-body-row::before,
    .rating-body-row:first-child::before,
    .rating-body-row:nth-child(2)::before,
    .rating-body-row:nth-child(3)::before {
        width: calc(100% / 4);
    }
}

* {
    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: 0px;
    padding: 0 !important
}

.progress__item {
    display: flex;
    border-bottom: 1px solid #e8ebed;
    align-items: center;
    padding: 15px
}

.progress__title {
    font-weight: 400;
    width: 200px;
    display: flex;
    font-size: 14px
}

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

.progress__line[value] {
    background: #fff
}

.progress__line[value]::-webkit-progress-bar {
    background: 0 0
}

.progress__line[value]::-webkit-progress-value {
    background: -webkit-linear-gradient(0deg, #ffd900 0, #92f859 100%) !important
}

.progress__line {
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8ebed;
    width: 100%;
    color: #000
}

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

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

.advantages {
    list-style: none;
    padding-left: 0
}

.advantages li {
    padding: 5px 0 5px 30px !important;
    margin-bottom: 0 !important;
    position: relative;
    font-size: 14px
}

.advantages li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: url(images/check-box.svg);
    background-repeat: no-repeat;
    background-size: 22px
}

.advantages li p {
    margin: 0;
    margin-bottom: 15px
}

.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
    }
}

.rating-body-row > div:nth-child(1) img {
    max-height: 80px
}

.banner {
    background: #f8f8f8;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    border-bottom: 1px solid #e8ebed;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px
}

.banner:before {
    content: '';
    top: 50%;
    left: 0;
    width: 600px;
    background: #e8ebed;
    height: 600px;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(20% 0, 0 20%, 30% 50%, 0 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0, 50% 30%);
    clip-path: polygon(20% 0, 0 20%, 30% 50%, 0 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0, 50% 30%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1
}

.banner:after {
    content: '';
    top: 50%;
    left: 0;
    width: 400px;
    background: #e8ebed;
    height: 400px;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    -webkit-transform: translateY(-50%) translateX(200px);
    transform: translateY(-50%) translateX(200px);
    z-index: 2
}

.banner .container {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3
}

.banner__img {
    max-width: 240px
}

.banner__promo {
    font-size: 18px;
    font-weight: 500
}

.promocode-btn {
    position: relative;
    padding: 5px 60px 5px 30px;
    background: #10b483 !important;
    border-color: #10b483 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #10b483;
    line-height: 1;
    height: 50px;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.promocode-btn:hover {
    border-color: #0067b8 !important;
    background: #0067b8 !important;
    color: #fff !important
}

.promocode-btn:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(images/copy.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50% 50%
}

.banner__btns {
    display: flex
}

.banner__btns a {
    position: relative;
    padding: 5px 60px 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #10b483;
    line-height: 1;
    height: 50px;
    font-size: 1.8px;
    font-weight: 600;
    margin: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: lightseagreen;
    border-color: #0067b8;
    box-sizing: border-box
}

.banner__btns a:hover {
    background: 0 0;
    border-color: #0067b8;
    color: #0067b8
}

.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
    }

    .banner__btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

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

.banner__logo {
    width: auto !important
}

.banner_rating {
    display: flex;
    align-items: center
}

.banner_rating img {
    width: 25px;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px
}

.banner_rating span {
    font-size: 18px;
    color: #28313e;
    font-weight: 700;
    margin-top: 5px;
    margin-left: 5px
}

.black-bg {
    background-color: #000
}

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

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

nav a:first-child {
    display: flex
}

nav a:hover {
    text-decoration: underline;
    color: white;
}

.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: lightseagreen;
    position: absolute;
    left: 0;
    width: 100%;
    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: 1280px) {
    nav a {
border-bottom: 30px solid transparent !important;
}
}

@media only screen and (max-width: 1280px) {
    .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: lightseagreen;
        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
    }
}

.addit-nav {
    text-align: left;
    font-size: 14px;
}

footer a {
    color: white;
    margin-right: 10px;
}

.footer-nav {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

footer .container {
    min-height: 160px !important;
}

@media only screen and (max-width: 560px) {
    footer .container {
        min-height: 60px !important;
        flex-direction: column !important;
        height: 100%;
    }

    .footer-nav {
        margin-top: 10px;
    }
}

.re-ribbon-badge {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: auto;
    left: 43px;
    top: 97px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: left;
    z-index: 5;
    pointer-events: none;
}

.re-ribbon-badge span {
	display:none;
}

.re-ribbon-badge.red-badge span {
    font-size: 9px;
    background: red;
}

@media (max-width: 500px) {
    .re-ribbon-badge {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        overflow: visible;
    }

    .re-ribbon-badge span {
        top: auto;
        bottom: 0;
        width: 105px;
        transform: none;
    }

    .re-ribbon-badge span::before,
    .re-ribbon-badge span::after {
        display: none;
    }
}

.rating-bonus_btn {
    text-decoration: none;
    cursor: default;
}

.rating-bonus_btn:hover {
    text-decoration: none;
    cursor: default;
}

.container nav a {
    text-decoration: none !important;
}

.container .footer-nav a {
    text-decoration: none !important;
}

@media all and (max-width: 1200px) {

    .rating-body-row {
		display: flex;
        margin: 20px 10px;
    }

    .rating-body-row > div {
        margin: auto !important;
    }

    .rating-body-row::before, .rating-body-row:first-child::before, .rating-body-row:nth-child(2)::before, .rating-body-row:nth-child(3)::before {
        /* width: calc(100% / 4); */
        margin: auto;

    }

    .rating-body-row::before {
        counter-increment: section;
        content: counter(section);
        width: calc(100% / 7);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 5px;
        box-sizing: border-box;
        font-size: 2rem !important;

    }

    body {
        overflow-x: hidden;
    }

    .logo {
        margin-left: 0;
    }

    header.active nav {

        padding-top: 70px !important;
        width: 385px !important;
    }

    .re-ribbon-badge {
        
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        width: 105px !important;
        height: 28px !important;
        text-align: center !important;
        z-index: 5 !important;
        position: relative !important;
        margin: 10px auto 40px !important;
        padding: 0 !important;
        display:none;
    }

    .rating-body-row {
        z-index: 1 !important;
    }

    .container center > div {
        width: 100% !important;
    }

    .footer-nav {
        margin-left: 10px;
        display: grid;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        width: 93%;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .footer-nav a {
        margin: 10px 0px !important;
    }

    h1 {
        font-family: arial !important;
		font-size: 20px !important;
    }

    body {
        font-family: arial !important;
    }


    .rating-body-row {

        background: ghostwhite !important;
    }

    .re-ribbon-badge span {
        font: bold 10px/28px roboto;
        color: yellow;
        text-transform: uppercase;
        text-align: center;
        /* transform: rotate(-45deg); */
        width: 100%;
        display: block;
    background: lightseagreen;
        box-shadow: 0 3px 10px -5 pxrgba(0, 0, 0, 1);
        position: absolute;
        top: 0;
        right: 0;
    }

    footer .container {
        display: block !important;
        height: 100% !important;
    }

    footer .logo span {
        color: #06040b;
        z-index: 9;
        font-weight: 700;
        font-size: 24px;
        position: relative;
        text-transform: uppercase;
        top: 0;
        left: 0;
        display: block;
        font-family: roboto;
        margin: auto;
        text-align: center;
        width: 300px;
    }

}

@media all and (max-width: 600px) {
    .rating-body-row::before {
        font-size: 2rem !important;
		    width: calc(100% / 4) !important; 
    }
}

@media all and (max-width: 1280px) {
    nav a {
        border-bottom: 30px solid transparent !important;
    }
}

.container > div {
    margin-left: 15px;
    margin-right: 15px;
}

.rating-body-row.hide_detail .btn_primary {
    text-decoration: none;
}

.rating-body-row:nth-of-type(1)::before, .rating-body-row:nth-of-type(2)::before, .rating-body-row:nth-of-type(3)::before, .rating-body-row:nth-of-type(4)::before, .rating-body-row:nth-of-type(5)::before, .rating-body-row:nth-of-type(6)::before, .rating-body-row:nth-of-type(7)::before, .rating-body-row:nth-of-type(8)::before, .rating-body-row:nth-of-type(9)::before, .rating-body-row:nth-of-type(10)::before{
	color: coral;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
.rating-body-row::before, .rating-body-row:nth-child(2)::before {
    width: calc(100% / 7) !important;
}
}


@media all and (max-width: 1200px) {	
	.rating-header div {
	    font-size: 13px !important;
	    font-weight: 600 !important;
	}
}

/* content */
#contentList.hidden {
    display: none;
    opacity: 0;
}

.content-block {
    margin: 25px 0;
    padding: 15px 15px 15px;
    text-align: left;
    box-sizing: border-box;
    line-height: 2;
}

.content-label {
    text-decoration: underline dotted;
}

.content-header {
    margin-bottom: 6px;
    box-sizing: border-box;
    background: lightseagreen;
    color: white;
    width: 45%;
    padding: 0px 15px;
}

.content-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.content-button {
    font-size: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.content-button:hover {
    color: #0067b8;
}

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

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

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

.content-list {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: none;
}

.content-link {
    color: #28313e;
    text-decoration: none;
}

.content-link:hover {
    color: #0067b8
}

.content-number {
    margin-right: 2px;
}

.content__list_minor {
    margin: 2px 0 0 14px;
}

@media all and (max-width: 600px) {
    .content-block {
        margin: 10px 0;
        padding-bottom: 15px;
    }
    .content__list_minor {
        margin: 0;
    }
}

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

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

footer .container {
	text-align: center;
}

/* faq */

@media screen and (min-width: 300px) {
    .accordion__action-icon {
        width: 34px;
        height: 34px;
    }

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

    .accordion__action,
    .accordion__content {
        padding: 10px;
        border: 2px solid lightseagreen;
    }

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

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

    .accordion__action:focus {
        outline: none;
    }
}

.accordion__action {
    display: flex;
    align-items: baseline;
    color: #28313e;
    background: #20b2aa2b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion__action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: 100%;
    background: transparent;
    border: 2px solid lightseagreen;
    transition: transform ease .25s, background ease .25s, border ease .25s;
}

.accordion__action-icon svg {
    fill: lightseagreen;
}

.accordion__action-icon.active {
    transform: rotate(-180deg);
    border: 2px solid white;
}

.accordion__action-icon.active svg g {
    fill: white;
}

.accordion__items {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-top: 1px;
}

.accordion__title.h4 {
    font-size: 17px;
    font-weight: 600 !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: 18px;
        line-height: 25px;
    }
}

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

.row h2 {
    font-size: 22px;
    padding-top: 10px;
    padding-left: 0px;
    margin: 25px 0 15px 0px;
    float: none;
    background: transparent;
}

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

    .row h2 {
        padding-top: 0px;
        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: 10px
}

.accordion__item {
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-bottom-right-radius: 10px;
}

.accordion__item:before {
    display: none;
}

.accordion__item.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    margin: 10px 0px 0px 0px;
    margin-bottom: 20px;
    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: #20b2aa;
    color: white;
}

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

/*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: lightseagreen;
    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 #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

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

.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 #e0e0e0;
}

@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.6);
    }
}

@media all and (max-width:365px) {
    .content-table-row div {
        font-size: 14px;
    }
	.content-table-header>div:nth-child(2),
    .content-table-row>div:nth-child(2) {
        width: calc(100%/1.7);
    }
}

.linie {
    width: 100px;
    border: 0;
    border-top: 2px solid coral;
    display: block;
    margin: 5px auto;
    text-align: center;
}

@media all and (min-width:1280px) {
    .linie {
        display: none;
    }
}

.networks-share {
    display: inline-block;   
    float: right;
}

.share-list {
    list-style: none;
    padding: 0;
    /*display: inline-block;*/
    vertical-align: top;
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

.share-item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 2px 0 2px;
}

.share-link {
    white-space: nowrap;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.share-badge {
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.share-icon {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}

.vkontakte {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E");
}

.odnoklassniki {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.moimir {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.twitter {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.5222 10.7749L19.4785 4H18.0671L12.8952 9.88256L8.76437 4H4L10.2466 12.8955L4 20H5.41155L10.8732 13.7878L15.2356 20H20L13.5222 10.7749ZM11.5889 12.9738L10.956 12.0881L5.92015 5.03974H8.0882L12.1522 10.728L12.7851 11.6137L18.0677 19.0075H15.8997L11.5889 12.9738Z' fill='%23fff'/%3E %3C/svg%3E");
}

.vkontakte-badge {
    background-color: #07f;
}

.odnoklassniki-badge {
    background-color: #f70;
}

.moimir-badge {
    background-color: #168de2;
}

.twitter-badge {
    background-color: #0f1419;
}

.share-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.share-name {
    display: none;
}

.networks-share {
    margin: 0 0px 0px 135px;
}

@media (max-width: 1280px) {
    .logo {
        min-width: 150px;
    }
    .container > div.networks-share {
        margin: 0 50px 0 auto;
    }
}

.container > div.header-content {
    margin-left: 0px;
    margin-right: 0px;
}

.header-content {
    display: flex;
}

@media (max-width: 1280px) {
    nav.active .networks-share {
        display: block;
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }
    .networks-share {
     margin: 0;
  }
}

