.wp-block-cover{
    position: initial;
/*  margin-bottom: 8px; */
    margin-bottom: 185px;
    
}
.wp-block-cover__background{
    opacity: .6;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container{
    color: #fff;
}
.wp-block-heading h1{
    font-size: 32px;
}

.wp-block-cover .wp-block-cover__inner-container{
    text-align: center;
}

@media screen and (max-width: 768px) {
    .post-entry h1#schedule-a-visit {
        font-size: 20px;
    }
}
.post-entry .wp-block-button__link {
        text-align: center;
        width: 40%;
        background-color: #14d66e;
    }
.post-entry .wp-block-button__link:hover {
    background: #14d66e;
    background-size: 24px;
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    .post-entry .wp-block-button__link {
        text-align: center;
        width: 75%;
        background-color: #14d66e;
    }
}
@media screen and (max-width: 768px) {
    .wp-element-button {
        width: 99%;
    }
}

@media (min-width: 768px) {
.site-header .site-header--row {
    display: none;
}
}
.ams-display-none{
    display: none;
}
.ams-br4s-pic img{
    border-radius: 9px;
}
.ams-wp-block-columns {
    background: #ededef;
    border-radius: 6px;
    padding: 24px 20px;
}



.ams-bunners {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
    max-height: 220px;
    height: 100%
}

.ams-bunner-big {
    background-image: url("/wp-content/uploads/2024/06/bunner-big.webp");
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px
}
.ams-bunner-big {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.ams-bunner__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

p.ams-bunner__title {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2
}

.ams-bunner__descr {
    font-size: 13px;
    text-shadow: 1px 1px 3px;
    opacity: .8;
    color: #ccc;
    margin-bottom: 20px
}

.ams-bunner-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
		padding: 3px;
}

a.ams-bunner__link {
    background-color: #fff;
    margin-right: 15px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
}

a.small__link {
    color: #000;
    mix-blend-mode: lighten
}

a.link__yellow {
    background-color: #f4b44f
}

a.link__gray {
    background-color: #3f414d
}

.ams-bunner__link:last-child {
    margin-right: 0;
}

.ams-bunner-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
		padding: 3px;
	
}

.ams-bunner-item,
.ams-bunner-item--bg-depozit {
    background-size: cover;
    height: 100%;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    background-position: center
}

.ams-bunner-item {
    background-image: url("/wp-content/uploads/2024/06/bonus-banner-cashback.webp");
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.ams-bunner-item--bg-depozit {
    background-image: url("/wp-content/uploads/2024/06/bonus-banner-deposit.webp");
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1300px) {
    .ams-bunners {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: auto;
        max-height: 100%
    }
	.ams-bunner-big {
		padding: 3px;
	}
}
button.small__link {
    color: #000;
    mix-blend-mode: lighten;
}
button.ams-bunner__link {
    margin-right: 15px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
}
button.link__gray {
    background-color: #3f414d;
}
button.link__yellow {
    background-color: #f4b44f;
}
button.link__white {
    background-color: #fff;
			color: #000;
}



.site-header .ams-site-header--menu-btn {
    background: url(/wp-content/themes/a1win/images/mob-menu-icon.svg) 50% / 35px no-repeat #12192c;
    border: 1px solid #12192c;
    border-radius: 4px;
/*     margin-left: 93%; */
/*     margin-top: 7px; */
    display: none;
    height: 32px;
    justify-self: flex-end;
    width: 32px;
}
.site-header .ams-site-header--menu-btn.-toggle {
    background: url(/wp-content/themes/a1win/images/mob-menu-close-icon.svg) 50% / 35px no-repeat #12192c;
}
@media (min-width: 768px) {
.site-header .ams-site-header--menu-btn {
    display: block;
}
.topnav {
  display: block;
}
}

@media (max-width: 768px) {
.topnav {
  display: none;
}
	.header__line--top {
		display: none;
	}
	.header__line--bottom {
		display: none;
	}
}


.ams-top-block{
		position: absolute;
    right: 0px;
    color: #fff;
    background-color: #12192c;
    min-width: 300px;
    max-width: 650px;
    min-height: 200px;
    padding: inherit;
    margin-left: 35px;
    margin-right: 9px;
		border-radius: 10px;
}
.site-header #myLinks {
  display: none;
}
.ams-top-block .ams-site-header--menu-area {
    grid-gap: 20px;
    align-items: center;
    display: grid;
		max-height: calc(100vh - 56px);
    overflow-x: hidden;
    overflow-y: auto;
/*     grid-template-columns: 1fr max-content max-content; */
}
.ams-top-block .ams-site-header__menu {
    text-align: center;
    text-transform: uppercase;

    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
    color: #fff;
    /* background: #12192C; */
    border-radius: 20px;
}
.ams-top-block .ams-site-header__menu {
    grid-column: 1/3;
    grid-row: 1;
    margin-bottom: 64px;
    padding: 0;
    text-align: left;
	}


.ams-top-block .ams-site-header__menu ul {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 24px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 32px;
    background: #12192C;
}
.ams-top-block .ams-site-header__menu ul li {
    font-size: 15px;
    position: relative;
}
.ams-top-block .ams-site-header__menu ul{
    display: block;
    padding: 24px 20px;
	}
.ams-top-block .ams-site-header__menu ul li:not(:last-child) {
    display: block;
    margin-bottom: 20px;
	}
.ams-top-block .ams-site-header__menu ul li > a {
    color: #fff;
    display: block;
    /* padding: 10px 12px; */
    padding: 10px 10px;
}
.ams-top-block .ams-site-header__menu ul li:hover > a {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 24px;
}
.ams-top-block .ams-site-header__menu ul li ul {
    background-color: rgb(28 28 28 / 95%);
    border-radius: 5px;
/*     left: 50%; */
	left: 20%;
    min-width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    /* top: calc(100% + 10px); */
    top: calc(100% + 0px);
    transform: translate3d(-50%, 15px, 0);
    transition: opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.2s;
    visibility: hidden;
    will-change: transform;
    z-index: 99;
}
.ams-top-block .ams-site-header__menu ul li ul:before {
    border-bottom: 10px solid rgb(28 28 28 / 95%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 50%;
		
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
}
.ams-top-block .ams-site-header__menu ul li:hover > ul {
    display: block;
/* 	display: flex;
	flex-wrap: wrap; */
	width: 600px;
	
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 20px;
    pointer-events: auto;
    transform: translate(-50%);
    visibility: visible;
    z-index: 99;
}
.ams-top-block .ams-site-header__menu ul li:hover > ul li {
    background: transparent !important;
    text-align: left;
}
.ams-top-block .ams-site-header__menu ul li:hover > ul li:not(:last-child) {
    margin-bottom: 16px;
}
.ams-top-block .ams-site-header__menu ul li:hover > ul li a {
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    white-space: nowrap;
    width: 100%;
}
.ams-top-block .ams-site-header__menu ul li:hover > ul li a:hover {
    background: transparent;
    text-decoration: underline;
}






.topnav {
  overflow: hidden;
/*   background-color: #333; */
  position: relative;
}

/* .topnav #myLinks {
  display: none;
} */

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
/*   background: black; */
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
/*   background-color: #ddd; */
  color: black;
}

.active {
/*   background-color: #04AA6D; */
  color: white;
}
	


.am-headerm-pic {
/*     position: fixed; */
    max-width: 100%;
    z-index: 1300;
    left: 0;
    right: 0;
    margin: auto;
}
.am-headerm-pic img {
    position: fixed;
    max-width: 90%;
}
@media (max-width: 768px) {
.am-headerm-pic {
        display: none;
}
}

.post-entry h1 {
	margin-top: 1px;
}

/*  */
.container,.container-page{
    margin-left:auto;
    margin-right:auto;
    max-width:1220px;
    padding-left:20px;
    padding-right:20px;
/*     width:100% */
	width:auto;
}
.site-header .site-header--mobile-menu-btn{
    background:url(../images/mob-menu-icon.svg) 50%/45px no-repeat #12192c;
    border:0 solid #12192c;
    border-radius:4px;
    display:none;
    height:32px;
    justify-self:flex-end;
    width:32px;
    margin-right:.099rem;
    margin-left:.099rem
}
.site-header .site-header--mobile-menu-btn.-toggle{
    background:url(../images/mob-menu-close-icon.svg) 50%/35px no-repeat #12192c
}
.btnWrapper{
    display:none;
    justify-self:flex-end;
    align-items:center;
    text-align:center;
    margin-left:-25px
}
.site-header .site-header__aut-btn{
    background:#fff;
    border-radius:5px;
    display:none;
    height:25px;
    width:84px;
    padding:6px;
    color:#12192c;
    -webkit-text-fill-color:#12192C
}
.site-header .site-header__reg-btn{
    background:#0693e3;
    border-radius:5px;
    display:none;
    height:25px;
    width:70px;
    padding:6px;
    color:#fff;
    -webkit-text-fill-color:#ffffff
}
.btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    max-width:-webkit-fill-available;
    border:none;
    border-radius:var(--radiusMedium);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:pointer
}
@media screen and (max-width:768px){
	.ams-bunner-big {
		padding: 3px;
	}
    .container-page{
        padding-top:120px
    }
    .site-header .site-header__logo img{
        height:auto;
        width:135px;
        margin-left:-15px
    }
    .site-header .site-header--mobile-menu-btn{
        display:block
    }
    .site-header .site-header--menu-btn{
        display:none
    }
    .btnWrapper{
        display:flex
    }
    .btn:not(:only-child){
        margin-right:.199rem;
        margin-left:.199rem
    }
    .btn .btn_label{
        border:none;
        text-decoration:none;
        display:inline-block;
        font-size:13px;
        cursor:pointer;
        font-weight:500
    }
    .site-header .site-header__aut-btn,.site-header .site-header__reg-btn{
        display:block
    }
    .site-header .site-header--menu-area{
        grid-gap:16px;
        background:#0a0909e8;
        display:none;
        grid-template-columns:86px 1fr;
        height:calc(100% - 50px);
        left:0;
        overflow-y:auto;
        padding:20px;
        place-content:flex-start;
        position:fixed;
        top:50px;
        width:100%;
        z-index:99999999
    }
    .site-header .site-header--menu-area.-toggle{
        display:grid
    }
}
.promocode,.promocode__inner{
    display:-webkit-box;
    display:-ms-flexbox
}
.promocode{
    display:flex;
    margin:10px 0
}
.promocode__inner{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-negative:0;
    flex-shrink:0
}
.promocode__left,.promocode__right{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox
}
.promocode__left{
    align-self:stretch;
    padding:20px 19px;
    min-width:190px;
    background-color:#12192c;
    background-image:url(data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%231995F3FF' stroke-width='1' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e);
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.promocode__right{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    white-space:nowrap;
    margin-left:-1px;
    padding:6px 15px 5px;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:-webkit-gradient(linear,left top,left bottom,from(#4eb3ff),to(#1995f3));
    background:-o-linear-gradient(top,#4eb3ff 0,#1995f3 100%);
    background:linear-gradient(180deg,#4eb3ff 0,#1995f3 100%);
    border-radius:0 5px 5px 0;
    -ms-flex-negative:0;
    flex-shrink:0;
    height:100%
}
.promocode__link-wrapper{
    border-radius:5px;
    margin-left:15px;
    max-width:240px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:-webkit-gradient(linear,left top,right top,from(#2cb865),to(#089e4e));
    background:-o-linear-gradient(left,#2cb865 0,#089e4e 100%);
    background:linear-gradient(90deg,#2cb865 0,#089e4e 100%)
}
.promocode__link{
    width:100%;
    padding:20px 10px;
    border:none;
    background-color:transparent;
    font-family:inherit;
    font-style:normal;
    font-weight:500;
    font-size:16px;
    line-height:20px;
    color:#fff;
    cursor:pointer;
    outline:0;
    text-align:center;
    -webkit-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}

/* main */
.container-page{
    max-width:1110px
}
.container-page{
    padding-top:20px;
		margin-top: 12vh;
}
@media screen and (max-width:1115px){
.container-page{
        padding-top:20px;
			margin-top: 12vh;
    }
}
@media screen and (max-width: 768px) {
  .container-page {
    padding-top: 20px;
	  margin-top: 8vh;
  }
}

/*  teaser */
.btn-main {
    border-radius: 60px;
    background: #3392F3;
    box-shadow: 0px 4px 0px 0px #105FAF;
    padding: 27px 60px;
    color: #FFF;
    text-align: center;
    font-family: Vipnagorgiallabdit;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
	    height: fit-content;
    display: block;
}
.btn-main:hover {
   background: #47a2ff;
    box-shadow: none;
    color: #FFF;
}
.post-entry .btn-main {
    border-radius: 60px;
    background: #3392F3;
    box-shadow: 0px 4px 0px 0px #105FAF;
    padding: 15px 40px;
    color: #FFF;
    text-align: center;
    font-family: Vipnagorgiallabdit;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
	    height: fit-content;
    display: block;
	    max-width: 357px;
    margin: 20px auto;
}
.teaser-filter-back {
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.6);
}
.entry-content img {
    display: block;
    margin: 35px auto;
}
.teaser-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	    flex-direction: column;
    gap: 20px;
}
.inside-header {
    background: url(pic/header-fw.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 100px;
}
.teaser-block{
	 background: url(../images/am/stad.webp);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
/*     height: 86vh; */
/* 	min-height: 999px; */
	height: 100vh;
}
p.teaser-par {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

p.teaser-par2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
span.blue-text {
    color: #3392F3;
}
/* ul {
  list-style: none;  
	    margin-left: 1rem;
}

ul li::before {
  content: "\2022";  
  display: inline-block;
  width: 1em;
  color: #3392F3;  
  font-weight: bold;
  margin-left: -1em;
} */
@media(max-width:768px){
	header#masthead {
    display: none;
}
	h1 {font-size: 16px;}
	.btn-main {font-size: 14px; padding: 24px 40px;}
	.teaser-text svg {max-width: 234px;}
	p.teaser-par {
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

p.teaser-par2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
}