:root {
    --body-family: Almarai, Arial, Helvetica, sans-serif;
    --body-fweight: 400;
    --body-transform: none;
    --body-fsize: 17px;
    --h1-family: Epilogue, Arial, Helvetica, sans-serif;
    --h1-fweight: 800;
    --h1-fsize: 40px;
    --h1-fspace: -0.04375em;
    --h2-family: Epilogue, Arial, Helvetica, sans-serif;
    --h2-fweight: 800;
    --h2-fsize: 30px;
    --h2-fspace: -0.03333em;
    --h3-family: Epilogue, Arial, Helvetica, sans-serif;
    --h3-fweight: 800;
    --h3-fsize: 21px;
    --h3-fspace: -0.03571em;
    --h4-family: Epilogue, Arial, Helvetica, sans-serif;
    --h4-fweight: 700;
    --h4-fsize: 17px;
    --h4-fspace: -0.02941em;
    --h5-family: Epilogue, Arial, Helvetica, sans-serif;
    --h5-fweight: 700;
    --h5-fsize: 16px;
    --h5-fspace: -0.03125em;
    --h6-family: Epilogue, Arial, Helvetica, sans-serif;
    --h6-fweight: 700;
    --h6-fsize: 14px;
    --h6-fspace: -0.03571em;
    --cat-family: Almarai, Arial, Helvetica, sans-serif;
    --cat-fweight: 700;
    --cat-fsize: 11px;
    --meta-family: Almarai, Arial, Helvetica, sans-serif;
    --meta-fweight: 400;
    --meta-fsize: 12px;
    --meta-b-family: Almarai;
    --meta-b-fweight: 700;
    --input-family: Almarai;
    --input-fweight: 400;
    --input-fsize: 14px;
    --btn-family: Almarai;
    --btn-fweight: 700;
    --btn-fsize: 13px;
    --menu-family: Epilogue;
    --menu-fweight: 700;
    --menu-fsize: 15px;
    --submenu-family: Epilogue;
    --submenu-fweight: 500;
    --dwidgets-family: Epilogue;
    --dwidgets-fweight: 700;
    --headline-family: Epilogue;
    --headline-fweight: 900;
    --headline-fsize: 52px;
    --headline-fspace: -0.03846em;
    --tagline-family: Almarai;
    --tagline-fweight: 400;
    --tagline-fsize: 24px;
    --heading-family: Epilogue;
    --heading-fweight: 700;
    --subheading-family: Almarai;
    --subheading-fweight: 400;
    --quote-family: Epilogue;
    --quote-fweight: 700;
    --quote-fstyle: italic;
    --excerpt-family: Almarai;
    --excerpt-fweight: 400;
    --bcrumb-family: Almarai;
    --bcrumb-fweight: 700;
    --bcrumb-fsize: 13px;
    --readmore-fsize: 13px;
    --headline-s-fsize: 48px;
    --tagline-s-fsize: 22px;
    --icon-code: "\e983";
    --icon-color: #00D084;
    --dark-icon-color: #FFFFFF;
}

body {
    font-family: var(--body-family);
    font-size: var(--body-fsize);
    font-weight: var(--body-fweight);
    font-style: var(--body-fstyle);
    line-height: max(var(--body-fheight, 1.7), 1.4);
    display: block;
    margin: 0;
    letter-spacing: var(--body-fspace);
    text-transform: var(--body-transform);
    color: var(--body-fcolor);
    background-color: var(--solid-white);
}

.flag-emoji{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
}

.emoji-img{
	width: 1em;
    height: 1em;
}

@media (max-width: 767px) {
    body {
        --body-fsize: 15px;
        --h1-fsize: 28px;
        --h2-fsize: 22px;
        --h3-fsize: 19px;
        --h4-fsize: 15px;
        --h5-fsize: 15px;
        --h6-fsize: 13px;
        --cat-fsize: 10px;
        --meta-fsize: 11px;
        --readmore-fsize: 12px;
        --input-fsize: 14px;
        --btn-fsize: 12px;
        --bcrumb-fsize: 11px;
        --excerpt-fsize: 13px;
        --headline-fsize: 30px;
        --headline-s-fsize: 30px;
        --tagline-fsize: 16px;
        --tagline-s-fsize: 16px;
    }
}

@media (max-width: 1024px) {
    body {
        --body-fsize: 16px;
        --h1-fsize: 34px;
        --h2-fsize: 26px;
        --h3-fsize: 20px;
        --h4-fsize: 16px;
        --h5-fsize: 15px;
        --h6-fsize: 13px;
        --cat-fsize: 10px;
        --meta-fsize: 11px;
        --readmore-fsize: 12px;
        --input-fsize: 14px;
        --btn-fsize: 12px;
        --bcrumb-fsize: 12px;
        --excerpt-fsize: 14px;
        --headline-fsize: 36px;
        --headline-s-fsize: 36px;
        --tagline-fsize: 18px;
        --tagline-s-fsize: 18px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.125;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}

:root {
    --body-family: Almarai, Arial, Helvetica, sans-serif;
    --body-fweight: 400;
    --body-transform: none;
    --body-fsize: 17px;
    --h1-family: Epilogue, Arial, Helvetica, sans-serif;
    --h1-fweight: 800;
    --h1-fsize: 40px;
    --h1-fspace: -0.04375em;
    --h2-family: Epilogue, Arial, Helvetica, sans-serif;
    --h2-fweight: 800;
    --h2-fsize: 30px;
    --h2-fspace: -0.03333em;
    --h3-family: Epilogue, Arial, Helvetica, sans-serif;
    --h3-fweight: 800;
    --h3-fsize: 21px;
    --h3-fspace: -0.03571em;
    --h4-family: Epilogue, Arial, Helvetica, sans-serif;
    --h4-fweight: 700;
    --h4-fsize: 17px;
    --h4-fspace: -0.02941em;
    --h5-family: Epilogue, Arial, Helvetica, sans-serif;
    --h5-fweight: 700;
    --h5-fsize: 16px;
    --h5-fspace: -0.03125em;
    --h6-family: Epilogue, Arial, Helvetica, sans-serif;
    --h6-fweight: 700;
    --h6-fsize: 14px;
    --h6-fspace: -0.03571em;
    --cat-family: Almarai, Arial, Helvetica, sans-serif;
    --cat-fweight: 700;
    --cat-fsize: 11px;
    --meta-family: Almarai, Arial, Helvetica, sans-serif;
    --meta-fweight: 400;
    --meta-fsize: 12px;
    --meta-b-family: Almarai;
    --meta-b-fweight: 700;
    --input-family: Almarai;
    --input-fweight: 400;
    --input-fsize: 14px;
    --btn-family: Almarai;
    --btn-fweight: 700;
    --btn-fsize: 13px;
    --menu-family: Epilogue;
    --menu-fweight: 700;
    --menu-fsize: 15px;
    --submenu-family: Epilogue;
    --submenu-fweight: 500;
    --dwidgets-family: Epilogue;
    --dwidgets-fweight: 700;
    --headline-family: Epilogue;
    --headline-fweight: 900;
    --headline-fsize: 52px;
    --headline-fspace: -0.03846em;
    --tagline-family: Almarai;
    --tagline-fweight: 400;
    --tagline-fsize: 24px;
    --heading-family: Epilogue;
    --heading-fweight: 700;
    --subheading-family: Almarai;
    --subheading-fweight: 400;
    --quote-family: Epilogue;
    --quote-fweight: 700;
    --quote-fstyle: italic;
    --excerpt-family: Almarai;
    --excerpt-fweight: 400;
    --bcrumb-family: Almarai;
    --bcrumb-fweight: 700;
    --bcrumb-fsize: 13px;
    --readmore-fsize: 13px;
    --headline-s-fsize: 48px;
    --tagline-s-fsize: 22px;
	--icon-code: "\e983";
    --icon-color: #00D084;
    --dark-icon-color: #FFFFFF;
}



:root {
       --wp--preset--font-family--manrope: Almarai, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-content li:before {
    font-family: 'ruby-icon';
}

h1, .h1 {
    font-family: var(--h1-family);
    font-size: var(--h1-fsize);
    font-weight: var(--h1-fweight);
    font-style: var(--h1-fstyle);
    line-height: var(--h1-fheight, 1.2);
    letter-spacing: var(--h1-fspace);
    text-transform: var(--h1-transform);
}

h2, .h2 {
    font-family: var(--h2-family);
    font-size: var(--h2-fsize);
    font-weight: var(--h2-fweight);
    font-style: var(--h2-fstyle);
    line-height: var(--h2-fheight, 1.25);
    letter-spacing: var(--h2-fspace);
    text-transform: var(--h2-transform);
}

h3, .h3
 {
    font-family: var(--h3-family);
    font-size: var(--h3-fsize);
    font-weight: var(--h3-fweight);
    font-style: var(--h3-fstyle);
    line-height: var(--h3-fheight, 1.3);
    letter-spacing: var(--h3-fspace);
    text-transform: var(--h3-transform);
}

h4, .h4 {
    font-family: var(--h4-family);
    font-size: var(--h4-fsize);
    font-weight: var(--h4-fweight);
    font-style: var(--h4-fstyle);
    line-height: var(--h4-fheight, 1.45);
    letter-spacing: var(--h4-fspace);
    text-transform: var(--h4-transform);
}

h5, h5 {
    font-family: var(--h5-family);
    font-size: var(--h5-fsize);
    font-weight: var(--h5-fweight);
    font-style: var(--h5-fstyle);
    line-height: var(--h5-fheight, 1.5);
    letter-spacing: var(--h5-fspace);
    text-transform: var(--h5-transform);
}

h6, .h6 {
    font-family: var(--h6-family);
    font-size: var(--h6-fsize);
    font-weight: var(--h6-fweight);
    font-style: var(--h6-fstyle);
    line-height: var(--h6-fheight, 1.5);
    letter-spacing: var(--h6-fspace);
    text-transform: var(--h6-transform);
}

b, strong {
    font-weight: 700;
}

.wp-block-post-title  {
	font-family: var(--body-family);
    font-size: var(--headline-fsize, var(--h1-fsize));
    font-weight: var(--headline-fweight, var(--h1-fweight));
    font-style: var(--headline-fstyle, var(--h1-fstyle));
    line-height: var(--headline-fheight, var(--h1-fheight, 1.2));
    letter-spacing: var(--headline-fspace, var(--h1-fspace));
    text-transform: var(--headline-transform, var(--h1-transform));
    color: var(--headline-fcolor, var(--h1-fcolor));
}

h1 {
    color: var(--h1-fcolor);
}

h2 {
    color: var(--h2-fcolor);
}
h3 {
    color: var(--h3-fcolor);
}
h4 {
    color: var(--h4-fcolor);
}
h5 {
    color: var(--h5-fcolor);
}
h6 {
    color: var(--h6-fcolor);
}
h2, .h2 {
    font-family: var(--h2-family);
    font-size: var(--h2-fsize);
    font-weight: var(--h2-fweight);
    font-style: var(--h2-fstyle);
    line-height: var(--h2-fheight, 1.25);
    letter-spacing: var(--h2-fspace);
    text-transform: var(--h2-transform);
}

header{
  position:relative;
  z-index:9999;
}

.entry-content li:before {
    display: inline;
    padding-right: 7px;
	content:'\25CF';
    vertical-align: middle;
    color: var(--icon-color, inherit);
}

.entry-content  ul, .entry-content  ol {
    padding-left: 0;
    list-style: none;
}

.entry-content>*{
    margin-block-start: 0;
    margin-block-end: 25px;
}

.wp-block-heading, .entry-content>h2, .entry-content>h3, .entry-content>h4, .entry-content>h5, .entry-content>h6
 {
    margin-block-start: 0;
    margin-block-end: calc(25.5 * .6);
}

.w-100__max{
	max-width:100%;
}

.w-720__max{
	max-width:720px;
}

.w-50{
	width:50%;
}

.color_white{
    color: #ffffff!important;
}

.relative{
	position:relative;
}

body .reg-btn{
	border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-color: #333;
    border-style: solid;
    box-shadow: 0px 0px 0 #00000026;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 100%!important;
    width: auto;
}

.p-0{
	padding-left:0;
	padding-right:0;
}

.column{
	flex-direction: column;
    flex-wrap: nowrap;
}

.header-search{
	cursor:pointer;
}

.custom-header{
	 max-width: 1260px;
	gap: 20px 20px;
    height: 100%;
    margin: 0 auto;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}

body .custom-sub-header{
	 max-width: 1260px;
	 margin: 0 auto;
}

body .custom-sub-header .wp-block-navigation-item{
	 font-weight: 700;
}

body .custom-sub-header .wp-block-navigation-item:after {
    content: '|';
	margin-left:5px;
}

body .custom-sub-header .wp-block-navigation-item:last-child:after {
    display: none;
}

.w-100{
	width:100%;
}


.custom-header_col_1{
	padding:10px;
}

.custom-header_col_2{
	justify-content:flex-end;
}

.custom-header_nav{
	display: flex;
    align-items: center;
}

.custom-header_nav > div {
	padding:0;
}

.custom-header_nav > div a {
	color:#fff;
}

.custom-soc-icons{
	display:flex;
	justify-content:flex-end;
}

.custom-header_nav .wp-block-navigation-item {
	padding-right: 12px;
    padding-left: 12px;
}

.custom-header_nav  .wp-block-navigation .wp-block-navigation-item__label{
	font-size: 15px;
    font-weight: 700;
}

.parent-header   .wp-block-social-links {
	margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #88888888;
}

.parent-header  .wp-block-navigation-submenu {
	border-radius:12px;
	/*padding: 7px 0;*/
	transition: top 0s, opacity .2s cubic-bezier(.32, .74, .57, 1), margin .2s cubic-bezier(.32, .74, .57, 1)!important;
}

.parent-header .wp-block-social-links .wp-social-link svg,.popup-social-icons .wp-block-social-links .wp-social-link svg {
    height: 30px;
    width: 30px;
}

.custom-sub-header .wp-block-navigation-item__content{
	font-size: 12px;
}

.wp-social-link-telegram,.subscribe-block__soc-icons span[aria-label="telegram"]{
    cursor: pointer;
}

.wp-block-social-link-anchor,.subscribe-block__soc-icons span[aria-label="telegram"] a{
    pointer-events: none; 
}

footer .wp-block-social-links .wp-social-link svg {
    height: 2em;
    width: 2em;
}

.popup-social-icons{
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.popup-social-icons .wp-block-social-links{
	border: unset!important;
}

.mobile-icons .uagb-infobox-icon-above-title{
	max-width:122px;
}

.header-search{
	position:relative;
}

.header-dropdown {
    position: absolute;
	top: calc(300% - 1px);
    right: -50px;
	display: block;
    visibility: hidden;
    margin-top: 20px;
    min-width: 280px;
    max-width: 420px;
    overflow: hidden;
    z-index: 9999;
    background: linear-gradient(to right, #fff, #f8f8f8);
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    border-radius: 10px;
    opacity: 0;
    /*pointer-events: none;*/
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* Показываем dropdown при hover родителя меню */
.header-search.activated > .header-dropdown {
    transform: translateY(0);
	top: calc(100% - 1px);
    bottom: auto;
    visibility: visible;
    max-width: 1240px;
    margin-top: 0;
    pointer-events: auto;
    opacity: 1;
}

/* Flex внутренняя структура */
.search-form-inner {
    display: flex;
    align-items: center;
    padding: 12px 18px;
}

/* Иконка поиска */
.search-icon svg {
    width: 30px;
    height: 30px;
    fill: #555;
}

/* Поле ввода */
.search-text .field {
    flex: 1;
    margin: 0 10px;
    padding: 8px;
	border:unset;
    outline: none;
}

/* Кнопка стрелка */
.arrow-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 20px;
    box-sizing: content-box;
    border: 2px solid #5a5a5a;
    border-radius: 50%;
    background: transparent;
    color: #5a5a5a;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-button:hover {
    border-color: #007bff;
    color: #007bff;
}

.arrow-icon {
    font-size: 11px;
    line-height: 1;
    display: block;
}

.parent-sub-header  .wp-block-navigation {
	 overflow-x: auto !important; 
	 overflow-y: hidden;
	 white-space: nowrap; 
	 max-width: 100%;
}

.parent-sub-header .wp-block-navigation__container{
	 display: flex;
     flex-wrap: nowrap;
}

.uagb-modal-popup-wrap .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container {
	  background-color:#16181c!important
}

.uagb-modal-popup-wrap .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content{
	 padding: 0 1em!important;
}

.mobile-trigger-menu{
	width:auto!important;
}

.mobile-logo-wrap .custom-logo{
	width: 100%!important;
    max-height: 42px;
}

.wp-dark-mode-switch-styled path{
	fill:#fff;
}

/* Оба SVG по умолчанию видны */
.wp-dark-mode-switch-styled .switch-inner span svg {
    transition: opacity .25s ease;
}

/* Когда активен — скрываем ПЕРВЫЙ спан, показываем второй */
.wp-dark-mode-switch-styled.active .switch-inner span:first-child svg {
    opacity: 0;
}
.wp-dark-mode-switch-styled.active .switch-inner span:nth-child(2) svg {
    opacity: 1;
}

/* Когда НЕ активен — наоборот */
.wp-dark-mode-switch-styled:not(.active) .switch-inner span:first-child svg {
    opacity: 1;
}
.wp-dark-mode-switch-styled:not(.active) .switch-inner span:nth-child(2) svg {
    opacity: 0;
}

.uagb-block-354183d5 .wp-block-navigation__container {
	font-weight:700;
	color: #fff !important;
}

.uagb-block-354183d5 .header-dropdown {
	position: static;
    visibility: visible;
    opacity: 1;
    max-width: 100%;
}

.menu-heading{
	margin-bottom: 10px!important;
	padding-top: 10px!important;
    padding-bottom: 10px!important;
	color: #fff !important;
}

.search-heading{
	margin-bottom: 10px!important;
	color: #fff !important;
}

.search-text input{
	width:80%;
}

.subheader-left-block{
	display:flex;
}


footer>.wp-block-group{
	display: flex;
	border-radius:10px;
    flex-direction: column;
    gap: 20px;
	max-width: 1260px;
	padding:40px;
	padding-left: calc(5% / 4);
    padding-right: calc(5% / 4);
	margin: 0 auto;
	box-shadow: 10px 0px 40px 0px rgba(0, 0, 0, .2);
}

footer>.wp-block-group > div{
	width:100%;
}

.the-logo-wrap{
	display: flex;
}

.the-logo .the-logo-wrap .wp-block-uagb-info-box {
	width: 90px;
    display: flex;
    align-items: center;
}

.the-logo-wrap  .uagb-ifb-content img{
	width: 100%;
    height: 100% !important;
	object-fit: contain;
}

.parent-sub-header {
	margin-bottom: 20px !important;
}

.footer-bottom-left{
	display:flex;
	align-items: center;
}

footer .wp-block-separator{
	border-width: 0 0 3px 0;
}



@media (min-width: 1026px) {
    .hidden-desktop{
        display: none!important; 
    }
}

@media ( max-width: 1260px) {
	.parent-sub-header{
		margin-bottom:10px!important;
	}
	.wp-site-blocks>div{
		margin-left:10px!important;
		margin-right:10px!important;
	}
	
	footer>.wp-block-group, footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media ( max-width: 1260px) {
    .top-register .wp-block-button__link{
    	font-size:12px!important;
    }
}

@media (max-width: 1025px) {
	.submenu-right-wrap{
		gap:10px;
	}
	
	.uagb-block-354183d5 .uagb-modal-popup-wrap {
		height:100%!important;
	}
	
	.logged-in  .uagb-block-354183d5{
		top: 117px!important;
	}
	
	 .uagb-block-354183d5{
		top: 84px!important;
	}
	
	.uagb-block-354183d5 .uagb-modal-popup-content{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: linear-gradient(180deg, #0b0e14 0%, #151922 100%);
	}

	.parent-sub-header,.parent-mobile-header{
		padding-right: 20px!important;
    	padding-left: 20px!important;
	}
	/*
	.parent-sub-header {
		background:#000!important;
	}
	*/
	body .custom-sub-header .wp-block-navigation-item{
		font-size:13px!important;
	}
	
     .hidden-mobile {
        display: none!important;
    }
	
	footer>.wp-block-group, footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.the-logo-wrap{
		flex-wrap:wrap;
	}
	
	.the-logo .the-logo-wrap .wp-block-uagb-info-box {
    	width: 67px;
	}
	
	.footer-bottom{
		gap:10px;
	}
	
	.mobile-icons {
		flex-direction: row;
    	flex-wrap: nowrap;
        justify-content: flex-start;
	}
}

@media (max-width: 782px) {
    .home-top__aside-banner-wrap .uagb-ifb-desc{
       padding: 5px!important;
    }
    
    .home-top__aside-banner-wrap .uagb-ifb-desc:before {
       border-bottom: 27px solid rgba(45, 175, 85, 1);
       border-right: 27px solid transparent;
    }
    
    .home-top__aside-banner-wrap .uagb-ifb-desc:after{
        width: 27px;
        height: 27px;
    }
    
    .home-top__aside-banner--copy .uagb-ifb-desc {
    	margin-bottom:0!important;
    }
}

@media (max-width: 768px) {
	
	.logged-in .uagb-block-354183d5{
		top: 130px!important;
	}
		
	.uagb-block-354183d5{
		top: 84px!important;
	}
    
    .subheader-left-block{
      flex-basis: 100%!important;
    }
}