html{
	overflow:auto;
}

div.guide-for-iphones{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:900;
    display:none;
    justify-content:space-around;
}

div.guide-for-iphones h3{
    text-align:center;
    font-size:21px;
}

span.button_preview {
    display:flex;
    flex-wrap:wrap;
    margin-left: 5px;
    font-weight:bold;
    border: 1px solid #ccc;
    padding: 5px 9px;
}


div.guide-for-iphones .screen_bg{
    background:rgb(0 0 0 / 0.7);
    width:100%;
    height:100%;
    position:relative;
}

div.guide-for-iphones .guide_body{
    background:#fff;
    position:absolute;
    margin: 25px;
    padding:20px;
    color:#000;
    border-radius:30px;
}

div.guide-for-iphones .guide_body .line{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:8px;
}

div.guide-for-iphones .guide_body .line .number {
    display:block;
    width:18px;
    height:18px;
    font-size: 14px;
    padding:6px;
    margin-right:10px;
    border-radius: 21px;
    border:1px solid #c5c5c5;
    font-weight:bold;
    text-align:center;
}

div.guide-for-iphones .guide_body .line .text{
    width: 85%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

span.hidden {
    color:rgb(237 8 39 / 0.9);
    font-weight:bold;
    margin-right: 5px;
}

div.guide-for-iphones .ios_close {
    background: #00008f;
    color:#fff;
    display: block;
    margin:10px auto;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    width:160px;
    border-radius: 30px;
    }
    }

div.android{
	text-align:center;
}

div.android a.pwa-install img{
	width: 36px;
	height: 48px;
	cursor:	pointer;
}

div.android a,
div.android a.pwa-install{
	text-decoration:none;
}

div.title-social{
	font-family: Jura, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align:
	center;
	margin: 10px 0px;
}

.title-page a.push_sub, a.push_sub{
	font-family: Jura, sans-serif;
	font-size: 12px;
	font-weight:600;
	text-decoration:
    none;
	background: #00008f;
	color: #fff;
	padding: 14px 21px;
	margin: 10px auto;
	text-align:
    center;
	border-radius: 28px;
	cursor:    pointer;
	display: block;
	width: 166px;
}

div.talk_container{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}

div.talk_container .item{
    border: 1px solid #ccc;
    padding:30px;
    width:35%;
    min-width:300px;
    background: #eee;
    border-radius: 5px;
	margin:20px 0px;
}

div.talk_container .item textarea{
    width:100%;
    resize: none;
    border:1px solid #ccc;
    padding:5px;
padding: 10px;}

div.talk_container .item input[type="text"]{
    width:100%;
    border:1px solid #ccc;
    padding: 10px;
}

div.talk_container .item input[type="button"]{
    display:block;
    margin:auto;
    font-family:"Arial","Verdana","sans-serif";
    font-size:16px;
    padding:10px 25px;
    border-radius:5px;
    border:1px solid #ccc;
    background:#29bc50;
    color:#fff;
}

div.talk_container .item p{
    font-family:"Arial","Verdana","sans-serif";
    font-size:16px;
    line-height:0px;
}

div#delivery_report{
    width:100%;
    height:280px;
    background:#fff;
    border:1px solid #ccc;
    overflow-y:scroll;
    padding:10px;
    font-family:"Arial","Verdana","sans-serif";
    font-size:16px;
}

div#delivery_report .success {
    padding:3px;
    color:rgb(0 128 0);
    font-weight:bold;
    
}

div#delivery_report .danger {
    padding:3px;
    color:rgb(128 0 0);
    font-weight:bold;
}

div.pwa_sub_container{
    width:100%;
    margin:20px 0px;
    padding:30px 0px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}

div.pwa_sub_container .text-container{
    color:#0d0d0d;
    padding-bottom: 15px;}


div.pwa_sub_container a.push_sub {
    border:none;
    border:1px solid #ed772d;
    display:block;
    font-size:16px;
    margin:5px 0px;
    padding: 12px 12px;
    background:#ed772d;
    text-align:center;
    color:#fff;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

div.pwa_sub_container a.push_sub:hover{
	border:1px solid #ed772d;
	background:transparent;
	color:#ed772d;
}

div.pwa_sub_container {
    background:#fff;
    border-left:6px solid #ed772d;
    padding:21px 30px 25px 21px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:18px;
    border-radius:3px;
}

div.pwa_sub_container .button-contaner{
    width:100%;
}

div.pwa_sub_container .text-container .caption{
    font-weight:bold;
    font-size:19px;
    margin-bottom:8px;
}

div.pwa_sub_container .text-container .text{
    font-size:15px;
}

.pwa_install_container {
    padding:30px;
    background:linear-gradient(to left,rgb(0 0 0 / 0.4),rgb(0 0 0 / 0.4)),url("/d/install_back.png") center center no-repeat;
    border-radius:4px;
    margin-top:10px;
}
.pwa_install_container .text_container .caption{
    font-size:21px;
    line-height:20px;
    text-shadow: 1px 1px 1px #101010;
    color: rgb(255 255 255);
    margin-bottom:8px;
}
.pwa_install_container .text_container .text{
    font-size:16px;
    line-height:18px;
    text-shadow:1px 1px 1px #444;
    color: rgb(255 255 255 / 0.9);
    margin-bottom:8px;
}


div.pwa_install_container input[type="button"]{
    display:none;
    width:100%;
    font-size:15px;
    font-weight:bold;
    padding:15px;
    background: rgb(237 119 45);
    border-radius:2px;
    border: none;
    color: #ffffff;
}


div.mobile{
    	display:none;
}
div.desktop {
	max-width:240px;
}

html body .pwa-install-wr .ios {
    display:flex;
    flex-wrap:wrap;
}

html body .android__btns a{
	text-decoration:none;
}

html body .pwa-install-wr .ios div.android__text{
	max-width:280px;
}

div.android_install.hidden,
div.ios_install.hidden{
	display:none;
}

div.android_install {
    display:flex;
    position:relative;
    justify-content:space-around;
    box-shadow:1px 0px 8px #ccc;
    flex-wrap:wrap;
    position:fixed;
    bottom:0px;
    left:0px;
    background:#fff;
    width: 16%;
    padding: 0px 15px;
    min-width: 210px;
    z-index:1000;
}

a.close_win{
    display:
    block;
    position:
    absolute;
    top: 0px;
    right: 0px;
    color: #262663;
    background: #ffffff;
    padding: 5px 12px;
    text-decoration:
    none;
    border-radius: 16px;
}

@media screen and (max-width:820px){
    div.android_install{
        width:30%;
    }
} 

@media screen and (max-width:640px){
    div.android_install{
        width: 30%;
    }
} 

@media screen and (max-width:500px){
    div.pwa-install-wr,
    div.push-install-wr{
        width:100%;
        text-align:center;
    }
}
@media screen and (max-width:360px){
  div.android_install{
      right:0px;
  }
}

div#ios_install {
    position:fixed;
    bottom:0px;
    left:0px;
    background:#fff;
    width:20%;
    z-index:900;
    text-align:center;
    padding-bottom:15px;
}

@media screen and (max-width:1024px){
    div#ios_install{
        width:20%;
    }
    div.desktop{
    	display:none;
    }
    div.mobile{
    	display:block;
    }
}

@media screen and (max-width:500px){
    div#ios_install{
        width:30%;
    }
}

@media screen and (max-width:360px){
    div#ios_install{
        width:50%;
        right:0px;
        bottom:0px;
    }
}

div.localpagelist2 .localpagelist2__block {
    width: 31%;
    text-align:center;
    background:#fff;
    padding:20px 0px;
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
}

div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic{
    margin-bottom: 0px;
}

div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic img{
    width:100px;
    height:100px;   
}

@media screen and (max-width:420px){
    div.localpagelist2 .localpagelist2__block{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        margin-bottom:0px;
        margin-top:0px;
        margin-left:0px;
    }
    div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic{
        width:25%;
        text-align:left;
    }
    div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic img{
    width:72px;
    height: 72px;
}
}

div.pwa_nav{
	display:none;
}

@media all and (display-mode: standalone) {
div.pwa-install-wr{
	display:none;
}

div#sandbox_theme_panel_1919507 {
    display:none
}
div.pwa_nav{
	display:block;
	position:fixed;
	bottom: 17px;
	right: 100px;
	z-index:1;
}
div.pwa_nav a {
    font-size:28px;
    width:40px;
    height:40px;
    padding:0px;
    margin:15px 5px;
    display:inline-block;
    text-decoration:none;
	color:#fff;
}

	
@media all and (max-width:640px){	
div.pwa_nav{
	display:block;
	position:fixed;
	top: auto;
	bottom:75px;
	right:auto;
	left: 15px;
	z-index:1;
}

div.pwa_nav a {
    font-size:28px;
    width: 45px;
    height: 45px;
    padding: 0px;
    margin:15px 5px;
	display:inline-block;
    text-decoration:none;
    color:#fff;
}
}