*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: "NeueHaasUnicaW1G", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #303030;
    background: #fff;
    font-weight: 400;
    width: 100%;
}
a
{
    color: #303030;
    text-decoration: none;
}
a:hover
{
    color: #808080;
}
.container
{
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
p
{
    margin: 0 0 27px;
}
p a
{
	text-decoration: underline;
}
p a:hover
{
	text-decoration: none;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}
.b-header
{
    padding: 55px 0;
}
.lang-switcher
{
    float: right;
    font-size: 18px;
    font-weight: 500;
    margin-top: 17px;
    margin-right: 27px;
    position: relative;
    z-index: 20;
}
.logo
{
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
	margin-left: -5px;
}
.site-name
{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 18px;
}
.main-nav
{
    position: fixed;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 40px 0;
    width: 70px;
    height: 100%;
}
.menu-text
{
    position: absolute;
    bottom: 250px;
    width: calc(100vh - 250px);
    right: 58px;
    text-align: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    transform-origin: right top 0;
	line-height: 1;
	height: 18px;
}
.menu-text a
{

    text-align: right;
    height: 100%;
    position: absolute;
    right: 0;
    /*-webkit-writing-mode: vertical-rl;*/
    /*writing-mode:tb-rl;*/
    opacity: 0;
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
	width: 100%;
	
	display: block;
}
.menu-text a.active
{
    opacity: 1;
}
.menu-text a.active2
{
    opacity: 1;
	z-index: 20;
	background: #fff;
}
.menu-dots
{
    display: block;
    position: absolute;
    bottom: 70px;
}

.menu-dots a
{
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    margin-top: 10px;
    border-radius: 50%;
}
.menu-dots a.active
{
    background: #000;
}
.top-animation
{
    margin: 0 110px 100px 0;
}
#s-main
{
    margin-bottom: 50px;
}
.section-inner
{
    margin: 0 110px 0 300px;
}

.section-inner-wide
{
    margin: 0 0 0 -300px;
    position: relative;
    width: calc(100% + 300px);
}
.title-block
{
    font-weight: 500;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 28px;
}
.signature
{
    margin-top: 75px;
}
.message-container
{
    padding-bottom: 45px;
    border-bottom: 1px solid #303030;
}
.m-bold
{
    font-weight: 500;
}
#s-secondary
{
    margin-bottom: 110px;
}
.second-animation
{
    margin: 0 110px 0 0;
}
.second-animation>*, .top-animation>*, .anim-video
{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-clip: padding-box;
	 /* -webkit-appearance: none; */
        /* -moz-appearance: none; */
        /* appearance: none; */
		max-width: 100%;
}
.anim-video
{
    max-width: 100%;
}
#s-info
{

    margin: 130px 0 120px;
}
#s-info .title-block
{
    margin-bottom: 50px;
}
#s-info .section-inner
{
    padding-bottom: 100px;
    border-bottom: 1px solid #303030;
}
#s-structure
{
    margin-bottom: 55px;
}
#s-structure .title-block
{
    margin-bottom: 8px;
}
.subtitle-block
{
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.subtitle-block.m-bold
{
    margin: 45px 0 55px;
}
.text-small
{
    font-size: 14px;
}
.text-normal
{
    font-size: 18px;
}
.acc-title
{
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.acc-title:after
{
    content: "+";
    position: absolute;
    right: 0;

}
.acc-title:hover
{
    color: #808080;
}
p.acc-title:after
{
    font-size: 18px;
    top: 5px
}
.title-block.acc-title
{
    margin-bottom: 65px;
}
.title-block.acc-title:after
{
    font-size: 42px;
    bottom: 0;
}
.acc-title.active:after
{
    content: "–";
}
.acc-body
{
    display: none;
}
.title-block.acc-title+.acc-body
{
    margin: -45px 0 100px;
}
.fixed
{
    position: fixed;
    top: 0;
    background: #fff;
    width: 890px;
    display: block;
}
.fixtable
{
    position: relative;
}
.fixtable-fixed {
    position: fixed;
    top: 0;
    z-index: 101;
    background-color: #fff;
    border-bottom: 1px solid #303030;
    border-right: 1px solid #303030;
    margin-right: -1px;
}
.fixtable-fixed span
{
    display: block;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.title-row th:last-child .fixtable-fixed
{
    border-right: none;
}
.title-row.second-title .fixtable-fixed
{
    top: 81.4px;
}
.title-row.third-title .fixtable-fixed
{
    top: 262.4px;
}
.title-row.fourth-title .fixtable-fixed
{
    top: 53px;
}
.title-row.fourth-title th:last-child .fixtable-fixed
{
    border-right: 1px solid #303030;
    margin-left: -1px;
    border-left: 1px solid #303030;
}
.title-row.fifth-title .fixtable-fixed
{
    top: 97px;
}
#s-results
{
    margin: 70px 0 150px;
}
#s-results .title-block
{
    margin-bottom: 60px;
}
#s-results .anim-video
{
    margin-bottom: 30px;
}

table
{
    width: 100%;
    border-collapse: collapse;
}
table th
{
    font-weight: 500;
}
table.text-small
{

    line-height: 1.214;
}
table.text-small td
{
    padding: 23px 0;
}
tr.thick-border td, tr.thick-border th
{
    border-bottom: 2px solid ;
}
tr.thick-border.first-row th, tr.thick-border.first-row td
{
    padding:  20px 0;
    vertical-align: bottom;
}
tr.thick-border.second-row th, tr.thick-border.second-row td
{
    padding:  10px 5px;
}
tr.thick-border.third-row th, tr.thick-border.third-row td
{
    padding:  20px 0;
}
tr.thick-border-t td, tr.thick-border-t th
{
    border-top: 2px solid ;
}
table.text-small th
{
    padding: 32px 0;
}
tr.text-normal th
{
    padding: 5px 0 28px;
}
tr.no-border td
{
    border-bottom: none !important;
}
.side-border
{
    border-left: 1px solid;
    border-right: 1px solid;
}
tr.double-border td, tr.double-border th, th.double-border, td.double-border
{
    border-bottom: 1px solid;

}
tr.double-border+tr td
{
    position: relative;
}
tr.double-border+tr td:before
{
    width: 100%;
    height: 1px;
    background: #303030;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
}
tr.thin-border td, tr.thin-border th
{
    border-bottom: 1px solid;

}
td.thick-border, th.thick-border
{
    border-bottom: 2px solid !important;
}
th.thin-border, td.thin-border
{
    border-bottom: 1px solid !important;

}
.mt-20
{
    margin-top: 20px;
}
.mt-30
{
    margin-top: 30px;
}
.mt-35
{
    margin-top: 35px;
}
.mt-40
{
    margin-top: 40px;
}
.mt-45
{
    margin-top: 45px;
}
.mt-50
{
    margin-top: 50px;
}
.mt-55
{
    margin-top: 55px;
}
.mt-60
{
    margin-top: 60px;
}
.mt-65
{
    margin-top: 65px;
}
.mt-70
{
    margin-top: 70px;
}
.mt-75
{
    margin-top: 75px;
}
.mt-110
{
    margin-top: 110px;
}
.mb-20
{
    margin-bottom: 20px;
}
.mb-30
{
    margin-bottom: 30px;
}
.mb-40
{
    margin-bottom: 40px;
}
.mb-45
{
    margin-bottom: 45px;
}
.mb-50
{
    margin-bottom: 50px;
}
.mb-55
{
    margin-bottom: 55px;
}
.mb-60
{
    margin-bottom: 60px;
}
.mb-65
{
    margin-bottom: 65px;
}
.mb-70
{
    margin-bottom: 70px;
}
.mb-75
{
    margin-bottom: 75px;
}
.mb-90
{
    margin-bottom: 90px;
}
.mb-130
{
    margin-bottom: 130px;
}
#s-reporting
{
    margin: 70px 0 85px;
}
#s-reporting .main-title
{
    margin-bottom: 70px;
}
.table-info td
{
    width: 50px;
    vertical-align: top;
    padding-bottom: 30px;
}
#s-excerpts
{
    margin-top: 130px;
}
table.text-small.table-exerpts td
{
    padding: 6px;
    vertical-align: bottom;
}
/*table.text-small.table-exerpts td.thin-border*/
/*{*/
/*    padding-bottom: 12px;*/
/*}*/
table.table-exerpts .result-row td
{
    padding: 15px 6px;
}
.table-exerpts tr:not(.hover-none):hover
{
    background: #e6e6e6;
	cursor: pointer;
}
.b-footer
{
    margin-top: 50px;
}
.cl
#s-contacts
{
    margin: 0 0 150px;
	
}
#s-contacts .title-block, #s-excerpts .title-block
{
    margin-bottom: 70px;
	border-top: 1px solid;
	padding-top: 70px;
}

.b-footer .section-inner
{
    border-top: 1px solid;
    padding: 30px 0;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}
.b-footer .section-inner>*
{
    display: inline-block;
}
.download
{
    float: right;
	
}
.download span
{
	text-decoration: underline
}
.download span:hover
{
	text-decoration: none
}
.download img
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
#tooltip {
    z-index: 9999;
    position: absolute;
    display: none;
    top:0;
    left:0;
    background: #fff;
    padding: 10px 15px;
    max-width: 230px;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.delimiter
{
    height: 1px;
    border: none;
    background: #303030;
    margin-bottom: 30px;
}
.legend
{
    text-align: center;
    margin: -20px 0 30px;
}
.legend>div
{
    display: inline-block;
    margin: 0 20px;
}
.legend span
{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}
.legend span.circle1
{
    background: #f46d38
}
.legend span.circle2
{
    background: #879734;
}
.clearfix
{
	clear: both;
}
