@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@font-face {
    font-family: 'XSpace';
    src: url('../fonts/xspace-xspace-400.otf') format('opentype'),
         url('../fonts/xspace-xspace-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.splide_big_wrap .splide__slide {
	height: 227px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-variant-numeric: slashed-zero;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.footer_images {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 25px;
	flex-wrap: wrap;
}
.footer_images img {
	height: 50px;
}
.footer_images img:first-child {
	height: 60px;
}
body {
	line-height: 1;
    font-family: "Press Start 2P";
    background-color: #000000;
    color: #ffffff;
}
ol, ul {
	list-style: none;
}
* {
    box-sizing: border-box;
}
.hero video {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	display: block;
}
.hero h1 span {
	font-size: 21px;
    display: block;
}
.post-thumbnail {
	width: 100%;
	margin-top: 20px;
}
.post-thumbnail img {
	display: block;
	border-radius: 8px;
	object-fit: cover;
	min-height: 450px;
	width: 100%;
}

.container {
    max-width: 1740px;
    width: 100%;
    padding: 0 60px;
    margin: 0 auto;
    position: relative;
}
.header_col {
    display: flex;
    align-items: center;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn {
    font-family: 'Press Start 2P';
    font-weight: 500;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    display: block;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all .3s linear;
    border-radius: 8px;
}
.btn_v1 {
    background-color: #333333;
}
.btn_v1:hover{
    background: #FF008C;
}
.btn_v2:hover{
    background: #333333;
}
.header_col:last-child {
    gap: 20px;
}
.btn_v2 {
    background-color: #FF008C;
}
.header {
    margin-top: 30px;
}
.header_logo img {
    max-width: 190px;
}
.header_logo {
    margin-left: 40px;
}
.header_burger svg {
    display: block;
    cursor: pointer;
    transition: all .3s linear;
}
.header_burger svg:hover {
    opacity: .5;
}
.header_logo a, .header_logo a img {
    display: block;
}
.hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero h1 {
    font-family: "Xspace";
    font-weight: 400;
    font-size: 64px;
    line-height: 114.99999999999999%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-top: 40px;
}
.hero {
    margin-top: 140px;
    background-repeat: no-repeat;
    padding-bottom: 290px;
    background-position: center bottom;
/*     background-size: cover; */
}
.margin {
    margin: 100px 0;
}
.title {
    font-family: "Press Start 2P";
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 50px;
	color: #ffffff;
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
}
.meet_us .splide__slide > img {
    display: block;
    width: 100%;
}
.meet_us .splide__slide {
    position: relative;
}
.meet_us .splide__slide > *:not(img) {
    position: absolute;
}
.meet_us_logo img{
    max-width: 200px;
    display: block;
    object-fit: contain;
}
.meet_us_logo {
    bottom: 29px;
    right: 25px;
}
.meet_us_data {
    bottom: 33px;
    left: 30px;
}
.meet_us_data {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
}
.meet_us_city {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    left: 30px;
    top: 30px;
}
.splide__arrow {
    background: transparent;
}
.splide__arrow svg {
    fill: #ffffff;
}
.splide_big_wrap {
    position: relative;
}
.splide_big_wrap .splide__arrow--prev {
    left: -40px;
}
.splide_big_wrap .splide__arrow--next {
    right: -40px;
}
.our_benefits_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px 40px;
}
.our_benefits_item_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
	color: #ffffff;
}
.our_benefits_item_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
}
.our_benefits_item {
    display: flex;
    position: relative;
    align-items: flex-start;
}
.our_benefits_item img {
    margin-right: 24px;
    max-width: 64px;
    display: block;
}
.comissions_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.comissions_item img {
    display: block;
    width: 100%;
}
.comissions_item_title {
    position: absolute;
    top: 50px;
    left: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}
.comissions_item {
    position: relative;
}
.comissions_item:nth-child(2) .comissions_item_title {
    font-size: 36px;
}
.comissions_item_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
}
.comissions_item_text {
    position: absolute;
    right: 55px;
    text-align: right;
    line-height: 31px;
    bottom: 55px;
}
.comissions_item_text span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 4px;
    text-transform: initial;
    display: inline-block;
}
.testimonials .splide__slide {
    padding: 30px 24px;
	height: auto;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    background: #333333;
}
.testimonials_text {
    font-weight: 400;
    padding-top: 16px;
    border-top: 1px solid #FFFFFF80;
    margin-top: 16px;
    font-size: 12px;
    line-height: 200%;
    vertical-align: middle;
}
.testimonials_top img {
    display: block;
    margin-right: 20px;
    max-width: 100px;
}
.testimonials_top {
    display: flex;
    align-items: center;
}
.testimonials_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    vertical-align: middle;
}
.buttons_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.news_wrapper {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.news_item > img {
    border-radius: 8px;
    display: block;
    width: 100%;
    min-height: 256px;
	max-height: 256px;
    object-fit: cover;
}
.news_date_category {
    display: flex;
    margin-top: 24px;
    margin-bottom: 16px;
    align-items: center;
}
.news_item_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    margin-right: 16px;
}
.news_item_categories span {
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
    line-height: 200%;
}
.news_item_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF008C;
    margin-bottom: 12px;
}
.news_item_text {
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 200%;
}
.news_item_read_more {
    font-weight: 400;
    width: fit-content;
    margin-right: 0;
    display: block;
    font-size: 14px;
    margin-left: auto;
    color: #FF008C;
    line-height: 200%;
    text-decoration: underline;
}
.faq_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 40px;
}
.faq_title {
    font-weight: 400;
    font-size: 16px;
	color: #ffffff;
    padding-right: 45px;
	margin-bottom: 0 !important;
    line-height: 150%;
    text-transform: uppercase;
}
.faq_item {
    padding: 24px 30px; 
    border: 1px solid #FFFFFF;
    border-radius: 8px;
	justify-content: center;
	cursor: pointer;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
    position: relative;
}
.faq_item.active .faq_text {
	margin-top: 15px;
}
.faq_item.active svg {
	transform: rotate(0);
}
.faq_item svg {
    position: absolute;
    right: 29px;
    top: 50%;
	transition: all .3s linear;
    transform: rotate(45deg);
    margin-top: -22px;
}
.faq_text {
    font-weight: 400;
    font-size: 12px;
	display: none;
	padding-right: 40px;
    line-height: 200%;
}
.team_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}
.team_image img {
    display: block;
    max-width: 128px;
    margin: 0 auto;
}
.team_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
}
.team_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
}
.team_socials {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    gap: 16px;
}
.footer_wrap {
    grid-template-columns: 1fr 1fr 1fr 1.7fr;
    grid-gap: 100px;
    margin-bottom: 80px;
    display: grid;
}
.footer_title {
    font-weight: 400;
    font-size: 16px;
    color: #FF008C;
    margin-bottom: 24px;
    line-height: 150%;
    text-transform: uppercase;
}
.footer_item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-decoration: none;
    color: #ffffff;
}
.footer_item ul li:not(:last-child) {
    margin-bottom: 12px;
}
.footer_socials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer_bottom {
    display: flex;
    padding-bottom: 150px;
    align-items: center;
    justify-content: space-between;
}
.copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}
.footer {
    background-image: url('/wp-content/uploads/2025/04/Frame-1171274893.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.breadcrumbs {
    margin: 50px auto;
    display: flex;
    align-items: center;
}
.breadcrumbs > span > a, .breadcrumbs > span > span {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #ffffff;
}
.breadcrumbs .dot {
    font-weight: 400;
    font-size: 15px;
    margin: 0 12px;
    line-height: 22px;
}
h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    display: inline-block;
    height: fit-content;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.testimonials_page_wrap {
    display: grid;
    grid-template-columns: 1fr;
/*     grid-gap: 45px; */
}
.testimonials_page_content {
    column-count: 2;
    margin-bottom: 50px;
    column-gap: 32px; 
}

.testimonials_page_content .splide__slide {
    padding: 30px 24px;
    border-radius: 8px;
    height: fit-content;
    background: #333333;
    margin-bottom: 32px;
    break-inside: avoid;
    display: none;
}
.testimonials_page_content .splide__slide.visible {
    display: block;
}
.testimonials_load_more {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
}
.testimonials_load_more:hover {
    opacity: .5;
}
.testimonials_load_more svg {
    display: block;
    margin-right: 12px;
}
body:not(.home) .footer {
    margin-top: 60px;
}
.about_us_top_block {
    margin-bottom: 100px;
}
h2 {
    font-weight: 400;
    margin-bottom: 24px;
    display: inline-block;
    font-size: 21px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF008C;
}
h3 {
    font-weight: 400;
    margin-bottom: 24px;
    display: inline-block;
    font-size: 17px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FF008C;
}
.about_us_top_block_wrap {
    display: grid;
    grid-template-columns: 1fr 510px;
    grid-gap: 40px;
    align-items: center;
}
.about_us_top_block_wrap p, .about_us_form_item p, .text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
}
.about_us_top_block_wrap p:not(:last-child){
    margin-bottom: 12px;
}
.text p {
    margin: 12px 0;
}
.about_us_top_block_wrap > div:last-child {
    padding: 29px 36px;
    background: #333333;
    border-radius: 8px;
}
.about_us_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.about_us_item {
    display: flex;
    align-items: flex-start;
}
.about_us_item > img {
    display: block;
    max-width: 60px;
    min-width: 60px;
    margin-right: 24px;
    object-fit: contain;
}
.about_us_item_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.about_us_item_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
}
.about_us_form {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.custom_form_wrapper {
    padding: 28px 24px;
    background: #333333;
    border-radius: 8px;
}
.form_title, .form_title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.custom_form_wrapper br {
    display: none;
}
.form_item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 20px;
}
.form_item_2_col {
    grid-template-columns: 1fr 1fr;
}
.form_item_i input:not(input[type="submit"]), .form_item_i input:not(input[type="submit"])::placeholder {
    font-family: "Press Start 2P";
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    border-radius: 8px;
    outline: none;
    color: #000000;
    width: 100%;
}
.form_item_i input:not(input[type="submit"]) {
    padding: 14px 24px;
}
.form_item_i textarea {
    width: 100%;
    height: 112px;
    resize: none;
    border-radius: 8px;
    font-family: "Press Start 2P";
    padding: 14px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    outline: none;
    color: #000000;
}
.form_item_i textarea::placeholder {
    color: #000000;
}
.form_item {
    margin-top: 20px;
}
.wpcf7-submit {
    outline: none;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    appearance: none;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: #FF008C;
    line-height: 160%;
    font-size: 13px;
    padding: 15px;
    border-radius: 8px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.pagination span, .pagination a {
    font-weight: 400;
    color: #ffffff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 145%;
}
.page-numbers.current {
    background: #FF008C;
    color: #ffffff;
}
.blog_page {
    margin-bottom: 120px;
}
body:not(.home) .news_item {
    position: relative;
    padding-bottom: 20px;
}
body:not(.home)  .news_item_read_more {
    position: absolute;
    bottom: 0;
    right: 0;
}
.news_categories {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
	flex-wrap: wrap;
    align-items: center;
}
.news_categories a {
    font-weight: 400;
    transition: all .3s linear;
    text-decoration: none;
    padding: 9px 15px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 200%;
}
.news_categories a:not(.active):hover {
    background: #FF008C;
}
.news_category_link.active {
    border-color: #FF008C;
    background: #FF008C;
}
.single h1 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 0;
}
.single_content {
    max-width: 1100px;
}
.single .news_date_category {
    margin: 28px 0;
}
.related .title {
    font-size: 21px;
    line-height: 150%;
    margin-bottom: 50px;
}
.related {
    margin-top: 50px;
}
.text ul, .text ol {
    margin: 16px 0;
}
.text ol {
    list-style-type: auto;
    list-style-position: inside;
}
.text ul {
    list-style: disc;
    list-style-position: inside;
}
.text ul li, .text ol li {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
}
table {
    border-collapse: collapse !important;
}
table td {
    padding: 13px !important;
}
.text li a, .text p a {
    color: #FF008C;
}
table td a {
    color: #FF008C;
}
.text b, .text strong {
    font-weight: bold;
}
.big_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    background-color: #000000;
    background-image: url('/wp-content/uploads/2025/04/image-2-4.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-left: 150px;
    background-size: contain;
    transition: all .3s linear;
    visibility: hidden;
    transform: translateY(-200px);
    opacity: 0;
}
.close_menu {
    margin-top: 30px;
    margin-bottom: 90px;
    cursor: pointer;
    transition: all .3s linear;
}
.close_menu:hover {
    opacity: .5;
}
.big_menu_wrap .menu ul li a {
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;    
}
.big_menu_wrap .menu ul li:not(:last-child) {
    margin-bottom: 24px;
}
.big_menu_buttons {
    display: flex;
    grid-gap: 20px;
    margin-top: 80px;
    margin-bottom: 40px;
}
.big_menu_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.big_menu_socials {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.big_menu_wrap .page_item.current_page_item a {
    color: #FF008C;
    position: relative;
}
.big_menu_wrap .page_item.current_page_item a:before {
    content: url('/wp-content/uploads/2025/04/icon-12.svg');
    display: inline-block;
    position: absolute;
    left: -71px;
    top: -9px;
}
body.menu_active .big_menu{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.single_content {
    margin-top: 30px;
}
body.menu_active {
    overflow: hidden;
}
.testimonials_title {
    word-break: break-all;
}

@media(max-width: 1400px) {
    .comissions_item_title {
        font-size: 35px;
    }
    .comissions_item_text {
        font-size: 19px;
    }
    .our_benefits_items {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 1500px) {
    .meet_us_logo img {
        max-width: 150px;
    }
	.meet_us_logo {
		bottom: 70px;
	}
	.meet_us_data {
		bottom: 60px;
	}
    .meet_us_data {
        font-size: 15px;
    }
}
@media(max-width: 991px) {
    .our_benefits_item {
        flex-direction: column;
    }
	.splide_big_wrap .splide__slide {
		height: auto;
	}
	.post-thumbnail img {
		min-height: 200px;
		height: 200px;
	}
	.hero {
		background-size: cover;
	}
    .testimonials .buttons_wrapper {
        display: none;
    }
    .load_more {
        width: 100%;
        display: block;
        text-align: center;
    }
    .hero .big_menu_buttons {
        margin-top: 40px;
        width: 100%;
    }
    .hero {
        background-size: inherit;
        padding-bottom: 170px;
    }
    .hero .big_menu_buttons .btn {
        width: 100%;
        text-align: center;
    }
    .testimonials_page_wrap {
        grid-template-columns: 1fr;
    }
    .close_menu {
        min-width: 30px;
        min-height: 30px;
    }
    .testimonials_page_content {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .testimonials_page_content .splide__slide {
        margin-bottom: 0;
    }
    .custom_form_wrapper {
        padding: 16px 12px;
    }
    .related {
        margin-top: 20px;
    }
    .related .title {
        margin-bottom: 20px;
    }
    .single h1 {
        font-size: 22px;
    }
    table td {
        font-size: 10px;
    }
    h3 {
        font-size: 13px;
    }
    .single .breadcrumbs > span:last-child > span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news_item_categories span {
        font-size: 12px;
    }
    .blog_page {
        margin-bottom: 40px;
    }
    .news_item_date {
        font-size: 12px;
    }
    .news_categories {
        gap: 12px;
        margin-bottom: 20px;
    }
    .news_categories a {
        font-size: 12px;
        padding: 6px 10px;
    }
    h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .breadcrumbs > span > a, .breadcrumbs > span > span {
        font-size: 14px;
    }
    .breadcrumbs {
        margin: 35px auto;
    }
    .about_us_item_text, .about_us_top_block_wrap p, .about_us_form_item p, .text p {
        font-size: 10px;
    }
    .about_us_top_block {
        margin-bottom: 40px;
    }
    .wpcf7-submit {
        width: 100%;
        text-align: center;
    }
    .form_title p {
        font-size: 16px;
        text-align: center;
    }
    .form_item_2_col {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .about_us_form {
        grid-template-columns: 1fr;
        margin-top: 50px;
    }
    h2 {
        font-size: 16px;
    }
    .about_us_item_title {
        font-size: 14px;
    }
    .about_us_items {
        grid-template-columns: 1fr;
    }
    .about_us_top_block_wrap {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
    .about_us_top_block_wrap > div:last-child {
        padding: 16px 24px;
    }
    .big_menu_wrap {
        padding-left: 70px;
    }
    .our_benefits_item_text {
        font-size: 10px;
    }
    .our_benefits_item_title {
        font-size: 14px;
    }
    .our_benefits_item img {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .our_benefits_items {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .buttons_wrapper {
        margin-top: 20px;
    }
    .news_item_read_more {
        font-size: 10px;
    }
    .news_item_text, .faq_text, .team_text {
        font-size: 10px;
    }
    .news_item_title, .team_title {
        font-size: 14px;
    }
    .news_wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .meet_us_city {
        max-width: 126px;
    }
    .splide__arrows {
        display: none;
    }
    .big_menu_buttons {
        flex-direction: column;
        order: 1;
        margin-top: 50px;
    }
    .big_menu_buttons .btn {
        width: 100%;
        text-align: center;
    }
    .big_menu_follow {
        margin-top: 60px;
    }
    .big_menu {
        padding-left: 16px;
        background-position: 0 160%;
        background-size: inherit;
        padding-right: 16px;
        display: flex;
        flex-direction: column;
    }
    .faq_title {
        font-size: 14px;
    }
    .footer {
        background-size: inherit;
    }
    .footer_wrap {
        margin-bottom: 24px;
    }
    .copy {
        font-size: 12px;
    }
    .footer_bottom {
        padding-bottom: 100px;
		flex-direction: column;
		gap: 20px;
    }
    .footer_bottom_col:first-child {
        display: none;
    }
    .footer_wrap {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
    .team_wrapper {
        grid-template-columns: 1fr;
    }
    .buttons_wrapper .btn {
        width: 100%;
        text-align: center;
    }
    .faq_item svg {
        top: 10px;
        right: 10px;
    }
    .faq_item {
        padding: 20px 16px;
    }
    .faq_wrapper {
        grid-template-columns: 1fr;
    }
    .testimonials_text {
        font-size: 10px;
    }
    .comissions_item:nth-child(2) .comissions_item_title {
        font-size: 24px;
    }
    .testimonials .splide__slide:not(:last-child) {
        margin-bottom: 20px;
    }
    .margin {
        margin: 50px 0;
    }
    .comissions_item_text {
        font-size: 21px;
    }
    .comissions_wrap {
        grid-template-columns: 1fr;
    }
    .container {
        padding: 0 16px;
    }
    .comissions_item_title {
        font-size: 40px;
    }
    .hero .container > img {
        width: 100%;
        display: block;
    }
    .header_col:last-child {
        display: none;
    }
    .hero h1 {
        font-size: 32px;
        line-height: 114%;
    }
    .meet_us .splide__slide:not(:last-child) {
        margin-bottom: 40px;
    }
}