  @font-face {
    font-family: Goth_Pro_Bold_Italic; /* Имя шрифта */
    src: url(../fonts/GothamPro-BoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
#shit {
   height: 20px;
   width: 200px;
   display: none;
   position: fixed;
   margin: auto;
   background: #fff;
   border: 1px solid #555;
   line-height: 1;
   right: 0;
   bottom: 0;
   text-align: center;
   color: #000;
   font-size: 20px;
   opacity: 0.7;
   z-index: 20;
}

/* div {outline: 1px solid #aaa} */

/* div {outline: 1px solid #aaa} */
body {
    height: 100%;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: 'Goth_Medium_1';
    margin: 0;
    padding: 0;
    overflow: auto;
    position: relative;
    
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body, html {min-width: 320px;}

a {
    transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
a:hover {text-decoration: none;}

html{
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #858585;
}

[id^="bloq"]{
   display: block;
   clear: both;
   position: relative;
   overflow: hidden;
}

.insMidFar,
.insMidMedium,
.insMidShort {
    display: block;
    margin: auto;
    position: relative;
    /*z-index: 1;*/
}
.insMidFar {width: 91.66666666666667%}
.insMidMedium {width: 1024px}
.insMidShort {width: 610px}

@media screen and (max-width: 720px){
    .insMidFar {width: 83.05555555555556%}
    .insMidMedium {width: 70.27777777777778%}
}

ul {
   margin: 0;
   padding: 0;
   display: block;
   position: relative;
   overflow: hidden;
   list-style: none;
}

ul#rightMenu {
    height: auto;
    margin: auto;
    position: fixed;
    top: 0;bottom: 0;
    right: 20px;
    z-index: 12;
}
ul#rightMenu li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
ul#rightMenu li:last-child {
    margin-bottom: 0;
}
ul#rightMenu li a {
    text-align: right;
    position: relative;
    display: block;
    padding-right: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
}

ul#rightMenu li a .s1 {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
ul#rightMenu li a .crcl {
    height: 4px;
    width: 4px;
    background-color: #595959;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;bottom: 0;
    right: 0;
    border-radius: 2px;
    
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

ul#rightMenu:hover a .s1 {opacity: 1;}

ul#rightMenu li:hover .crcl,
ul#rightMenu li.active .crcl {background-color: #fff;}

.genrt {
    /*opacity: 1;*/
    /*transform: scale(0.9);*/
    
 /*   -webkit-transition: opacity 1s ease, transform 1.2s ease;
    -o-transition: opacity 1s ease, transform 1.2s ease;
    transition: opacity 1s ease, transform 1.2s ease;*/
}

.genrt.imHere {
    /*opacity: 1;*/
    /*transform: scale/*(*/1);*/
}

main.newsPage .genrt {
    opacity: 1;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.yellBtn {
    border: 2px solid #ffdd00;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.ajax_hide {
    top: -30px;
    opacity: 0
}

main.kupitGA.gray,
main.kupitGT.gray,
#menus.gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

#live_title{
      color: white;
    margin-top: 64px;
    text-align: center;
    font-size: 22.8pt;
    font-family: 'Goth_Pro_Bold_Italic';
}