@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(./montserrat-v15-latin-regular.eot);
    src: local(), url(./montserrat-v15-latin-regular.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-regular.woff2) format("woff2"), url(./montserrat-v15-latin-regular.woff) format("woff"), url(./montserrat-v15-latin-regular.ttf) format("truetype"), url(./montserrat-v15-latin-regular.svg#Montserrat) format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url(./montserrat-v15-latin-italic.eot);
    src: local(), url(./montserrat-v15-latin-italic.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-italic.woff2) format("woff2"), url(./montserrat-v15-latin-italic.woff) format("woff"), url(./montserrat-v15-latin-italic.ttf) format("truetype"), url(./montserrat-v15-latin-italic.svg#Montserrat) format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(./montserrat-v15-latin-500.eot);
    src: local(), url(./montserrat-v15-latin-500.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-500.woff2) format("woff2"), url(./montserrat-v15-latin-500.woff) format("woff"), url(./montserrat-v15-latin-500.ttf) format("truetype"), url(./montserrat-v15-latin-500.svg#Montserrat) format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(./montserrat-v15-latin-600.eot);
    src: local(), url(./montserrat-v15-latin-600.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-600.woff2) format("woff2"), url(./montserrat-v15-latin-600.woff) format("woff"), url(./montserrat-v15-latin-600.ttf) format("truetype"), url(./montserrat-v15-latin-600.svg#Montserrat) format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(./montserrat-v15-latin-700.eot);
    src: local(), url(./montserrat-v15-latin-700.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-700.woff2) format("woff2"), url(./montserrat-v15-latin-700.woff) format("woff"), url(./montserrat-v15-latin-700.ttf) format("truetype"), url(./montserrat-v15-latin-700.svg#Montserrat) format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(./montserrat-v15-latin-800.eot);
    src: local(), url(./montserrat-v15-latin-800.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-800.woff2) format("woff2"), url(./montserrat-v15-latin-800.woff) format("woff"), url(./montserrat-v15-latin-800.ttf) format("truetype"), url(./montserrat-v15-latin-800.svg#Montserrat) format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(./montserrat-v15-latin-900.eot);
    src: local(), url(./montserrat-v15-latin-900.eot?#iefix) format("embedded-opentype"), url(./montserrat-v15-latin-900.woff2) format("woff2"), url(./montserrat-v15-latin-900.woff) format("woff"), url(./montserrat-v15-latin-900.ttf) format("truetype"), url(./montserrat-v15-latin-900.svg#Montserrat) format("svg")
}

body {
    background: linear-gradient(180deg, #fff 0, #fff 93px, #e3e3e3 257px, #e3e3e3);
    color: #28313e;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    min-width: 320px;
    counter-reset: section;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 0, #200f51 100%);
}

h1 {
    z-index: 4;
    position: relative;
    margin-left: 10px;
    font-family: cursive;
}



h1:after {
    content: "";
    position: absolute;
    background: #200f51;
    height: 42px;
    width: 25px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    top: 0px;
    left: -2px;
    z-index: -1;
}

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;
    margin-left: 20px;
    display: block
}

.logo span {
    color: #06040b;
    z-index: 10;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    top: -9px;
    left: 50px;
    text-shadow: 1px 1px 1px #92a9c7, 0 0 0 #274e29;
    font-family: cursive;
}

.logo::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 95%;
    background: #fff;
    height: 150%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    -webkit-transform: translateY(-45%) translateX(-45%);
    transform: translateY(-45%) translateX(-45%);
    z-index: 4;
    border-radius: 43px;
}

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: #0066d4
}

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: linear-gradient(180deg, #000000 0, #200f51 100%);
    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: whitesmoke;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap
}

.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: 4rem;
  line-height: 1;
}
.rating-body-row:first-child::before,
.rating-body-row:nth-child(2)::before,
.rating-body-row:nth-child(3)::before,
.rating-body-row:nth-child(4)::before
{
      color: #f58830;
      font-size: 6rem;
      text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.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)!important;
    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(./android.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

.iphone {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(./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: #0066d4;
    color: #fff
}

.btn_primary {
    border: 1px dashed rgb(6, 9, 14);
    background: #1d193f;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    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: #1b1403;
    border-color: #0c1722;
    color: #fff!important
}

.center {
    text-align: center
}

p {
    font-size: 16px;
    margin-top: 5px
}

h2 {
    font-size: 26px;
    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: linear-gradient(180deg, #000000 0, #200f51 100%);
    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: 10px;
    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(./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(./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: #0066d4!important;
    background: #0066d4!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(./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: #0066d4;
    border-color: #0066d4;
    box-sizing: border-box
}

.banner__btns a:hover {
    background: 0 0;
    border-color: #0066d4;
    color: #0066d4
}

.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: 5px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    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: #1d193f;
    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: 800px) {
    .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: #1d193f;
        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:-8px;top:-5px;overflow:hidden;width:100px;height:100px;text-align:left;z-index:5;pointer-events:none;}
.re-ribbon-badge span{font:bold 10px/28px Arial;color:#FFF;text-transform:uppercase;text-align:center;transform:rotate(-45deg);width:125px;display:block;background:#77B21D;box-shadow:0 3px 10px -5px rgba(0, 0, 0, 1);position:absolute;top:21px;right:0px}
.re-ribbon-badge span::before{content:"";position:absolute;left:0px;top:100%;z-index:-1;border-left:3px solid #333;border-right:3px solid transparent;border-bottom:3px solid transparent;border-top:3px solid #333;}
.re-ribbon-badge span::after{content:"";position:absolute;right:0px;top:100%;z-index:-1;border-left:3px solid transparent;border-right:3px solid #333;border-bottom:3px solid transparent;border-top:3px solid #333;}
.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;}
}