/* Theme Name: plaid */
.footer-payments__head {
	display: flex;
	align-items: center;
	gap: 15px;
}
@media (max-width: 767px) {
	.footer-payments__head {
		flex-direction: column;
	}
}
.text-image{
	background-size:67%;
}
.menu-item-has-children {
	position:relative;
}
.menu-item-has-children ul {
	position:absolute;
}
.menu-item-has-children ul.sub-menu {
  flex-direction: column;
    align-items: flex-start;
    left: -15px;
 padding:0;
    background: #6732ff;
	margin-top:15px;
		display:none;
}
.menu-item-has-children ul.sub-menu a{
	     padding: 15px;
    display: block;
    margin: 0px 0 !important;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 5px; /* Відступ трикутника від краю */
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 5px 0 5px; /* Створює трикутник */
  border-color: #fff transparent transparent transparent; /* Колір трикутника */
  display: inline-block;
  width: 0;
  height: 0;
}
.menu-item-has-children.active ul{
	display:flex;
}
.nav-container-buttons {
    position: relative;
}
.prices-item__btns {
    gap: 10px;
    display: flex
;
    flex-direction: column;
}
.prices-item{
	width:100%;
	min-width:340px;
}
.prices-item__list-item {
	font-size: 14px;
}
.languages {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: -15px;
    left: -60px;
    border-radius: 6px;
}
.languages.opened {
    background: #642eff;
}
.languages .flag {
    display: block;
    padding: 7.5px 5px;
    cursor: pointer;
    
}
.languages .flag:not(.active) {
    order: 1;
}
.languages:not(.opened) .flag:not(.active) {
    display: none;
}
.languages .flag img {
    width: 30px;
}

@media (min-width: 1199px) {
    .languages {
        top: 7.5px;
    }
}

.rtl {
    direction: rtl;
}
.rtl  .hero .container .column ul li:before {
	left: initial;
	right: -33px;
}
.rtl .nav-container-buttons {
    flex-direction: row-reverse;
}
.rtl .languages {
    left: initial;
    right: -60px;
}


.search__inputs .input{
	border-radius:50px;
}
.vacancy-card__info-item{
	font-size: 12px;
}
.popup .btn {
    position: relative;
}
.popup .wpcf7-form-control-wrap:before{
	display:none;
}
.popup-overlay{
content: '';
    top: 0;
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 999999999;
	
}
body {
	background-size: 100vw auto;
}
@media (min-width: 1900px) {
	body {
		background-size: 100vw 170vh;
	}
}
@media (min-width: 2500px) {
	body {
		background-size: 100vw 50%;
	}
}
@media (max-width: 992px) {
	/* TERMS AND CONDITIONS MOBILE */
	.page-template .terms-template .contents h1,
	.page-template .terms-template .contents h2,
	.page-template .terms-template .contents h3,
	.page-template .terms-template .contents h4,
	.page-template .terms-template .contents h5,
	.page-template .terms-template .contents h6{
		margin: 4rem 0 1rem;
	}
	.page-template .terms-template .contents h1 {
		font-weight: 700;
		font-size: 1.5rem;
		text-align: left;
	}
	.page-template .terms-template .contents h2,
	.page-template .terms-template .contents h3,
	.page-template .terms-template .contents h4,
	.page-template .terms-template .contents h5,
	.page-template .terms-template .contents h6{
		font-weight: 600;
	}
	.page-template .terms-template .contents h2,
	.page-template .terms-template .contents h3,
	.page-template .terms-template .contents h4 {
		font-size: calc(1.5rem - 2px);
	}
	.page-template .terms-template .contents * {
		font-size: 1rem;
	}
	.page-template .terms-template .contents p {
		margin: 1rem 0;
	}
}
.page-template-pay-crypto-gold .footer {
    margin-top: 0;
}
.footer__form input[type=email]{
	font-size:15px;
}
.intercom-lightweight-app-launcher.intercom-launcher{
	bottom:100px!important;
}

.animated svg {
    width: 12px;
    /* Встановлюємо видимі розміри */
    height: 12px;
    /* Встановлюємо видимі розміри */
    position: relative;
    animation: scaleArrow 1s infinite ease-in-out;
    transition: all .3s ease;
}

.single-vacancy-modal {
    z-index: 9999999999;
}

.intercom-with-namespace-52k34s.edrs4yi0 {
    bottom: 80px;
}


/* .page-id-603, .page-id-628::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('./media/lights/full-page-light.svg');
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: -1;
    } */

@keyframes scaleArrow {
    0% {
        opacity: 0;
        right: 5px;
    }
    100% {
        opacity: 1;
        right: 0px;
    }
}

.nav-container .btn {
    background: #642eff;
    border-radius: 20px;
}

.prices-item__btns a:first-child {
    background: #642eff;
}

.footer__form .btn {
    background: #642eff;
}

.get-support .btn {
    background: #642eff;
    border-radius: 50px;
}

.contact-form-block .container .form-wrap .btn {
    background: #642eff;
    border-radius: 50px;
}

.accordion__head {
    align-items: center;
}

.accordion__title {
    font-size: 18px;
}

a.chaty-whatsapp-channel {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 999;
    transition: all .5s;
}

.runHidden a.chaty-whatsapp-channel {
    bottom: 15px;
    transition: all .5s;
}

.seen_on .trustpilot-widget {
    width: 100%;
    margin-top: 120px;
}

.header .nav-container {
    width: 100%;
}

.header .nav-container-nav {
    justify-content: center;
    width: 100%;
}

.stores-wraps {
    max-width: 320px;
    width: 100%;
}

.stores-wraps .store-wrap {
    justify-content: flex-start;
    margin-left: 17px;
}

.hero .store-wrap-inf {
    width: 112px;
    margin-left: 24px;
}

.footer-payments__text {
    font-weight: 200;
}

@media (max-width: 940px) {
    .footer__copyrights {
        text-align: left;
        line-height: 1.2;
    }
}

.unparallelled .container .cards .card-body {
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    gap: 12px;
    border: 1px solid rgba(195, 201, 255, .4);
    background: var(--Main-black, #0f1129);
    height: 100%;
}

.unparallelled .container .cards .card {
    height: 360px;
}

@media (max-width: 1320px) {
    .header .nav-container {
        background: rgba(5, 5, 17, .85);
    }
}

@media (max-width:992px) {
    /* 	.seen_on .text{
		text-align:left;
		width:100%;
	} */
    .seen_on .container .logos {
        display: flex;
        overflow-x: scroll;
        width: 100%!important;
        scrollbar-width: none;
        justify-content: flex-start;
    }
    .seen_on .container .logos a svg {
        height: auto;
        width: auto!important;
        max-height: auto!important;
        float: left;
    }
    .seen_on .container .logos::-webkit-scrollbar {
        display: none;
        /* Приховує скролбар у Webkit-браузерах (Chrome, Safari) */
    }
    .numbers__inner {
        gap: 20px;
    }
    .numbers__item-number {
        font-size: 40px;
        font-weight: 600;
        display: flex;
        height: 33px;
        align-items: center;
    }
    .numbers__item {
        border: 1px solid rgba(0, 0, 0, 0);
        background: var(--Main-black, #0f1129);
        background-clip: padding-box;
        padding: 20px 20px;
        border-radius: 12px;
        height: 100%;
        width: 100%;
        justify-content: center;
    }
    .numbers__item::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -2;
        margin: -1px;
        border-radius: 12px;
        background: -o-linear-gradient(117deg, #c3c9ff 0%, #262455 32%, #262455 67%, #d8d7ff 100%);
        background: linear-gradient(-27deg, #c3c9ff 0%, #262455 32%, #262455 67%, #d8d7ff 100%);
        pointer-events: none;
    }
    .numbers__item::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: inherit;
        background: var(--Main-black, #0f1129);
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .numbers__item:not(:last-child)::after {
        display: none;
    }
    .header .nav-container-nav {
        justify-content: flex-start;
        width: 100%;
    }
    .seen_on .trustpilot-widget {
        width: 100%;
        margin-top: 40px;
    }
    .run-string .text {
        color: var(--Main-white, #FFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        letter-spacing: -0.48px;
        text-align: left;
    }
    a.chaty-whatsapp-channel {
        bottom: 120px;
        transition: all .5s;
    }
    .runHidden a.chaty-whatsapp-channel {
        bottom: 15px;
        transition: all .5s;
    }
}


/* .woocommerce-billing-fields h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
} */


/* CHECKOUT PAGE */

.page-template-template-checkout .woocommerce-billing-fields h3 {
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(to right, #FFF 0%, #aaa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#order_review_heading {
    font-size: 24px;
    font-weight: 500;
    margin: 32px 0 16px;
    background: linear-gradient(to right, #FFF 0%, #aaa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper {
    display: grid;
    gap: 16px;
}

.woocommerce form .form-row label {
    font-weight: 500;
}

.woocommerce form .form-row input {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	    padding: 12px 16px;
	color:#1f1f43;
	font-weight:600;
} 

.woocommerce .select2-container .select2-selection--single {
	    height: 49px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
		    height: 49px;
}

.woocommerce table.shop_table {
    font-size: 16px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table tfoot,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td {
    border: unset !important;
}

.woocommerce table.shop_table th:first-of-type,
.woocommerce table.shop_table tbody td:first-of-type {
    padding-left: 0;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table thead tr th:last-of-type,
.woocommerce-checkout-review-order-table tbody tr td:last-of-type,
.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
}

.woocommerce-checkout-review-order-table thead tr th:last-of-type *,
.woocommerce-checkout-review-order-table tbody tr td:last-of-type *,
.woocommerce-checkout-review-order-table tfoot tr td * {
    font-weight: 600;
}

#place_order {
    padding: 12px 24px;
    border-radius: 30px;
    background: #642FFF;
    color: #ffffff;
    border: unset;
    margin-top: 25px;
}

.woocommerce-checkout #payment {
    background: rgba(129, 110, 153, .14);
    border: 1px solid #fff;
    border-radius: 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: unset;
}

.woocommerce-checkout h1,
.payment_box {
    display: none;
}

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
    background: rgba(129, 110, 153, .14);
    border-radius: 5px;
    color: #fff;
    border: unset;
    line-height: 2;
    display: none;
}

.woocommerce-checkout .woocommerce-message .button.wc-forward {
    padding: 12px 24px;
    border-radius: 30px;
    background: #642FFF;
    color: #fff;
}

@media all and (min-width: 992px) {
    .woocommerce form .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-checkout-review-order-table {
        max-width: 50%;
    }
}


/* THANK YOU PAGE */

.woocommerce-order-received .checkout-cart-template-wrap {
    width: 100%;
}

.woocommerce-order-received .checkout-cart-template-wrap .woocommerce-notice,
.woocommerce-order-received .checkout-cart-template-wrap .woocommerce-order-overview {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.woocommerce-order-received .checkout-cart-template-wrap .paidpex-thank-you-message {
    text-align: center;
    margin: 80px 0 45px;
}

.woocommerce-order-received .checkout-cart-template-wrap .paidpex-thank-you-message h2 {
    font-weight: 500;
}

.woocommerce-order-received .checkout-cart-template-wrap .paidpex-thank-you-message * {
    background: linear-gradient(to right, #FFF 0%, #aaa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paidpex-order-summary {
    background: rgba(15, 16, 38, 0.4);
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
}

.paidpex-order-summary h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.paidpex-order-summary hr {
    margin: 15px 0;
}

.paidpex-order-summary .order-details,
.paidpex-order-summary .order-detail {
    display: flex;
}

.paidpex-order-summary .order-details {
    gap: 14px;
    flex-direction: column;
}

.paidpex-order-summary .order-detail {
    justify-content: space-between;
}

.paidpex-order-summary .order-detail span:last-of-type {
    font-weight: 600;
}

.woocommerce-order-received .checkout-cart-template-wrap .button {
    padding: 12px 24px;
    color: #ffffff;
    background-color: #642FFF;
    border-radius: 30px;
    margin-top: 44px;
    font-weight: 500;
    display: inline-block;
}

@media (max-width: 767px) {
    .woocommerce-order-received .checkout-cart-template-wrap .button {
        padding: 16px 24px;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .hero .container .column h1 {
        font-size: 50px;
        line-height: 57px;
        /* line-height: 47px; */
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .hero .container .column h1 span {
        font-size: 50px;
        line-height: 57px;
        /* line-height: 47px; */
    }
}

.hero {
    margin: -100px 0 100px!important;
    padding: 183px 0 70px!important;
    height: fit-content;
}

.hero .container .column h1 {
    max-width: 620px;
    width: 100%;
}

.prices__title {
    margin: 0 auto 30px;
}

.prices__subtitle {
    margin-bottom: 30px;
}

.hero .buttons-wrap .btn:nth-child(2n) {
    max-width: 200px!important;
}

@media (min-width: 768px) {
    .paidpex-order-summary {
        padding: 32px;
    }
    .paidpex-order-summary .order-details {
        gap: 32px;
        flex-direction: row;
        justify-content: space-between;
    }
    .paidpex-order-summary .order-detail {
        flex-direction: column;
        width: 100%;
        gap: 6px;
    }
    .paidpex-order-summary h3 {
        margin: 0 0 18px;
    }
}

@media (max-width: 768px) {
	#pojo-a11y-toolbar {
		display: flex;
    	align-items: flex-end;
	}
	.title {
        font-size: 24px !important;
        line-height: 1.5;
		margin-left: initial;
    }
	.prices__subtitle,
	.prices__slogan {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 20px;
		margin-left: initial;
	}
    .hero {
        padding-top: 112px!important;
        padding-bottom: 30px!important;
    }
    .hero .buttons-wrap .btn:nth-child(2n) {
        max-width: 100% !important;
    }
	.hero-second {
		padding-bottom: 64px;
	}
	.glimpse__title,
	.blog__title,
	.traders .container .titles,
	.traders .container .description{
		font-size: 24px;
		text-align: center;
		width: 100%;
	}
	.traders .container .description,
	.blog__subtitle,
	.glimpse__slogan {
		font-weight: 400;
		font-size: 14px;
	}
	.glimpse-item__title {
		font-size: 20px;
	}
}

@media (max-width: 1320px) {
    .header .nav-container ul li a {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
	.seen_on{
		display:none;
	}
	.header .nav-container ul{
		width:100%;
	}
	.header .nav-container ul li {
				width:100%;
	}
	.menu-item-has-children ul{
		position:relative;
		width:100%;

	}
	.menu-item-has-children ul.sub-menu{
				left:0;
	}
	.menu-item-has-children::after{
		    top: 10px;
		right:auto;
		        left: 55px;
		
	}
	   .slug-career .page-title__inner{
		display:grid;
		           grid-template-columns: 1fr 1fr;
		   
	}
	  .slug-career .page-title__content{
		  grid-column: 1 / -1; /* Початок з 1-го стовпця до останнього */
		  order:1;
	}
	.slug-career .page-title__inner .page-title__imgs{
		order:2;
	}
   .slug-career .page-title__imgs {
        display: flex;
	   align-items: center;
    }
	.glimpse__slogan {
		font-size: 18px;
		font-weight: 400;
	}
	.prices__list {
		display: flex;
		justify-content: space-between;
	}
	.prices__list-item {
		width: max-content;
		padding: 10px 5px;
		font-size: 13px;
	}
}
.wpcf7-spinner {
	display: flex;
	margin: 5px auto 0;
}
.terms-template .contents h3 {
	margin: 20px 0;
}
.terms-template .contents p{
	font-size: 14px;
	line-height: 1.5;
}
.glimpse-item__img {
	overflow: hidden;
}
.glimpse-item__img img {
	transform: scale(1.05);
}

.hof-carousel__item {
	backdrop-filter: blur(50px);
}
.hof-carousel__item-author {
	margin-top: 24px;
}
.hof-slider2__inner {
	padding: 64px 0 32px;
}
@media (min-width: 1199px) {
	.traders .container .titles{
		font-size: 56px;
	}
	.hall-of-fame .section-title {
		font-size: 49px;
	}
	.hof-offer__item {
		min-height: 120px;
	}
	.hof-slider {
		background-repeat: repeat-x;
	}
	.hof-slider2__inner {
		justify-content: space-between;
		padding: 120px 0 80px 0;
	}
}