@font-face {
    font-family: 'Proxima Nova Lt';
    src: url(../fonts/ProximaNova/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'), local(ProximaNova-Semibold), url(../fonts/ProximaNova/ProximaNova-Semibold.eot@) format("embedded-opentype"), url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova/ProximaNova-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(top, #282B5A 0%, #25293A 100%, #25293A 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(#282B5A), color-stop(100%, #25293A), to(#25293A));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #282B5A 0%, #25293A 100%, #25293A 100%);
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    padding-top: 60px
}

body:before {
    content: '';
    background: #525DC2;
    opacity: .4;
    -webkit-filter: blur(207px);
    filter: blur(207px);
    width: 380px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

img {
    max-width: 100%;
    height: auto
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-collapse: collapse
}

table th {
    font-weight: 700;
    padding: 5px;
    background: #efefef;
    border: 1px solid #ddd
}

table td {
    border: 1px solid #ddd;
    padding: 5px;
    min-width: 150px;
}

.container {
    max-width: 1440px
}

.btn {
    border-radius: 0;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.btn-gradient {
    background: -o-radial-gradient(50.34% 100%, 75% 100%, #2094FF 0%, #0B3DDD 100%);
    background: radial-gradient(75% 100% at 50.34% 100%, #2094FF 0%, #0B3DDD 100%);
    border-radius: 44px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.btn-blue {
    background: rgba(55, 100, 243, 0.5);
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #302D48
}

.btn-blue:hover {
    border: 1px solid #fff;
    color: #fff
}

.btn-blue__outline {
    background: transparent;
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #4563E3
}

.navbar {
    padding: 0
}

.navbar-fixed {
    background: rgba(51, 61, 108, 1);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0
}

.navbar-toggler-icon svg {
    fill: #fff;
    width: 35px;
    height: 35px
}

.navbar-nav {
    min-height: 60px;
    width: 100%;
    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
}

.navbar-nav li {
    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;
}

.navbar-nav a {
    padding: 8px 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    text-decoration: none
}

.navbar-nav a:hover {
    border: 1px solid #4563E3;
    border-radius: 20px
}

.navbar-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.auth-login {
    margin-right: 20px
}

.auth-login__link {
    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;
    width: 32px;
    height: 32px
}

.auth-reg__link {
    padding: 10px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

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

.main {
    width: 100%
}

.main-bg {
    background-image: url(../img/bg/page-bg.png);
    background-size: cover;
    background-repeat: repeat
}

.carousel-item__content {
    position: absolute;
    z-index: 2;
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.carousel-item__text {
    position: absolute;
    top: 50%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%
}

.carousel-item__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.carousel-item__subtitle {
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: .365217px;
    margin-bottom: 80px
}

.carousel-btn {
    background: -o-radial-gradient(50.34% 100%, 75% 100%, #2094FF 0%, #0B3DDD 100%);
    background: radial-gradient(75% 100% at 50.34% 100%, #2094FF 0%, #0B3DDD 100%);
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px
}

.carousel-item__image img {
    width: 100%
}

.breadcrumbs {
    padding: 15px 0;
    opacity: .5;
    font-size: 14px
}

.breadcrumbs a {
    color: #fff
}

.content {
    font-weight: 300
}
.slots{
    margin: 25px 0 0;
}
.slots-header {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px
}

.slots-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase
}

.slots-title h2 {
    margin-bottom: 0
}

.slots-more__link {
    padding: 10px 25px
}

.slots-items .col {
    padding: 8px
}

.slot-item {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 8px
}

.slot-item__permalink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.slot-item__content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 8, 83, 0.9);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px;
    text-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.slot-item:hover .slot-item__permalink {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    border-radius: 6px
}

.slot-item:hover .slot-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px
}

.slot-item__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px
}

.slot-item__play {
    width: 34px;
    height: 34px;
    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;
    background: -o-radial-gradient(50.34% 100%, 75% 100%, #2094FF 0%, #0B3DDD 100%);
    background: radial-gradient(75% 100% at 50.34% 100%, #2094FF 0%, #0B3DDD 100%);
    border-radius: 40px;
    font-size: 12px;
}

.slot-item__soft {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.slot-item__img {
    width: 100%;
    height: 100%;
    height: 136.97px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.sidebar {
    width: 100%;
    max-width: 366px;
    z-index: 99;
    padding-left: 25px
}

.sidebar-wrapper {
    position: sticky;
    top: 60px;
    margin-bottom: 60px
}

.sidebar-jackpot {
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 15px
}

.sidebar-jackpot__title {
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sidebar-jackpot__value {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300
}

.sidebar-soft {
    padding: 25px 14px;
    border-radius: 3px;
    margin-bottom: 20px
}

.sidebar-block__toggler::before {
    content: '';
    background: url(../img/icons/chevron-down.svg) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 10px;
    display: block
}

.sidebar-soft__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    background: rgba(51, 61, 108, 0.2);
    border-radius: 8px;
    padding: 8px 16px
}

.sidebar-soft__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-soft__item {
    padding: 10px 0;
    margin-bottom: 10px;
    width: 48%;
    margin-right: 5px;
    border-bottom: 1px solid #333D6C
}

.sidebar-soft__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none
}

.sidebar-soft__item-link:hover {
    color: #fff
}

.sidebar-soft__item-logo {
    height: 25px;
    width: 45px;
    margin-right: 15px;
    display: none
}

.sidebar-soft__item-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sidebar-soft__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    mix-blend-mode: normal
}

.sidebar-soft__link-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-soft__all {
    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;
    padding: 10px;
    margin-top: 15px
}

.sidebar-jsoft {
    padding: 25px;
    border-radius: 3px;
    padding-right: 0
}

.sidebar-jsoft__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    background: rgba(51, 61, 108, 0.2);
    border-radius: 8px;
    padding: 8px 16px
}

.sidebar-jsoft__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-jsoft__item {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: 48%;
    margin-right: 5px
}

.sidebar-jsoft__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none
}

.sidebar-jsoft__item-link:hover {
    color: #fff
}

.sidebar-jsoft__item-logo {
    width: 45px;
    margin-right: 15px
}

.sidebar-jsoft__item-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.602874);
    margin-bottom: 5px
}

.sidebar-jsoft__link-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-jsoft__link-icon:before {
    content: '';
    background: url(../img/icons/chevron-right.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block
}

.soft {
    background: #2C3357;
    padding: 30px 0
}

.soft-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 25px
}

.payments {
    background: #262A46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 0;
    gap: 48px
}

.footer {
    background: #292E4E;
    color: #FFF;
    mix-blend-mode: normal
}

.footer-navbar {
    padding: 48px
}

.footer-navbar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-navbar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    list-style: none;
    padding: 0;
    row-gap: 25px;
}

.footer-navbar ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #FFF;
    mix-blend-mode: normal;
    opacity: .6;
    margin-bottom: 16px;
    text-decoration: none
}

.footer-navbar ul li a:hover {
    opacity: 1
}

.footer-content {
    opacity: .6
}

.footer-copyright {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    mix-blend-mode: normal;
    opacity: .7;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.single-slot__content h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px
}

.single-slot__iframe-wrapper {
    width: 100%;
    height: 500px;
    margin: 55px 0;
    border-radius: 8px;
    overflow: hidden
}

.single-slot__iframe {
    height: 100%;
    width: 100%
}

.related-slots__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px
}

.related-slots .slot-item__img {
    height: 175px
}

.header-carousel {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.carousel .slide {
    background: -o-radial-gradient(109.54% 145.17%, 109.54% 136.33%, #5475FF 0%, #1F2A6F 77.08%, #020728 100%), url(../img/bg/header-carousel-bg.svg) no-repeat center center;
    background: radial-gradient(109.54% 136.33% at 109.54% 145.17%, #5475FF 0%, #1F2A6F 77.08%, #020728 100%), url(../img/bg/header-carousel-bg.svg) no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    background-blend-mode: screen;
    -webkit-box-shadow: 0 64px 40px -40px rgba(0, 19, 57, 0.25), 0 64px 40px -40px rgba(0, 19, 57, 0.25);
    box-shadow: 0 64px 40px -40px rgba(0, 19, 57, 0.25), 0 64px 40px -40px rgba(0, 19, 57, 0.25)
}

.header-slide {
    padding: 28px;
    height: 100%
}

.header-slide__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.header-slide__img {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 5;
    width: 300px;
    height: 320px
}

.header-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-slide__type {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    mix-blend-mode: normal;
    opacity: .66;
    margin-bottom: 5px
}

.header-slide__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 72px;
    max-width: 50%;
    width: 100%
}

.header-slide__prize-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    mix-blend-mode: normal;
    opacity: .66;
    margin-bottom: 5px
}

.header-slide__prize-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 28px
}

.header-slide__btn {
    padding: 8px 24px
}

.type-carousel {
    overflow: hidden;
    height: 220px;
    padding: 0 14px;
    max-width: 1050px
}

.type-slide {
    padding: 0;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.type-slide__wrapper {
    padding: 28px
}

.type-slide__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px
}

.type-slide__img {
    width: 145px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.type-slide__img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.swiper-button-next,
.swiper-button-prev {
    width: 28px;
    height: 28px;
    background: #2E479A;
    border-radius: 40px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: #fff
}

.swiper-button-prev {
    left: -0
}

.swiper-button-next {
    right: -0
}

.type-slide__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.sidebar-carousel {
    padding: 0 14px
}

.sidebar-slide {
    background: url(../img/banners/sidebar-slide-bg.svg) no-repeat center center!important;
    background-size: cover;
    height: 200px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px;
    text-align: center
}

.sidebar-slide__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px
}

.sidebar-slide__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px
}

.sidebar-slide__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.toc-list {
    background: rgba(38, 42, 70, 0.5);
    border: 1px dashed #3F4F8C;
    border-radius: 20px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 28px;
    margin-bottom: 35px
}

.toc-list ol {
    padding-left: 20px;
    margin-bottom: 0;
    opacity: .5
}

.toc-list ol li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff
}

.toc-list ol li a:hover {
    border-bottom: none
}

.testimonial {
    background: rgba(38, 42, 70, 0.5);
    border: 1px dashed #3F4F8C !important;
    border-radius: 20px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 28px;
    margin-bottom: 35px
}

.testimonial-inner {
    opacity: .6;
    font-size: 14px;
    border: none !important;
}

.testimonial-heading {
    background: none !important;
    padding-left: 0 !important;
}

.testimonial-name {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contacts {
    background: rgba(38, 42, 70, 0.5);
    border: 1px dashed #3F4F8C;
    border-radius: 20px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 28px;
    margin-bottom: 35px
}

.contacts-text {
    opacity: .6
}

.strong-form-inner {
    padding: 0 !important;
}

.strong-form input[type="text"],
.strong-form input[type="email"],
.strong-form input[type="url"],
.strong-form input[type="file"],
.strong-form select,
.strong-form textarea {
    background: transparent;
    border: 1px solid #3F4F8C;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    outline: none;
}

input#wpmtst_submit_testimonial {
    background: rgba(55, 100, 243, 0.5);
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #302D48;
    padding: 10px 25px;
}

.navbar>.container {
    flex-wrap: nowrap !important;
}

.faq details {
    background: #262A46;
    padding: 15px;
    border-radius: 10px;
}
.faq p {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid #4563E3;
    margin-top: 15px;
}
.content-contacts span {
    color: #4563E3;
    font-weight: bold;
}