﻿/*!
Theme Name: AdmiralsEurope
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: AdmiralsEurope
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AdmiralsEurope is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	========================================================================== */



	* {
	margin: 0
}

.col {
	display: flex;
	flex-direction: column;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

body {
	font-family: Gilroy Regular;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.35px;
	background: #F4F9F9;
	color: #221F32;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}

.future-first-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	font-size: 57px;
	line-height: 54.72px;
	letter-spacing: -0.05em;
	color: #fff;
	text-transform: uppercase;
}

.title-black {
	color: #000;
}

.accent {
	color: #769CE8;
}

.accent-smooth {
	color: #003399;
}

.button {
	font-family: Gilroy Semi;
	padding: 16px 62px;
	border-radius: 5px;
	font-size: 16px;
	background: #769CE8;
	color: #fff;
	width: fit-content;
	user-select: none;
	cursor: pointer;
	transition: .4s;
	text-decoration: none;
}

.button:hover {
	background: #446AB6;
	transition: .4s;
}

.button-smooth {
	background-color: #003399;
}

.button-transparent {
	background-color: rgba(1, 1, 1, 0);
	border: 1px solid #221F32;
	border-radius: 5px;
	color: #221F32;
	gap: 5px;
	display: flex;
	align-items: center;
}

.button-transparent:hover {
	background-color: rgba(1, 1, 1, 0);
}

.light-text {
	color: #FFFFFF8C;
	font-size: 14px;
	line-height: 20.86px;   
}

.text-default {
	font-family: Gilroy;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.35px;
	color: #000000AB;
}

.link-text {
	font-family: Gilroy Regular;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.26px;
	color: #221F32;
	text-decoration: none;
}

.show-laptop {
	display: none;
}

.show-mobile {
	display: none;
}

.show-planshet {
	display: none;
}

.hide {
	display: none;
}

.false-padding {
	border: 1px solid black;
	padding: 100px 0;
}

.nav-links-wrapper {
    width: 100%;
}

.page-title {
	font-size: 47px;
	line-height: 45px;
	color: #221F32;
	letter-spacing: -2px;
}

.page-subtitle {
	font-size: 16px;
	line-height: 23.84px;
	font-weight:400;
	color:  #221F32;
}


.price-button {
	font-family: "Gilroy Regular";
	padding: 12px 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 11px;
	font-weight: 600;
	border: solid 1px #769CE8;
	color: #769CE8;
	width: fit-content;
	user-select: none;
	cursor: pointer;
	transition: .4s;
	text-decoration: none;
}
/*=============================================savings=======================================*/
    

.saving-image-web {
	background-image: url(assets/img/laptopanddevices.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 723px;
	height: 457px;
}

.saving-image-mobile {
	background-image: url(assets/img/iphone.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 424px;
	height: 494px;
	padding-right: 92px;
	padding-bottom:110px;
}

.saving-title-text-web {
	font-size: 47px;
	line-height: 45.12px;
	font-weight: 400;
	letter-spacing: -3px;
} 

.saving-plan-element {
	border-bottom: 1px solid #D9D9D9;
}

.saving-title-wrapper-web {
	display: flex;
	align-items:center;
	gap: 23px;
	padding-top: 83px;

}


.saving-left-part-mobile {
	display: flex;
	gap: 23px;
	justify-content: center;
}

.saving-left-part-web {
	display: flex;
	gap: 23px;
}

.saving-plan-wrapper-mobile {
	display: flex;
	justify-content: space-between;
}

.scroll-icon-img {
	width: 16px;
	height: 16px;
	position: relative;
	bottom: -9px;
	right: 25px;
}

.scroll-icon-wrapper {
	display: flex;
	align-items: center;
}

.button-scroll-wrapper-web {
	display: flex;
	gap: 35px;
}

.saving-subtitle-web {
	font-size: 16px;
	line-height: 23.84px;


}

.saving-subtitle-mobile {
	font-size: 16px;
	line-height: 23.84px;
	width: 485px;

}

.saving-scroll-text {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 22.35px;
	color: #003399;
}

.saving-title-image-web {
	display: flex;
	gap: 19px;
}


/*=============================================n-platform=======================================*/
 .platform-wrapper {
	padding-top: 109px;
	padding-bottom: 137px;
	display: flex;
	justify-content: space-between;
}

.platform-title {
	display: flex;
	gap: 10px;
}

.platform-title-text {
	font-size: 47px;
	width: 60%;

}

.scroll-icon-img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: -9px;
    right: 25px;
}

.platform-subtitle {
	display: flex;
	gap: 18px;
	width: 510px;
}

.platform-title-subtitle {
	display: flex;
	gap: 23px;
}

.platform-button-scroll {
	padding-top: 63px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.platform-right-part-wrapper {
	display: flex;
	padding-top: 20px;
	width: 570px;
}

.platform-table-element {
	display: flex;
	gap: 47px;
	height: 97px;
}

.platform-table-title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}

.platform-text {
	display: flex;
	padding-top:14px;
}

.colored {
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	background-color: #D4E2F580;
}

.platform-number {
	font-weight: 600;
	font-size: 16px;
	line-height: 22.4px;
	color: #003399;
	padding-left: 37px;
	padding-top: 16px;
}


.platform-table-subtitle {
	width: 90%;
	font-size: 15px;
	line-height: 21px;
	color: #221F32;
	opacity: .7;
}
/*=============================================simple=======================================*/
.simple-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.simple-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.simple-left-part-image {
	background-image: url(assets/img/iphoneandicons.png);
	width: 505px;
	height: 589px;
	position: relative;
	background-size: cover;
	background-repeat no-repeat;
	top:-80px;
	right: -65px;
}

.simple-title {
	font-size: 47px;
	line-height: 45.12px;
	font-weight: 400;
}

.simple-subtitle {
	display: flex;
	gap:12px;
	font-size: 16px;
	line-height: 23.84px;
}

.simple-right-part-wrapper {
	gap: 30px;
	width: 546px;
}

/*=============================================block=======================================*/


    .block-wrapper {
        display: flex;
        justify-content:space-between;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 50px;
        padding-top: 51px;
    }





    .block-left-part-wrapper {
        display: flex;
        gap: 28px;
    }

    .block-right-part {
        width: 549px;
        display: flex;
        justify-content: space-between;
    }

    .block-text-wrapper {
        height: fit-content;
        width:549px ;
        gap: 20px;
        font-size: 16px;
        line-height: 23.84px;
        font-weight:400 ;
    }

    .block-title {
        width: fit-content;
        height: 45px;
        font-size: 45px;
        font-weight: 400;
        line-height: 45.12px;
    }

    .block-image {
        display: flex;
    }


    .block-scroll-wrapper {
        align-items: center;
        display: flex;
        padding-top: 30px;
    }

    .scroll-icon {
        display: flex;
        align-items: center;
    }

    .scroll-text {
        font-size: 15px;
        font-weight: 600;
        line-height: 22.35px;
        color: #003399;
    }

    .icon-background {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #003399;
        opacity: .14;
        position: relative;
    }

    .icon-img {
        width: 16px;
        height: 16px;
        position: relative;
        bottom: 0;
        right: 24px;
    }

/*=============================================header=======================================*/
header {
	height: 65px;
}

.header-inner-wrapper {
	justify-content: space-between;
	padding-bottom: 11px;
	padding-top: 11px;
	gap: 24px;
	height: 36px;
}

.nav-elem-wrapper.clicked {
    font-family: "Gilroy Semi";
}

.nav-elem.button-black:hover{
	background-color: black;
}

.buttons-header-wrapper .button {
	width: 72px;
	height: 36px;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttons-header-wrapper .close-btn {
	width: 38px;
	height: 38px;
}

span.hide-mobile {
	font-family: "Gilroy regular"
}

.buttons-header-wrapper .show-laptop {
	display: none;
}

.buttons-header-wrapper {
	gap: 5px;
}

.nav-elem {
	align-items: center;
	gap: 5px;
	position: relative;
	cursor: pointer;
	user-select: none;
}
.nav-wrapper.row.hide-laptop {
    gap: 22px;
}

.accounts {
	width: fit-content;
}

.trading {
	width: fit-content;
}

.invest {
	width: fit-content;
}

.platforms {
	width: fit-content;
}

.more {
	width: fit-content;
}

.company {
	width: fit-content;
}

.nav-elem:hover {
	font-family: "Gilroy Semi";
}


.nav-elem .up {
	display: none;
}

.nav-elem.clicked {
	font-family: "Gilroy Semi";
}

.nav-elem.clicked .up {
	display: block;
}

.nav-elem.clicked .down {
	display: none;
}

.links-accounts {
 	left: -69px;
}

.links-trading {
 	left: -74px;
}

.links-invest {
 	left: -78px;
}

.links-platforms {
 	left: -63px;
}

.links-more {
	left: -79px;
}

.links-company {
	left: -68px;
}

.nav-links {
	position: absolute;
	top: 36px;
	z-index: 100;
	background: #f8f8f8;
	border-radius: 11px;
	min-width: 206px;
	gap: 7px;
	transition: all 0.3s ease;
	height: 0; 
	overflow: hidden; 
}

.lang-links {
	padding: 0 0;
}

.nav-links.active {
	padding-top: 25px;
	padding-bottom: 20px;
	height: auto; 
	transition: all 0.3s ease;
	overflow: visible;
}
.nav-links .link-text {
	padding-left: 36px;
	padding-right: 45px;
}

.nav-links .link-text:hover {
	background-color: #D4E2F5;
	font-family: "Gilroy Semi"
}


.open {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -4px;
}

.button-black {
	align-items: center;
	background: #221F32;
	gap: 5px;
}


/*=============================================slider=======================================*/

.slider {
	background-image: url(assets/img/bg.webp);
	width: 100%;
	height: 728px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.slider-wrapper {
	justify-content: space-between;
}

.slider-title {
	padding-top: 139px;
	padding-left: 3px;
}

.left-slider {
	gap: 91px;
}

.right-slider {
	padding-top: 350px;
	justify-content: flex-end;
	align-items: flex-end;
}

.right-icon {
	background-image: url(assets/img/icon-right.png);
	width: 45px;
	height: 45px;
	background-size: cover;
	background-repeat: no-repeat;
}

.right-text {
	max-width: 281px;
}

.inner-right-slider-wrapper {
	gap: 20px;
}

.second-slider-button  {
	visibility: hidden;
	display: none;
}

.slider-image {
	position: absolute;
	width: 636px;
	height: 512px;
	left:53%;
	transform:translate(-53%, 0);
	top: 56px;
	background-image: url(assets/img/image-slider.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.splide {
	padding-top: 72px;
}

.splide__slide {
	color: #fff;
}

.trend-item {
	background: #FFFFFF14;
	width: 224px;
	height: 58px;
	border-radius: 5px;
	align-items: center;
	justify-content: space-between;
}

.trend-info {
	padding-left: 14px;
	gap: 8px;
	font-size: 15px;
	font-family: "Gilroy Medium";
	font-weight: 500;
}

.trend-item-label {
	display: flex;
	align-items: center;
}

.trend-item-icon {
	width: 26px;
	height: 26px;
	background-size: cover;
}

.trend-item-icon img {
	width: 26px;
}

.trend-price {
	padding-right: 23.5px;
	gap: 3.6px;
}

.trend-item-price {
	display: flex;
	align-items: center;
}

.trend-item-price-val {
	text-wrap: nowrap;
}

/*=============================================elevate=============================================*/
.title-table-wrapper {
	display: flex;
	gap: 69px;
}

.elevate-title {
	padding-top: 65px;
	text-align: center;
	font-weight: 400;
}

.elevate-table-wrapper {
	display: flex;
	justify-content: space-between;
}

.image-text-wrapper {
	display: flex;
	gap: 50px;
}

.elevate-table-element {
	gap: 51px;
	padding-top: 50px;
	border-bottom: 1px solid #D9D9D9;
	user-select: none;
	transition: .8s;
}

.last-elevate-in-row {
	border-bottom: 0;
}

.elevate-table-element:hover {
	background-color: #D4E2F5;
	transition: .8s;
}

.elevate-table {
	width: 100%;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 88px;
}

.elevate-table-right-part {
	display: flex;
}

.elevate-table-left-part {
	display: flex;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    border: 1px solid #769CE8;
    padding: 12px 20px 12px 28px;
    cursor: pointer;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: Gilroy Medium;
    line-height: 16px;
}


.dropdown-menu {
    width: 100%;
    display: none;
    position: absolute;
    top: 110%;
    background: #F2F2F2;
    border-radius: 5px;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu a {
    color: #000000;
    padding-left: 30px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-menu a:hover {
    background: #D4E2F5;
    font-family: Gilroy Semi;
}

.label-dropdown {
    color: #221F32;
    font-size: 14px;
}

.table-number {
	font-weight: 600;
	font-size: 16px;
	line-height: 22.4px;
	color: #003399;
	padding-left: 9px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.table-text-subtitle {
	color: #221F32;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	width: 70%;
	opacity: .7;
	padding-bottom: 29px;
	margin-right: -54px;
}

.table-image img {
	width: 48px;
	height: 46px;
}


.table-text-title {
	font-weight: 600;
	font-family: 'Gilroy Bold', sans-serif;
	font-size: 18px;
	line-height: 25.2px;
}






/*=============================================start trading=============================================*/
.start-trade {
	background-image: url(assets/img/earth.webp);
	height: 533px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #2B273F;
	position: relative;
}

.start-wrapper-inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.start-trade-title-mobile {
	display: none;
	visibility: hidden;
}

.start-trade-title {
	padding-top: 100px;
}

.left-start {
	gap: 34px;
}

.left-start-text {
	width: 300px;
}

.right-start {
	gap: 32px;
}

.start-trade-wrapper {
	justify-content: space-between;
}

.right-start {
	padding-top: 205px;
}

.counter-item {
	gap: 10px;
}

.counters-wrapper .accent {
	font-size: 51.82px;
	line-height: 49.75px;
	letter-spacing: -5%;
}

.counters-wrapper {
	font-size: 21px;
	letter-spacing: -5%;
	color: #fff;
}

.counter-item {
	align-items:baseline;
}

.image-start-trade {
	background-image: url(assets/img/coins.webp);
	background-size: cover;
	background-repeat: no-repeat;
	width: 675px;
	height: 675px;
	position: absolute;
	left: 53%;
	top: 31px;
	transform: translate(-53%, 0);
}



/*=============================================explore=============================================*/

.expelore {
	padding-bottom: 50px;
}

.title-explore-wrapper {
	gap: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 95px;
}

.explore-title {
	padding-top: 95px;
}

.explore-table-element {
	background-color: rgba(118, 156, 232, .1);
	width: 135px;
	padding: 24px 0;
	border-radius: 10px;
	transition: .6s;
}

.element-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.element-image img { 
	width: 62px;
	height: 62px;
}

.stock-image img {
	width: 51px;
}

.options-image img {
	width: 50px;
}

.futures-image img {
	width: 49px;
}

.crypto-image img {
	width: 72px;
	height: 72px;
}

.crypto-element {
	padding: 18px 0;
}

.element-text {
	padding-top: 27px;
	font-weight: 400;
	font-size: 20px;
	line-height: 19.2px;
	text-align: center;
	color: black;
}

.title-explore-table-wrapper {
	display: flex;
	gap: 36px;
}

.explore-subtitle {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.35px;
	opacity: .67;
	width: 40%;
}

.explore-table-element-wrapper {
	display: flex;
	gap: 45px;
	justify-content: center;
}

.explore-table-element:hover {
	background-color:rgba(118, 156, 232, .2);
	transition: .6s;
}

.button-wrapper {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*=============================================empower=============================================*/
.empower {
	background-image: url(assets/img/bg_emp.webp);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.empower-text-wrapper {
	max-width: 386px;
	gap: 24px;
	position: relative;
	z-index: 10;
	padding-top: 162px;
}

.emp-wrapper {
	padding-bottom: 270px;
}

.emp-laptop {
	background-image: url(assets/img/emp_laptop.webp);
	background-size: cover;
	background-repeat: no-repeat;
	width: 80%;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

.emp-lighter {
	background-color: #769CE8;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 277px;
	height: 277px;
	position: absolute;
	z-index: 0;
	bottom: 10px;
	right: 80px;
	filter: blur(100px);
}

.emp-line.line1 {
	background-image: url(assets/img/lines.webp);
}


.emp-line {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	z-index: 5;
	position: absolute;
	bottom: 0px;
}

/*=============================================redefine=============================================*/
.title-redifine {
	padding-top: 81px;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #221F32;
}

.title-wrapper-redefine {
	align-items: center;
	gap: 19px;
}

.calc-wrapper {
	padding-top: 30px;
	padding-bottom: 55px;
	gap: 50px;
	justify-content: space-between;
}

.calc-form {
	width: 350px;
	gap: 20px;
}

.deposit-value {
	font-family: Gilroy Semi;
	font-size: 33px;
	font-weight: 600;
	line-height: 46.2px;
	color: #003399;
}

.input-range-wrapper {
	gap: 5px;
}

.form-select {
	width: 100%;
	padding: 10px;
}

.form-select {
	appearance: none; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	background-color: #FFF; /* Цвет фона */
	color: #000000;
	padding: 11px 8px; 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	font-size: 16px;
	}

.form-select option {
	background: #F2F2F296;
	color: #221F32; 
	padding: 8px; /* Внутренний отступ */
}

.min-max {
	justify-content: space-between;
	font-size: 12px;
	font-weight: 400;
	line-height: 16.8px;
	color: #0000006E;
}

.calculator-result {
	width: 100%;
	max-width: 770px;
}

.calculator-wrapper {
	border-radius: 15px;
	background-color: #fff;
	width: 100%;
}

.calculator-title-wrapper {
	gap: 29px;
	background-image: url(assets/img/calc-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 34px;
	align-items: end;
	padding-top: 21px;
	padding-bottom: 16px;
}

.calculator-title-separator {
	background: #FFFFFFCF;
	width: 1px;
	height: 60px;
}

.calculator-item-title-label {
	font-size: 14px;
	line-height: 19.6px;
	color: #fff;
}

.calculator-item-title-value {
	font-size: 45px;
	font-weight: 500;
	line-height: 63px;
	color: #fff;
}

.calculator-item-title-value.small {
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
}

.calculator-body-wrapper {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
}

#myChart{
	width: 800px;
	height: 600px;
}

.invest-label-wrapper {
	align-items: center;
	gap: 5px;
}

.profit-label-wrapper {
	align-items: center;
	gap: 5px;
}


.circle-invest {
	border-radius: 50%;
	background-color: rgba(0, 51, 153, 1);
	width: 12px;
	height: 12px;
}

.circle-profit {
	border-radius: 50%;
	background-color: #769CE8;
	width: 12px;
	height: 12px;
}

.legend-container {
	top: 20px;
	left: 85px;
	position: absolute;
	gap: 22px;
}

.risk-wrapper {
	font-size: 12px;
	font-family:"Gilroy Regular";
	line-height:17.88px;
	padding-bottom: 53px;
}

/*=============================================unlock=============================================*/
.unlock {
	background-image: url(assets/img/wallstreet.webp);
	height: 522px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:rgba(43, 39, 63, 1);
	position: relative;
}

.unlock-start-trade-title {
	padding-top: 100px;
}

.unlock-left-start {
	gap: 24px;
}

.left-start-text {
	width: 300px;
}

@media (max-width: 1230px) {
	.left-start-text {
		width: 566px;
		max-width: 566px;
	}
	
	.explore-subtitle {
		width: 566px;
		max-width: 566px;
	}
}

.right-start {
	gap: 32px;
}

.start-trade-wrapper {
	justify-content: space-between;
}

.right-start {
	padding-top: 205px;
	z-index: 10;
}

.counter-item {
	gap: 10px;
}

.counters-wrapper .accent {
	font-size: 51.82px;
	line-height: 49.75px;
	letter-spacing: -5%;
}

.counters-wrapper {
	font-size: 21px;
	letter-spacing: -5%;
	color: #fff;
}

.counter-item {
	align-items:baseline;
}

.image-unlock {
	background-image: url(assets/img/bull.webp);
	background-size: 97%;
	background-repeat: no-repeat;
	width: 832px;
	height: 579px;
	position: absolute;
    right: -20%;
    top: 113px;
	overflow: hidden;
	transform: translate(-53%, 0);
}

/*=============================================footer=============================================*/
.logo-table-wrapper {
	display: flex;
	gap: 57px;
	padding-top: 49px;
}

.footer-table {
	display: flex;
	gap: 80px;
}

.title-text {
	font-family: "Gilroy Medium";
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 15px;
}

.footer-el {
	padding-bottom: 6px;
	font-weight: 300;
	font-size: 16px;
	line-height: 18.56px;
	color: #003399;
	cursor: pointer;
	font-family: Gilroy Light;
}

.footer-table-el {
	width: 180px;
}

.footer-el:hover {
	font-family: 'Gilroy Semi';
	transition: font-family 2s ease;
}

.social-media-wrapper {
	display: flex;
	gap: 15px;
	opacity: 0.4;
}

.social-media-item:hover svg path {
	fill: #003399;
}

.footer-images {
	align-items: center;
	padding-top: 31px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom: solid;
	border-color: #D9D9D9;
}

.footer-info {
	display: flex;
	gap: 18px;
	padding-top: 27PX;
	padding-bottom: 67px;
	font-weight: 400;
	font-size: 12px;
	line-height: 17.88px;
	opacity: .67;
}

.footer-table > *:nth-child(1) > .footer-el:hover {
	font-family: Gilroy Semi;
}


/*===============modal=============*/

.modal-bg {
	height: 100vh;
	width: 100%;
	z-index: 999;
	position: fixed;
	top:0;
	left: 0;
	background-color: #F4F9F9;
	transition: all 0.4s ease;
	height: 0; 
	overflow: hidden; 
}

.modal-bg.active {
	height: 100vh; 
	transition: all 0.4s ease;
}

.modal-header-wrapper {
	justify-content: center;
	height: 65px;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
}

.modal-inner-wrapper {
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.modal {
	width: 100%;
	height: 100%;
	gap: 33px;
}

@media (max-width: 1530px) {
	/*=============================================unlock=============================================*/
	.image-unlock {
		width: 832px;
		right: -20%;
		top: 113px;
	}
}

@media (max-width: 1450px) {
	.image-unlock {
		right: -24%;
	}
}

@media (max-width: 1390px) {
	.image-unlock {
		right: -30%;
	}
}

@media (max-width: 1270px) {
	.image-unlock {
		right: -35%;
	}
}

@media (max-width: 1230px) {
	.hide-laptop {
		display: none;
	}

	.buttons-header-wrapper {
		display: flex;
	}
	.buttons-header-wrapper .show-laptop {
		display: flex;
		align-items: center;
        border-radius: 5px;
		width: 44px;
        justify-content: center;
	}
	.show-laptop {
		display:flex;
	}

	.wrapper {
		width: 768px;
	}
	
	 /*=============================================savings=======================================*/

        .button-scroll-wrapper-web {
            padding-bottom: 51px;
        }

        .saving-image-mobile {
            padding-right: 80px;
        }

        .saving-right-part-mobile {
            justify-content: center;
        }

        .saving-title-wrapper-web {
        display: flex;
        gap: 15px;
        padding-top: 83px;
        }


        .saving-left-part-mobile {
            display: flex;
            gap: 23px;
            justify-content: center;
        }

        .saving-left-part-web {
            display: flex;
            gap: 23px;
        }

        .saving-plan-wrapper-mobile {
            display: flex;
            justify-content: space-between;
        }

        .scroll-icon-img {
            width: 16px;
            height: 16px;
            position: relative;
            bottom: -9px;
            right: 25px;
        }

        .scroll-icon-wrapper {
            display: flex;
            align-items: center;
        }

        .button-scroll-wrapper-web {
            display: flex;
            gap: 35px;
        }

        .saving-subtitle-web {
            width: 695px;

        }

        .saving-subtitle-mobile {
            font-size: 16px;
            line-height: 23.84px;
            width: 695px;

        }
	
	
	/*=============================================n-platform=======================================*/
	.platform-wrapper {
		justify-content: center;
		padding-top:49px;
		padding-bottom:69px ;
	}

	.platform-title {
		gap: 31px;
	}

	.platform-title-image img {
		width: 40px;
		height: 40px;
	}

	.platform-title-text {
		width: 100%;
	}

	.platform-table-subtitle {
		width: 95%;

	}
	.platform-subtitle {
		gap: 0px;
		width: 695px;
	}

	.platform-title-subtitle {
		gap: 32px;
	}

	.platform-right-part-wrapper {
		display: none;

	}

	.platform-button-scroll {
		padding-top: 30px;
		display: flex;
		align-items: center;
		gap: 35px;
	}
	/*=============================================simple=============================================*/
	
	.simple-mobile-wrapper {
		display: flex;
		justify-content: center;
		font-size: 40px;
		line-height: 38.4px;
		font-weight: 400;
		align-items: center;
		margin-top: 56px;
	}

	.simple-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0;
		gap: 50px;
	}

	.simple-image {
		background-image:url(assets/img/iphoneandiconsmobile.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 306px;
		height: 357px;
	}

	.simple-subtitle {
		display: flex;
		gap:12px;
		font-size: 15px;
		line-height: 22.35px;
	}

	.simple-right-part-wrapper {
		gap: 62px;
		width: 333px;
	}
	
	/*=============================================block=============================================*/

        .block-wrapper {
            flex-direction: column;
            gap: 26px;
            padding-bottom: 49px;
        }
    
        .block-left-part-wrapper {
            display: flex;
            gap: 28px;
        }
    
        .block-right-part {
            width: 695px;
        }
    
        .block-text-wrapper {
            height: fit-content;
            width:695px ;
            gap: 24px;

        }
    
        .block-title {
            width: fit-content;
            height: 45px;
            font-size: 45px;
            font-weight: 400;
            line-height: 45.12px;
			text-wrap: nowrap;
        }
    
        .block-image {
            display: flex;
        }
    
    
        .block-scroll-wrapper {
            padding-top: 24px;
        }

	/*=============================================header=============================================*/

	.mobile-wrapper {
		width: 100%;
	}

	.nav-elem-wrapper {
		align-items: center;
		gap: 5px;
		position: relative;
		cursor: pointer;
		justify-content: space-between;
		user-select: none;
		padding-left: 71px;
		padding-right: 25px;
		padding-bottom: 9px;
	}

	.nav-links {
		position: relative;
		top: 0;
		z-index: 100;
		background:#D4E2F5;
		padding: 0;
		border-radius: 0;
		gap: 19px;
		width: 100%;
		transition: all 0.3s ease;
		height: 0; 
		overflow: hidden; 
	}

	.nav-links.lang-links {
		position: absolute;
		top: 25px;
		z-index: 100;
		background: #f8f8f8;
		padding: 0 0;
		border-radius: 11px;
		gap: 7px;
		width: 200px;
		transition: all 0.3s ease;
		height: 0; 
		overflow: hidden; 
	}

	.link-text:hover {
		background-color: #003399;
		color: white;

	}
	.nav-links .link-text:hover {
    background-color: #003399;
    font-family: "Gilroy Semi";
	}	
	
	.nav-links.active {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
        padding-bottom: 10px;
		height: auto; 
		transition:  0.3s ease;
	}

	.naw-linnks-wrapper {
		gap: 6px;
		display: flex;
		flex-direction: column;
	}

	.link-text {
		padding-left: 97px;
	}

	/*=============================================slider=============================================*/
	.slider-image {
		background-image: none;
	}

	.slider {
		height: 557px;
	}

	.left-slider {
		gap: 15px;
	}

	.right-icon {
		/* display: none; */
		/* background-image: none; */
	}

	.slider-wrapper {
		justify-content: space-between;
		flex-direction: column;
	}

	.inner-right-slider-wrapper {
		gap: 0;
	}

	.right-slider {
		padding-top: 20px;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.right-text {
		max-width: 509px;
		padding-bottom: 28px;
		padding-top: 15px;
	}

	.first-slider-button {
		visibility: hidden;
		display: none;
	}

	.second-slider-button {
		visibility: visible;
		display: flex;
	}

	/*=============================================elevate=============================================*/
	.elevate-table-element {
		gap: 23px;
	}

	.image-text-wrapper {
		gap: 20px;
	}

	
	.table-text-subtitle {
		width: 94%;
		padding-bottom: 8px;
	}

	.table-text-title {
		font-size: 17px;
		line-height: 23.8px;
	}

		/*=============================================start-trade=============================================*/
		.start-trade {
		height: 475px;
		background-position-x: center;
	}

		.start-trade-title-mobile {
		display: block;
		text-align: center;
		visibility: visible;
		padding-top: 50px;
	}

	.start-trade-title {
		display: none;
		visibility: hidden;
	}

	.start-trade-wrapper {
		flex-direction: column;
		gap: 38px;
	}
	.left-start {
		gap: 34px;
		width: 230px;
	}

	.image-start-trade {
		width: 503px;
		height: 503px;
		background-image: url(assets/img/coins.webp);
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		left: 50%;
		top: 116px;
		transform: translate(-53%, 0);
	}

	.right-start {
		display: flex;
		justify-content: center;
		padding: 0px;
	}

	.start-wrapper-inner {
		display: flex;
		justify-content: space-between;
	}
	
	.counters-wrapper .accent {
		font-size: 40px;
		line-height: 34px;
	}


	/*=============================================explore=============================================*/
	.explore-table-element-wrapper {
		flex-wrap: wrap;
		width: 70%;
	}

	.explore-table-wrapper {
		display: flex;
		justify-content: center;
	}

	/*=============================================calc=============================================*/
	
	.calculator-body-wrapper {
		height: 350px;
	}

	#myChart{
		width: 600px;
		height: 500px;
	}

	/*=============================================unlock=============================================*/
	.image-unlock {
		height: 499px;
		width: 696px;
		top: 340px;
		right: 20%;
		transform: translate(0,0);
	}

	.unlock-left-start {
		display: flex;
		align-items: center;
	}

	.unlock-start-trade-title {
		padding-top: 45px;
		text-align: center;
		width: 100%;
	}

	.left-start-text {
		text-align: center;
		width: 56%;
	}
	/*=============================================footer=============================================*/
	.home .logo-table-wrapper {
		display: flex;
		gap: 20px;
		padding-top: 293px;
	}

	.footer-table {
		flex-wrap: wrap;
		row-gap: 28px;
		column-gap: 100px;
	}

	/*=============================================empower=============================================*/

	.emp-wrapper {
		height: 796px;
		padding-bottom: 0;
		overflow: hidden;
	}
		
	.emp-laptop {
		height: 65%;
        width: 100%;
	}

	.emp-line {
		bottom: 280px;
        width: 135%;
	}

	.empower-text-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		gap: 27px;
		padding-top: 52px;
	}

	.empower-title.title {
		text-align:center;
		display: block;
	}

	.emplower-description {
		width: 70%;
		text-align: center;
	}
	
}

@media (max-width: 1024px) {
	.show-planshet {
		display: block;
	}

	.hide-planshet {
		display: none;
	}

	.calculator-title-wrapper {
		border-radius: 15px 15px 0 0;
		  gap: 13px;
	}

	.wrapper {
		max-width: 696px;
	}

	.emp-wrapper {
		width: 750px;
		padding-left: 0;
	}

	.image-unlock {
		background-image: url(assets/img/bit768.webp);
		width: 696px;
		
		height: 500px;
		left: 50%;
		top: 70%;
		transform: translate(-50%, 0);
	}

	.footer-table {
		column-gap: 70px;
	}

	.explore-table-element-wrapper {
		width: 90%;
	}

	.button.short {
		padding: 16px 30px;
	}

	.left-start-text {
		text-align: left;
	}

	.emp-laptop {
		width: 110%;
		height:55%;
		background-position: center;
	}

	.emp-line {
		width: 100%;
	}

	/*=============================================calc=============================================*/

	.calculator-body-wrapper {
		height: 350px;
	}

	.calc-wrapper {
		gap: 27px;
	}

	#myChart{
		width: 300px;
		height: 500px;
	}

	.calculator-item-title-value {
		font-size: 22px;
		line-height: 30.8px
	}
	
	.calculator-item-title-value.small {
		font-size: 22px;
		line-height: 30.8px
	}

	.input-range-values-wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.deposit-value {
		font-size: 22px;
		line-height: 33.6px;
	}

	.risk-wrapper {
		font-size: 12px;
	}
}

@media (max-width: 714px) {
	.hide-mobile {
		display: none;
	}

	.buttons-header-wrapper .hide-mobile {
		display: none;
	}
	
	.buttons-header-wrapper .show-mobile {
		display: flex;
	}

	.buttons-header-wrapper .button {
		width: 38px;
	}
	
	.nav-elem-wrapper {
		padding-left: 17px;
	}

	.show-mobile {
		display: flex;
	}

	.button {
		display: flex;
		justify-content: center;
	}

	.wrapper {
		max-width: 330px; 
	}

	.title {
		font-size: 27px;
		line-height: 30.5px;
	}
	
	/*=============================================savings=======================================*/

        .hide-button {
            display: none;
        }


        .saving-image-web-adapt {
			background-image: url(assets/img/laptopanddevicesmobile.png);
            width: 348px;
            height: 166px;
			background-size: cover;
			background-repeat: no-repeat;
            align-self: center;
        }

        .saving-right-part-mobile-adapt {
            background-image: url(assets/img/iphonemobile.png);
            background-repeat: no-repeat;
            width: 214px;
            height: 260px;
            align-self: center;
			background-size: cover;
        }

        .saving-title-text-web {
            font-size: 27px;
            line-height: 25.92px;
            font-weight: 400;
            letter-spacing: 0px;
        } 

        .saving-title-image-web {
            display: flex;
            gap: 19px;
            width: 29px;
            height: 21px;
        }


        .button-scroll-wrapper-web {
            padding-bottom: 51px;
        }

        .saving-title-wrapper-web {
        display: flex;
        gap: 15px;
        padding-top: 50px;
        width: 317px;
        }


        .saving-left-part-mobile {
            display: flex;
            gap: 23px;
            justify-content: center;
        }

        .saving-left-part-web {
            display: flex;
            gap: 23px;
        }

        .saving-plan-wrapper-mobile {
            display: flex;
        }

        .scroll-icon-img {
            width: 16px;
            height: 16px;
            position: relative;
            bottom: -9px;
            right: 25px;
        }

        .scroll-icon-wrapper {
            display: flex;
            align-items: center;
        }

        .button-scroll-wrapper-web {
            display: flex;
            gap: 35px;
        }

        .saving-subtitle-web {
            width: 317px;
            font-size: 15px;
            line-height: 22.35px;
        }

        .saving-subtitle-mobile {
            font-size: 15px;
            line-height: 22.35px;
            width: 317px;

        }
	
	/*=============================================n-platform=======================================*/
    
	 .platform-wrapper {
		justify-content: center;
	}

	.platform-title {
		gap: 5px;
	}

	.platform-right-part-wrapper-adapt {
		display: flex;
		width: 330px;
	}
	
	.platform-table-subtitle {
		width: 285px;
	}

	.platform-table-element {
		gap: 20px;
		height: 116px;
	}

	.platform-number {
		padding-left: 18px;
	}

	.platform-title-text {
		font-size: 27px;
		line-height: 25.92px;
	}

	.platform-title-image img {
		width: 29px;
		height: 29px;
	}

	.platform-title-text {
		width: 100%;
	}

	.platform-subtitle {
		gap: 0px;
		padding-bottom: 37px;
		width: 317px;
	}

	.platform-title-subtitle {
		gap: 24px;
	}

	.platform-right-part-wrapper {
		display: none;

	}

	.platform-button-scroll {
		padding-top: 30px;
		flex-direction: column;
		
		align-items: center;
		gap: 35px;
	}

	.platform-button-scroll {
		flex-direction: column;
		align-items: baseline;
	}
	
	/*=============================================simple=============================================*/
	
	 .simple-mobile-wrapper {
		display: flex;
		justify-content: center;
		font-size: 27px;
		line-height: 25.9px;
		font-weight: 400;
		align-items: center;
	}

	.simple-wrapper {
		display: flex;
		justify-content: right;
		align-items: center;
		padding-top: 0;
		gap: 50px;
	}

	.simple-image {
		background-image: url(assets/img/ICONSANDPHONEMOB.webp);
		width: 306px;
		height: 357px;
	}

	.simple-subtitle {
		display: flex;
		width: 329px;
	}

	.simple-right-part-wrapper {
		gap: 34px;
		width: 100%
	}

	/*=============================================block=============================================*/

        .block-wrapper {
            gap: 22px;
            padding-bottom: 36px;
			padding-top: 29px;
            height: fit-content;
        }
    
        .block-left-part-wrapper {
            display: flex;
            gap: 12px;
        }
    
        .block-right-part {
            width: 317px;
        }
    
        .block-text-wrapper {
            font-size: 15px;
            line-height: 22.35px;
            font-weight:400 ;
            height: fit-content;
            width:317px ;
            gap: 24px;

        }
    
        .block-title {
            width: fit-content;
            height: 27px;
            font-size: 27px;
            font-weight: 400;
            line-height: 25.92px;
        }
    
        .block-image img {
            display: flex;
            width: 24px;
            height: 28px;
            align-items: center;    
        }
    
   
	/*=============================================slider=============================================*/
	.slider {
		height: 470px;
	}
	.slider-image {
		display: none;
	}

	.right-text {
		width: 330px;
		padding-bottom: 28px;
		padding-top: 15px;
		padding-top: 30px;
	}

	.slider-title {
		padding-top: 54px;
		padding-left: 3px;
		font-size: 37px;
	}

	.first-slider-button {
		display: none;
	}

	.second-slider-button {
		visibility: visible;
		display: flex;
		padding: 16px 90px;
	}

	.inner-right-slider-wrapper {
		display: flex;
		width: 330px;
		/* justify-content: center; */
		/* align-items: center; */
	}

	.splide {
		padding-top: 33px;
	}

	.trend-item {
		width: 170px;
		height: 40px;
		gap: 10px;
	}

	/*=============================================elevate=============================================*/
	.elevate-title {
		padding-top: 28px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.elevate-table.row {
		flex-wrap: wrap;
	}

	.table-text-subtitle {
		padding-bottom: 24px;
	}

	.title-table-wrapper {
		gap: 27px;
	}

	.elevate-table-element {
		padding-top: 10px;
		flex-direction: row-reverse;
	}

	.elevate-table {
		gap: 0px;
	}

	.table-text-subtitle {
		width: 100%;
	}

	.table-image img {
		width: 33px;
		height: 33px;
	}
	
	/*=============================================unlock=============================================*/


	.image-unlock {
		width: 300px;
		height: 200px;
		left: 60%;
	}

	/*=============================================start-trade=============================================*/

	.image-start-trade {
		display: none;
		visibility: hidden;
	}

	.start-trade-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.start-wrapper-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.start-trade {
		height: 502px;
		background-position-x: center;
	}

	.start-trade-title-mobile {
		padding-top: 42px;
		font-size: 27px;
		line-height: 25.92px;
		width: 70%;
	}

	.right-start {
		width: 100%;
		align-items: center;
		padding-top: 27px;
		gap: 44px;
	}

	.counters-wrapper .accent {
		font-size: 41px;
		line-height: 39px;
	}

	.left-start-text {
		width:328px;
		color: white;
	}

	.left-start {
		width: 100%;
		text-align: start;
	}

	/*=============================================calculator=============================================*/


	.calculator-title-wrapper {
		gap: 13px;
	}

	.calc-wrapper {
		flex-direction: column;
		gap: 10px;
		padding-bottom: 27px;
	}

	.calc-form {
		width: auto;
	}
	
	.legend-container {
    	top: 25px;
    	left: 60px;
	}

	.subtitle-redefine {
		width: 100%;
	}

	/*=============================================explore=============================================*/

	.explore-title {
		font-size: 27px;
		line-height: 25.9px;
		width: 70%;
		text-align: center;
		padding-top: 0;
	}

	.title-explore-wrapper {
		padding-top: 28px;
	}

	.explore-subtitle {

		width: 95%;
	}

	.explore-table-element {
		width: 97px;
		padding: 17px 0;
	}

	.element-image img {
		width: 44px;
		height: 44px;
	}
	

	.explore-table-element-wrapper {
		flex-wrap: wrap;
		width: 100%;
	}

	.explore-table-element-wrapper {
		gap: 18px;
	}

	.element-text {
		padding-top: 11px;
		font-size: 17px;

	}

	/*=============================================empower=============================================*/
	.empower {
		height: 600px;
	}
	.empower-title.title {
		font-size: 27px;
		font-family: "Gilroy Regular";
		line-height: 25.92px;
		width: 70%;
		text-align: center;
	}

	.emplower-description {
		width: 100%;
		font-size: 15px;
		text-align:center;
	}

	.emp-laptop {
		bottom: -20px;
	}

	.emp-lighter {
		width: 119px;
		height: 119px;
		bottom: 0px;
		right: 0px;
		filter: blur(50px);
	}

	.emp-line {
		bottom: -60px;
	}

	.emp-wrapper {
		height: unset;
		display: flex;
		padding-left: 0;
		align-items: center;
	}

	/*=============================================redefine=============================================*/

	.title-redifine {
		font-size: 27px;
		line-height: 25.9px;
		width: 70%;
		text-align: center;
	}

	.subtitle-redefine {
		text-align: center;
	}

	.risk-wrapper {
		padding-bottom: 22px;
		font-size: 12px;
	}

	/*=============================================unlock=============================================*/
	.unlock {
		height: 500px;
	}
	.image-unlock {
		background-image: url(assets/img/bik360.webp);
		left: 50%;
		height: 240px;
	}

	.unlock-start-trade-title {
		font-size: 27px;
		font-weight: 29.5px;
	}
	
	.unlock-left-start .left-start-text  {
		color: #FFFFFF8C;
	}

	.left-start-text {
		width: 328px;
		text-align: left;
	}
	
	.left-start-text.visible {
		width: 328px;
		text-align: left;
		font-size:15px;
	}

	/*=============================================footer=============================================*/

	.footer-logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.home .logo-table-wrapper {
		padding-top: 100px;
		gap: 24px;
	}

	.footer-table-el {
		width: 132px;
	}

	.footer-table {
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 7px;
	}
}



/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/app.scss ***!
  \*******************************************************************************************************************************************/
/* mixin usage */
/*--------------------------------
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
.intro .breadcrumb__list, .intro__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.intro {
  position: relative;
  overflow: hidden;
  padding: 43px 0 12px;
  background: #221f32; }
  @media (min-width: 768px) {
    .intro {
      padding: 81px 0 32px; } }
  @media (min-width: 1024px) {
    .intro {
      padding: 128px 0 44px; } }
  .intro:before {
    content: "";
    position: absolute;
    top: -192px;
    left: -144px;
    background-image: url(assets/img/0d80c9615b1fc7ccec26.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(4.24deg);
    width: 2286px;
    height: 500px; }
    @media (min-width: 1024px) {
      .intro:before {
        top: -104px;
        left: -231px;
        transform: rotate(0); } }
  @media (min-width: 1024px) {
    .intro .container {
      position: relative; } }
  .intro .container:before {
    content: "";
    position: absolute;
    top: -80px;
    right: -62px;
    width: 277px;
    height: 277px;
    background: rgba(118, 156, 232, 0.7);
    border-radius: 50%;
    filter: blur(105px); }
    @media (min-width: 1024px) {
      .intro .container:before {
        top: -153px;
        right: auto;
        left: -153px; } }
  .intro .breadcrumb__list {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .intro .breadcrumb__list {
        margin: 0 0 10px; } }
    @media (min-width: 1024px) {
      .intro .breadcrumb__list {
        margin: 0 0 18px; } }
    .intro .breadcrumb__list li {
      position: relative;
      padding: 0 21px 0 0; }
      .intro .breadcrumb__list li:before {
        content: "/";
        position: absolute;
        top: 0;
        right: 7px;
        color: rgba(255, 255, 255, 0.35); }
      .intro .breadcrumb__list li:last-child:before {
        display: none; }
      .intro .breadcrumb__list li.active {
        color: #fff; }
    .intro .breadcrumb__list a {
      color: rgba(255, 255, 255, 0.35);
      text-decoration: none; }
  .intro__head {
    padding: 0 0 30px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.22); }
    @media (min-width: 768px) {
      .intro__head {
        padding: 0 0 41px;
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .intro__head {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 36px;
        margin: 0 0 18px; } }
    .intro__head h1 {
      font-size: 37px;
      line-height: 0.96;
      letter-spacing: -1.8px;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 14px; }
      @media (min-width: 768px) {
        .intro__head h1 {
          font-size: 57px;
          letter-spacing: -2.8px; } }
      @media (min-width: 1024px) {
        .intro__head h1 {
          flex: 1;
          margin: 0 30px 28px 0; } }
      .intro__head h1 strong {
        display: block;
        color: #769ce8;
        font-weight: 400; }
    .intro__head-text {
      font-size: 14px;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.55); }
      @media (min-width: 768px) {
        .intro__head-text {
          max-width: 596px; } }
      @media (min-width: 1024px) {
        .intro__head-text {
          max-width: 525px; } }
      @media (min-width: 1200px) {
        .intro__head-text {
			display: flex;
			flex-direction: column;
			gap: 12px;
          max-width: 565px; } }
      .intro__head-text p {
        margin: 0 0 19px; }
        @media (min-width: 1024px) {
          .intro__head-text p {
            margin: 0 0 14px; } }
    .intro__head .btn {
      transition: background 0.3s ease-in-out;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      width: fit-content;
      text-align: center;
      color: #fff;
      background: #769ce8;
      padding: 6px 20px;
      border-radius: 5px;
      text-decoration: none; }
      .intro__head .btn:hover {
        background: #003399; }
  .intro__list {
    font-size: 13px;
    line-height: 0.96;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    @media (min-width: 768px) {
      .intro__list {
        font-size: 15px;
        margin: 0 -7px; } }
    @media (min-width: 1024px) {
      .intro__list {
        margin: 0 -11px;
        font-size: 18px; } }
    .intro__list li {
      display: flex;
      padding: 0 5px 13px;
      flex: 0 0 31%;
overflow: hidden}
      @media (min-width: 768px) {
        .intro__list li {
          flex: 1;
          padding: 0 7px;} }
      @media (min-width: 1024px) {
        .intro__list li {
		  max-width:217px;
          padding: 0 11px; } }
    .intro__list a {
      transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      padding: 0 5px;
      width: 100%;
      text-decoration: none;
      text-align: center;
      letter-spacing: -0.6px;
      background: #2b2c44;
      border-radius: 5px;
      min-height: 76px;
      border: 1px solid rgba(255, 255, 255, 0.17); }
      @media (min-width: 768px) {
        .intro__list a {
          padding: 10px 5px 12px;
          min-height: auto;
          letter-spacing: -0.8px; 
		  display: flex;
			align-items: center;
			justify-content: space-between;} }
      @media (min-width: 1024px) {
        .intro__list a {
          display: block;
          border: none;
          background: transparent;
          border-radius: 0;
          padding: 0;
          letter-spacing: -1px; } }
      @media (max-width: 1023px) {
        .intro__list a:hover {
          border-color: #769ce8;
          box-shadow: inset 0 0 0 1px #769ce8; } }
      @media (min-width: 1024px) {
        .intro__list a:hover .intro__list-icon {
          border-color: #769ce8;
          box-shadow: inset 0 0 0 1px #769ce8; } }
    .intro__list-icon {
      transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      min-height: 52px;
      margin: 0 0 -5px; }
      @media (min-width: 1024px) {
        .intro__list-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          min-height: auto;
          border-radius: 10px;
          margin: 0 0 17px;
          height: 112px;
          background: #2b2c44;
          border: 1px solid rgba(255, 255, 255, 0.17); } }
      .intro__list-icon img {
        transform: scale(0.7); }
        @media (min-width: 768px) {
          .intro__list-icon img {
            transform: scale(0.8); } }
        @media (min-width: 1024px) {
          .intro__list-icon img {
            transform: scale(1); } }

.cta .accounts {
  padding: 0 0 60px; }
  .accounts__item {
    padding: 32px 0 39px;
    border-bottom: 1px solid #d9d9d9; }
    @media (min-width: 768px) {
      .accounts__item {
        padding: 52px 0; } }
    @media (min-width: 1024px) {
      .accounts__item {
        display: flex;
        flex-wrap: wrap;
        padding: 100px 0 50px; } }
    .accounts__item:first-child {
      padding-top: 21px; }
      @media (min-width: 768px) {
        .accounts__item:first-child {
          padding-top: 52px; } }
      @media (min-width: 1024px) {
        .accounts__item:first-child {
          padding-top: 96px; } }
  .accounts__text {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .accounts__text {
        font-size: 16px;
        padding: 0 0 34px; } }
    @media (min-width: 1024px) {
      .accounts__text {
        width: 51.4%;
        padding: 0 52px 0 0; } }
    .accounts__text-head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 0 15px -10px; }
      @media (min-width: 768px) {
        .accounts__text-head {
          margin: 0 0 22px; } }
      @media (min-width: 1024px) {
        .accounts__text-head {
          margin: 0 0 30px; } }
      .accounts__text-head img {
        transform: scale(0.6); }
        @media (min-width: 768px) {
          .accounts__text-head img {
            transform: scale(1); } }
      .accounts__text-head h2 {
        font-size: 27px;
        line-height: 0.96;
        font-weight: 400;
        letter-spacing: -1.5px;
        text-transform: uppercase;
        margin: 0 0 0 -3px; }
        @media (min-width: 768px) {
          .accounts__text-head h2 {
            margin: 0 0 0 22px; } }
        @media (min-width: 768px) {
          .accounts__text-head h2 {
            font-size: 47px;
            letter-spacing: -2.3px; } }
    .accounts__text p {
      margin: 0 0 12px; }
      @media (min-width: 768px) {
        .accounts__text p {
          margin: 0 0 26px; } }
    .accounts__text-small {
      font-size: 15px; }
      .accounts__text-small p {
        margin: 0 0 17px; }
        @media (min-width: 768px) {
          .accounts__text-small p {
            margin: 0 0 22px; } }
        @media (min-width: 1024px) {
          .accounts__text-small p {
            margin: 0 0 24px; } }
        .accounts__text-small p strong {
          font-weight: 600; }
    .accounts__text-btns {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .accounts__text .btn {
      transition: background 0.3s ease-in-out;
      font-size: 15px;
      line-height: 1.5;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      background: #769ce8;
      padding: 10px 15px;
      min-width: 178px;
      border-radius: 5px;
      text-decoration: none;
      text-align: center; }
      @media (min-width: 768px) {
        .accounts__text .btn {
          font-size: 16px;
          min-width: 231px;
          padding: 15px 20px; } }
      .accounts__text .btn:hover {
        background: #003399; }
    .accounts__text-link {
      transition: color 0.3s ease-in-out;
      font-size: 15px;
      font-weight: 600;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-decoration: none;
      color: #003399;
      margin: 0 0 0 17px; }
      @media (min-width: 768px) {
        .accounts__text-link {
          margin: 0 0 0 35px; } }
      .accounts__text-link:before {
        transition: background-color 0.3s ease-in-out;
        content: "";
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: rgba(0, 51, 153, 0.14);
        background-image: url(assets/img/up.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 13px 0 0; }
        @media (min-width: 768px) {
          .accounts__text-link:before {
            margin: 0 16px 0 0; } }
      .accounts__text-link:hover {
        color: #769ce8; }
        .accounts__text-link:hover:before {
          background-color: rgba(0, 51, 153, 0.3); }
  @media (min-width: 1024px) {
    .accounts__accordion {
      flex: 1; } }
  .accounts__accordion-item {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .accounts__accordion-item {
        margin: 0 0 15px; } }
    .accounts__accordion-item:last-child {
      margin: 0; }
      .accounts__accordion-item:last-child .accounts__accordion-slide-wrap {
        padding-bottom: 0; }
    .accounts__accordion-item.open .accounts__accordion-item-title:after {
      transform: translateY(-50%) rotate(180deg); }
    .accounts__accordion-item-title {
      position: relative;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
      display: block;
      background: rgba(210, 221, 235, 0.68);
      border-radius: 3px;
      color: #221f32;
      text-decoration: none;
      padding: 7px 32px 7px 18px; }
      @media (min-width: 768px) {
        .accounts__accordion-item-title {
          padding: 7px 32px 7px 28px; } }
      @media (min-width: 1024px) {
        .accounts__accordion-item-title {
          padding: 7px 32px 7px 26px; } }
      .accounts__accordion-item-title:after {
        transition: transform 0.3s ease-in-out;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        background-image: url(1a406dc108fcd876852a.svg);
        background-repeat: no-repeat;
        background-size: 10px 6px;
        width: 10px;
        height: 6px; }
        @media (min-width: 768px) {
          .accounts__accordion-item-title:after {
            right: 24px; } }
        @media (min-width: 1024px) {
          .accounts__accordion-item-title:after {
            right: 21px; } }
  .accounts__accordion-slide {
    font-size: 15px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; }
    .accounts__accordion-slide-wrap {
      padding: 7px 18px; }
      @media (min-width: 768px) {
        .accounts__accordion-slide-wrap {
          padding: 8px 28px; } }
      @media (min-width: 1024px) {
        .accounts__accordion-slide-wrap {
          padding: 8px 26px; } }
      .accounts__accordion-slide-wrap p {
        margin: 0; }

.cta {
  padding: 54px 0 52px;
  background: #221f32;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%; }
  @media (min-width: 768px) {
    .cta {
      padding: 54px 0 78px; } }
  @media (min-width: 1024px) {
    .cta {
      background-position: 100% 100%; } }
  @media (min-width: 768px) {
    .cta .container {
      padding: 0 52px; } }
  @media (min-width: 1024px) {
    .cta .container {
      max-width: 730px;
      padding: 0 36px; } }
  .cta h2 {
    font-size: 37px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -1.8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      .cta h2 {
        font-size: 57px;
        letter-spacing: -2.8px;
        margin: 0 0 27px; } }
    @media (min-width: 1024px) {
      .cta h2 {
        font-size: 63px;
        letter-spacing: -3.2px;
        margin: 0 0 22px; } }
  .cta__wrap {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    padding: 0 25px; }
    @media (min-width: 768px) {
      .cta__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        padding: 0; } }
    .cta__wrap-text {
      color: rgba(255, 255, 255, 0.81); }
      @media (min-width: 768px) {
        .cta__wrap-text {
          flex: 1;
          padding: 0 24px 0 0; } }
      .cta__wrap-text p {
        margin: 0 0 24px; }
        @media (min-width: 768px) {
          .cta__wrap-text p {
            margin: 0; } }
    .cta__wrap .btn {
      transition: background 0.3s ease-in-out;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      background: #769ce8;
      padding: 15px 20px;
      border-radius: 5px;
      text-decoration: none;
      width: 214px; }
      @media (min-width: 768px) {
        .cta__wrap .btn {
          margin: 0 22px 0 0; } }
      .cta__wrap .btn:hover {
        background: #003399; }

.cta *,
.cta *::before,
.cta *::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

#wrapper {
  overflow: hidden; }
.cta {
	background-image: url(assets/img/cta-bg.png)
}

.container {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 36px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1242px;
      margin: 0 auto; } }
      
      
.banner
{
	width: 100%;
	height: 339px;
	background-image: url(./assets/img/Group\ 3.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: white
}
.banner .banner-text-title
{
	font-family: "Gilroy Regular";
	font-weight: 400;
	font-size: 57px;
	line-height: 54.72px;
	letter-spacing: -0.05em;
}

.banner .banner-text-subtitle
{
	font-family: "Gilroy Regular";
	font-weight: 400;
	font-size: 57px;
	line-height: 54.72px;
	letter-spacing: -0.05em;
	color: #769CE8;

}
.nav-banner
{
	margin-top: 128px;
	margin-bottom: 18px;
	font-family: "Gilroy Medium";
	font-size: 12px;
	font-weight: 400;
	line-height: 17.88px;
	text-align: left;

}
.nav-banner-sep
{
	margin-left: 7px;
	margin-right: 7px;
	color:#FFFFFF52;
}
.nav-banner-item-not-active
{
	color: #FFFFFF59;

}
.banner-text
{

	font-family: "Gilroy Medium";
	font-size: 57px;
	font-weight: 400;
	line-height: 54.72px;
	letter-spacing: -0.05em;
	text-align: left;
}


.table-item
{
    border-bottom: 1px solid #D9D9D9;
    ;
    height: 32px;
    width: 570px;
    align-items: center;
    gap: 17px;
}
.table-title
{
    margin-bottom: 49px;
    margin-top: 48px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 28.8px;
    letter-spacing: -5%;
    font-family: "Gilroy Medium";
    font-size: 30px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #221F32;


}
.table-of-content
{
    justify-content: space-between;
    flex-wrap: wrap;
}
.number-text
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid black;
    background-color: black;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-family: "Gilroy Thin";
    font-size: 10px;
    font-weight: 600;
    line-height: 11.6px;
    text-align: center;

}
.number-img
{
    padding-left: 23px;
}
.title-item
{
    cursor: pointer;
    user-select: none;
    font-family: "Gilroy Medium";
    font-size: 16px;
    font-weight: 400;
    line-height: 18.56px;
    text-align: left;
    color:#003399;
	text-decoration: none;
}
.table-of-content-part
{
    margin-bottom: 79px;
}

/* --------------BLOCKS OF CONTENT----------------*/

.block-of-content
{
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    padding: 44px 0px;
    border-radius: 10px;
}
.block-of-content-wrapper
{
    width: 86%;
    gap: 24px;
}
.block-of-content-title
{
    width: 75%;
    font-family: "Gilroy Regular";
    font-size: 30px;
    font-weight: 400;
    line-height: 34.5px;
    letter-spacing: -0.05em;
    text-align: left;
	color: #000;
}
.block-of-content-text strong {
	font-weight: 600;
}

.block-of-content-text
{
    color: #221F32;
    font-size: 16px;
    line-height: 23.84px;
    text-align: left;
    gap:10px;
    /*margin-bottom: 24px;*/
}
.scroller
{
    cursor: pointer;
    user-select: none;
    height: 34px;
    width: 134px;
    align-items: center;
    justify-content: space-between;
}
.scroller-icon
{
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(219, 226, 241);
    border-radius: 50%;
    background-color: rgb(219, 226, 241);
}
.scroller-text
{
    font-family: "Gilroy Regular";
    font-size: 15px;
    font-weight: 600;
    line-height: 22.35px;
    text-align: left;
    color: #003399;
}
.list_for_margin_calculation_sec
{
    margin-top: 24px;
    padding-bottom: 21px;
}


@media (max-width: 1230px) {
    .wrapper {
    }
    .banner
    {
        background-image: url(assets/img/replace_img_2.png);
        height: 278px;
    }


    .table-item, .table-of-content, .column-of-content {
        width: 100%;
    }

    .nav {
        display: none;
    }
    .nav-banner
    {
        margin-top: 81px;
        margin-bottom: 10px;
    }
    
}
@media (max-width: 690px) {
    .wrapper {
        max-width: 330px;
    }
    .banner
    {
        background-image: url(assets/img/replace_img.png);
        height: 227px;
    }
    .table-item, .table-of-content, .column-of-content {
        width: 100%;
    }
    .table-item
    {
        height: fit-content;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .block-of-content {
        padding: 15px 0px;
    }
    .banner .banner-text-subtitle
    {
        height: fit-content;
        font-size: 37px;
    }
    .banner .banner-text-title
    {

        font-size: 37px;
        font-weight: 400;
        line-height: 35.52px;
        height: fit-content;
        font-size: 37px;
    }
    .banner-text
    {
        height: fit-content;
    }
    .nav-banner
    {
        margin-top: 42px;
        margin-bottom: 18px;
    }
    .table-title
    {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}


.hide-border {
	border: none;
}

.intro__head .hide-button {
	display: none;
}

.intro__head .h1 {
	width:100%;
}

.intro__head .accent-smooth {
	color: #769CE8;
	display: flex;
}


/*=============================================price-table=======================================*/
    .price-table-col-wrapper {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .price-table-col-wrapper {
        width: 150px;
        
    }

    .checkbox-wrapper {
        display: flex ;
        flex-direction: column;
        padding-top: 39px;
    }

    .price-title-text {
        padding-top: 17px;
        padding-bottom: 29px;
        font-size: 18px;
        line-height: 17.28px;
        letter-spacing: -1px;
        font-family: "Gilroy Bold";
    }

    .price-price {
        font-family: "Gilroy Semi";
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 17.28px;
        color: #003399;
    }

    .colored-col {
        background-color: #DDE6F0;
    }

    .price-table-button-text-wrapepr {
        width: 100%;
        background-color: #F4F9F9   ;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .price-table-mobile-background {
   
    }

    .price-bottom-text {
        font-family: "Gilroy Semi";
        padding-bottom: 15px;
        padding-top: 18px;
        font-size: 18px;
        line-height: 17.28px;
        color: #003399;
        text-align: center;
    }

    .price-chekbox {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #D9D9D9;
        width: 150px;
        align-self: center;
        height: 18px;
    }

    .price-elem {
        border-bottom: 1px solid #D9D9D9;
        height: 38px;
        display: grid;
        align-items: end;
    }

    .cerdit-line-text {
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #D9D9D9;
    }

    .comission-text {
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #D9D9D9;
    }

    .question-icon {
        width: 16px;
        height: 16px;
        padding-right: 10px;
    }

    .price-title-icon {
        width: 29px;
        height: 29px;
    }

    .text-question-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .price-table-title-wrapper {
        display: flex;
        padding-top: 53px;
        justify-content: center;
        align-items: center;
    }

    .price-text {
        font-size: 16px;
        line-height: 18.72px;
        font-weight: 600;
        height: 27px;
    }

    .price-table-services {
        display: flex;
        padding-top: 253px;
    }

@media (max-width: 1230px) {
	 /*=============================================price-table=======================================*/
        .price-table-mobile-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
        }
         .mobile-element-wrapper {
            background-color: white;
            width: 330px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            padding-top: 6px;
         }

         .price-title-mobile {
            font-size: 24px;
            line-height: 23.04px;
            font-weight: 600;
            display: flex;
            align-items: center;
         }

         .price-icon-title-wrapper {
            display: flex;
            justify-content: space-between;
            width: 324px;
            height: 54px;
            background-color: #CBDCF44D;
            border-top-left-radius: 10px;
            border-top-right-radius:10px ;
         }

         .icon-text-mobile {
            display: flex;
            padding-left: 36px;
            align-items: center;
            gap: 12px;
        }

        .price-mobile {
            display: flex;
            padding-right: 21px;
            font-size: 18px;
            font-weight: 600;
            line-height: 17.28px;
            color: #003399;
            align-items: center;
        }

        .price-services-mobile {
            padding-top: 17px;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 23px;
        }

        .services-mobile-wrapper {
            height: 35px;
            display: flex;
            width: 100%;
            gap: 6px;
            border-bottom: 1px solid #D9D9D9;
            align-items: center;
			justify-content: end;
        }

        .price-services-mobile-text {
            font-weight: 600;
            font-size: 15px;
            line-height: 17.55px;
            width: 242px;
        }

        .question-icon-mobile {
            padding-left: 10px;
        }

        .price-checkbox-mobile {
            padding-right: 24px;
        }

        .price-mobile-button-wrapepr {
            width: 100%;
            display: flex;
            justify-content: center;
            padding-bottom: 28px;
        }

        .price-mobile-button.button {
            font-size: 14px;
            font-family: 'Gilroy Regular';
            line-height: 21px;
            width: 294px;
            font-weight: 600;
            text-align: center;
            padding: 10px 0px;
        }
	
		.page-id-1147 .elevate-table-element {
			height: 130px;
		}
}

