@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
@media screen and (max-width: 4500px) and (min-width: 1201px) {

    html,
    body {
        width: 100%;
        height: 1080px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:black url('../images/bramka_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1200px;
        height: 1000px;
        margin: 0 auto;

    }
    #promo1 {
        display: inline-block;
        width: 250px;
        height: 70px;
        background: #D61837;
        margin-left: 0px;
        margin-top: 920px;
        color: white;
        line-height: 75px;
        font-family: 'citrus-gothic';
        text-align: center;
        font-size:45px;
        cursor: pointer;
        border-radius: 5px;
        transform: rotate(-2deg);
        float: left;
        clear: both;
        border: 0px;
        outline: 0;
        box-shadow: 0px 0px 10px #D61837;
    }
    #promo2 {
        display: inline-block;
        width: 250px;
        height: 70px;
        background: black;
        margin-top: 910px;
        color: white;
        line-height: 75px;
        font-family: 'citrus-gothic';
        text-align: center;
        font-size:45px;
        cursor: pointer;
        border-radius: 5px;
        float: right;
        border: 0px;
        outline: 0;
        box-shadow: 0px 0px 10px black;
    }

}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 1080px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background:black url('../images/bramka_bg_mobile.jpg');
		background-repeat:no-repeat;
		background-position:center top;
	}
    #main{
		width:320px;
		height:859px;
		margin:0 auto;
        background:url('../images/bramka_inner_bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 15px;

	}
    #promo1 {
        display: inline-block;
        width: 150px;
        height: 40px;
        background: #D61837;
        margin-left: 85px;
        margin-top: 370px;
        color: white;
        line-height: 40px;
        font-family: 'citrus-gothic';
        text-align: center;
        font-size:25px;
        cursor: pointer;
        border-radius: 5px;
        transform: rotate(-2deg);
        float: left;
        clear: both;
        border: 0px;
        outline: 0;
        box-shadow: 0px 0px 10px #D61837;
    }
    #promo2 {
        display: inline-block;
        width: 150px;
        height: 40px;
        background: black;
        margin-left: 85px;
        margin-top: 50px;
        color: white;
        line-height: 43px;
        font-family: 'citrus-gothic';
        text-align: center;
        font-size:25px;
        cursor: pointer;
        border-radius: 5px;
        float: left;
        border: 0px;
        outline: 0;
        box-shadow: 0px 0px 10px black;
    }
   

}

