﻿/*adblock*/
.adblock{display:flex; margin:15px; justify-content: flex-end;}
/*.adblock a{color:#fff; background: linear-gradient(-90deg, #3F4C59, #8996A2); padding:15px; text-decoration:none; line-height:1.3}
.adblock a:hover{background: linear-gradient(-90deg, #8996A2, #3F4C59); outline: 1px solid #fff; outline-style: dashed; outline-offset:-4px;}*/

@media all and (max-width: 420px) {
.adblock{justify-content: center; margin:15px 0}
}

@media all and (max-width: 370px) {
.adblock{justify-content: center; margin:15px}
.adblock img{max-width:100%}
}

/*adblock
.adblock{display:flex; margin:15px; justify-content: flex-end;}
.adblock a{color:#fff; background: linear-gradient(-90deg, #009911, #00C618); padding:15px; text-decoration:none; line-height:1.3}
.adblock a:hover{background: linear-gradient(-90deg, #00C618, #009911);}
.adblock a:visted{color:#fff}

@media all and (max-width: 420px) {
.adblock{justify-content: center; margin:15px 0}
}

@media all and (max-width: 370px) {
.adblock{justify-content: center; margin:15px}
.adblock img{max-width:100%}
}*/