* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    zoom: 1;
}

html, body {
    height: 100%;
    text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

img {
    border: 0;
}

input {
    vertical-align: top;
}

body {
    font-family: "Roboto", sans-serif;
    min-width: 1240px;
}

body.no-scroll {
    overflow: hidden;
}

.container {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.clearfix {
    display: table;
    width: 0;
    height: 0;
    clear: both;
}
.rel{
    position: relative;
}
a.link {
    color: #e2e2e4;
    text-decoration: none;
    cursor: pointer;
}

header {
    border: 1px solid #343333;
    background: linear-gradient(180deg, #020202, #1a1a1a);
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.rocket-logo {
    display: block;
    width: 170px;
    height: 88px;
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/rocket-logo.png") no-repeat center center;
    margin-left: 37px;
}

.header-menu-item {
    height: 40px;
    margin: 24px 40px;
    line-height: 40px;
    font-weight: 300;
}
.header-menu-item:hover{
    text-decoration: underline;
}
.link.orange{
    color:#f98327;
}
.page-block1 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/logos.png") no-repeat center 200px, url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/page1.jpg") no-repeat center top #1a0703;
    height: 1000px;
    border-bottom: 1px solid #3a2c25;
    padding-top: 850px
}

.page-block2 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/page2.png") no-repeat center 80px, linear-gradient(180deg, #251510, #111111);
    height: 1000px;
    border-top: 1px solid #30201a;
    padding-top: 606px;
}

.page-block3 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/page3.png") no-repeat center bottom #140502;
    height: 1000px;
    border-bottom: 1px solid #3a2c25;
}

.page-block4 {
    background: linear-gradient(180deg, #251510, #111111);
    height: 1000px;
    border-top: 1px solid #30201a;
}


.page-block5 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/page5.jpg") no-repeat center bottom #1a0703;
    height: 1020px;
}

.page-block4_heading {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/how-head.png") no-repeat center center;
    font-size: 0;
    height: 257px;
}

.faq_heading {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/faq-head.png") no-repeat center center;
    font-size: 0;
    height: 200px;
}

.gradient-line {
    background: linear-gradient(90deg, rgba(159, 46, 42, 1), rgba(159, 46, 42, 0));
    height: 63px;
    margin-bottom: 21px;
}

.page-block4_text1 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/text1.png") no-repeat 24px center;
    width: 1000px;
    height: 63px;
    display: block;
}

.page-block4_text2 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/text2.png") no-repeat 24px center;
    width: 1000px;
    height: 63px;
    display: block;
}

.page-block4_text3 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/text3.png") no-repeat 24px center;
    width: 1000px;
    height: 63px;
    display: block;
}

.dotted-text {
    color: #d3d0cf;
    font-size: 18px;
    line-height: 29px;
    padding-left: 27px;
    position: relative;
}

.dotted-text:before {
    content: '';
    width: 4px;
    height: 4px;
    left: 0;
    top: 12px;
    position: absolute;
    background: #d3d0cf;
    border-radius: 50%;
}

.descr {
    color: #86807e;
    font-size: 18px;
    line-height: 40px;
    padding-left: 27px;
    margin-bottom: 30px;
}

.faq-check {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.faq-item {
    color: #d2d0cf;

}

.faq-answer {
    padding-left: 43px;
    max-height: 0;
    transition: 350ms max-height;
    overflow: hidden;
    line-height: 29px;
    margin: 0 0 14px 0;
}

.faq-check:checked + .faq-answer-wrap .faq-answer {
    max-height: 60px;

}

.acc-label {
    height: 29px;
    cursor: pointer;
    display: block;
    font-size:0;
    background: url('https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/faq_sprite.png') no-repeat;
    position: relative;
}
.acc-label:before{
    content: '';
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #d3d0cf;
    display: block;
    float:left;
    margin:10px 6px 0 0 ;
}
.acc-label1{
    background-position: 17px -39px ;
}
.acc-label2{
     background-position: 17px -104px ;
 }
.acc-label3{
    background-position: 17px -169px ;
}
.acc-label4{
    background-position: 17px -230px ;
}
.acc-label5{
    background-position: 17px -294px ;
}
.acc-label6{
     background-position: 17px -359px ;
}
.acc-label7{
    background-position: 17px -424px ;
}
.acc-label8{
    background-position: 17px -491px ;
}

.faq-check:checked + .faq-answer-wrap .acc-label1{
    background-position: 17px -7px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label2{
    background-position: 17px -72px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label3{
    background-position: 17px -137px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label4{
    background-position: 17px -202px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label5{
    background-position: 17px -262px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label6{
    background-position: 17px -327px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label7{
    background-position: 17px -392px ;
}
.faq-check:checked + .faq-answer-wrap .acc-label8{
    background-position: 17px -459px ;
}


.primary-button {
    border: 1px solid #992c27;
    background: linear-gradient(180deg, #992c27, #731915);
    height: 72px;
    line-height: 70px;
    width: 314px;
    display: block;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 29px 0 rgba(158, 46, 42, 0.34);
    cursor:pointer;
}

.primary-button:before {
    content: '';
    display: block;
    height: 1px;
    background: #ac4c48;
    position: absolute;
    width: 100%;
}

.primary-button:hover {
    background: linear-gradient(180deg, #ad2d28, #831915);
    box-shadow: 0 0 29px 0 rgba(158, 46, 42, 0.64);
}

.primary-button:active {
    background: linear-gradient(180deg, #731915, #992c27);
}

.red-bold {
    color: #c43b34;
    font-weight: 700;
    display: block;
    line-height: 33px;
}

.page2-descr {
    color: #d3d0cf;
    text-align: center;
    width: 817px;
    height: 132px;
    font-size: 18px;
    background: #271413;
    line-height: 28px;
    padding: 24px 0;
    box-shadow: 0 0 10px #000000;
    margin: 175px auto 0 auto;
}

.show-popup {
    font-size: 18px;
    color: #86807e;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 75px;
}

.btn1, .btn2 {
    display: block;
    width: 312px;
    height: 30px;
    margin-top: 22px;
}

.btn1 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/button1.png") no-repeat center center;
}

.btn2 {
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/button2.png") no-repeat center center;
}

.notification-wrapper {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
}

.notification-wrapper.active {
    display: block;
}

.notification {
    width: 1024px;
    height: 530px;
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/popup-head.png") no-repeat center 50px, linear-gradient(180deg, #3e2b25, #271914);
    margin: -235px 0 0 -512px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 115px 48px 48px 48px;
    color: #d3d0cf;
}

.notification-close {
    width: 16px;
    height: 16px;
    background: url("https://senoval.cdn.sports.ru/static/source/special/2016/rocket-dota/img/popup-close.png") no-repeat left top;
    cursor: pointer;
    right: 24px;
    top: 20px;
    position: absolute;
}

.marked {
    padding-left: 26px;
    position: relative;
    line-height: 29px;
    margin-bottom: 15px;
}

.marked:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d3d0cf;
    font-size: 0;
    vertical-align: top;
    left: 0;
    top: 11px;
}
.header-menu{
    margin-right: 30px;
}
.social__button {
    width: 82px;
    height: 82px;
    cursor: pointer;
    margin: 0 auto 2rem;
    display: block;
    background: 0 0 no-repeat url('https://senoval.cdn.sports.ru/static//source/special/2016/iceland/assets/images/share.png');
}
.social__button-fb {
     background-position: 33.333% 0;
 }

.social__button-vk {
     background-position: 66.666% 0;
 }

.social__button-tw {
     background-position: 100% 0;
}
.social__wrapper{
    position: fixed;
    bottom: 0;
    right:24px;
}
.faq-pdf{
    position: absolute;
    bottom: 40px;
}
.faq-link{
    color:#fff;
    font-size:18px;
}
.faq-link2{
    color:#9e9896;
    font-size:18px;
}
