@import url('/source/fonts/din-pro/stylesheet.css');

@media (min-width: 1680px) {
.container {
    max-width: 1318px!important;
}
}

.rshb-background {
    background-color: #7AC300;
}

.rshb-layout {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.6);
}

.rouble {
    font-family: PT Sans!important;
}

.rshb-header {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #7AC300;
}

.rshb-logo {
    width: 281px;
    margin: 37px 0 33px;
}

@media (max-width:1199px) {
.rshb-logo {
    width: 219px;
    margin: 20px 0 20px;
}
}

@media (max-width: 991px) {
.rshb-logo {
    width: 219px;
    margin: 15px 0 15px;
}
}

@media (max-width: 767px) {
.rshb-logo {
    width: 128px;
    margin: 10px 0 10px;
}
}

ul.rshb-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    margin: 66px 0 0;
    padding: 0;
}

@media (max-width: 1199px) {
ul.rshb-menu {
    margin: 42px 0 0;
}
}

@media (max-width: 991px) {
ul.rshb-menu {
    margin: 37px 0 0;
}
}

@media (max-width: 767px) {
ul.rshb-menu {
    display: none;
}
}

.rshb-menu li {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #000000;
    position: relative;
    margin: 0 30px 0 0;
    padding: 0;
}

@media (max-width: 1199px) {
.rshb-menu li {
    font-size: 16px;
}
}

@media (max-width: 991px) {
.rshb-menu li {
    font-size: 12px;
    margin: 0 15px 0 0;
}
}

@media (max-width: 767px) {
.rshb-menu li {
    font-size: 16px;
    margin: 0 15px 0 0;
}
}

.rshb-menu li:last-child {
    margin: 0;
}

.rshb-menu a {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #000000;
    text-decoration: none;
    position: relative;
    margin: 0;
}

.rshb-menu a:hover, .rshb-menu a:focus, .rshb-menu a:active {
    color: #000000;
    text-decoration: none;
    opacity: 0.6;
}

@media (max-width: 1199px) {
.rshb-menu a {
    font-size: 16px;
}
}

@media (max-width: 991px) {
.rshb-menu a {
    font-size: 12px;
}
}

@media (max-width: 767px) {
.rshb-menu a {
    font-size: 16px;
}
}

.rshb-mobile-hamburger {
    display: none;
}

@media (max-width: 767px) {
.rshb-mobile-hamburger {
    display: block;
    background-image: url(/style/img/sprite_icon.png?1448970588884);
    background-position: 143px -168px !important;
    width: 25px;
    height: 25px;
    margin: 15px 0 0 auto;
}
}

.rshb-footer {
    background-color: #141414;
    width: 100%;
    padding: 75px 0 105px;
}

@media (max-width: 1199px) {
.rshb-footer {
    padding: 60px 0 80px;
}
}

@media (max-width: 991px) {
.rshb-footer {
    padding: 40px 0 50px;
}
}

@media (max-width: 767px) {
.rshb-footer {
    padding: 30px 0 40px;
}
}

.rshb-footer p {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    opacity: 0.5;
    margin: 18px 0 0;
}

@media (max-width: 1199px) {
.rshb-footer p {
    margin: 9px 0 0;
}
}

@media (max-width: 991px) {
.rshb-footer p {
    font-size: 12px;
    margin: 16px 0 0;
}
}

@media (max-width: 767px) {
.rshb-footer p {
    font-size: 10px;
    margin: 10px 0 0;
}
}

.rshb-footer .rshb-logo {
    width: 281px;
    margin: 0;
}

@media (max-width:1199px) {
.rshb-footer .rshb-logo {
    width: 219px;
}
}

@media (max-width: 991px) {
.rshb-footer .rshb-logo {
    width: 219px;
}
}

@media (max-width: 767px) {
.rshb-footer .rshb-logo {
    width: 128px;
}
}

.hack-main-banner {
    background-image: url(../i/hacka-main-banner.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;    
    min-height: 730px;
    position: relative;
    z-index: 0;
}

.hack-main-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: -1;
}

@media (max-width: 991px) {
.hack-main-banner {
    background-position: 85% 50%;
     min-height: 580px;
}
}

@media (max-width: 767px) {
.hack-main-banner {
    background-position: 85% 50%;
     min-height: 350px;
}
}

.hack-main-banner_text h1 {
    font-family: DIN Pro;
    font-size: 80px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 120px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-main-banner_text h1 {
    font-size: 74px;
}
}

@media (max-width: 991px) {
.hack-main-banner_text h1 {
    margin-top: 70px;    
    font-size: 60px;
}
}

@media (max-width: 767px) {
.hack-main-banner_text h1 {
    font-size: 40px;
    margin-top: 40px;    
}
}

.hack-main-banner_text h2 {
    font-family: DIN Pro;
    font-size: 46px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-main-banner_text h2 {
    font-size: 38px;
}
}

@media (max-width: 991px) {
.hack-main-banner_text h2 {
    margin-top: 30px;
    font-size: 28px;
}
}

@media (max-width: 767px) {
.hack-main-banner_text h2 {
    margin-top: 30px;
    font-size: 24px;
}
}

.hack-main-banner_text p.date {
    font-family: DIN Pro;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 55px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
.hack-main-banner_text p.date {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-main-banner_text p.date {
    font-size: 24px;
}
}

@media (max-width: 767px) {
.hack-main-banner_text p.date {
    font-size: 20px;
    margin-top: 15px;
}
}

.hack-main-banner_text p {
    font-family: DIN Pro;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-main-banner_text p {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.hack-main-banner_text p {
    font-size: 18px;
}
}

@media (max-width: 767px) {
.hack-main-banner_text p {
    font-size: 15px;
}
}

.hack-main-banner_text a {
    font-family: DIN Pro;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #7AC300;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    border-bottom: 1px solid #7AC300;
}

.hack-main-banner_text a:hover, .hack-main-banner_text a:focus, .hack-main-banner_text a:active {
    color: #7AC300;
    text-decoration: none;
    border-bottom: 1px solid transparent;    
}

@media (max-width: 1199px) {
.hack-main-banner_text a {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.hack-main-banner_text a {
    font-size: 18px;
}
}

@media (max-width: 767px) {
.hack-main-banner_text a {
    font-size: 15px;
}
}

.hack-main-banner_button {
    margin-top: 100px;
    margin-bottom: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;    
}

@media (max-width: 991px) {
.hack-main-banner_button {
    margin-top: 70px;
}
}

@media (max-width: 767px) {
.hack-main-banner_button {
    margin-top: 35px;
    margin-bottom: 40px;
}
}

.hack-main-banner_button .btn-success {
    font-family: DIN Pro;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    border-radius: 6px;
    background-color: #FFCB00;
    border-color: #FFCB00;
    color: #000000;
    padding: 9px 42px 9px 42px;
    box-shadow: none;
    margin-right: 27px;
}

.hack-main-banner_button .btn-success:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
.hack-main-banner_button .btn-success {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.hack-main-banner_button .btn-success {
    font-size: 14px;
    padding: 8px 25px 8px 25px;
}
}

.hack-main-banner_button .btn-success:hover, .hack-main-banner_button .btn-success:focus, .hack-main-banner_button .btn-success:active {
    color: #000000;
    border-radius: 6px;
    background-color: #deae05!important;
    border-color: #deae05!important;
    box-shadow: none!important;
}

.hack-main-banner_button .btn-success.transparent-button {
    background-color: transparent;
    border-color: #FFCB00;
    color: #ffffff;
}

.hack-main-banner_button p {
    font-family: DIN Pro;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #8D8B8B;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-main-banner_button p {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.hack-main-banner_button p {
    font-size: 18px;
}
}

@media (max-width: 767px) {
.hack-main-banner_button p {
    margin-top: 10px;    
    font-size: 15px;
}
}

.hack-about {
    background-color: #ffffff;
    width: 100%;
}

.hack-about h2 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 90px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-about h2 {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-about h2 {
    font-size: 24px;
    margin-top: 40px;
}
}

@media (max-width: 767px) {
.hack-about h2 {
    font-size: 20px;
    margin-top: 40px;
}
}

.hack-about_step h3 {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #7AC300;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
.hack-about_step h3 {
    font-size: 19px;
}
}

@media (max-width: 991px) {
.hack-about_step h3 {
    font-size: 19px;
}
}

@media (max-width: 767px) {
.hack-about_step h3 {
    font-size: 19px;
}
}

.hack-about_step p {
    font-family: Proxima Nova;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 10px;
}

.hack-about_step p:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-about_step p {
    font-size: 22px;
}
}

@media (max-width: 991px) {
.hack-about_step p {
    font-size: 18px;
}
}

@media (max-width: 767px) {
.hack-about_step p {
    font-size: 18px;
}
}

.hack-about_step p.grey-text {
    color: #ADADAD;
}

.hack-about_step {
    margin-top: 75px;
    position: relative;    
}

@media (max-width: 991px) {
.hack-about_step {
    margin-top: 40px;
}
}

.hack-about_step:after {
    content: '';
    position: absolute;
    left: 85px;
    top: 8px;
    height: 1px;
    background-color: #7AC300;
    width: calc(100% - 92px);
}

@media (max-width: 991px) {
.hack-about_step:after {
    content: none;
}
}

.col-lg-3:last-child .hack-about_step:after {
    content: none;
}

.hack-about_button {
    margin-top: 45px;
    margin-bottom:75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;   
}

@media (max-width: 991px) {
.hack-about_button {
    margin-top: 40px;
    margin-bottom: 50px;    
}
}

.hack-about_button .btn-success {
    font-family: DIN Pro;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    border-radius: 6px;
    background-color: #FFCB00;
    border-color: #FFCB00;
    color: #000000;
    padding: 9px 42px 9px 42px;
    box-shadow: none;
}

@media (max-width: 991px) {
.hack-about_button .btn-success {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.hack-about_button .btn-success {
    font-size: 14px;
    padding: 8px 25px 8px 25px;
}
}

.hack-about_button .btn-success:hover, .hack-about_button .btn-success:focus, .hack-about_button .btn-success:active {
    color: #000000;
    border-radius: 6px;
    background-color: #deae05!important;
    border-color: #deae05!important;
    box-shadow: none!important;
}

.hack-about_button .btn-success.transparent-button {
    background-color: transparent;
    border-color: #FFCB00;
    color: #ffffff;
}

.hack-winner {
    background-color: #FBFBFB;
    width: 100%;
    padding-bottom: 85px;    
}

@media (max-width: 991px) {
.hack-winner {
    padding-bottom: 50px;    
}
}

.hack-winner h2 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 90px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-winner h2 {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-winner h2 {
    font-size: 24px;
    margin-top: 40px;
}
}

@media (max-width: 767px) {
.hack-winner h2 {
    font-size: 20px;
    margin-top: 40px;
}
}

.hack-winner_step-text p {
    font-family: Proxima Nova;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-winner_step-text p {
    font-size: 22px;
}
}

@media (max-width: 991px) {
.hack-winner_step-text p {
    font-size: 16px;
}
}

@media (max-width: 767px) {
.hack-winner_step-text p {
    font-size: 18px;
    max-width: 240px;
    margin-top: 40px;
    margin-bottom: 20px;
}
}

.hack-winner_step-image {
    margin: 60px auto 25px 0;
    width: 70px;    
    height: 70px;    
}

@media (max-width: 991px) {
.hack-winner_step-image {
    margin: 40px auto 20px 0;  
}
}

@media (max-width: 767px) {
.hack-winner_step-image {
    margin: 40px 15px 20px 0;  
}
}

@media (max-width: 767px) {
.hack-winner_step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
}

.hack-figures {
    background-color: #FBFBFB;
    width: 100%;
    padding-bottom: 85px;    
}

@media (max-width: 991px) {
.hack-figures {
    padding-bottom: 50px;    
}
}

.hack-figures h2 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 90px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-figures h2 {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-figures h2 {
    font-size: 24px;
    margin-top: 40px;
}
}

@media (max-width: 767px) {
.hack-figures h2 {
    font-size: 20px;
    margin-top: 40px;
}
}

.hack-figures h3 {
    font-family: Proxima Nova;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #7AC300;
    margin-top: 65px;
    margin-bottom: 20px;
}

@media (max-width: 1679px) {
.hack-figures h3 {
    font-size: 34px;
}
}

@media (max-width: 1199px) {
.hack-figures h3 {
    font-size: 34px;
}
}

@media (max-width: 991px) {
.hack-figures h3 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 15px;    
}
}

@media (max-width: 767px) {
.hack-figures h3 {
    font-size: 26px;
}
}

.hack-figures_text p {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-figures_text p {
    font-size: 19px;
}
}

@media (max-width: 991px) {
.hack-figures_text p {
    font-size: 16px;
}
}

@media (max-width: 767px) {
.hack-figures_text p {
    font-size: 16px;
}
}

.hack-tasks {
    background-color: #F7F8F8;
    width: 100%;
    padding-bottom: 85px;    
}

@media (max-width: 991px) {
.hack-tasks {
    padding-bottom: 50px;    
}
}

.hack-tasks h2 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 90px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-tasks h2 {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-tasks h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;    
}
}

@media (max-width: 767px) {
.hack-tasks h2 {
    font-size: 20px;
    margin-top: 40px;
}
}

.hack-tasks_card {
    background-color: #ffffff;
    border-radius: 7px;
    transition: all 0.25s ease-in-out;
    display: block;
    overflow: hidden;
    margin-top: 85px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);  
}

@media (max-width: 991px) {
.hack-tasks_card {
    margin-top: 30px;    
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
}
}

.hack-tasks_card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
    transition: all 0.25s ease-in-out;
}

.hack-tasks_card-text {
    padding: 30px 25px 30px;  
}

.hack-tasks_card-text h3 {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hack-tasks_card-text .green-text {
    color: #7AC300;

}

.hack-tasks_card-text p {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hack-tasks_card-accordion .accordion {
    border: none;
    background-color: #4A5757;
    margin-bottom: 0px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hack-tasks_card-accordion .accordion .accordion__header {
    position: relative;
    padding: 25px 40px 25px 40px;
    cursor: pointer;
    box-sizing: border-box;  
}

@media (max-width: 991px) {
.hack-tasks_card-accordion .accordion .accordion__header {
    padding: 20px 30px 20px 30px;    
}
}

.hack-tasks_card-accordion .accordion .accordion__header:before {
    content: '';
    position: absolute;
    border-top: 1px solid #556363;
    width: calc(100% - 80px);
    top: 0px;
}

@media (max-width: 991px) {
.hack-tasks_card-accordion .accordion .accordion__header:before {
   width: calc(100% - 60px);
}
}

.hack-tasks_card-accordion .accordion:first-child .accordion__header:before {
    content: none;
}

.hack-tasks_card-accordion .accordion .accordion__header h4 {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0;
    max-width: calc(100% - 11px);
}

.hack-tasks_card-accordion .accordion .accordion__content {
    padding: 0px 40px 30px 40px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #4A5757;
    border: none;
}

@media (max-width: 991px) {
.hack-tasks_card-accordion .accordion .accordion__content {
    padding: 0px 30px 25px 30px;
}
}

.hack-tasks_card-accordion .accordion .accordion__content p {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px;
}

.hack-tasks_card-accordion .accordion .accordion__header:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    background: url(../i/icon-arrow-white.svg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
    top: 50%;
    right: 40px;
    margin-top: -3px;      

}

@media (max-width: 991px) {
.hack-tasks_card-accordion .accordion .accordion__header:after {
    right: 30px;
}
}

.hack-tasks_card-accordion .accordion.accordion_opened .accordion__header {
    background-color: #4A5757;
}

.hack-tasks_card-accordion .accordion.accordion_opened .accordion__header:after {
    transform: rotate(180deg);
}

.hack-tasks_card-accordion .accordion.accordion_opened .accordion__header h4 {
    color: #ffffff;
}

.hack-tasks_card-accordion .accordion .accordion__content ul {
    margin: 0px;
    padding-left: 18px;
}

.hack-tasks_card-accordion .accordion .accordion__content li {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 3px;    
}

.hack-tasks_card-accordion .accordion .accordion__content li:last-child {
    margin-bottom: 0px;    
}

.hack-why {
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 85px;    
}

@media (max-width: 991px) {
.hack-why {
    padding-bottom: 50px;    
}
}

.hack-why h2 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 90px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
.hack-why h2 {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-why h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;    
}
}

@media (max-width: 767px) {
.hack-why h2 {
    font-size: 20px;
    margin-top: 40px;
}
}

.hack-why_card {
    background-color: #ffffff;
    border-radius: 7px;
    display: block;
    overflow: hidden;
    margin-top: 55px;
    margin-bottom: 0px;
    border: 1px solid #C4C4C4;   
}

@media (max-width: 991px) {
.hack-why_card {
    margin-top: 30px;    
}
}

.hack-why_card-text {
    padding: 30px 25px 30px;  
}

.hack-why_card-text h3 {
    font-family: Proxima Nova;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
.hack-why_card-text h3 {
    font-size: 20px;
}
}

@media (max-width: 991px) {
.hack-why_card-text h3 {
    font-size: 18px;
}
}

.hack-why_card-text p {
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
.hack-why_card-text p {
    font-size: 14px;
}
}

.hack-request {
    background-color: #ffffff;
    width: 100%;
}

.hack-request h2 {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 45px;
}

@media (max-width: 1679px) {
.hack-request h2 {
    font-size: 28px;
}
}

@media (max-width: 991px) {
.hack-request h2 {
    font-size: 24px;
    margin-top: 10px;
}
}

@media (max-width: 767px) {
.hack-request h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
}
}


.hack-request_form {
    margin-top: 0px;
    margin-bottom: 130px;
    max-width: 642px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1679px) {
.hack-request_form {
    margin-top: 0px;
    margin-bottom: 100px;
}
}

@media (max-width: 991px) {
.hack-request_form {
    margin-top: 0px;
    margin-bottom: 60px;
}
}

.hack-request_form h3 {
    font-family: Proxima Nova;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
.hack-request_form h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;

}
}

/*.hack-request_form .title-input-field {
    font-family: Proxima Nova;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #818181;
    margin-bottom: 0px;
    position: absolute;
    top: -9px;
    left: 19px;
    padding: 0px 2px;
    z-index: 1;
    background-color: #ffffff;
}*/

.hack-request_form .title-input-field {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #818181;
    margin-bottom: 0px;
    position: absolute;
    top: 12px;
    left: 21px;
    padding: 0;
    z-index: 0;
    background-color: #ffffff;
    transform: translateY(0) scale(1);
    transform-origin: left top;
    transition: transform .2s ease-in;
}

.hack-request_form .title-input-field.atop-title-field {
    padding: 0px 2px;
    z-index: 1;
    transform: translateY(-21px) scale(0.7);
    transform-origin: left top;
    transition: transform .2s ease-in;
}

.hack-request_form .error-input-field {
    font-family: Proxima Nova;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #c12e2e;
    margin-bottom: 0px;
    position: absolute;
    top: 36px;
    left: 21px;
    padding: 0 2px;
    z-index: 1;
    background-color: #ffffff;
    display: none;
}

.hack-request_form .body-input-field {
    border-radius: 10px;
    border: solid 1px #818181;
    background-color: transparent;
    position: relative;
    margin-bottom: 30px;
    padding: 0px;
}

.hack-request_form .input-field {
    text-align: left;
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
    background-color: transparent;
    border: none;
    max-width: 100%;
    width: 100%;
    height: 42px;
    padding: 11px 21px 11px;
}

.hack-request_form .input-field:focus {
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}

.hack-request_form .input-field:invalid {
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}

.hack-request_form-input {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hack-request_form select.input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.hack-request_form select.input-field option {
    text-align: left;
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #818181;
    background-color: #ffffff;
    border: none;
    max-width: 100%;
    width: 100%;
}

.hack-request_form .body-input-field span.arrow {
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url(/biometriya/css/../i/icon-arrow.svg) 0 0 no-repeat;
    background-size: 100%;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}

select::-ms-expand {
    display: none;
}

optgroup {
    display: none;
}

.hack-request_button {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
.hack-request_button {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
}

@media (max-width: 991px) {
.hack-request_button {
    margin-top: 20px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
}

@media (max-width: 767px) {
.hack-request_button {
    -ms-flex-direction: column;
    flex-direction: column;
}
}

.hack-request_button .btn-success {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    border-radius: 6px;
    background-color: #FFC805;
    border-color: #FFC805;
    color: #000000;
    padding: 12px 23px 11px 23px;
    box-shadow: none;
}

@media (max-width: 991px) {
.hack-request_button .btn-success {
    font-size: 19px;
}
}

@media (max-width: 767px) {
.hack-request_button .btn-success {
    font-size: 15px;
    padding: 11px 18px 11px 18px;
}
}

.hack-request_button .btn-success:hover, .hack-request_button .btn-success:focus, .hack-request_button .btn-success:active {
    color: #000000;
    border-radius: 6px;
    background-color: #deae05!important;
    border-color: #deae05!important;
    box-shadow: none!important;
}

.hack-request_button p {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    max-width: 520px;
}

@media (max-width: 1199px) {
.hack-request_button p {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 991px) {
.hack-request_button p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}
}

@media (max-width: 767px) {
.hack-request_button p {
    font-size: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
}

.hack-request_button a {
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 0px;
    border-bottom: 1px dashed #000000;
    text-decoration: none;
}

.hack-request_button a:hover, .hack-request_button a:focus, .hack-request_button a:active  {
    color: #000000;
    margin-top: 0px;
    text-decoration: none;
}

@media (max-width: 767px) {
.hack-request_button a {
    font-size: 15px;
}
}

.required-star {
    color: #ef0000;
}

.hack-request_form .officelist {
    text-align: left;
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
    background-color: transparent;
    border: none;
    max-width: 100%;
    width: 100%;
    height: 42px;
    padding: 11px 21px 11px;
}

.hack-request_form .officelist:focus {
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}

.hack-request_form .officelist:invalid {
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}

.hack-request_form select.officelist {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.hack-request_form select.officelist option {
    text-align: left;
    font-family: Proxima Nova;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #000000;
    background-color: #ffffff;
    border: none;
    max-width: 100%;
    width: 100%;
}

.hack-map {
    position: relative;
    height: 50vh;
    min-height: 290px;
}

@media (max-width: 991px) {
.hack-map {
    min-height: 260px;
}
}

.hack-map_text {
    position: absolute;
    top: 30px;
    width: 100%;
}

.hack-map_text-inner {
    padding: 35px;
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 410px;
    border-radius: 7px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
.hack-map_text-inner {
    padding: 20px;
    max-width: 240px;
}
}

.hack-map_text h3 {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
.hack-map_text h3 {
    font-size: 14px;
}
}

.hack-map_text p {
    font-family: Proxima Nova;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
.hack-map_text p {
    font-size: 14px;
}
}