body {
    font-size: 13px;
    line-height: 1.25;
    min-width: 1000px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 980px;
}

.wrapper.w980 {
    width: 980px;
    padding: 0;
}

/* page background */
.content-bg.gg {
    background: url('/img/gg/bg.png') no-repeat 50% 0;
    height: 1363px;
    /*margin-bottom: -92px;*/
    position: relative;
}

.content-bg.gg .wrapper {
    position: relative;
    padding-top: 395px;
}

/* white links */
.link1,
.link2 {
    position: absolute;
    color: #fff;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
    font-style: italic;
}

.link1 {
    font: bold italic 15px Arial, sans-serif;
    text-transform: uppercase;
    width: 200px;
    padding: 8px 0
}

.link1.rules {
    top: 50px;
    right: 65px;
}

.link1.ft {
    top: 84px;
    right: 282px;
}

.link2.archive {
    top: 368px;
    right: 45px;
    font-weight: normal;
    font-size: 14px;
    width: 155px;
    padding: 4px 0;
}

.link2.interesting {
    top: 860px;
    height: 80px;
    overflow: hidden;
    left: 70px;
    width: 220px;
    text-align: left;
    line-height: 1.6
}

.link2.terms {
    top: 1315px;
    left: 233px
}
.gg_content .span4 .gg-hour{
    /*height: 195px;
    overflow-y: auto;*/
}
.gg-hour .gg-res-table tbody td {
    padding-bottom: 2px;
}

/* page header */
.gg-head {
    color: #e31b22;
    font: bold italic 18px Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px
}

/* results table */
.gg-res-table {
    width: 100%;
    border-collapse: collapse
}

.gg-res-table th {
    color: #e31b22;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    text-transform: uppercase;
    padding:0 10px 10px 0
}

.gg-res-table tbody td {
    padding: 0 10px 10px 0;
    font-size: 14px
}

/* circle numbers */
.gg-nums {
    padding-left: 5px;
}

.gg-nums li {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background: url('/img/gg/num-bg.png') no-repeat;
    width: 38px;
    height: 26px;
    padding-top: 12px;
    text-align: center;
    color: #e31b22;
    font: bold 16px/1 Arial, sans-serif;
    margin: -5px
}

/* day results */
.gg-results {
    position: relative;
    padding-left: 150px;
    min-width: 420px
}
.span8 .gg-results>ul{
    height: 610px;
    overflow-y: auto;
    overflow-x: hidden;
}
.gg-results .day {
    border-left: 8px solid transparent;
    position: relative;
    margin-bottom: 3px;
    padding: 5px 10px;
}

.gg-results .day.green,
.gg-results .day.green .time {
    border-color: #b2c747
}

.gg-results .day.yellow,
.gg-results .day.yellow .time {
    border-color: #ffc600
}

.gg-results .day.orange,
.gg-results .day.orange .time {
    border-color: #f57900
}

.gg-results .day.brown,
.gg-results .day.brown .time {
    border-color: #9b183b
}

.gg-results .time {
    color: #555;
    font: bold italic 18px Arial, sans-serif;
    background: none;
    border: none;
    border-bottom: 1px dashed transparent;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    padding: 0;
}

.gg-results .time:hover {
    border-bottom-color: transparent !important;
}

.gg-results .d-time {
    color: #e31b22;
    font: italic 14px Arial, sans-serif;
    position: absolute;
    width: 130px;
    text-align: right;
    left: 0
}

.gg-results .d-time i {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-left: 10px;
}

.gg-results .d-time.morning {
    top: 45px;
}

.gg-results .d-time.morning i,
.gg-results .d-time.evening i {
    background: url('/img/gg/half-sun.png') no-repeat;
    width: 64px;
    height: 38px;
}

.gg-results .d-time.middle {
    top: 50%;
    margin-top: -2px
}

.gg-results .d-time.middle i {
    background: url('/img/gg/full-sun.png') no-repeat;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 2px;
}

.gg-results .d-time.evening {
    bottom: 10px
}

.gg-results .table {
    padding-top: 2px;
    padding-left: 12px;
    display: none
}

/* static menu */
.gg-stat-menu {
    position: relative;
    background: url('/img/gg/stat-top-bg.png') no-repeat 100% 0;
    height: 110px;
}

.gg-stat-menu .gg-logo {
    position: absolute;
    left: 45px;
    bottom: 21px;
    background: url('/img/gg/logo.png') no-repeat;
    width: 147px;
    height: 71px;
}

.gg-stat-menu .menu-wrap {
    height: 57px;
    padding: 46px 500px 0 205px;
}

.gg-stat-menu ul {
    display: table;
    width: 100%;
}

.gg-stat-menu .menu-wrap li {
    display: table-cell;
    text-align: center;
}

.gg-stat-menu .menu-wrap a {
    color: #e31b22;
    font-style: italic
}

.gg-stat-menu .menu-wrap .link1 {
    color: #fff;
    font-size: 14px;
    width: 170px
}

.gg-stat-menu .rul {
    top: 24px;
    right: 140px
}

.gg-stat-menu .ft {
    top: 55px;
    right: 327px
}

/* статический контент мегалот */
.gg-content {
    font-size: 14px
}

.gg-content a:hover {
    color: #F90;
}

.gg-content h1 {
    color: #E51F0F;
    font-size: 25px;
    margin-bottom: 20px;
}

.gg-download {
    color: #E31B22;
    position: absolute;
    top: 100%;
    margin-top: 10px;
}

.gg-top-banners {
    width: 400px;
    height: 170px;
    position: absolute;
    right: 15px;
    top: 130px;
}

.gg-bottom-banners {
    position: absolute;
    width: 730px;
    margin-left: -365px;
    left: 50%;
    bottom: 100px;
    height: 90px;
    overflow: hidden;
}

.gg-dl-form {
    margin-top: 30px;
}

.gg-dl-form .line {
    display: block;
    margin-bottom: 10px;
}

.gg-dl-form .line span {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 40px;
}

.gg-dl-form .datepicker {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 100px;
    padding: 0 5px;
    color: #555;
    line-height: 22px;
    border: 1px solid #D1D1D1;
}

.gg-dl-form .downloadCSV {
    margin-left: 45px;
}
iframe[name='google_conversion_frame'] {
    display: none;
    float: left;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin-top: -13px;
    width: 0 !important;
}

button.time {
    margin-left: 10px;
}

ul.gg-nums {
    width: 135px;
}

ul.gg-nums > li {
    height: 33px;
}

/* fix */
@media screen and (max-width: 991px) {
    .gg_content {
        display: block !important;
    }
}


/* IE modal-blocker (WEB-1500) */

.ie-alert {
    position: fixed;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(127, 127, 127, 0.6);
}
.ie-alert_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 320px;
    width: 90%;
    max-width: 600px;
    padding: 50px;
    font-size: 18px;
    text-align: center;
    color: #172967;
    background-color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
.ie-alert_btn {
    margin: 30px 0 0;
    padding: 8px 40px;
    color: #ffffff;
    background-color: #273977;
}
.ie-alert_btn:hover {
    background-color: #172967;
}
.js-lazy {
	opacity: 1;
	transition: opacity .3s;
}
.js-lazy[data-src] {
	opacity: 0;
}

.ui-datepicker-title select{
    color: #000
}
