/*
Theme Name: Alfa Theme
Author: WebDev 
Description: The theme is designed to take full advantage of the custom pages creation.
Version: 1.1
*/



* { margin:0; padding:0; box-sizing:border-box; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;}
body { overflow-x:hidden; position: relative; background: var(--main);}
a {text-decoration:none; transition: 0.3s; }
input, button {border:none; box-shadow:none; transition:0.3s;}
input {outline:none;}
p, span, li, a { font-size:18px; line-height:30px;}
h1, h2, h3, h4, h5, h6 {text-align:center; padding: 20px 0; color: var(--text);}
p, span, li, h1, h2, h3, a, b, i, label, input, button, td, tr, figcaption { color: var(--text);}
p {padding-bottom:20px;}
li {list-style:none;}
button { cursor:pointer; background:transparent;}
img {max-width:100%; display:block;}
i {font-style:normal;}

.wrapper {width:95%; max-width:1200px; margin:0 auto;}


:root{
--main: #00204b;	
--gradient: linear-gradient(103.42deg,#0f78d8 6.06%,#000 77.61%);
--text: #fff;
--header: #0a519e;
--header-gradient: linear-gradient(0deg,rgba(0,50,102,0) 0,#003266 73%,#003266 98%);

--color-primary: #ffcf00;
--color-secondary: #5d35f5;
--color-font1:#9b9bb3;
--color-back:#242432;

--color-hover:#373748;

--border_button: 5px;
--shadow-primary: 0 0 50px 5px rgba(0, 0, 0, 0.1);
--border: 15px;

--gradient-yellow: linear-gradient(180deg,#ffd600,#ffba00);
--gradient-yellow-hover: linear-gradient(180deg,#ffe871,#ffc938);
--gradient-violet: linear-gradient(180deg,#9537df,#5d35f5);
--gradient-violet-hover: linear-gradient(180deg,#aa45fa,#6a43ff);
}





/*  Header  */

header {padding:8px 0; position:fixed; top:0; left:0; width:100%; background-image: var(--header-gradient);  background-color: var(--header); z-index:9; box-shadow: var(--shadow-primary); }
.header_top {width:100%; justify-content: space-between; align-items:center; display:flex; }
.header .logo img {width:215px; height:35px;}

.header .buttons button {padding: 10px 20px; font-weight: 500; line-height: 1.2; color: #fff; text-transform: uppercase; border-radius: 50px; background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00); transition: all .3s ease-in-out;}
.header .buttons .logButton {margin-right:15px; background-image: linear-gradient(0deg, #428cdc 0, #509aea 97%, #509aea);}
.header .buttons .regButton {box-shadow: 0 10px 30px rgb(250 65 0 / 40%);}
.header .logButton:hover {background-image: linear-gradient(0deg, #1667c1 0, #509aea 97%, #509aea);}
.header .regButton:hover {background-image: linear-gradient(0deg, #fa8100 0, #fa8100);}

.menuDesktop {display:flex; justify-content:center;}
.menuDesktop li {display:inline-block;margin:0 10px;} 
.menuDesktop a {font-size:15px; line-height:20px;padding:5px; border-radius:5px; color:var(--color-font1);}
.menuDesktop a:hover {color:#fa5e00;}
.menuDesktop a[aria-current] {color: #fa5e00; position:relative; padding-bottom: 6px;}




/*  Header  submenu */

.menuDesktop .menu-item-has-children {position:relative;}
.deskMenu .sub-menu-wrap { display:none;  position: absolute; left:-20px; top:20px; padding-top: 20px;  }
.deskMenu .sub-menu {background: var(--header); 
box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1); width:180px; padding: 10px;}
.menuDesktop .sub-menu li {display:block; }
.deskMenu .menu-item-has-children:hover > .sub-menu-wrap {display: block;}


/* Burger */

.headerDesktop .burger {display: none;}
.burger img {width:28px; height:28px;}
.menu_mobile,amp-sidebar {background: var(--main);box-shadow: var(--shadow-primary);
width: 100%; padding: 0 30px; max-width: 350px; min-height: 100vh;
position: fixed; top: 0; right: -100%; display: block; transition: right 0.8s; z-index: 11;}
.menu_mobile.show  {right: 0; transition: right 0.8s;  }
header .overlay {display: none;width: 100%; height: 100vh;background: rgba(0,0,0,0.5);
position: absolute;top: 0;left: 0;z-index: 9;}
header .overlay.active {display: block;}
.menu_mobile .close {display: flex;justify-content: center;padding: 20px 0;}
.menu_mobile .close img {width: 28px; height:28px;}
.menu_mobile ul {display: flex;align-items: flex-start;flex-direction: column;}
.menu_mobile .sub-menu {padding-left:20px;}



/* Langs switcher */

.lang_choose .choose { padding: 0 14px;display: flex;justify-content: space-between;align-items: center;
position: relative; height: 100%; cursor: pointer;}
.lang_choose span {position: relative; padding: 0 18px 0 0px!important;}
/* .lang_choose span:after {content: ''; width: 10px; height: 10px; position: absolute; top:2px; right: 0; 
background: url(/wp-content/themes/mostbet999/img/menu_down.png)no-repeat; background-size: cover;} */
.lang_choose img {width: 18px; height: 18px;border-radius: 50%;margin-right: 8px;}
.lang_choose  a, .lang_choose .choose span {color: #FFF; padding: 0 11px;font-size: 13px;font-weight: 600;}


.lang_choose .submenu {position:absolute; top:30px; left:0; background: var(--header); width: 230px; display:none; }
.submenu div {display:flex; align-items:center;}
.submenu img, .choose img {width:18px; height:18px; border-radius:50%; margin-right:8px;}
.submenu a {display:flex; width:100%; padding:5px 10px 5px 14px; align-items: center;}
   
.lang_choose:hover .submenu {display:block;}



/* AMP */

.header.pam_content {display:flex; justify-content:space-between;}
amp-script {opacity:1;}
.amp-sidebar-mask {background: rgba(0,0,0,0.5)!important; z-index:10!important;}
amp-sidebar { min-width: 320px; opacity: 1!important;  }
amp-sidebar .closeButton { padding: 20px 0 19px 0;text-align: center;margin: 0 auto;display: block;}
amp-sidebar .closeButton img {width:28px; height:28px;}
amp-sidebar ul { max-height: 80vh; flex-wrap: wrap; display: flex;}
amp-sidebar .sub-menu {padding-left:20px;}
amp-sidebar ul li {display: block; width: 100%;}

.lang_choose .choose .toggled {display:flex; align-items:center;}
#amp-mobile-version-switcher {display:none;}



/* CONTENT */

.content_page {padding:80px 20px 40px 20px;}
.content_wrapper {display: flex;}

h1 {font-size: 36px; line-height: 40px;}
h2 {font-size: 32px; line-height: 40px;}
h3 {font-size: 26px; line-height: 36px;}
h4 {font-size: 20px; line-height: 28px;}
h5, h6 {font-size: 18px; line-height: 28px;}

.content_page a {color:var(--color-primary); text-decoration:none;}
.content_page a:hover {text-decoration:underline;}
.content_page section {background:#003266; border-radius: var(--border); margin-bottom:20px; padding:10px;}

.main__sidebar {
	position: sticky;
	margin-right: 20px;
    height: 100%;
    top: 80px;
    width: calc(320px + 10px);
	background-color: #003266;
	border-radius: 15px;
}

.main__sidebar-banner {
    position: relative;
    width: 100%;
    padding: 15px 20px 5px;
    text-align: center;
    background-image: url(/wp-content/themes/alfatheme/img/sidebar/double_lines.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    top:20px;
}

.main__sidebar-banner::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/wp-content/themes/alfatheme/img/sidebar/crown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 87px;
    height: 59px;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
}

.main__sidebar-banner-title {
    margin-top: 12px;
    margin-bottom: 5px;
    padding: 0 12px;
    line-height: 1;
    text-transform: uppercase;
	font-weight: 500;
    font-size: 18px;
}

.main__sidebar-banner-bonus {
    padding: 0 8px;
    min-height: 30px;
    line-height: 1;
    color: #ffba00;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.main__sidebar-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-top: 7px;
    min-width: 126px;
    line-height: 40px;
    box-shadow: 0 11px 27px rgb(250 65 0 / 63%);
    background-color: #fa4d00;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa8100);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
}

.main__sidebar-list {
    margin-bottom: 10px; margin-top: 20px;
}

.main__sidebar-item {
    border-top: 2px solid #043e7d;
}

.main__sidebar-item:first-child {
    border: none;
}

.main__sidebar-item-btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    color: #fff;
    transition: all .2s;
    padding-left: 15px;
}

.main__sidebar-item-btn:hover {
    color: #1183d3;
}

.main__sidebar-item-btn:focus {
    color: #ffba00;
}

.main__sidebar-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.sidebar__form-icon img {
	width: 20px;
	height: 20px;
}

.sidebar__form-search {
    display: flex;
    align-items: center;
}

.sidebar__form-input {
    position: relative;
    margin-top: 10px;
    padding: 5px 15px;
    padding-left: 40px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
	color: #1183d3;
	text-align: left;
    border: 2px solid #0d4177;
    background-color: #003266;
}

.sidebar__form-icon {
    position: absolute;
    margin-bottom: -11px;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.sidebar__games {
    background-color: #fff;
    border-radius: 15px;
}

.sidebar__games-item {
    border-top: 2px solid #e8ecf1;
}

.sidebar__games-item:first-child {
    border: none;
}

.sidebar__games-btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #000;
    text-transform: uppercase;
    transition: all .2s;
    padding-left: 15px;
}

.sidebar__games-btn:hover {
    color: #1183d3;
}

.sidebar__games-btn:focus {
    color: #fa4d00;
}

.sidebar__games-icon {
    display: inline;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 60px;
    vertical-align: middle;
    fill: #9ea7b2;
}

.main__content {width: calc(100% - 240px);}

.main__content-text {
	padding: 0 10px;
}


.banner {margin-bottom: 30px; background: url(/wp-content/themes/alfatheme/img/banner.webp)no-repeat; background-size: cover;
background-position: center; border-radius: 15px; box-shadow: -3px 15px 17px 0px rgba(109, 184, 242, 0.3);}
.banner__info {width: 580px; padding: 30px;}
.banner__title {text-transform: uppercase; font-size: 36px; line-height: 50px; font-weight: 600;}
.banner__aftertitle {font-size: 28px; line-height: 40px;}
.banner__info button {box-shadow: 0 10px 30px rgb(250 65 0 / 40%); padding: 10px 20px;
font-weight: 500;  line-height: 1.2; color: #fff; text-transform: uppercase;
border-radius: 50px; background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
transition: all .3s ease-in-out; font-size: 24px;}
.banner__info button:hover {background-image: linear-gradient(0deg, #fa8100 0, #fa8100);}

.games__descr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.games__descr-btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 10px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 50px;
    background-color: #003266;
    background-image: url(/wp-content/themes/alfatheme/img/arrow.svg);
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    transition: .2s;
}

.games__descr-btn:hover {
    background-color: #1667c1;
}

.games__title {
	padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 57px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.games__title::after {
    position: absolute;
    content: "";
    width: 44px;
    height: 50px;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.top-title::after {
    background-image: url(/wp-content/themes/alfatheme/img/games-icon-1.svg);
}

.games__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.games__item {
    position: relative;
}

.games__item-info {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    background-color: rgba(0, 50, 102, .8);
    border-radius: 15px;
}

.games__item-info:hover {
    opacity: 1;
}

.games__item-img {
    border-radius: 15px;
    width: 211px;
    height: 137px;
}

.games__item-icon {
    padding: 5px;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 25px;
    height: 25px;
    background-color: #35a1dd;
    border-radius: 50%;
    z-index: 2;
}

.games__item-text {
    display: inline-flex;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 3px;
    left: 35px;
    right: 35px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
    margin-top: 2px;
    max-height: 32px;
    font-size: 14px;
    line-height: 1.1;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 0;
    color: #99caff;
}

.games__item-text:hover {
    color: #fa8100;
}

.games__btn-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.games__icon-play {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    border-radius: 50%;
}

.games__btn-demo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: none;
    border: none;
    padding: 3px 10px;
    color: #002347;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s;
    background-color: #428cdc;
    border-radius: 20px;
}

.games__btn-demo:hover {
    color: #fff;
}


/* 404 */
.page404 {min-height:100vh; display:flex; justify-content:center; flex-direction:column;}
.page404 img {margin:0 auto; border-radius: var(--border); display: block;}
.button404 {display:flex; justify-content:center;}
.button404 button {padding: 4px 14px; font-size:18px; border: 1px solid #fa5e00;}





/* Lists   */
.content_page ul {margin-left: 15px; margin-bottom: 20px; display:flex; justify-content:space-between;flex-wrap:wrap;list-style:none;  }
.content_page ul li {width:48%; position: relative; padding-bottom:10px; padding-left:35px;}
.content_page ul li:before, .wp-block-column ul li:before {position: absolute; width: 20px; height:20px;
background: url(/wp-content/themes/alfatheme/img/list.png)no-repeat; background-size:cover;
content: ""; left: 0; top:5px;}
.wp-block-column ul li {position: relative; padding-bottom:10px; padding-left:35px;}

.content_page ol {margin-left: 30px; margin-bottom: 20px; display:flex; justify-content:space-between;flex-wrap:wrap;}
.content_page ol li {list-style: decimal; position: relative; padding-left:10px; margin-bottom: 10px; width:48%;}
.content_page ol li::marker {font-size:17px; color:#fff; }
.content_page ol li:before {content:''; width:26px; height:26px; background:var(--gradient); border-radius:50%; position:absolute; top:2px;
left:-26px; z-index:-1;}

.content_page li > ul li {width:100%;}
.content_page li > ul li:before {position: absolute; width: 20px; height:20px;
background: var(--color-primary); background-size:cover;
content: ""; left: 0; top:5px; border-radius:50%;}

.wp-block-column ol li, .wp-block-column ul li {width:100%!important;}



/* BREADCRUMBS   */

.rank-math-breadcrumb p {padding-bottom:0; line-height: 24px;}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {font-size:15px; line-height: 25px;}



/* IMG content */

.wp-block-image { margin: 0 auto; margin-bottom:20px;width: 100%; max-width: 800px; display:flex; flex-direction: column;}
.wp-block-image figure {margin: 0 auto; display: flex; justify-content: center;
flex-direction: column;}
.wp-block-image img {height: 100%; max-height: 500px; width: auto; margin: 0 auto; margin-bottom: 15px; border-radius: var(--border);}
.wp-block-image figcaption {text-align: center; color: #eee; font-size: 14px;}

.wp-block-columns {display:flex; align-items:center;}
.wp-block-column {width:50%;}
.wp-block-columns img {max-height: 500px !important; width: auto;
max-width: 100% !important; margin:0 auto; margin-bottom: 10px; border-radius: var(--border);}

.wp-block-media-text {display:flex; justify-content:space-between; align-items: center;
margin:15px 0; flex-wrap: wrap;}
.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text__media {width:48%;}
.wp-block-media-text img {max-height: 500px !important; width: auto; }

.wp-block-columns ul li {width:100%;}


/* Table content */

.wp-block-table {max-width: 100%;overflow-x:auto;}
.wp-block-table table {width:100%;  border-collapse: collapse; margin-bottom:20px;}
.wp-block-table table td { text-align:center; border: 1px solid rgba(251,251,251,.1); padding:10px;}
.wp-block-table table tr:nth-child(2n) {background:#003266;}




/* BLOCKQUOTE */

blockquote {background:#00204b; border-radius:var(--border); padding:20px 20px 0 40px;
margin-bottom:20px; box-shadow:var(--shadow-primary); position:relative;}
blockquote:before {content:''; position:absolute; top:0; left:0; height:100%; width:10px; border-radius:var(--border);
box-shadow: 0 11px 27px rgb(250 65 0 / 63%); background-color: #fa4d00; background-image: linear-gradient(0deg, #fa4d00 0, #fa8100); }



/* FAQ */

.content_page .rank-math-answer {display: none;}
.content_page.pam_content .rank-math-answer {display: block;}
.rank-math-answer.active { display: block;}
.rank-math-list-item {background: #04386e url('/wp-content/themes/alfatheme/img/open.svg') no-repeat;
background-size: 30px; background-position: 96% 19px;  cursor: pointer; border-radius:var(--border);
position: relative; padding: 20px 50px 20px 40px; margin-bottom: 20px; box-shadow:var(--shadow-primary);
border:5px solid #0a519e;}
/* .rank-math-list-item:before {content:''; position:absolute; top:0; left:0; height:100%; width:10px; border-radius: var(--border);
background:var(--gradient);} */
.rank-math-list-item.minus {background: #04386e url('/wp-content/themes/alfatheme/img/close-faq.svg') no-repeat;
background-size: 30px;background-position: 96% 19px;}
.rank-math-question {text-align:left;  padding-bottom:0;}
.rank-math-question span, .rank-math-question { font-size:20px!important;line-height:30px!important; 
padding-bottom:0; padding-top:0; }
.rank-math-answer p { padding-top:5px; padding-bottom:0px;}

#rank-math-faq { position: relative; z-index: 4; }


/* TABLE OF CONTENTS */

#alfa__contents input[type='checkbox'] { display: none; } 
#alfa__contents { margin: 1.2rem 0; } 
.lbl-toggle {display: inline-block; font-weight: bold; font-family: monospace; font-size: 15px; text-transform: uppercase; text-align: center;
padding: 10px; color: #DDD; background: #0069ff; cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out; } 
.lbl-toggle:hover { color: #FFF; } .lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent;
border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } 
.alfa__contents-submenu { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; display: flex;
flex-direction: column; } 
.toggle:checked + .lbl-toggle + .alfa__contents-submenu { max-height: 1000px; } 
.toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.alfa__contents-submenu a {color:#fff;}




/* Footer */

footer {background: #04386e; padding:30px 0 60px 0; box-shadow: var(--shadow-primary);}
.footerInner .copy {text-align:center; padding-bottom:15px;}
.footerInner .copy span { font-size:15px;}
.footerInner .copy a {color:#9b9bb3;}
.footerInner .copy a:hover {color:var(--color-primary);}

.footerLinks {border-top:1px solid #ddd; padding:10px 0 20px 0;max-width: 90%; margin: 0 auto; }
.footerLinks ul {display:flex; justify-content:center; flex-wrap:wrap;}
.footerLinks ul li {font-size:16px; line-height:25px; margin:0 8px; text-align:center;}
.footerLinks ul li a:hover {color: #fa5e00;}


/* Scroll to top */

.scrollToTop {opacity:0; background: #fa5e00; width:30px; height:30px; transition:0.4s;
border-radius: 50%;position:fixed; bottom:70px; right:30px; box-shadow: var(--shadow-primary);
display:flex; justify-content:center; align-items:center; cursor: pointer; z-index: 5;}
.scrollToTop img {width:15px; height:15px;}
.scrollToTop.pam_content {opacity:1;}


/* Fixed buttons */
.fixed_buttons {display: none; position: fixed; width: 100%; padding: 12px 0; justify-content: center; background: var(--main);
box-shadow:var(--shadow-primary); bottom: 0; left: 0; z-index:8;}
.fixed_buttonsInner {display:flex; justify-content: center; align-items:center;}
.fixed_buttons button {border-radius: 50px; padding:10px 10px; color:#fff;  text-transform:uppercase;
font-size:16px; width:48.5%; max-width:200px; margin:0 10px; background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);}
.fixed_buttons .logButton {background-image: linear-gradient(0deg, #428cdc 0, #509aea 97%, #509aea);}

.buttonWrapper {margin:15px 0; display:flex; justify-content:center;}
.buttonWrapper button {background:var(--color-secondary); padding:15px 30px; border-radius:30px; color:#fff; font-weight: bold;
font-size: 16px; text-transform:uppercase;}
.buttonWrapper button:hover {background:var(--color-primary);}





@media screen and (max-width: 500px) {
.buttonsApp button {margin:15px 0px;}	
}



@media screen and (max-width: 1250px) {

.headerDesktop .burger {display: flex;align-items: center;	}
header .deskMenu {display: none!important;}
.header .buttons {display:none;}
.header .logo img {height: 100%;}
	
.header .logo amp-img { width: 180px; }

.lang_choose:hover .submenu {display:none;}
.lang_choose .submenu.show {display:block;}


.content_page {padding: 60px 20px 10px 20px;}
	
.main__sidebar {display:none;}	
	
.games__list {
	justify-content: center;
	gap: 10px;
}

.banner {
	margin-bottom: 10px;
}	
	
.banner__info {width:100%; 	text-align: center; padding: 20px;}
	
.banner__title {
    font-size: 26px;
    line-height: 32px;
	padding-bottom: 10px;
}
	
.banner__info button {
	padding: 5px 15px; display: block;
	margin: 0 auto; margin-top:15px;
}

.fixed_buttons {display:block;}
.footerLinks {padding:10px 0 40px 0; }


.wp-block-column {width:100%;}
.wp-block-columns img {max-height: 300px !important;}
.wp-block-columns {flex-wrap:wrap!important;}




h1 {font-size: 26px; line-height: 30px;}
h2 {font-size: 22px; line-height: 32px;}
h3 {font-size: 20px; line-height: 30px;}
h4 {font-size: 18px; line-height: 28px;}
h5, h6 {font-size: 16px; line-height: 26px;}

h1, h2, h3, h4, h5, h6 {padding: 10px 0;}

.content_page ul li, .content_page ol li {width:100%;}

.rank-math-question span, .rank-math-question {font-size: 18px !important;line-height: 28px !important;}
.rank-math-list-item {padding: 10px 50px 10px 10px;}

blockquote {padding: 20px 20px 0 28px;}


p, span, li {font-size: 17px; line-height: 22px;}
.content_page ul {margin-left:0;}

.wp-block-media-text__media { width: 100%; display: flex; justify-content: center; }
.wp-block-media-text__media img { max-width: 100%; height: auto; margin-bottom: 15px; }

.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text__media {width:100%;}
.wp-block-media-text__media img {margin:0 auto;}

body .is-layout-flex > * {flex-basis: 100% !important;}
    
.banner__slide-aftertitle {font-weight:bold; background: rgba(0,32,75,0.9); display:inline-block; padding-bottom:0; padding:7px; border-radius: 15px;}    
    
}

@media screen and (max-width: 480px) {
.fixed_buttonsInner {justify-content: space-between;}
.fixed_buttons button { margin:0 0px;}
}