.position_download-app {
    position: fixed;
    bottom: 8%;
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
    -moz-box-align: center;
    -ms-flex-align: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    -moz-border-radius: 36px;
    border-radius: 12px;
    -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .12), 0 0 2px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 26px 0 #a9003a, 0 0 2px 0 #970101;}
.closebtn {
     background: #f90404;
    float: right;
    font-size: 40px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;}
body {
    max-width: 740px;
    margin: 0 auto;
    padding-left: 7px;
    padding-right: 7px;}
.closebtn:hover {
    color: black;}
h3 {
    font-size: 16px;
    color: #cd3600;}
a {color: inherit;
    text-decoration: none;}
h1 {
    font-size: 25px;
    margin-bottom: 18px;
    text-align: center;
}
h2 {
    font-size: 20px;
    color: #bb3428;
}

iframe {height: 480px;}

.tix {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    justify-content: center;}
.tur {
    width: 95px;
	 background-color: rgb(190, 172, 145);
    border-radius: 8px;}
.tom {
    margin: 0px 0px 0px 5px;}
