@font-face{font-family:RT Fonts;
    src:url("../fonts/BasisGrotesquePro-Light-Web.eot");
    src:url("../fonts/BasisGrotesquePro-Light-Web.eot?#iefix") format("embedded-opentype"),	/* IE8+, знак ? позволяет обойти баг в обработчике значения src */
    url("../fonts/BasisGrotesquePro-Light-Web.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Light-Web.woff") format("woff"),												/* все современные браузеры, IE9+ */
    url("../fonts/BasisGrotesquePro-Light-Web.ttf") format("ttf");													/* все современные браузеры */
    font-style:normal;
    font-weight:200}
@font-face{font-family:RT Fonts;
    src:url("../fonts/BasisGrotesquePro-Light-Web.eot");
    src:url("../fonts/BasisGrotesquePro-Light-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BasisGrotesquePro-Light-Web.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Light-Web.woff") format("woff"),
    url("../fonts/BasisGrotesquePro-Light-Web.ttf") format("ttf");
    font-style:normal;
    font-weight:300}
@font-face{font-family:RT Fonts;
    src:url("../fonts/BasisGrotesquePro-Regular-Web.eot");
    src:url("../fonts/BasisGrotesquePro-Regular-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BasisGrotesquePro-Regular-Web.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Regular-Web.woff") format("woff"),
    url("../fonts/BasisGrotesquePro-Regular-Web.ttf") format("ttf");
    font-style:normal;
    font-weight:400}
@font-face{font-family:RT Fonts;
    src:url("../fonts/BasisGrotesquePro-Medium-Web.eot");
    src:url("../fonts/BasisGrotesquePro-Medium-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BasisGrotesquePro-Medium-Web.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Medium-Web.woff") format("woff"),
    url("../fonts/BasisGrotesquePro-Medium-Web.ttf") format("ttf");
    font-style:normal;
    font-weight:500}
@font-face{font-family:RT Fonts;
    src:url("../fonts/BasisGrotesquePro-Bold-Web.eot");
    src:url("../fonts/BasisGrotesquePro-Bold-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BasisGrotesquePro-Bold-Web.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Bold-Web.woff") format("woff"),
    url("../fonts/BasisGrotesquePro-Bold-Web.ttf") format("ttf");
    font-style:normal;
    font-weight:600}
@font-face{font-family:RT Fonts;
    src:url("../fonts/BasisGrotesquePro-Bold-Web.eot");
    src:url("../fonts/BasisGrotesquePro-Bold-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BasisGrotesquePro-Bold-Web.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Bold-Web.woff") format("woff"),
    url("../fonts/BasisGrotesquePro-Bold-Web.ttf") format("ttf");
    font-style:normal;
    font-weight:800}
body {
    top: 0;											/* Отступ от верхнего края */
    left: 0;
    background: #F0F0F0;
    background: rgba(240, 240, 240, 1);				/* IE Fallback */
    background-size: cover;
    -webkit-font-smoothing: antialiased;			/* Сглаживание шрифтов в Safari */
    -moz-osx-font-smoothing: grayscale;				/* Сглаживание шрифтов в FireFox */
    font-family: 'RT Fonts', serif;
}
.headerArea {
    width: 100%;
    margin: 0px;
    text-align: left;
    color: #000;
    font-size: 28px;
    font-family: 'RT Fonts', serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
}
.middleArea {
    padding: 10px;
    margin: 20px 0px 10px 270px;
    text-align: left;
    background: #FFFFFF;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
}
.middleArea table {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-collapse: collapse;
}
.middleArea table td {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-collapse: collapse;
}
.middleArea img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.leftArea {
    width: 250px;
    margin: 20px 0px 0px 0px;
    float:left;
    text-align: left;
    background: #FFFFFF;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .23), 0 3px 10px rgba(0, 0, 0, .16);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 8px;
}
.leftArea ul {
    margin-left: 5px;                               /* Отступ слева в браузере IE и Opera */
    padding-left: 5px;                              /* Отступ слева в браузере Firefox, Safari, Chrome */
}
.leftArea li {
    padding: 5px;
    list-style-type: none;                          /* Убираем маркеры */
}
.leftArea a {
    color: #000;
    text-decoration: none;				            /* Текст не украшен подчеркиваниями, зачеркиваниями и прочей лабудой */
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    font-stretch: normal;
}
