html {
    overflow-x: hidden;
}

body {
    min-width: 320px;
}

html,
body {
    width: 100%;
    min-height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    background-attachment: fixed;
    background-size: cover;
}

header {
    padding: 10px 10px 0px;
    height: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    padding-top: 60px;
    width: 100%;
    background: #fff;
}

.block {
    width: 100%;
    max-width: 960px;
    color: rgb(255, 255, 255);
}

.center {
    margin: 0px auto;
}

h1.title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    font-family: "Bad Script", cursive;
    margin-bottom: 10px;
    color: #222222;
}

h2.title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: "Bad Script", cursive;
    color: #222222;
    margin: 0;
}

/*.active h2.title {*/
    /*display: none;*/
    /*height: 0;*/
    /*overflow: hidden;*/
/*}*/

.rules {
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-align: center;
    border-top: 1px dotted rgb(255, 255, 255);
    padding: 35px 0px 50px;
    line-height: 22px;
    width: 90%;
}

p {
    margin: 0px 0px 15px;
}

.social-title {
    border-top: 1px dotted rgb(255, 255, 255);
    margin-top: 25px;
    text-align: center;
    padding-top: 15px;
    font-style: italic;
    font-weight: 100;
}

.social {
    text-align: center;
    margin-top: 20px;
    font-size: 70px;
}

.social i {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social i:hover {
    color: rgb(236, 104, 3);
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.reload {
    text-align: center;
    margin-top: 30px;
    background: rgb(236, 104, 3) none repeat scroll 0% 0%;
    border-radius: 30px;
    display: inline-block;
    padding: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 100;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.reload-container {
    text-align: center;
}

.reload:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.reload span {
    margin-right: 5px;
}

.number-of-question {
    float: right;
    margin-right: 20px;
    font-size: 50px;
    margin-top: 10px;
}

.hidden {
    display: none;
}

.small-title {
    text-align: center;
    font-size: 25px;
}

@media screen and (min-width: 320px) and (max-width: 620px) {
    .title {
        font-size: 3em;
        line-height: 1.7em;
    }
    main {
        padding-top: 75px;
    }
    .number-of-question {
        display: none;
    }
    .game .question {
        width: 100%;
        font-size: 30px;
        float: none;
        margin-bottom: 20px;
        margin-right: 0px;
        height: auto;
        padding: 20px 10px;
    }
    .game .main-question {
        font-size: 30px;
    }
    .game .game-info {
        margin-bottom: 30px;
    }
    .game .questions {
        margin-left: 5%;
        width: 90%;
        margin-top: 30px;
    }
    .small-title {
        font-size: 15px;
    }
}


/*
######
######
######
######
*/

#belarus-map svg {/*:not(.static)*/
    width: 655px;
    height: 585px;
    fill: #EEE9E6;
}

#belarus-map {/*.static*/
    width: 655px;
    height: auto;
}

#belarus-map .mapScale {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#regions {
    stroke: rgb(221, 221, 221);
    stroke-width: 2;
}

#subregions {
    stroke: #666666;
    stroke-width: 0.4;
}

circle {
    fill: rgb(204, 204, 204);
    stroke: none;
}

polygon {
    cursor: pointer;
}

polygon.active {
    fill: #EC6803;
}

polygon:not(.active):hover,
circle:hover {
    fill: rgb(255, 215, 149);
}

.tooltip {
    display: none;
    position: absolute;
    text-align: center;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: 11;
    color: #222222;
}

#belarus-map {
    width: 655px;
    height: 585px;
    margin: 25px auto 25px;
}

#regions-switch {
    display: inline-block;
    background-color: rgb(221, 221, 221);
    margin: 5px 0px 15px;
    border-radius: 5px;
    overflow: hidden;
}

.switchButton {
    display: inline-block;
    color: rgb(102, 102, 102);
    padding: 6px 15px 8px;
    cursor: pointer;
}

.switchButton.checked {
    color: rgb(255, 255, 255);
    background-color: rgb(69, 123, 126);
    cursor: default;
    pointer-events: none;
}

.switchButton:hover {
    background-color: rgb(187, 187, 187);
}

#control-group h3 {
    margin-bottom: 5px;
}

#regions-list {
    width: 140px;
    float: left;
}

#subregions-list {
    margin-left: 150px;
}

.hidden {
    display: none;
    visibility: hidden;
}

#mapa:not(.active) .edit__result {
    display: none;
}

.edit__result,
.save__result {
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-style: none;
    background: #EC6803;
    color: #fff;
    padding: 10px 20px;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    position: relative;
}

#banner {
    margin: 80px auto 50px;
    display: block;
    text-align: center;
}

#banner>div {
    display: inline-block;
    max-width: 200px;
}

#banner div:nth-of-type(1) {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: -30px;
}

#banner>div img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#banner>div img:hover {
    opacity: .87;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#instruction {
    text-align: center;
    margin: 50px auto 0;
    max-width: 640px;
    display: none;
    font-size: 18px;
    text-transform: uppercase;
}

#social {
    margin: 50px auto 0;
    display: block;
    text-align: center;
}

#belarus-map.active,
#my__map {
    pointer-events: none
}

#status {
    display: none;
    padding-top: 30px;
}
.my-results #status {
    display: block;
}

#status div {
    text-align: center;
}

/*#description {*/
    /*text-transform: uppercase;*/
/*}*/

.descr {
    font-size: 26px;
}

#status h2.title {
    font-size: 40px;
    position: relative;
    top: -10px;
}
#status div:nth-child(1) {
    font-weight: 700;
}

#status div:nth-child(2) {
    padding: 0 0 5px;
}

#status.remove {
    display: none;
}

.count {
    color: #EC6803;
    font-weight: 700;
    text-align: center;
    font-family: "Bad Script", cursive;
    font-size: 30px;
    line-height: 1;
}

#status:not(.remove) {
    display: block;
    font-size: 20px;
    margin: 25px 0 0 0;
}

.ya-share2__icon {
    width: 70px !important;
    height: 70px !important;
}

.ya-share2__badge {
    border-radius: 50% !important;
}

#mapa {
    position: relative;
    max-width: 655px;
    margin: 0 auto;
}

#vitsebskaia-voblasts-subregions {
    fill: rgb(230, 230, 230);
}

#hrodnenskaia-voblasts-subregions {
    fill: rgb(160, 160, 160);
}

#mahiliouskaia-voblasts-subregions {
    fill: rgb(170, 170, 170);
}

#homelskaia-voblasts-subregions {
    fill: rgb(190, 190, 190);
}

#minskaia-voblasts-subregions {
    fill: rgb(200, 200, 200);
}

#brestskaia-voblasts-subregions {
    fill: rgb(230, 230, 230);
}

.sectionContainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
}

.mainTorch {
    position: relative;
    margin: 16px auto 0;
    width: 36px;
    height: 56px;
    background-size: cover;
    background-image: url("../logo-light-mobile.png");
}

.article {
    text-align: center;
    position: relative;
    padding: 24px;
}

.article .content h6 {
    padding: 0;
    font-size: 21px;
    margin: 0 0 20px 0;
}

.article .content p.copy {
    font-weight: 600;
    font-size: 13px;
    color: #616871;
    text-transform: uppercase;
    margin: 0;
}

.spacer {
    height: 48px;
}

#social-profiles a svg {
    fill: #000;
    fill-opacity: .65;
    margin: 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#social-profiles a:hover svg {
    fill: #ea6903;
    fill-opacity: .9;
}

/*
animation
*/

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.radio-svaboda {
    position: absolute;
    top: 60px;
    left: 50px;
    width:140px;
}
.radio-svaboda img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 678px) {
    .voblasts .text {
        position: absolute;
        text-align: center;
        color: #222222;
        font-weight: 700;
        pointer-events: none;
        font-size: 11px;
        text-transform: uppercase;
    }
    .voblasts #hrodnenskaia {
        top: 300px;
        left: 50px;
    }
    .voblasts #vitsebskaia {
        top: 100px;
        left: 100px;
        right: 0;
    }
    .voblasts #mahiliouskaia {
        top: 300px;
        right: 50px;
    }
    .voblasts #homelskaia {
        top: 440px;
        right: 120px;
    }
    .voblasts #minskaia {
        top: 250px;
        left: 0;
        right: 0;
    }
    .voblasts #brestskaia {
        top: 440px;
        left: 70px;
    }
}

@media (max-width: 677px) {
    .voblasts .text {
        position: absolute;
        text-align: center;
        color: #222222;
        font-weight: 700;
        pointer-events: none;
        font-size: 10px;
        text-transform: uppercase;
        width: 120px;
    }
    .voblasts #hrodnenskaia {
        top: 190px;
        left: 0;
        margin: 0 auto;
        right: 270px;
    }
    .voblasts #vitsebskaia {
        top: 60px;
        left: 50px;
        right: 0;
        margin: 0 auto;
    }
    .voblasts #mahiliouskaia {
        top: 180px;
        right: 0;
        margin: 0 auto;
        left: 240px;
    }
    .voblasts #homelskaia {
        top: 290px;
        right: 0;
        margin: 0 auto;
        left: 160px;
    }
    .voblasts #minskaia {
        top: 170px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .voblasts #brestskaia {
        top: 290px;
        left: 0;
        margin: 0 auto;
        right: 220px;
    }
    .radio-svaboda {
        top: 0;
        left: 20px;
    }
}

@media (max-width: 677px) {
    #belarus-map,
    html #belarus-map svg {
        width: 440px;
        height: 392px;
    }
    #belarus-map .mapScale {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    #instruction,
    #status {
        padding: 0 20px;
    }
    .radio-svaboda {
        top: 0;
        left: 20px;
    }
}

@media (max-width: 470px) {
    /*#belarus-map,
    html #belarus-map svg {
        width: 440px;
        height: 392px;
    }
    #belarus-map .mapScale {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }*/
    #belarus-map,
    html #belarus-map svg {
        width: 275px;
        height: 245px;
    }
    #belarus-map .mapScale {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
    .voblasts .text {
        position: absolute;
        text-align: center;
        color: #222222;
        font-weight: 700;
        pointer-events: none;
        font-size: 9px;
        text-transform: uppercase;
        width: 100px;
    }
    .voblasts #hrodnenskaia {
        top: 110px;
        left: 0;
        margin: 0 auto;
        right: 180px;
    }
    .voblasts #vitsebskaia {
        top: 35px;
        left: 50px;
        right: 0;
        margin: 0 auto;
    }
    .voblasts #mahiliouskaia {
        top: 110px;
        right: 0;
        margin: 0 auto;
        left: 160px;
    }
    .voblasts #homelskaia {
        top: 180px;
        right: 0;
        margin: 0 auto;
        left: 80px;
    }
    .voblasts #minskaia {
        top: 90px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .voblasts #brestskaia {
        top: 180px;
        left: 0;
        margin: 0 auto;
        right: 150px;
    }
    .radio-svaboda {
        top: 0;
        left: 20px;
        width: 70px;
    }
}