html, body, div, img {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    height: 100%;
}

.page {
    width: 100%;
    height: 100%;
    position: relative;
    background: #343434;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

.page__table {
    width: 100%;
    height: 100%;
}

.page__content {
}

.modal2 {
	max-width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1050;
	outline: 0px none;
}

.page__title {
    margin-right: 44px;
    font-family: 'SuisseCond', 'Arial narrow', 'Arial';
    font-weight: 400;
    color: #FDD14A;
}

.page__text {
    margin: 13px 0 26px;
    color: #e6e6e6;
    font-size: 16px;
}

.page__browser {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 44px;
    color: #fff;
    background-image: url('/local/templates/main/libs/oldBrowsers/browser.jpg');
    background-repeat: no-repeat;
}

.page__browser:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/main/libs/oldBrowsers/browser.jpg');
    background-repeat: no-repeat;
}

.page__chrome, .page__chrome:before {
    background-position: 0 0;
}

.page__chrome:hover, .page__chrome:hover:before {
    background-position: 0 -60px;
}

.page__firefox, .page__firefox:before {
    background-position: -60px 0;
}

.page__firefox:hover, .page__firefox:hover:before {
    background-position: -60px -60px;
}

.page__opera {
    width: 56px;
}

.page__opera, .page__opera:before {
    background-position: -120px 0;
}

.page__opera:hover, .page__opera:hover:before {
    background-position: -120px -60px;
}

.page__safari {
    width: 56px;
    background-position: -176px 0;
}

.page__safari:before {
    background-position: -176px 0;
}

.page__safari:hover, .page__safari:hover:before {
    background-position: -176px -60px;
}

.page__ie, .page__ie:before {
    background-position: -232px 0;
}

.page__ie:hover, .page__ie:hover:before {
    background-position: -232px -60px;
}

.page__ie {
    margin-right: 0;
}

.page__image {
    display: block;
}
