@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400&subset=cyrillic);
:root {

    /* ------------ Global sizes ------------ */

    --offset-tiny: 15px;
    --offset-medium: 30px;
    --offset-large: 60px;

    --max-width: 1095px;

    /* ------------ Colors ------------ */
    --text-color: #333;
    --text-color-secondary: #888;
    --link-color: #0063b1;

    --white: #FFF;
    --transparent-white: rgba(255, 255, 255, 0.65);

    --black: #000000;
    --transparent-black: rgba(0, 0, 0, 0.15);
    --blue: #0D0091;
    --violet: #8B1C8A;
    --dark-violet: #020043;

    --border-color: #CCC;

    /* ------------ Misc ------------ */
    --red-gradient: linear-gradient(90deg, #6a006d, #af0071);
    --blue-gradient: linear-gradient(90deg, #05002e, var(--blue));
    --violet-gradient: linear-gradient(90deg, var(--blue), var(--violet));
    --black-gradient: linear-gradient(90deg, var(--dark-violet), var(--black));
}

/* ------------ Animations ------------ */

@-webkit-keyframes theme__enter--1_-ro {
    0% {
        -webkit-transform: translate(0, 10px);
                transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes theme__enter--1_-ro {
    0% {
        -webkit-transform: translate(0, 10px);
                transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        opacity: 1;
    }
}

.bevel__root--2U9-3 {
    position: relative;
    overflow: hidden;
}

.bevel__root-bevels-both--ziglh,
.bevel__root-bevels-top--kiYD1,
.bevel__root-bevels-bottom--1N1wP {
}

.bevel__root-bevels-both--ziglh:before,
.bevel__root-bevels-both--ziglh:after,
.bevel__root-bevels-top--kiYD1:before,
.bevel__root-bevels-bottom--1N1wP:after {
    display: block;
    position: absolute;
    content: '';
    height: 60px;
    right: -50px;
    left: -50px;
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
}

.bevel__root-bevels-both--ziglh:before,
.bevel__root-bevels-top--kiYD1:before {
    top: -30px;
    background-color: white;
}

.bevel__root-bevels-both--ziglh:after,
.bevel__root-bevels-bottom--1N1wP:after {
    bottom: -30px;
    background-color: white;
}

.bevel__background--mGVAr {
    background-color: #CCC;
}

.bevel__inner-bevels-both--1QIqr {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.bevel__inner-bevels-top--2t5hb {
    padding-top: 5vh;
}

.bevel__inner-bevels-bottom--3Vtxs {
    padding-bottom: 5vh;
}
.inner__root--37nLk {
    margin: 0 auto;
    max-width:  var(--max-width);
    padding-right: var(--offset-medium);
    padding-left: var(--offset-medium);
}

.lang__root--3CqPz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: end;
        align-content: flex-end;
}

.lang__item--1WmF3 {
    color: white;
    margin-right: var(--offset-tiny);
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 300;
    font-size: 14px;
    padding: 4px 8px;
}

.lang__item-is-active--ti1gI {
    border-color: white;
    text-decoration: none;
}

.lang__item--1WmF3:last-child {
    margin-right: 0;
}

.logo__root--SbYeC {
    text-indent: -9999px;
}

.logo-ru__root--1QQnq {
    background: url(/090bfd432c2afab9d969998b70ef2842.svg) no-repeat 0 0;
}

.logo-ru__root-large--Kr8TX {
    width: 600px;
    height: 141px;
}

.logo-ru__root-normal--14YbZ {
    width: 255px;
    height: 60px;
}

.logo-ru__root-tiny--2RPVm {
    width: 130px;
    height: 30px;
}

.logo-en__root--eRXyz {
    background: url(/880a832168b67e6d035ada6dbbd9eabe.svg) no-repeat 0 0;
}

.logo-en__root-large--138hp {
    width: 532px;
    height: 140px;
}

.logo-en__root-normal--12aNS {
    width: 228px;
    height: 60px;
}

.logo-en__root-tiny--1QDdt {
    width: 114px;
    height: 30px;
}
.html-text__root--noNoM {
    font-size: 1em;
}

/* -------------------------- Paragraphs -------------------------- */

.html-text__root--noNoM {
    font-size: 1.2em;
    line-height: 1.5em;
}

.html-text__root--noNoM p:first-child {
    margin-top: 0;
}

.html-text__root--noNoM p:last-child {
    margin-bottom: 0;
}

.html-text__root--noNoM hr {
    border: none;
    height: 1px;
    background-color: var(--border-color);
    margin: var(--offset-medium) 0;
    clear: both;
}

/* -------------------------- Accented blocks -------------------------- */
.html-text__root--noNoM cite {
    position: relative;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    font-style: normal;
    padding: var(--offset-medium) var(--offset-large);
    display: block;
    clear: both;
}

.html-text__root--noNoM cite:before {
    content: '“';
    font-size: 100px;
    position: absolute;
    left: 0;
    top: var(--offset-large);
    font-family: sans-serif;
    color: var(--text-color-secondary);
}

/* -------------------------- Lists -------------------------- */

.html-text__root--noNoM ul,
.html-text__root--noNoM ul li {
    list-style: none;
}

.html-text__root--noNoM ul li {
    padding: 5px 0;
}

.html-text__root--noNoM ul li:before {
    content: '—';
    /*content: '▻';*/
    /*content: '◇';*/
    position: absolute;
    margin-left: -1.1em;
    color: var(--text-color-secondary);
}

/* -------------------------- Images -------------------------- */

.html-text__root--noNoM img {
    max-width: 100%;
    display: block;
    padding: var(--offset-tiny) 0;
}

.html-text__root--noNoM figure {
    display: table;
    max-width: 40%;
    border: 1px solid var(--border-color);
    padding: 5px;
}

.html-text__root--noNoM figure img {
    max-width: 100%;
    max-height: 100%;
}

.html-text__root--noNoM figure.left {
    float: left;
    margin: 0 var(--offset-tiny) var(--offset-tiny) 0;
}

.html-text__root--noNoM figure.right {
    float: right;
    margin: 0 0 var(--offset-tiny) var(--offset-tiny);
}

.html-text__root--noNoM figure figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 5px 0;
    color: var(--text-color-secondary);
    font-size: 13px;
    line-height: 1.1em;
    text-align: left;
}

/* -------------------------- Tables -------------------------- */

.html-text__root--noNoM .table-box {
    overflow: auto;
}

.html-text__root--noNoM table {
    /* Remove spacing between table cells (from Normalize.css) */
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid var(--border-color);
    width: 100%;
}

.html-text__root--noNoM table caption {
    color: var(--text-color-secondary);
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.html-text__root--noNoM table td,
.html-text__root--noNoM table th {
    border-left: 1px solid var(--border-color);/*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    font-weight: 300;
    margin: 0;
    overflow: visible; /*to make ths where the title is really long work*/
    padding: 0.5em 1em; /* cell padding */
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.html-text__root--noNoM table td:first-child,
.html-text__root--noNoM table th:first-child {
    border-left-width: 0;
}
.html-text__root--noNoM table td {
    border-bottom: 1px solid var(--border-color);
}
.html-text__root--noNoM table > tr:last-child > td {
    border-bottom-width: 0;
}

.html-text__root--noNoM table thead {
    background-color: #e5e5e5;
    color: var(--text-color);
    text-align: left;
    vertical-align: bottom;
}

/*-------------------------- Markdown items --------------------------  */
.html-text__root--noNoM .footnote-ref {
    white-space: nowrap;
}
.tiles__root--3Xls3 {
    list-style: none;
    margin: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: var(--offset-medium) 0 0;
}

.tiles__root--3Xls3:before {
    content: '';
    display: table;
}

.tiles__root--3Xls3:after {
    content: '';
    display: table;
    clear: both;
}

.tiles__item--2gZml {
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: var(--offset-medium);
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1024px) {

    .tiles__item--2gZml {
        width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
    }

    .tiles__item--2gZml:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
    }

    .tiles__item--2gZml:last-child {
        margin-right: 0;
    }

    .tiles__item--2gZml:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .tiles__item--2gZml:nth-child(2n + 1) {
        clear: both;
    }

}

@media (min-width: 0px) and (max-width: 479px), (min-width: 480px) and (max-width: 767px) {

    .tiles__item--2gZml {
        width: calc(99.9% * 1 - (30px - 30px * 1));
    }

    .tiles__item--2gZml:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
    }

    .tiles__item--2gZml:last-child {
        margin-right: 0;
    }

    .tiles__item--2gZml:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .tiles__item--2gZml:nth-child(1n + 1) {
        clear: both;
    }

}

.tile__root--wctTb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--transparent-white);
    border-radius: 10px;
    color: #FFF;
    -webkit-transition:
        background-color 0.1s ease-in,
        -webkit-transform 0.1s ease-in;
    transition:
        background-color 0.1s ease-in,
        -webkit-transform 0.1s ease-in;
    transition:
        background-color 0.1s ease-in,
        transform 0.1s ease-in;
    transition:
        background-color 0.1s ease-in,
        transform 0.1s ease-in,
        -webkit-transform 0.1s ease-in;
}

.tile__root--wctTb:hover {
    background-color: rgba(255,255,255,0.05);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
}

.tile__icon--33qxh {
    padding-right: 2em;
}

.tile__link--vMScT {
    font-size: 1.5em;
    color: #FFF;
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1024px) {

    .tile__root--wctTb {
        padding: var(--offset-medium);
    }

}

@media (min-width: 0px) and (max-width: 479px), (min-width: 480px) and (max-width: 767px) {

    .tile__root--wctTb {
        padding: var(--offset-tiny);
    }

}
.copyright__years-interval--3v834 {
    display: inline-block;
    padding-right: 10px;
}
.page__root--1i4pP {}

.page__breadcrumbs--3j2VZ {
    padding: var(--offset-tiny) 0;
}

.page__breadcrumb--36xjd {
    display: inline-block;
    padding-right: var(--offset-tiny);
}

.page__breadcrumb--36xjd:after {
    display: inline-block;
    padding-left: var(--offset-tiny);
    content: "/";
}

.page__breadcrumb--36xjd:last-child {
    padding-right: 0;
}

.page__breadcrumb--36xjd:last-child:after {
    display: none;
}

.page__content--3dlc6 {}

.document__header--68DeE {
    text-align: left;
    font-size: 2.5em;
    margin-bottom: var(--offset-medium);
}

.document__teaser--HU7ZB {
    padding: var(--offset-medium);
    margin: 0 calc(-1*var(--offset-medium)) var(--offset-medium);
    background-color: #F1F1F1;
}

.document__imageWrapper--1OSuj {
    padding: var(--offset-medium) 0;
}

.document__image--3dgWK {
    border-radius: 5px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;

    /* border: 3px solid var(--transparent-black); */
}

.document__imageLabel--2hErL {
    color: var(--border-color);
    text-align: right;
    font-style: italic;
    padding: var(--offset-tiny);
}

.section__root--3TE8B {
    padding-top: var(--offset-medium);
    padding-bottom: var(--offset-medium);
    padding-right: 0;
    padding-left: 0;
}

.section__header--3Zd_Q {
    text-align: center;
    font-size: 2.5em;
}

.section__icon--3cFLn {
    text-align: center;
    padding-bottom: var(--offset-tiny);
}

.list__root--2o7KE {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-justify: space-between;
    list-style: none;
    list-style-image: none;
    margin: 0;
    margin-right: calc(1 - var(--offset-tiny));
    padding: var(--offset-large) 0;

}

.list__item--2OMqm {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    margin-bottom: var(--offset-tiny);
    margin-right: var(--offset-tiny);
}


@media (min-width: 768px) and (max-width: 1024px), (min-width: 1024px) {

    .list__item--2OMqm {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 45%;
                flex: 1 1 45%;
    }

}

@media (min-width: 0px) and (max-width: 479px), (min-width: 480px) and (max-width: 767px) {

    .list__item--2OMqm {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }

}

.list-item__root--4Pdwj {
    display: block;
    padding: var(--offset-tiny);
    border-radius: 8px;
    text-decoration: none;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition:
        -webkit-box-shadow 0.1s ease-in,
        -webkit-transform 0.1s ease-in;
    transition:
        -webkit-box-shadow 0.1s ease-in,
        -webkit-transform 0.1s ease-in;
    transition:
        box-shadow 0.1s ease-in,
        transform 0.1s ease-in;
    transition:
        box-shadow 0.1s ease-in,
        transform 0.1s ease-in,
        -webkit-box-shadow 0.1s ease-in,
        -webkit-transform 0.1s ease-in;
}

.list-item__root--4Pdwj:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
}

.list-item__root--4Pdwj:last-child {
    margin-bottom: 0;
}

.list-item__title--Hr1BB {
    color: var(--link);
    font-size: 1.3em;
}

.list-item__teaser--3smA5 {
    padding-top: var(--offset-tiny);
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.9em;
}
.icon-laboratory-equipment__icon-black--3Rfh2 {
    display: inline-block;
    background: url(/3a60c5fbd31e02b5caa0dd4bcf3591d3.svg) no-repeat 0 0;
    width: 100px;
    height: 60px;
}

.icon-laboratory-equipment__icon-white--2nxXL {
    display: inline-block;
    background: url(/9fed46d52d7a794245c2b9084ccb0805.svg) no-repeat 0 0;
    width: 100px;
    height: 60px;
}

.icon-measurement-devices__icon-black--37S2O {
    display: inline-block;
    background: url(/751df62684c3110681998f14a58ca2b4.svg) no-repeat 0 0;
    width: 100px;
    height: 60px;
}

.icon-measurement-devices__icon-white--27YmM {
    display: inline-block;
    background: url(/16921af686cd004f72f5460f8ca6d38e.svg) no-repeat 0 0;
    width: 100px;
    height: 60px;
}

.icon-msu__icon-black--3plfN {
    display: inline-block;
    background: url(/b3eaa8657fa716ed98b399337b5a1351.svg) no-repeat 0 0;
    width: 100px;
    height: 100px;
}

.icon-msu__icon-white--2hNio {
    display: inline-block;
    background: url(/ab06d2602c83e32a42710807f28adf55.svg) no-repeat 0 0;
    width: 100px;
    height: 100px;
}

.header__root--1ZhG9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding: var(--offset-medium) 0 var(--offset-tiny);
}

.header__background--1oi_o {
    background: var(--red-gradient);
}

.header__logo--3tnbO {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
}

.header__lang--2R8dF {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px), (min-width: 1024px) {

    .header__logo-normal--3Ij77 {
        display: block;
    }

    .header__logo-tiny--AYtyW {
        display: none;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .header__logo-normal--3Ij77 {
        display: none;
    }

    .header__logo-tiny--AYtyW {
        display: block;
    }

    .header__logo--3tnbO,
    .header__lang--2R8dF {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .header__lang--2R8dF {
        padding-top: var(--offset-tiny);
    }

}

.about__video-wrapper--1Xz22 {
    padding-top: var(--offset-large);
    padding-bottom: var(--offset-large);
    margin: 0 auto;
}

@media (min-width: 1024px) {
    
    .about__video-wrapper--1Xz22 {
        width: 60%;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    
    .about__video-wrapper--1Xz22 {
        width: 80%;
    }

}

@media (min-width: 480px) and (max-width: 767px), (min-width: 0px) and (max-width: 479px) {

    .about__video-wrapper--1Xz22 {
        width: 100%;
    }

}

.about__video-adapter--2aZSj {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.about__video--2jylj {
    border: 0;
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.invention-categories__background--1YEQq {
    background: var(--blue-gradient);
}

.invention-categories__section-title--1m30_ {
    color: var(--white);
    text-align: center;
    font-size: 2.5em;
}

.invention-categories__section-body--3daY_ {
    color: var(--white);
}

.invention-categories__link--Z-L83 {
    color: #FFF;
    font-size: 1.4em;
}
.contact-info__root--3LtCg {
    padding-bottom: var(--offset-medium);
}

.contact-info__section-root--2VKgw {
    padding-top: var(--offset-large);
    padding-bottom: var(--offset-large);
    margin-right: calc(0 - var(--offset-medium));
    margin-left: calc(0 - var(--offset-medium));
}

.contact-info__backgroundEn--2UrT3 {
    background: url(/66bff09858489045bd915c5907361109.png) no-repeat 50% 50%;
    background-size: cover;
}

.contact-info__backgroundRu--1DCNx {
    background: url(/f0e1d9c47559866a83e58d05f732c61c.png) no-repeat 50% 50%;
    background-size: cover;
}

.contact-info__map--3jduF {
    height: 50vh;
    position: relative;
}

.contact-info__marker--1-LGd {
    position: absolute;
    width: 240px;
    background-color: var(--transparent-white);
    padding: var(--offset-medium);
    font-size: 14px;
    top: -30px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
}

.contact-info__header--yDJ2R {
    font-size: 24px;
}

.contact-info__link--2ubeK {
    position: absolute;
    bottom: 0;
    right: var(--offset-tiny);
    background-color: var(--transparent-white);
    padding: 5px 10px;
    font-size: 14px;
}
.footer__background--1IWU4 {
    background: var(--black-gradient);
}

.footer__root--3Mhg5 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: var(--offset-medium) 0;
}

.footer__root--3Mhg5:before {
    content: '';
    display: table;
}

.footer__root--3Mhg5:after {
    content: '';
    display: table;
    clear: both;
}

.footer__text--3LsTu,
.footer__text--3LsTu a {
    font-size: 14px;
    color: var(--white)
}

.footer__copyright--30CH5 {
    padding-top: var(--offset-tiny);
}

@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px), (min-width: 1024px) {

    .footer__column--1s7Nk {
        width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    }

    .footer__column--1s7Nk:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
    }

    .footer__column--1s7Nk:last-child {
        margin-right: 0;
    }

    .footer__column--1s7Nk:nth-child(3n) {
        margin-right: 0;
        float: right;
    }

    .footer__column--1s7Nk:nth-child(3n + 1) {
        clear: both;
    }

    .footer__column-last--V0ZFa {
        text-align: right;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .footer__column--1s7Nk {
        width: calc(99.9% * 1 - (30px - 30px * 1));
        padding-bottom: var(--offset-medium);
    }

    .footer__column--1s7Nk:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none;
    }

    .footer__column--1s7Nk:last-child {
        margin-right: 0;
    }

    .footer__column--1s7Nk:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .footer__column--1s7Nk:nth-child(1n + 1) {
        clear: both;
    }

    .footer__column-last--V0ZFa {
    }

}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text-color);
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

p {
    line-height: 1.5em;
}

a {
    color: var(--link-color);
}

form {
    margin: 0;
}
