@font-face {
    font-family: "Gellix";
    src: local("Gellix Medium"), local("Gellix-Medium"), url(../fonts/Gellix-Medium.woff2) format("woff2"), url(../fonts/Gellix-Medium.woff) format("woff"), url(../fonts/Gellix-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Gellix";
    src: local("Gellix SemiBold"), local("Gellix-SemiBold"), url(../fonts/Gellix-SemiBold.woff2) format("woff2"), url(../fonts/Gellix-SemiBold.woff) format("woff"), url(../fonts/Gellix-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

h3,
h4 {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

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

ul {
    list-style-type: none
}

a {
    text-decoration: none
}

a,
path {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

img {
    height: auto
}

.container {
    max-width: 1380px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1150px) {
    .container {
        padding: 0 20px
    }
}

body {
    font-family: Gellix
}

.btn-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 24px 13px;
    border-radius: 40px;
    background-color: #f8f8f8;
    color: #0c0c0c;
    font-size: 16px;
    line-height: normal
}

.btn-1:hover {
    background-color: #fff;
    color: #9869ff
}

.btn-1,
.btn-2,
.h3,
h3 {
    font-style: normal;
    font-weight: 600
}

.btn-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 24px 13px;
    border-radius: 40px;
    background-color: #0c0c0c;
    color: #fff;
    font-size: 16px;
    line-height: normal
}

.btn-2:hover {
    background-color: #3d3d3d;
    color: #fff
}

.h3,
h3 {
    color: #0c0c0c;
    font-size: 32px;
    line-height: 105.471%
}

.h3 {
    margin-bottom: 40px
}

h3 {
    margin: 0 0 40px
}

@media (max-width:750px) {
    .h3,
    h3 {
        margin-bottom: 28px
    }
}

.h4 {
    color: #0c0c0c;
    font-size: 22px;
    margin-bottom: 24px
}

.h4,
.subtitle,
h4 {
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%
}

h4 {
    margin: 0 0 24px;
    color: #0c0c0c;
    font-size: 22px
}

.subtitle {
    color: #9e9e9e;
    font-size: 14px;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 24px 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

@media (max-width:750px) {
    .header {
        padding: 12px 0
    }
}

.header .header__burger,
.header .header__menu .mob__menu,
.header .header__menu .social {
    display: none
}

@media (max-width:900px) {
    .header .header__burger {
        display: block;
        width: 21px;
        height: 14px;
        position: relative;
        z-index: 55
    }
    .header .header__burger span,
    .header .header__burger:after,
    .header .header__burger:before {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
    .header .header__burger span {
        top: 6px
    }
    .header .header__burger:after,
    .header .header__burger:before {
        content: ""
    }
    .header .header__burger:before {
        top: 0
    }
    .header .header__burger:after {
        bottom: 0
    }
    .header .header__burger.active:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px
    }
    .header .header__burger.active span {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    .header .header__burger.active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 6px
    }
}

.header .container {
    max-width: 1436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:900px) {
    .header .container {
        position: relative;
        z-index: 0
    }
}

.header .header__menu ul.menu li a,
.header .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1150px) {
    .header .logo svg {
        max-width: 150px
    }
}

@media (max-width:900px) {
    .header .logo {
        position: relative;
        z-index: 55
    }
}

.header .header__menu ul.menu,
.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__menu ul.menu li a,
.header .header__menu ul.menu li a span {
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__menu ul.menu li a {
    margin: 0 26px;
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 600
}

.header .header__menu ul.menu li a:hover {
    color: rgba(248, 248, 248, .6)
}

.header .header__menu ul.menu li a span {
    margin-left: 4px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    font-weight: 500;
    margin-top: -5px
}

@media (max-width:1150px) {
    .header .header__menu ul.menu li a {
        margin: 0 10px
    }
}

@media (max-width:900px) {
    .header .header__menu {
        display: block;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        position: absolute;
        top: -10px;
        left: 0;
        min-height: 100vh;
        width: 100%;
        z-index: 1;
        padding-top: 115px;
        padding-left: 60px;
        padding-bottom: 44px;
        background-image: url(../img/menu-bg.jpg);
        background-size: cover;
        background-position: top
    }
    .header .header__menu ul.menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header .header__menu ul.menu li a {
        font-size: 32px;
        margin-bottom: 40px;
        margin-left: 0
    }
    .header .header__menu .mob__menu {
        display: block
    }
    .header .header__menu .mob__menu li a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px
    }
    .header .header__menu .social,
    .header .header__menu .social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header .header__menu .social {
        margin-top: 50px
    }
    .header .header__menu .social a {
        order-radius: 22px;
        background: #fff;
        width: 44px;
        height: 44px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 22px;
        border-radius: 50%
    }
    .header .header__menu.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.header .btn-1 {
    margin-left: 50px
}

@media (max-width:1150px) {
    .header .btn-1 {
        margin-left: 0
    }
}

@media (max-width:750px) {
    .header .btn-1 {
        padding: 8px 16px;
        font-size: 13px
    }
}

@media (max-width:900px) {
    .header .btn-1 {
        position: relative;
        z-index: 55
    }
}

.header:not(.active) .logo path {
    fill: #fff
}

.header.not-active .logo path,
.quick-guides .quick-guides__guide .guide-bottom .link:hover path {
    fill: #fff
}

.header.active:not(.not-active) {
    padding: 24px 0
}

.header.active:not(.not-active) .header__menu ul li a {
    color: #0c0c0c
}

.header.active:not(.not-active) .header__menu ul li a:hover {
    color: #6d6d6d
}

.header.active:not(.not-active) .header__menu ul li a span {
    color: rgba(12, 12, 12, .6)
}

.header.active:not(.not-active) .btn-1 {
    background: #0c0c0c;
    color: #fff
}

.header.active:not(.not-active) .btn-1:hover {
    background: #3d3d3d
}

.header.active:not(.not-active) .header__burger span,
.header.active:not(.not-active) .header__burger:after,
.header.active:not(.not-active) .header__burger:before {
    background-color: #0c0c0c
}

.home-top {
    background-position: bottom;
    background-size: cover;
    min-height: 736px;
    padding: 118px 0
}

@media (max-width:750px) {
    .home-top {
        padding: 100px 0 50px;
        background-position: left
    }
}

.home-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .home-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-top .home-top__left {
    width: 50%;
    max-width: 520px
}

@media (max-width:750px) {
    .home-top .home-top__left {
        width: 100%;
        text-align: center
    }
}

.home-top .h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #fff 47.4%, rgba(255, 255, 255, .6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px
}

@media (max-width:1150px) {
    .home-top .h1 {
        font-size: 60px
    }
}

@media (max-width:950px) {
    .home-top .h1 {
        font-size: 50px
    }
}

@media (max-width:750px) {
    .home-top .h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 105.471%;
        margin-bottom: 25px
    }
}

.home-top .desc {
    margin-bottom: 44px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

@media (max-width:750px) {
    .home-top .desc {
        color: #f8f8f8;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: .2px;
        margin-bottom: 28px
    }
    .home-top .btn-2 {
        width: 232px;
        margin: 0 auto;
        height: 53px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.home-top .home-top__img {
    width: 50%;
    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;
    position: relative
}

@media (max-width:1150px) {
    .home-top .home-top__img {
        max-width: 400px
    }
}

@media (max-width:750px) {
    .home-top .home-top__img {
        width: 100%;
        margin-top: 60px;
        text-align: center
    }
}

.home-top .img-1 {
    max-width: 90%;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

@media (max-width:1150px) {
    .home-top .img-1 {
        max-width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 50px
    }
}

@media (max-width:750px) {
    .home-top .img-1 {
        margin-bottom: 70px
    }
}

.home-top .img-2 {
    position: absolute;
    right: -30px;
    bottom: 32px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1150px) {
    .home-top .img-2 {
        right: auto;
        left: 0;
        width: calc(50% - 4px);
        bottom: 0
    }
}

.home-top .img-3 {
    position: absolute;
    left: 0;
    top: 63px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1150px) {
    .home-top .img-3 {
        right: 0;
        left: auto;
        width: calc(50% - 4px);
        bottom: 0;
        top: auto
    }
}

.reviews {
    margin: -20px 0 80px
}

@media (max-width:750px) {
    .reviews {
        margin: 0 0 50px
    }
    .reviews .h3 {
        max-width: 250px
    }
}

.reviews .reviews-slider {
    margin: 0 -10px
}

@media (max-width:750px) {
    .reviews .reviews-slider {
        margin-right: -20px
    }
}

.reviews .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:900px) {
    .reviews .slick-list {
        padding-right: 70px
    }
}

@media (max-width:750px) {
    .reviews .slick-list {
        padding-right: 60px
    }
}

.reviews .reviews-slide {
    height: auto;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 24px;
    margin: 0 10px
}

.reviews .title {
    margin: 24px 0 12px;
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width:1260px) {
    .reviews .title {
        font-size: 18px
    }
}

@media (max-width:960px) {
    .reviews .title {
        font-size: 20px
    }
}

.reviews .desc {
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .reviews .desc {
        color: #425466;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: .2px
    }
}

.reviews .name {
    color: #0c0c0c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.company-size {
    padding: 80px 0;
    background: #f8f8f8
}

@media (max-width:750px) {
    .company-size {
        padding: 50px 0 31px
    }
}

.company-size .company-size__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .company-size .company-size__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.company-size .company-size__item,
.company-size .company-size__item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.company-size .company-size__item {
    width: calc(25% - 20px);
    margin: 0 10px;
    background: #fff;
    border: 1px solid #fff;
    padding: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 12px
}

.company-size .company-size__item:hover {
    border: 1px solid #e7e7e7;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05)
}

.company-size .company-size__item .ico {
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    background: #e7e7e7;
    margin-right: 24px;
    font-size: 24px;
    padding-bottom: 4px
}

.company-size .company-size__item .desc,
.company-size .company-size__item .title {
    color: #0c0c0c;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px
}

.company-size .company-size__item .desc {
    font-size: 16px;
    line-height: 24px
}

.company-size .company-size__item:nth-child(2) .ico {
    background-color: #f9a675
}

.company-size .company-size__item:nth-child(3) .ico {
    background-color: #70b7df
}

.company-size .company-size__item:nth-child(4) .ico {
    background-color: #9869ff
}

@media (max-width:1200px) {
    .company-size .company-size__item .title {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width:750px) {
    .company-size .company-size__item .title {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width:1000px) {
    .company-size .company-size__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .company-size .company-size__item .ico {
        margin-bottom: 10px
    }
}

@media (max-width:750px) {
    .company-size .company-size__item {
        width: calc(50% - 20px);
        margin-bottom: 19px
    }
}

.quick-guides {
    padding: 80px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

@media (max-width:750px) {
    .quick-guides {
        padding: 50px 0
    }
}

.quick-guides .quick-guides__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:950px) {
    .quick-guides .quick-guides__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quick-guides .quick-guides__left {
    width: calc(50% - 16px)
}

@media (max-width:950px) {
    .quick-guides .quick-guides__left {
        width: 100%
    }
}

.quick-guides .quick-guides__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

@media (max-width:750px) {
    .quick-guides .quick-guides__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.quick-guides .h3 {
    margin-bottom: 0;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%
}

@media (max-width:1320px) {
    .quick-guides .h3 {
        font-size: 40px
    }
}

@media (max-width:1150px) {
    .quick-guides .h3 {
        font-size: 32px
    }
}

@media (max-width:750px) {
    .quick-guides .h3 {
        max-width: 233px
    }
}

.quick-guides .link {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0c0c0c;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px
}

.quick-guides .link svg {
    margin-left: 10px
}

.quick-guides .link path,
.similar-posts .link path {
    -webkit-transition: .3s;
    transition: .3s
}

.quick-guides .link:hover {
    color: #9869ff
}

.quick-guides .link:hover path {
    fill: #9869ff
}

@media (max-width:750px) {
    .quick-guides .link {
        margin: 19px 0 0
    }
}

.quick-guides .quick-guides__guide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:750px) {
    .quick-guides .quick-guides__guide {
        height: 420px;
        margin: 0 -20px
    }
}

.quick-guides .quick-guides__guide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quick-guides .quick-guides__guide .guide-title {
    position: absolute;
    top: 32px;
    left: 32px
}

@media (max-width:750px) {
    .quick-guides .quick-guides__guide .guide-title {
        left: 26px
    }
}

.quick-guides .quick-guides__guide .guide-title .cat {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 16px 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0c0c0c
}

.quick-guides .quick-guides__guide .guide-title .cat:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #9869ff;
    display: block;
    margin-top: 2px;
    margin-right: 10px
}

.guides__guide .guide-title span,
.quick-guides .quick-guides__guide .guide-title span {
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    padding: 4px 16px 9px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    color: #0c0c0c;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quick-guides .quick-guides__guide .guide-title span:not(:first-child) {
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0
}

.quick-guides .quick-guides__guide .guide-bottom,
.quick-guides .quick-guides__guide .guide-bottom .autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-guides .quick-guides__guide .guide-bottom {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    padding: 0 32px
}

@media (max-width:750px) {
    .quick-guides .quick-guides__guide .guide-bottom {
        padding: 0 26px
    }
}

.quick-guides .quick-guides__guide .guide-bottom .autor {
    padding: 2px 16px 2px 2px;
    border-radius: 40px;
    background: #fff;
    color: #0c0c0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quick-guides .quick-guides__guide .guide-bottom .ico {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 12px
}

.quick-guides .quick-guides__guide .guide-bottom .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.quick-guides .quick-guides__guide .guide-bottom .data,
.quick-guides .quick-guides__guide .guide-bottom .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-guides .quick-guides__guide .guide-bottom .data {
    margin-left: 8px;
    padding: 8px 16px;
    margin-right: auto;
    border: 1px solid #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    height: 32px;
    border-radius: 40px
}

.quick-guides .quick-guides__guide .guide-bottom .link {
    width: 44px;
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 32px;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width:750px) {
    .quick-guides .quick-guides__guide .guide-bottom .link {
        margin: 0
    }
}

.quick-guides .quick-guides__guide .guide-bottom .link svg {
    margin: 0
}

.quick-guides .quick-guides__guide .guide-bottom .link:hover {
    background: #0c0c0c
}

.quick-guides .quick-guides__right {
    width: calc(50% - 16px)
}

@media (max-width:950px) {
    .quick-guides .quick-guides__right {
        width: 100%;
        margin-top: 30px
    }
}

.quick-guides .quick-guides__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
    position: relative
}

.quick-guides .quick-guides__item:before {
    content: "";
    left: -12px;
    top: -12px;
    border-radius: 22px;
    background: #f8f8f8;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.quick-guides .quick-guides__item:hover:before {
    opacity: 1
}

.article-content .content-block ul li:last-child,
.quick-guides .quick-guides__item:last-child {
    margin-bottom: 0
}

@media (max-width:1150px) {
    .quick-guides .quick-guides__item {
        margin-bottom: 20px
    }
}

@media (max-width:750px) {
    .quick-guides .quick-guides__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quick-guides .img {
    width: 35%;
    min-width: 35%;
    max-width: 218px;
    height: 139px;
    margin-right: 24px
}

@media (max-width:750px) {
    .quick-guides .img {
        width: 100%;
        height: 190px;
        max-width: 100%;
        margin: 0 0 17px
    }
}

.quick-guides .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 12px
}

@media (max-width:750px) {
    .quick-guides .txt {
        width: 100%
    }
}

.quick-guides .txt .cat,
.quick-guides .txt .title {
    color: #0c0c0c;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quick-guides .txt .cat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 4px 16px 6px;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 14px
}

.quick-guides .txt .cat:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #70b7df;
    display: block;
    margin-top: 2px
}

.quick-guides .txt .cat.guides:before {
    background: #f9a675
}

.footer .social a:hover,
.quick-guides .txt .cat.tutorial:before {
    background: #9e9e9e
}

.quick-guides .txt .title {
    display: block;
    font-size: 22px;
    font-family: Gellix;
    margin: 12px 0
}

.quick-guides .txt .bottom,
.quick-guides .txt .name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quick-guides .txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quick-guides .txt .name {
    color: #0c0c0c;
    font-size: 14px;
    font-family: Gellix;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quick-guides .txt .name .ico {
    margin-right: 10px;
    width: 28px;
    height: 28px
}

.quick-guides .txt .name .ico img,
.recommended .ico img,
.recommended .img img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quick-guides .txt .date,
.quick-guides .txt .name,
.recommended .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quick-guides .txt .date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6d6d6d;
    font-size: 14px;
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.quick-guides .txt .date:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #9e9e9e;
    display: block;
    margin: 0 18px
}

.recommended {
    border-bottom: 1px solid #e7e7e7;
    padding: 80px 0
}

@media (max-width:750px) {
    .recommended {
        padding: 50px 0;
        background: #f8f8f8
    }
}

.recommended .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:950px) {
    .recommended .container {
        -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
    }
}

.recommended .recommended__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    max-width: 437px;
    padding-top: 60px
}

@media (max-width:950px) {
    .recommended .recommended__left {
        width: 100%;
        padding: 0 0 40px;
        max-width: 450px
    }
}

.recommended .h3 {
    margin-bottom: 32px
}

@media (max-width:750px) {
    .recommended .h3 {
        margin-bottom: 16px
    }
}

.recommended .desc {
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .recommended .desc {
        max-width: 306px;
        margin-bottom: 16px
    }
}

.recommended .recommended__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recommended .ico {
    width: 64%
}

@media (max-width:750px) {
    .recommended .ico {
        height: 100px;
        width: 55%
    }
}

.recommended .ico img,
.recommended .img img {
    border-radius: 12px
}

.recommended .link {
    width: calc(36% - 12px);
    border-radius: 12px;
    background: #d0baff;
    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;
    color: #0c0c0c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width:750px) {
    .recommended .link {
        height: 100px;
        width: calc(45% - 12px)
    }
}

.recommended .link svg {
    margin-bottom: 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.recommended .link:hover {
    background-color: #9869ff;
    color: #fff
}

.guides__guide .guide-bottom .link:hover path,
.recommended .link:hover path,
.top-10-firms .top-10-firms__bottom .social a:hover path {
    fill: #fff
}

.recommended .recommended__right {
    width: 58%;
    max-width: 734px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width:950px) {
    .recommended .recommended__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 450px
    }
}

.recommended .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:950px) {
    .recommended .img {
        height: 450px
    }
}

@media (max-width:750px) {
    .recommended .img {
        height: 350px
    }
}

.recommended .img img {
    border-radius: 16px;
    -o-object-position: top;
    object-position: top
}

.recommended .blockquote {
    max-width: 297px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 52px 32px;
    border-radius: 16px;
    background: #f9a675
}

.recommended .blockquote svg {
    margin-bottom: 20px
}

@media (max-width:950px) {
    .recommended .blockquote {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:750px) {
    .recommended .blockquote {
        padding: 32px
    }
}

.recommended .txt {
    color: #0c0c0c;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    margin: auto 0
}

@media (max-width:750px) {
    .recommended .txt {
        font-size: 18px;
        line-height: 22.4px
    }
}

.recommended .logo {
    width: 144px;
    max-width: 100%;
    height: auto;
    margin-top: 20px
}

.top-providers {
    padding: 80px 0
}

@media (max-width:750px) {
    .top-providers {
        padding: 50px 0
    }
}

.top-providers .overflow-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (max-width:750px) {
    .top-providers .overflow-scroll {
        margin-right: -20px
    }
}

.article-top .article-top-cats::-webkit-scrollbar,
.categories .categories__items::-webkit-scrollbar,
.top-providers .overflow-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

.top-providers .top-providers__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

@media (max-width:750px) {
    .top-providers .top-providers__items {
        min-width: 1055px
    }
}

.top-providers .top-providers__item {
    padding: 12px 24px 16px;
    border-radius: 40px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-providers .top-providers__item:hover {
    border: 1px solid #9869ff;
    color: #9869ff
}

.top-providers .top-providers__item:hover span {
    color: #0c0c0c
}

.top-providers .top-providers__item:hover span:last-child {
    color: #6d6d6d
}

.top-providers .top-providers__item span:first-child {
    margin-right: 10px
}

.top-providers .top-providers__item span:last-child {
    margin-left: 10px;
    color: #6d6d6d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1px;
    display: block
}

@media (max-width:1320px) {
    .top-providers .top-providers__item {
        font-size: 16px
    }
}

.subscribe,
.subscribe form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subscribe {
    background-position: top;
    background-size: cover;
    min-height: 750px
}

@media (max-width:1320px) {
    .subscribe {
        min-height: 500px
    }
}

@media (max-width:750px) {
    .subscribe {
        min-height: 345px
    }
}

.subscribe .title {
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #fff 47.4%, rgba(255, 255, 255, .6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px
}

@media (max-width:750px) {
    .subscribe .title {
        font-size: 25px;
        font-weight: 500;
        line-height: 34.5px;
        letter-spacing: -.2px
    }
}

.subscribe .desc,
.subscribe form input {
    color: #fff;
    font-style: normal;
    font-weight: 500
}

.subscribe .desc {
    text-align: center;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 28px
}

@media (max-width:750px) {
    .subscribe .desc {
        max-width: 278px;
        margin: 0 auto 14px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: .2px
    }
}

.subscribe form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 558px;
    margin: 0 auto;
    max-width: 100%
}

@media (max-width:750px) {
    .subscribe form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 400px
    }
}

.subscribe form input {
    width: calc(100% - 158px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .05);
    padding: 10px 32px;
    height: 53px;
    font-size: 16px;
    font-family: Gellix;
    line-height: normal
}

@media (max-width:750px) {
    .subscribe form input {
        width: 100%;
        margin-bottom: 12px
    }
}

.subscribe form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .6000000238
}

.subscribe form input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .6000000238
}

.subscribe form input:-ms-input-placeholder,
.subscribe form input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .6000000238
}

.subscribe form input::placeholder {
    color: #fff;
    font-size: 16px;
    font-family: Gellix;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .6000000238
}

.subscribe .btn-2 {
    -webkit-transition: .3s;
    transition: .3s;
    height: 51px;
    width: 138px;
    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;
    border: 0;
    cursor: pointer;
    padding-top: 14px
}

@media (max-width:750px) {
    .subscribe .btn-2 {
        width: 100%
    }
}

.as-seen-on {
    background-color: #0c0c0c;
    padding: 44px 0;
    border-bottom: 1px solid #3d3d3d
}

@media (max-width:750px) {
    .as-seen-on {
        display: none
    }
}

.as-seen-on .title {
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .7px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px
}

.as-seen-on .as-seen-on__slider {
    max-width: 1920px;
    margin: 0 auto
}

.as-seen-on .as-seen-on__slider .slick-list {
    padding: 0 9%
}

.as-seen-on .as-seen-on__slide,
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.as-seen-on .as-seen-on__slide {
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer {
    padding: 44px 0;
    background-color: #0c0c0c
}

.footer .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:950px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .foote__menu,
.footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:950px) {
    .footer .foote__menu {
        margin: 40px 0
    }
}

@media (max-width:750px) {
    .footer .foote__menu {
        -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;
        margin: 20px 0
    }
    .footer .foote__menu li {
        margin: 12px 0
    }
}

.footer .foote__menu li a {
    margin: 0 26px;
    font-weight: 600;
    font-size: 16px;
    color: #f8f8f8
}

.footer .foote__menu li a:hover,
.guides .guides__item .img:hover {
    opacity: .6
}

.footer .social,
.footer .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .social {
    width: 200px;
    -webkit-box-pack: safe flex-end;
    -ms-flex-pack: safe flex-end;
    justify-content: safe flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width:950px) {
    .footer .social {
        width: auto
    }
}

.footer .social a {
    padding: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    border-radius: 22px;
    background: #fff
}

.search-top {
    padding: 148px 0 78px;
    background-size: cover;
    background-position: center
}

@media (max-width:750px) {
    .search-top {
        padding: 70px 0 30px;
        background-size: 1920px
    }
}

.search-top .h2 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%
}

@media (max-width:750px) {
    .search-top .h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 15px
    }
}

.search-top form {
    position: relative;
    width: 100%
}

.search-top form svg {
    position: absolute;
    left: 35px;
    top: 25px;
    opacity: .3
}

@media (max-width:750px) {
    .search-top form svg {
        top: 17px
    }
}

.search-top form input {
    border: 0;
    width: 100%;
    height: 69px;
    padding: 25px 60px;
    border-radius: 50px;
    background: #fff;
    color: #0c0c0c;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .16px
}

.search-top form input::-webkit-input-placeholder {
    color: #9e9e9e;
    font-family: Gellix
}

.search-top form input::-moz-placeholder {
    color: #9e9e9e;
    font-family: Gellix
}

.search-top form input:-ms-input-placeholder,
.search-top form input::-ms-input-placeholder {
    color: #9e9e9e;
    font-family: Gellix
}

.search-top form input::placeholder {
    color: #9e9e9e;
    font-family: Gellix
}

@media (max-width:750px) {
    .search-top form input {
        height: 53px;
        padding: 17px 50px 17px 60px
    }
}

.search-top .btn-2 {
    position: absolute;
    border: 0;
    right: 8px;
    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: 116px;
    height: 53px;
    top: 8px
}

@media (max-width:750px) {
    .search-top .btn-2 {
        display: none
    }
}

.search-top .btn-2:hover {
    background-color: #9869ff;
    cursor: pointer
}

.search-top .dsc {
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media (max-width:750px) {
    .search-top .dsc {
        max-width: 214px;
        margin: 15px auto 0;
        text-align: center
    }
}

.top-10-firms {
    padding: 80px 0 44px;
    background: #f8f8f8
}

@media (max-width:900px) {
    .top-10-firms {
        padding: 50px 0 30px
    }
}

.top-10-firms .top-10-firms__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.top-10-firms .top-10-firms__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:900px) {
    .top-10-firms .top-10-firms__item {
        width: calc(100% - 20px)
    }
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__item {
        padding: 15px
    }
}

.top-10-firms .top-10-firms__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7
}
.top-10-firms .top-10-firms__left {
	padding-right:10px;
}
.top-10-firms .top-10-firms__left,
.top-10-firms .top-10-firms__left .ico,
.top-10-firms .top-10-firms__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-10-firms .top-10-firms__left .ico {
    width: 48px;
    height: 48px;
    margin-right: 12px
}

.guides .guides__item .autor .ico img,
.top-10-firms .top-10-firms__bottom .ico img,
.top-10-firms .top-10-firms__left .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__left .ico {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 10px
    }
}

.top-10-firms .top-10-firms__left .title {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__left .title {
        font-size: 16px
    }
}

.top-10-firms .top-10-firms__left .desc {
    color: #6d6d6d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	word-break: break-all;
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__left .desc {
        font-size: 12px
    }
}
.top-10-firms .top-10-firms__left .desc a {
	color:#9e9e9e;
}
.top-10-firms .top-10-firms__left .desc a:hover {
	color:#9869ff;
}
.top-10-firms .top-10-firms__left .desc a,
.top-10-firms .top-10-firms__left .desc a:hover {
	transition:color .3s ease;
}
.top-10-firms .cat {
    padding: 4px 16px 6px;
    border-radius: 20px;
    background: #9869ff;
    color: #fff;
    font-size: 14px;
	text-align:center;
}
@media (min-width:750px) {
	.top-10-firms .top-10-firms__left {
		max-width:65%;
	}
}
.top-10-firms .cat.trending {
    background: #f9a675
}

@media (max-width:750px) {
    .top-10-firms .cat {
        font-size: 12px
    }
}

.top-10-firms .titl {
    color: #9e9e9e;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.top-10-firms .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .top-10-firms .tags {
        margin-bottom: 11px
    }
}

.top-10-firms .tag {
    padding: 4px 10px 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-right: 4px;
    color: #0c0c0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

@media (max-width:750px) {
    .top-10-firms .tag {
        font-size: 14px
    }
}

.top-10-firms .series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

@media (max-width:750px) {
    .top-10-firms .series {
        margin-bottom: 11px
    }
}
.top-10-firms .series {
	gap:4px;
}
.top-10-firms .serie {
    padding: 4px 12px 6px;
    /*margin-right: 4px;*/
    border-radius: 5px;
    border: 1px solid rgba(249, 166, 117, .2);
    background: rgba(249, 166, 117, .2);
    color: #fa9458;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.top-10-firms .serie:nth-child(2) {
    border: 1px solid rgba(112, 183, 223, .2);
    background: rgba(112, 183, 223, .2);
    color: #38b4fa
}

.top-10-firms .serie:nth-child(3) {
    color: #9869ff;
    border: 1px solid rgba(208, 186, 255, .4);
    background: rgba(208, 186, 255, .4)
}

@media (max-width:750px) {
    .top-10-firms .serie {
        font-size: 14px
    }
}

.top-10-firms .top-10-firms__bottom,
.top-10-firms .top-10-firms__bottom .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-10-firms .top-10-firms__bottom {
    margin-top: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    padding: 8px;
    width: 100%
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__bottom {
        padding: 4px
    }
}

.top-10-firms .top-10-firms__bottom .ico {
    width: 38px;
    height: 38px;
    margin-right: 12px
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__bottom .ico {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 8px
    }
}

.top-10-firms .top-10-firms__bottom .txt {
    margin-right: auto
}

.top-10-firms .top-10-firms__bottom .mame {
    color: #0c0c0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__bottom .mame {
        font-size: 13px
    }
}

.top-10-firms .top-10-firms__bottom .dsc {
    color: #6d6d6d;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media (max-width:750px) {
    .top-10-firms .top-10-firms__bottom .dsc {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

.top-10-firms .top-10-firms__bottom .social,
.top-10-firms .top-10-firms__bottom .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-10-firms .top-10-firms__bottom .social a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 22px;
    background: #e7e7e7;
    width: 38px;
    height: 38px;
    margin-left: 4px
}

.top-10-firms .top-10-firms__bottom .social a:hover {
    background-color: #0c0c0c
}

.guides-top {
    padding: 113px 0 50px
}

@media (max-width:750px) {
    .guides-top {
        padding: 70px 0 50px
    }
}

.guides-top .container {
    max-width: 1218px
}

.guides-top .guides-top-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: bottom;
    background-size: cover;
    height: 813px
}

.guides-top .h2 {
    color: #fff;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    text-align: center;
    margin-bottom: 44px
}

@media (max-width:750px) {
    .guides-top .h2 {
        font-size: 40px;
        margin-bottom: 26px
    }
}

.guides-top .guides-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:850px) {
    .guides-top .guides-top-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0 10px 40px 0 rgba(50, 50, 93, .15);
        box-shadow: 0 10px 40px 0 rgba(50, 50, 93, .15)
    }
}

.guides-top .text {
    width: 49%;
    padding: 40px 10px 40px 40px
}

@media (max-width:850px) {
    .guides-top .text {
        width: 100%
    }
}

@media (max-width:750px) {
    .guides-top .text {
        padding: 19px 25px
    }
}

.guides-top .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #0c0c0c;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.971%;
    display: block;
    margin-bottom: 27px
}

.guides-top .title:hover {
    text-decoration: underline
}

@media (max-width:1150px) {
    .guides-top .title {
        font-size: 32px
    }
}

@media (max-width:750px) {
    .guides-top .title {
        font-size: 27px
    }
}

.guides-top .autor,
.guides-top .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides-top .ico {
    margin-right: 20px
}

.guides-top .name {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

@media (max-width:750px) {
    .guides-top .name {
        font-size: 16px
    }
}

.guides-top .dsc {
    color: #6d6d6d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media (max-width:750px) {
    .guides-top .dsc {
        font-size: 12px
    }
}

.guides-top .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 18px;
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 455px
}

@media (max-width:750px) {
    .guides-top .desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px
    }
}

.guides-top .link {
    margin-top: 18px;
    color: #9869ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .guides-top .link {
        margin-top: 10px
    }
}

.guides .guides__item .link:hover svg,
.guides-top .link:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.guides-top .img {
    height: auto;
    width: 51%;
    padding: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:850px) {
    .guides-top .img {
        width: 100%;
        height: 400px
    }
}

@media (max-width:750px) {
    .guides-top .img {
        height: 180px
    }
}

.guides-top .img:hover {
    opacity: .6000000238
}

.guides-top .img img {
    border-radius: 16px
}

.categories {
    margin-bottom: 43px
}

@media (max-width:750px) {
    .categories {
        margin-bottom: 33px
    }
}

.categories .container {
    max-width: 1218px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .categories .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.categories .title {
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 33px
}

@media (max-width:750px) {
    .categories .title {
        margin-bottom: 18px
    }
}

.categories .categories__item,
.categories .categories__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.categories .categories__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: calc(100% + 20px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -20px
}

.categories .categories__item {
    padding: 12px 20px;
    gap: 12px;
    border-radius: 40px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    color: #0c0c0c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 8px;
    white-space: nowrap
}

.categories .categories__item:hover {
    color: #9869ff;
    border: 1px solid #d0baff
}

.guides .container {
    max-width: 1218px
}

.guides .guides__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.guides .guides__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 55px
}

@media (max-width:850px) {
    .guides .guides__item {
        width: calc(50% - 20px);
        margin: 0 10px 35px
    }
}

@media (max-width:750px) {
    .guides .guides__item {
        width: calc(100% - 20px)
    }
}

.guides .guides__item .img {
    width: 100%;
    margin-bottom: 20px
}

.guides .guides__item .img img,
.guides-top .img img,
.guides__guide>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.guides .guides__item .img,
.guides .guides__item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides .guides__item .top .cat,
.guides .guides__item .top .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .7px;
    text-transform: uppercase
}

.guides .guides__item .top .cat {
    margin-right: 10px;
    color: #9869ff
}

.guides .guides__item .top .date {
    color: #9e9e9e
}

.guides .guides__item .title {
    color: #0c0c0c;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.5px;
    letter-spacing: -.2px;
    min-height: 70px;
    margin-bottom: 13px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.guides .guides__item .title:hover {
    text-decoration: underline
}

.guides .guides__item .autor,
.guides .guides__item .autor .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides .guides__item .autor {
    margin-bottom: 13px
}

.guides .guides__item .autor .ico {
    margin-right: 20px;
    width: 47px;
    height: 47px
}

.guides .guides__item .autor .name {
    color: #0c0c0c;
    font-size: 20px;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.guides .guides__item .autor .dsc,
.guides .guides__item .desc {
    color: #6d6d6d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.guides .guides__item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #0c0c0c;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px
}

.guides .guides__item .link,
.pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides .guides__item .link {
    color: #9869ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.guides .guides__item .link svg,
.guides-top .link svg {
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.pagination,
.pagination .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination {
    margin-top: 30px;
    margin-bottom: 80px;
    border-top: 1px solid #e5e7eb;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width:750px) {
    .pagination {
        margin-top: 10px;
        margin-bottom: 50px
    }
}

.pagination .link {
    height: 38px;
    color: #6b7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 0
}

.pagination .link:last-child {
    left: auto;
    right: 0
}

.article-top .article-top-top .breadcrumb-item a:hover,
.pagination .link:hover,
.pagination ul li a:hover {
    color: #9869ff
}

.guides__guide .guide-title .cat,
.pagination ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination ul {
    margin: 0 auto
}

.guides__guide,
.pagination ul,
.pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination ul li a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 37px;
    height: 38px;
    color: #6b7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.pagination ul li a.active {
    border-top: 2px solid #9869ff;
    color: #9869ff
}

@media (max-width:750px) {
    .pagination ul li a {
        min-width: 22px
    }
}

.guides__guide {
    position: relative;
    margin: 0 10px 55px
}

@media (max-width:750px) {
    .guides__guide {
        height: 420px;
        margin: 0 -10px 35px
    }
}

.guides__guide .guide-title {
    position: absolute;
    top: 32px;
    left: 32px
}

@media (max-width:750px) {
    .guides__guide .guide-title {
        left: 26px;
        max-width: 80%
    }
}

.guides__guide .guide-title .cat {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 16px 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #0c0c0c
}

.guides__guide .guide-title .cat:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #9869ff;
    display: block;
    margin-top: 2px;
    margin-right: 10px
}

.guides__guide .guide-title span:not(:first-child) {
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0
}

.guides__guide .guide-bottom,
.guides__guide .guide-bottom .autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides__guide .guide-bottom {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    padding: 0 32px
}

@media (max-width:750px) {
    .guides__guide .guide-bottom {
        padding: 0 26px
    }
}

.guides__guide .guide-bottom .autor {
    padding: 2px 16px 2px 2px;
    border-radius: 40px;
    background: #fff;
    color: #0c0c0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.guides__guide .guide-bottom .ico {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 12px
}

.guides__guide .guide-bottom .ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.guides__guide .guide-bottom .data,
.guides__guide .guide-bottom .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guides__guide .guide-bottom .data {
    margin-left: 8px;
    padding: 8px 16px;
    margin-right: auto;
    border: 1px solid #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    height: 32px;
    border-radius: 40px
}

.guides__guide .guide-bottom .link {
    width: 44px;
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 32px;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media (max-width:750px) {
    .guides__guide .guide-bottom .link {
        margin: 0
    }
}

.guides__guide .guide-bottom .link svg {
    margin: 0
}

.guides__guide .guide-bottom .link:hover {
    background: #0c0c0c
}

.article-top {
    position: relative;
    padding-top: 115px
}

@media (max-width:750px) {
    .article-top {
        padding-top: 85px
    }
}

.article-top .container {
    max-width: 1222px
}

.article-top .article-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: linear-gradient(45deg, #9869ff 0%, #f9a675 29.67%, #9869ff 64.1%, #70b7df 100%)
}

.article-top .article-top-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width:750px) {
    .article-top .article-top-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.article-top .article-top-top .data {
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .7px;
    text-transform: uppercase
}

@media (max-width:750px) {
    .article-top .article-top-top .data {
        margin-top: 24px
    }
}

.article-top .article-top-top .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-top .article-top-top .breadcrumb-item a {
    color: #9e9e9e
}

.article-content .article-bottom .next:hover path,
.article-top .article-top-top .breadcrumb-item a:hover path,
.article-top .link:hover path,
.link-back:hover path,
.quiz-result .quiz-result__left .bank-loans .bank-loans-item:hover path,
.quiz-result .quiz-result__left .loans .loans-item:hover path,
.similar-posts .link:hover path {
    fill: #9869ff
}

.article-top .article-top-top .breadcrumb-item:after {
    content: "/";
    color: #cecece;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 10px
}

.article-top .article-top-top .breadcrumb-item:last-child {
    color: #3d3d3d;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.article-top .article-top-top .breadcrumb-item:last-child:after {
    display: none
}

.article-top .article-top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 33px
}

@media (max-width:750px) {
    .article-top .article-top-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.article-top .h2 {
    color: #0c0c0c;
    max-width: 734px;
    font-family: Gellix;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%
}

@media (max-width:950px) {
    .article-top .h2 {
        max-width: 56%;
        font-size: 32px
    }
}

@media (max-width:750px) {
    .article-top .h2 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

.article-top .autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-top .ico {
    min-width: 60px;
    height: 60px;
    margin-right: 20px
}

.article-top .ico img {
    width: 100%;
    border-radius: 100%
}

.article-top .name {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

.article-top .dsc {
    color: #6d6d6d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.article-top .article-top-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (max-width:750px) {
    .article-top .article-top-cats {
        margin-right: -20px
    }
}

.article-top .cat {
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #0c0c0c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap
}

.article-top .cat:hover {
    border: 1px solid #9869ff;
    color: #9869ff
}

.article-top .cat:first-child {
    background: #f8f8f8
}

.article-top .link,
.article-top .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-top .links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 46px 0 24px
}

.article-top .link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    color: #0c0c0c;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px
}

.article-top .link svg {
    margin-bottom: 2px
}

.article-content .article-bottom .next:hover,
.article-top .link:hover {
    color: #9869ff
}

.article-content .contents-links ul li a,
.article-top .top-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-top .top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

@media (max-width:750px) {
    .article-top .top-img img {
        height: 390px
    }
}

.article-content {
    padding: 48px 0 56px
}

@media (max-width:750px) {
    .article-content {
        padding: 30px 0 50px
    }
}

.article-content .container {
    max-width: 944px
}

.article-content .contents-links {
    margin: 48px 0;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    background: #f8f8f8
}

@media (max-width:750px) {
    .article-content .contents-links {
        padding: 22px 32px;
        margin: 24px 0
    }
}

.article-content .contents-links ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    counter-reset: ul
}

@media (max-width:750px) {
    .article-content .contents-links ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

.article-content .contents-links ul li {
    margin-bottom: 4px
}

.article-content .contents-links ul li a {
    color: #3d3d3d;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 4px 4px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 36px
}

@media (max-width:750px) {
    .article-content .contents-links ul li a {
        margin: 0 -20px 4px
    }
    .article-content .contents-links ul li a .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

.article-content .contents-links ul li a .txt::before {
    counter-increment: ul;
    content: counter(ul) ".";
    margin-right: 4px
}

.article-content .contents-links ul li a .ico {
    margin-left: 10px;
    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;
    min-width: 32px;
    height: 32px;
    border-radius: 23.273px;
    border: 1px solid #e7e7e7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.article-content .contents-links ul li a:hover {
    background: #fff
}

.article-content .contents-links ul li a:hover .ico {
    background: #d0baff;
    border: 1px solid #d0baff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.article-content .contents-links .h4,
.article-content .contents-links h4 {
    color: #0c0c0c;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px
}

@media (max-width:750px) {
    .article-content .contents-links .h4,
    .article-content .contents-links h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }
}

.article-content .h3,
.article-content h3 {
    margin-bottom: 24px
}

@media (max-width:750px) {
    .article-content .h3,
    .article-content h3 {
        margin-bottom: 15px;
        font-size: 28px
    }
    .article-content .h4,
    .article-content h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }
}

.article-content .content-block blockquote,
.article-content .content-block ul li,
.article-content p,
.content-text blockquote,
.content-text ul li {
    margin-bottom: 24px;
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

@media (max-width:750px) {
    .article-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }
}

.article-content .content-block {
    margin-top: 48px
}

@media (max-width:750px) {
    .article-content .content-block {
        margin-top: 24px
    }
}

.article-content .content-block img,
.content-text img {
    max-width: 100%;
    border-radius: 16px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:750px) {
    .article-content .content-block img {
        height: 390px
    }
}

.article-content .content-block blockquote,
.content-text blockquote {
    font-style: italic;
    padding: 20px 20px 20px 24px;
    border-radius: 12px;
    border-left: 4px solid #9869ff;
    background: #f8f8f8
}

@media (max-width:750px) {
    .article-content .content-block blockquote {
        font-size: 16px;
        line-height: 24px
    }
}

.article-content .content-block strong,
.content-text strong {
    font-weight: 600
}

.article-content .content-block ul,
.content-text ul {
    list-style-type: disc;
    margin-bottom: 24px;
    font-size: 14px;
    padding-left: 25px
}

.article-content .content-block ul li,
.content-text ul li {
    margin-bottom: 10px
}

@media (max-width:750px) {
    .article-content .content-block ul li {
        font-size: 16px;
        line-height: 24px
    }
}

.article-content .about-the-author {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 48px
}

@media (max-width:750px) {
    .article-content .about-the-author {
        margin-bottom: 10px
    }
}

.article-content .about-the-author .h3 {
    margin-bottom: 32px
}

.article-content .about-the-author .about-the-author-body {
    padding: 20px 20px 20px 24px;
    border-radius: 12px;
    background: #f8f8f8
}

.article-content .about-the-author .autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-content .about-the-author .ico {
    width: 60px;
    height: 60px;
    margin-right: 20px
}

@media (max-width:750px) {
    .article-content .about-the-author .ico {
        width: 47px;
        height: 47px;
        margin-right: 15px
    }
}

.article-content .about-the-author .ico img {
    width: 100%;
    border-radius: 50%
}

.article-content .about-the-author .name,
.contact-body .contact-body-form .form-item label {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px
}

.article-content .about-the-author .dsc,
.select-options li {
    color: #6d6d6d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.article-content .about-the-author .desc {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px
}

@media (max-width:750px) {
    .article-content .about-the-author .desc {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px
    }
}

.article-content .article-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-content .article-bottom,
.article-content .article-bottom .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-content .article-bottom .titl {
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-right: 20px
}

.article-content .article-bottom .social,
.article-content .article-bottom .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-content .article-bottom .social a {
    border-radius: 22px;
    background: #e7e7e7;
    width: 44px;
    margin-right: 20px;
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.article-content .article-bottom .social a:hover {
    background-color: #0c0c0c
}

.article-content .article-bottom .social a:hover path {
    fill: #fff
}

.article-content .article-bottom .next,
.similar-posts .similar-posts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.article-content .article-bottom .next {
    gap: 10px;
    color: #0c0c0c;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px
}

@media (max-width:750px) {
    .article-content .article-bottom .next {
        margin-top: 20px
    }
}

.similar-posts {
    padding: 80px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

@media (max-width:750px) {
    .similar-posts {
        padding: 50px 0 0
    }
}

.similar-posts .similar-posts-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width:750px) {
    .similar-posts .similar-posts-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 24px
    }
}

.similar-posts .h2 {
    color: #0c0c0c;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%
}

@media (max-width:750px) {
    .similar-posts .h2 {
        font-size: 32px;
        margin-bottom: 10px
    }
}

.similar-posts .link {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    color: #0c0c0c;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px
}

.quiz-body .btn-3 svg,
.similar-posts .link svg {
    margin-left: 10px
}

.similar-posts .link:hover {
    color: #9869ff
}

.similar-posts .similar-posts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

@media (max-width:950px) {
    .similar-posts .similar-posts__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.similar-posts .guides__guide {
    width: calc(50% - 20px);
    height: 400px;
    margin-bottom: 0
}

.similar-posts .guides__guide img {
    border-radius: 16px
}

@media (max-width:950px) {
    .similar-posts .guides__guide {
        width: calc(100% - 20px);
        margin-bottom: 30px
    }
    .similar-posts .guides__guide:last-child {
        margin-bottom: 0
    }
}

@media (max-width:750px) {
    .similar-posts .guides__guide {
        width: calc(100% + 20px)
    }
    .similar-posts .guides__guide img {
        border-radius: 0
    }
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px
}

.select-options,
.select-styled {
    border: 2px solid #e7e7e7;
    background: #fff
}

.select-styled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 13px 24px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px
}

.select-styled:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 18px;
    right: 16px;
    background-image: url(../img/image.svg);
    background-position: center
}

.select-styled.active {
    border-radius: 20px 20px 0 0
}

.select-styled.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-options {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    list-style: none;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0 0 20px 20px
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    font-family: Gellix;
    font-size: 16px;
    line-height: 24px
}

.select-options li:hover {
    border-radius: 48px;
    background: rgba(236, 236, 236, .5)
}

.select-options li.is-selected {
    color: #0c1013;
    border-radius: 48px
}

.contact-top {
    padding: 160px 0 100px;
    position: relative
}

@media (max-width:750px) {
    .contact-top {
        padding: 70px 0 45px
    }
}

.contact-top .contact-top-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 743px
}

@media (max-width:750px) {
    .contact-top .contact-top-bg {
        height: 470px;
        background-position: center
    }
}

.contact-top .container {
    position: relative;
    z-index: 0
}

.contact-top .h2 {
    color: #fff;
    text-align: center;
    font-family: Gellix;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    max-width: 687px;
    margin: 0 auto 32px
}

@media (max-width:750px) {
    .contact-top .h2 {
        font-size: 28px;
        max-width: 266px;
        margin-bottom: 16px
    }
}

.contact-top .desc {
    max-width: 544px;
    color: #fff;
    text-align: center;
    font-family: Gellix;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto
}

@media (max-width:750px) {
    .contact-top .desc {
        max-width: 314px;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: .2px
    }
}

.contact-body {
    padding-bottom: 160px;
    background: #f8f8f8
}

@media (max-width:750px) {
    .contact-body {
        padding-bottom: 50px
    }
}

.contact-body .container {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .contact-body .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-body .contact-body-text {
    max-width: 380px;
    width: 30%
}

@media (max-width:950px) {
    .contact-body .contact-body-text {
        width: 49%
    }
}

@media (max-width:750px) {
    .contact-body .contact-body-text {
        width: 100%
    }
}

.contact-body .team {
    margin-bottom: 90px
}

@media (max-width:750px) {
    .contact-body .team {
        margin-bottom: 15px
    }
}

.contact-body .team .titl,
.contact-body .team ul li {
    color: #000;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.3px;
    margin-bottom: 17px
}

.contact-body .team ul li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .2px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.contact-body .team ul li:before {
    margin-right: 10px;
    content: "";
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../img/check.svg)
}

@media (max-width:750px) {
    .contact-body .contact-body-bottom {
        display: none
    }
}

.contact-body .contact-body-bottom-item {
    margin-bottom: 26px
}

.contact-body .ico {
    margin-bottom: 10px
}

.contact-body .desc,
.contact-body .title {
    font-family: Gellix;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .2px
}

.contact-body .title {
    margin-bottom: 13px;
    color: #0a2540;
    font-size: 14px;
    font-weight: 600
}

.contact-body .desc {
    color: #425466;
    font-size: 15px;
    font-weight: 400
}

.contact-body .desc a {
    color: #635bff
}

.contact-body .contact-body-form {
    max-width: 763px;
    width: 69%;
    padding: 60px 50px 50px;
    border-radius: 16px;
    background: #fff
}

@media (max-width:950px) {
    .contact-body .contact-body-form {
        width: 50%
    }
}

@media (max-width:750px) {
    .contact-body .contact-body-form {
        padding: 20px 15px;
        width: 100%
    }
}

.contact-body .contact-body-form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
    width: 100%
}

@media (max-width:750px) {
    .contact-body .contact-body-form .form-item {
        margin-bottom: 19px
    }
}

.contact-body .contact-body-form .form-item label {
    color: #3d3d3d;
    font-family: Gellix;
    font-size: 16px;
    margin-bottom: 11px
}

.contact-body .contact-body-form .form-item input,
.contact-body .contact-body-form .form-item textarea {
    width: 100%;
    height: 48px;
    border-radius: 40px;
    border: 2px solid #e7e7e7;
    background: #fff;
    color: #3d3d3d;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 13px 24px 16px
}

.contact-body .contact-body-form .form-item textarea {
    height: 144px;
    border-radius: 12px;
    resize: none
}

.contact-body .contact-body-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-body .contact-body-form .form-row .form-item {
    width: calc(50% - 12px)
}

@media (max-width:950px) {
    .contact-body .contact-body-form .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-body .contact-body-form .form-row .form-item {
        width: 100%
    }
}

.contact-body .contact-body-form button,
.quiz-body .right .form-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 40px
}

.contact-body .contact-body-form button {
    margin-top: -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    background: #9869ff;
    border: 0;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
    font-family: Gellix;
    height: 52px;
    -webkit-transition: .3s;
    transition: .3s
}

.contact-body .contact-body-form button:hover {
    background: #a67dff
}

.contact-body .contact-body-form .form-row+.title {
    margin-top: 25px
}

@media (max-width:750px) {
    .contact-body .contact-body-form .form-row+.title {
        margin-top: 3px
    }
}

.contact-body .contact-body-form .title {
    color: rgba(12, 12, 12, .4);
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(14, 15, 12, .12);
    margin-bottom: 32px
}

.contact-body .contact-body-form .info {
    max-width: 426px;
    color: #454745;
    text-align: center;
    font-family: Gellix;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    opacity: .5;
    margin: 0 auto
}

@media (max-width:750px) {
    .contact-body .contact-body-form .info {
        olor: #454745;
        font-size: 11px;
        line-height: 18px
    }
}

.quiz-start-top,
.quiz-start-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quiz-start-top {
    min-height: 736px;
    background-size: cover;
    min-height: calc(100vh - 132px);
    padding: 80px 0
}

@media (max-width:750px) {
    .quiz-start-top {
        padding: 90px 0 30px
    }
}

.quiz-start-top .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:900px) {
    .quiz-start-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quiz-start-top .quiz-start-top__left {
    width: 48%;
    max-width: 585px
}

@media (max-width:900px) {
    .quiz-start-top .quiz-start-top__left {
        width: 100%
    }
}

.quiz-start-top .quiz-start-top__left .h1 {
    color: #fff;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    margin-bottom: 32px
}

@media (max-width:1100px) {
    .quiz-start-top .quiz-start-top__left .h1 {
        font-size: 42px
    }
}

@media (max-width:750px) {
    .quiz-start-top .quiz-start-top__left .h1 {
        font-size: 28px;
        margin-bottom: 16px
    }
}

.quiz-start-top .quiz-start-top__left .desc {
    max-width: 488px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 44px
}

@media (max-width:750px) {
    .quiz-start-top .quiz-start-top__left .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

.quiz-start-top .quiz-start-top__img {
    width: 50%;
    position: relative
}

@media (max-width:900px) {
    .quiz-start-top .quiz-start-top__img {
        width: 100%;
        margin-top: 50px
    }
}

.quiz-start-top .img-1 {
    display: block;
    margin: 0 auto 200px;
    max-width: 100%;
    border-radius: 16px
}

@media (max-width:750px) {
    .quiz-start-top .img-1 {
        margin-bottom: 140px;
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.quiz-start-top .funded {
    position: absolute;
    bottom: 0;
    left: 50px;
    border-radius: 13.714px;
    background: #fff;
    padding: 40px
}

@media (max-width:750px) {
    .quiz-start-top .funded {
        left: 0;
        width: 100%;
        padding: 16px
    }
}

.quiz-start-top .titl {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 32px
}

@media (max-width:750px) {
    .quiz-start-top .titl {
        margin-bottom: 16px;
        font-size: 16px;
        text-align: center
    }
}

.quiz-start-top .funded-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quiz-start-top .funded-item,
.quiz-start-top .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quiz-start-top .funded-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.quiz-start-top .ico {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    background: #e7e7e7
}

@media (max-width:750px) {
    .quiz-start-top .ico {
        width: 36px;
        height: 36px
    }
}

.quiz-start-top .title {
    color: #0c0c0c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

@media (max-width:750px) {
    .quiz-start-top .title {
        font-size: 14px
    }
}

.quiz-start-top .dsc {
    color: #0c0c0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .8000000119
}

@media (max-width:750px) {
    .quiz-start-top .dsc {
        font-size: 12px
    }
}

.page-quiz,
.page-quiz .header-quiz .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-quiz {
    background: -webkit-gradient(linear, left top, left bottom, from(#d0baff), to(rgba(208, 186, 255, 0)));
    background: linear-gradient(180deg, #d0baff 0%, rgba(208, 186, 255, 0) 100%);
    background-size: cover;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-quiz .header-quiz {
    padding: 24px 0
}

.page-quiz .header-quiz .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1440px
}

@media (max-width:750px) {
    .page-quiz .header-quiz .logo svg {
        width: 140px;
        height: auto
    }
}

.page-quiz .header-quiz .txt {
    color: #0c0c0c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width:750px) {
    .page-quiz .header-quiz .txt {
        display: none
    }
}

.page-quiz .header-quiz .btn-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 100px
}

@media (max-width:750px) {
    .page-quiz .header-quiz .btn-1 {
        margin-left: 0;
        padding: 8px 16px;
        font-size: 13px
    }
}

.page-quiz .header-quiz .btn-1:hover path {
    fill: #a67dff
}

.page-quiz .header-quiz .btn-1 svg {
    margin-left: 10px;
    margin-bottom: -1px
}

@media (max-width:750px) {
    .page-quiz .header-quiz .btn-1 svg {
        margin-left: 7px
    }
}

.quiz-top {
    margin-bottom: 20px
}

@media (max-width:700px) {
    .quiz-top {
        margin-bottom: 32px
    }
}

.link-back,
.quiz-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quiz-line {
    border-radius: 2px;
    background: rgba(12, 12, 12, .1);
    height: 4px;
    width: 100%
}

.quiz-line .quiz-line-item {
    width: 11.1111111111%;
    height: 4px;
    border-radius: 2px
}

.quiz-line .quiz-line-item.active {
    background: var(--purple, #9869FF)
}

.link-back {
    margin-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0c0c0c;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px
}

.link-back svg {
    margin-right: 10px
}

.footer-quiz .desc a:hover,
.link-back:hover {
    color: #9869ff
}

.footer-quiz {
    padding-bottom: 40px;
    padding-top: 84px
}

@media (max-width:750px) {
    .footer-quiz {
        padding: 32px 0
    }
}

.footer-quiz .desc {
    color: #9e9e9e;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.footer-quiz .desc a {
    color: #6d6d6d
}

@media (max-width:750px) {
    .footer-quiz .desc {
        font-size: 12px;
        line-height: 18px;
        text-align: left
    }
}

.quiz-body {
    margin: auto 0
}

.quiz-body .container {
    max-width: 1162px
}

.quiz-body .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:700px) {
    .quiz-body .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding-bottom: 70px
    }
}

.quiz-body .quiz-body-left {
    width: 30%;
    max-width: 328px
}

@media (max-width:700px) {
    .quiz-body .quiz-body-left {
        width: 100%
    }
}

.quiz-body .quiz-body-item,
.quiz-body .quiz-body-item .ico {
    font-family: Gellix;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-body .quiz-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    color: #0c0c0c;
    font-size: 16px
}

.quiz-body .quiz-body-item .ico {
    color: #000;
    font-size: 24px;
    margin-right: 8px
}

.quiz-body .step-num {
    color: rgba(12, 12, 12, .4);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.quiz-body .h2 {
    color: #0c0c0c;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    min-height: 200px;
    margin-bottom: 80px
}

.quiz-body .h2.v2 {
    margin-bottom: 24px;
    min-height: 1px
}

@media (max-width:700px) {
    .quiz-body .h2 {
        min-height: 0;
        margin-bottom: 24px;
        font-size: 28px;
        line-height: normal
    }
}

.quiz-body .btn-3 {
    border-radius: 40px;
    background: #9869ff;
    padding: 16px 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.quiz-body .btn-3:hover {
    background: #a67dff
}

@media (max-width:700px) {
    .quiz-body .btn-3 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%
    }
}

.quiz-body .right {
    width: 65%;
    max-width: 635px
}

@media (max-width:700px) {
    .quiz-body .right {
        width: 100%
    }
}

.quiz-body .right .checkbox-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px
}

.quiz-body .right .title {
    color: #0c0c0c;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 8px 20px;
    width: 100%
}

@media (max-width:700px) {
    .quiz-body .right .title {
        font-size: 12px
    }
}

.quiz-body .right .form-group {
    width: calc(50% - 16px);
    margin: 0 8px 8px;
    min-height: 52px
}

@media (max-width:900px) {
    .quiz-body .right .form-group {
        width: calc(100% - 16px)
    }
}

.quiz-body .right .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.quiz-body .right .form-group label {
    position: relative;
    color: rgba(61, 61, 61, .6);
    padding: 14px 28px 14px 14px;
    background: #fff;
    height: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media (max-width:750px) {
    .quiz-body .right .form-group label {
        color: #0c0c0c
    }
}

.quiz-body .right .form-group label .ico {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #cecece;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-position: center;
    background-repeat: no-repeat
}

.quiz-body .right .form-group label:hover {
    color: #0c0c0c;
    background: rgba(255, 255, 255, .8)
}

.quiz-body .right .form-group label:hover .ico {
    border-color: #0c0c0c
}

.quiz-body .right .form-group input:checked+label {
    background: #0c0c0c;
    color: #fff
}

.quiz-body .right .form-group input:checked+label .ico {
    border-color: #fff;
    background-image: url(../img/radio.svg)
}

.quiz-body .right .form-item {
    width: calc(50% - 16px);
    margin: 0 8px 8px
}

@media (max-width:900px) {
    .quiz-body .right .form-item {
        width: calc(100% - 16px)
    }
}

.quiz-body .right .form-item.hidden-input {
    opacity: 0;
    pointer-events: none;
    display: none
}

.quiz-body .right .form-item input {
    min-height: 52px;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    border: 2px solid #e7e7e7;
    background: #fff;
    padding: 10px 28px;
    color: #0c0c0c;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-body .right .form-item input::-webkit-input-placeholder {
    color: #cecece;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-body .right .form-item input::-moz-placeholder {
    color: #cecece;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-body .right .form-item input:-ms-input-placeholder,
.quiz-body .right .form-item input::-ms-input-placeholder {
    color: #cecece;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-body .right .form-item input::placeholder {
    color: #cecece;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

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

.quiz-body .right .form .form-item {
    width: calc(100% - 16px);
    margin: 0 8px 8px
}

.quiz-body .right .form button {
    margin: 0 8px;
    border: 0
}

.quiz-result {
    margin-bottom: auto;
    padding-bottom: 66px
}

.quiz-result .container {
    max-width: 927px
}

.quiz-result .h2 {
    color: #0c0c0c;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    max-width: 443px;
    margin: 0 auto 40px
}

@media (max-width:750px) {
    .quiz-result .h2 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 24px
    }
}

.quiz-result .quiz-result__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .quiz-result .quiz-result__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quiz-result .quiz-result__left {
    width: calc(50% - 8px)
}

@media (max-width:750px) {
    .quiz-result .quiz-result__left {
        width: calc(100% - 8px)
    }
}

.quiz-result .quiz-result__left .mob-img {
    display: none
}

@media (max-width:750px) {
    .quiz-result .quiz-result__left .mob-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px
    }
    .quiz-result .quiz-result__left .mob-img img {
        width: 100%;
        height: auto;
        border-radius: 16px
    }
}

.quiz-result .quiz-result__left .finvoance {
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 45px 25px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 14px
}

@media (max-width:750px) {
    .quiz-result .quiz-result__left .finvoance {
        padding: 20px 24px
    }
}

.quiz-result .quiz-result__left .finvoance .title {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px
}

.quiz-result .quiz-result__left .finvoance .desc {
    max-width: 307px;
    color: #6d6d6d;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px
}

@media (max-width:750px) {
    .quiz-result .quiz-result__left .finvoance .desc {
        font-size: 12px
    }
}

.quiz-result .quiz-result__left .finvoance .bg-el {
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:750px) {
    .quiz-result .quiz-result__left .finvoance .bg-el {
        right: -20px;
        top: -50px
    }
}

.quiz-result .quiz-result__left .finvoance .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 16px 9px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #f9a675;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-result .quiz-result__left .finvoance .btn:hover {
    background: rgba(249, 166, 117, .8)
}

.quiz-result .quiz-result__left .loans {
    padding: 20px 22px 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    background: #fff
}

.quiz-result .quiz-result__left .loans .title {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px
}

.quiz-result .quiz-result__left .loans .desc {
    color: #6d6d6d;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 18px
}

.quiz-result .quiz-result__left .loans .loans-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 13px;
    color: #3d3d3d;
    font-family: Gellix;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-result .quiz-result__left .bank-loans .bank-loans-item:hover .dsc,
.quiz-result .quiz-result__left .bank-loans .bank-loans-item:hover .titl,
.quiz-result .quiz-result__left .loans .loans-item:hover {
    color: #9869ff
}

.quiz-result .quiz-result__left .loans .ico {
    margin-right: 10px
}

.quiz-result .quiz-result__left .loans svg {
    margin-left: auto
}

.quiz-result .quiz-result__left .bank-loans {
    margin: 22px 0 14px;
    border-radius: 16px
}

.quiz-result .quiz-result__left .bank-loans .title {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px
}

.quiz-result .quiz-result__left .bank-loans .desc {
    color: #0c0c0c;
    font-family: Gellix;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px
}

@media (max-width:750px) {
    .quiz-result .quiz-result__left .bank-loans .desc {
        font-size: 12px
    }
}

.quiz-result .quiz-result__left .bank-loans .bank-loans-items {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden
}

.quiz-result .quiz-result__left .bank-loans .bank-loans-item {
    padding: 16px 40px 16px 16px;
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.quiz-result .quiz-result__left .bank-loans .bank-loans-item svg {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quiz-result .quiz-result__left .bank-loans .bank-loans-item:last-child {
    border-bottom: 0
}

.quiz-result .quiz-result__left .bank-loans .titl {
    display: block;
    color: #3d3d3d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.quiz-result .quiz-result__left .bank-loans .dsc {
    color: #6d6d6d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.quiz-result .quiz-result__right {
    width: calc(50% - 8px)
}

@media (max-width:750px) {
    .quiz-result .quiz-result__right {
        width: calc(100% - 8px)
    }
}

.quiz-result .quiz-result__right .image {
    border-radius: 16px;
    overflow: hidden
}

.quiz-result .quiz-result__right .image img {
    width: 100%;
    border-radius: 16px
}

@media (max-width:750px) {
    .quiz-result .quiz-result__right .image {
        display: none
    }
}

.quiz-result .quiz-result__right .cle {
    border-radius: 16px;
    position: relative;
    z-index: 1;
    background: #000;
    padding: 25px 22px;
    margin-top: -30px
}

@media (max-width:750px) {
    .quiz-result .quiz-result__right .cle {
        margin-top: 20px
    }
}

.quiz-result .quiz-result__right .cle .img {
    margin-left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.quiz-result .quiz-result__right .cle .title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px
}

.quiz-result .quiz-result__right .cle .desc {
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px
}

@media (max-width:750px) {
    .quiz-result .quiz-result__right .cle .desc {
        font-size: 12px
    }
}

.quiz-result .quiz-result__right .cle .btn-4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 16px 9px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #fff;
    color: #0c0c0c;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quiz-result .quiz-result__right .cle .btn-4:hover {
    opacity: .8
}

.content-text h2,
.content-text h3,
.content-text h4 {
    color: #0c0c0c;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.471%;
    margin-bottom: 30px
}

@media (max-width:750px) {
    .content-text h2 {
        margin-bottom: 22px
    }
}

.content-text h3,
.content-text h4 {
    font-size: 28px
}

@media (max-width:750px) {
    .content-text h3 {
        margin-bottom: 22px
    }
}

.content-text h4 {
    font-size: 22px;
    margin-bottom: 22px
}

@media (max-width:750px) {
    .content-text img {
        height: 390px
    }
}

@media (max-width:750px) {
    .content-text blockquote {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:750px) {
    .content-text ul li {
        font-size: 16px;
        line-height: 24px
    }
}

.content-text ol li:last-child,
.content-text ul li:last-child,
.legal-info .tab_item p:last-child {
    margin-bottom: 0
}

.content-text ol {
    list-style-type: decimal;
    font-size: 14px;
    padding-left: 25px
}

.content-text ol li,
.content-text p {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px
}

@media (max-width:750px) {
    .content-text ol li {
        font-size: 16px;
        line-height: 24px
    }
}

.content-text ol,
.content-text p {
    margin-bottom: 24px
}

.quiz-result-v2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 70px
}

.quiz-result-v2 .container {
    max-width: 1222px
}

.quiz-result-v2 .h2 {
    color: #0c0c0c;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    max-width: 443px;
    margin: 0 auto 20px
}

@media (max-width:750px) {
    .quiz-result-v2 .h2 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 14px
    }
}

.quiz-result-v2 .desc {
    max-width: 595px;
    margin: 0 auto 48px;
    color: #0c0c0c;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

@media (max-width:750px) {
    .quiz-result-v2 .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px
    }
    .quiz-result-v2 .guides__guide {
        margin: 0 -20px
    }
}

.quiz-result-v2 .guides__guide>img {
    border-radius: 12px;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.legal-top {
    height: 590px;
    background-position: bottom;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .legal-top {
        background-position: top;
        background-size: 941px;
        height: 260px
    }
}

.legal-top .h2 {
    text-align: center;
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 76.8px
}

@media (max-width:750px) {
    .legal-top .h2 {
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 105.471%;
        max-width: 193px;
        margin: 0 auto
    }
}

.legal-page {
    background: #f8f8f8
}

.legal-info {
    padding: 0 0 120px;
    margin-top: -100px
}

@media (max-width:750px) {
    .legal-info {
        padding: 44px 0 60px;
        margin-top: 0
    }
}

.legal-info .container {
    max-width: 1228px
}

.legal-info .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .legal-info .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.legal-info .tabs {
    width: 180px;
    margin-right: 20px
}

.legal-info .tabs .sticky {
    position: sticky;
    top: 10px
}

@media (max-width:950px) {
    .legal-info .tabs {
        width: 130px
    }
}

@media (max-width:750px) {
    .legal-info .tabs {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
    .legal-info .tabs .sticky {
        position: inherit
    }
}

.legal-info .tab {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #999;
    margin-bottom: 24px;
    cursor: pointer
}

.legal-info .tab.active {
    color: #222
}

.legal-info .tab_content {
    width: calc(100% - 200px)
}

@media (max-width:950px) {
    .legal-info .tab_content {
        width: calc(100% - 150px)
    }
}

@media (max-width:750px) {
    .legal-info .tab_content {
        width: 100%
    }
}

.legal-info .tab_item .data,
.legal-info .tab_item p {
    color: #0c0c0c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400
}

.legal-info .tab_item .data {
    line-height: normal;
    opacity: .3;
    margin-bottom: 30px
}

.legal-info .tab_item h4 {
    color: #0c0c0c;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width:750px) {
    .legal-info .tab_item h4 {
        margin-bottom: 15px;
        margin-top: 10px;
        font-size: 24px;
        line-height: 30px
    }
}

.legal-info .tab_item p {
    margin-bottom: 25px
}

@media (max-width:750px) {
    .legal-info .tab_item p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 28px
    }
	.top-10-firms__top {
		flex-direction: column;
	}
	.top-10-firms .cat {
		align-self: flex-start;
	}
	.top-10-firms__left {
		margin-bottom:10px;
	}
}