@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i,900&subset=cyrillic");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

.so-short {
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0
}

.so-short h1,
.so-short h2,
.so-short h3,
.so-short h4,
.so-short h5,
.so-short h6,
.so-short p,
.so-short ul {
    margin: 0;
    padding: 0
}

.so-short ul {
    list-style: none
}

.so-short a {
    text-decoration: none
}

.so-short button {
    font-family: ProximaNova,'Proxima Nova',sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0);
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
    cursor: pointer
}

@media (max-width:810px) {
    .so-short button {
        font-size: 20px
    }
}

.so-short__content {
    font-family: Rubik, sans-serif;
    width: 760px;
    height: 580px;
    border: 4px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 16px;
    background-color: rgba(92, 90, 194, .45);
    overflow: hidden
}

@media (max-width:810px) {
    .so-short__content {
        width: 300px;
        height: 530px
    }
}

@media (min-width:810px) and (max-width:1110px) {
    .so-short__content {
        width: 465px;
        height: 560px
    }
}

.so-short__intro-box {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 90, 194, .95)), color-stop(rgba(63, 61, 167, .4)), to(rgba(92, 90, 194, .95))), url(../assets/BrowserPreview_tmp.png);
    background: -webkit-linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background: -o-linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background: linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.so-short__intro-box>div:first-child {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5)
}

@media (max-width:810px) {
    .so-short__intro-box>div:first-child {
        height: 65px
    }
}

.so-short__intro-box>div:first-child h2 {
    font-family: Rubik, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 75px;
    cursor: default
}

@media (max-width:810px) {
    .so-short__intro-box>div:first-child h2 {
        line-height: 65px;
        font-size: 13px
    }
}

@media (min-width:810px) and (max-width:1110px) {
    .so-short__intro-box>div:first-child h2 {
        line-height: 75px;
        font-size: 18px
    }
}

.so-short__intro-box .description-box,
.so-short__intro-box .rules-box {
    margin-top: 50px
}

@media (max-width:810px) {

    .so-short__intro-box .description-box,
    .so-short__intro-box .rules-box {
        margin-top: 25px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__intro-box .description-box,
    .so-short__intro-box .rules-box {
        margin-top: 40px
    }
}

.so-short__intro-box .description-box p,
.so-short__intro-box .rules-box p {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
    background-color: rgba(63, 61, 167, .65);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 40px 35px;
    overflow: hidden
}

@media (max-width:810px) {

    .so-short__intro-box .description-box p,
    .so-short__intro-box .rules-box p {
        max-width: 200px;
        padding: 20px;
        font-size: 16px;
        line-height: 23px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__intro-box .description-box p,
    .so-short__intro-box .rules-box p {
        max-width: 280px;
        padding: 25px;
        font-size: 15px;
        line-height: 26px
    }
}

.so-short__intro-box .description-box h2,
.so-short__intro-box .rules-box h2 {
    font-family: Rubik, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 28px;
    width: 520px;
    font-weight: 700 !important;
    line-height: 36px;
    cursor: default;
    margin: 30px auto 0
}

@media (max-width:810px) {

    .so-short__intro-box .description-box h2,
    .so-short__intro-box .rules-box h2 {
        font-size: 13px;
        line-height: 20px;
        width: 300px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__intro-box .description-box h2,
    .so-short__intro-box .rules-box h2 {
        font-size: 18px;
        line-height: 20px;
        width: 400px
    }
}

.so-short__intro-box .description-box .controls-box,
.so-short__intro-box .rules-box .controls-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 17px;
    margin-bottom: auto
}

@media (max-width:810px) {

    .so-short__intro-box .description-box .controls-box,
    .so-short__intro-box .rules-box .controls-box {
        margin-top: 45px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__intro-box .description-box .controls-box,
    .so-short__intro-box .rules-box .controls-box {
        margin-top: 50px
    }
}

.so-short__intro-box .description-box .controls-box button,
.so-short__intro-box .rules-box .controls-box button {
    height: 48px;
    width: 230px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fe7a6b), to(#fe6352));
    background: -webkit-linear-gradient(bottom, #fe7a6b, #fe6352);
    background: -o-linear-gradient(bottom, #fe7a6b, #fe6352);
    background: linear-gradient(0deg, #fe7a6b, #fe6352);
    color: #fff;
    -webkit-transition: color .235s ease-in-out;
    -o-transition: color .235s ease-in-out;
    transition: color .235s ease-in-out
}

@media (max-width:810px) {

    .so-short__intro-box .description-box .controls-box button,
    .so-short__intro-box .rules-box .controls-box button {
        width: 140px;
        height: 40px
    }
}

.so-short__intro-box .description-box .controls-box button:hover,
.so-short__intro-box .rules-box .controls-box button:hover {
    color: #e0e0f4
}

.so-short__intro-box .rules-box {
    display: none
}

.so-short__intro-box .rules-box p {
    background-color: hsla(0, 0%, 100%, .9);
    color: #4d4bbd
}

@media (max-width:810px) {
    .so-short__intro-box .rules-box p {
        text-align: center;
        font-size: 14px
    }
}

.so-short__intro-box .rules-box .controls-box {
    margin-top: 60px
}

@media (max-width:810px) {
    .so-short__intro-box .rules-box .controls-box {
        margin-top: 25px
    }
}

@media (min-width:810px) and (max-width:1110px) {
    .so-short__intro-box .rules-box .controls-box {
        margin-top: 15px
    }
}

.so-short__intro-box .soc-net-share-box {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto
}

@media (max-width:810px) {
    .so-short__intro-box .soc-net-share-box {
        height: 65px
    }
}

.so-short__intro-box .soc-net-share-box__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:810px) {
    .so-short__intro-box .soc-net-share-box__list {
        width: 200px
    }
}

.so-short__intro-box .soc-net-share-box__item {
    border-radius: 50%;
    min-width: 48px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .85);
    -webkit-transition: all .215s linear;
    -o-transition: all .215s linear;
    transition: all .215s linear
}

@media (max-width:810px) {
    .so-short__intro-box .soc-net-share-box__item {
        min-width: 42px;
        min-height: 42px
    }
}

.so-short__intro-box .soc-net-share-box__item i {
    font-size: 20px
}

@media (max-width:810px) {
    .so-short__intro-box .soc-net-share-box__item i {
        font-size: 17px
    }
}

.so-short__intro-box .soc-net-share-box__item:hover {
    background-color: #fff;
    color: #5856c1;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 100%, .25));
    filter: drop-shadow(0 2px 6px rgba(255, 255, 255, .25))
}

.so-short__intro-box .soc-net-share-box__item--vk:active {
    background-color: #6b89b3;
    color: #fff
}

.so-short__intro-box .soc-net-share-box__item--fa:active {
    background-color: #586fb5;
    color: #fff
}

.so-short__intro-box .soc-net-share-box__item--tw:active {
    background-color: #8fbcff;
    color: #fff
}

.so-short__intro-box .soc-net-share-box__item--te:active {
    background-color: #60bfe8;
    color: #fff
}

.so-short__loader-box {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 90, 194, .95)), color-stop(rgba(63, 61, 167, .4)), to(rgba(92, 90, 194, .95))), url(../assets/BrowserPreview_tmp.png);
    background: -webkit-linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background: -o-linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background: linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.so-short__loader-box>div:first-child {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 64, 174, .95)), to(rgba(140, 138, 212, .65))), url(../assets/ptrn2x2.png);
    background: -webkit-linear-gradient(rgba(66, 64, 174, .95), rgba(140, 138, 212, .65)), url(../assets/ptrn2x2.png);
    background: -o-linear-gradient(rgba(66, 64, 174, .95), rgba(140, 138, 212, .65)), url(../assets/ptrn2x2.png);
    background: linear-gradient(rgba(66, 64, 174, .95), rgba(140, 138, 212, .65)), url(../assets/ptrn2x2.png);
    background-position: 50%;
    background-size: 4px
}

@media (max-width:810px) {
    .so-short__loader-box>div:first-child {
        height: 65px
    }
}

.so-short__loader-box>div:last-child {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 138, 212, .65)), to(rgba(66, 64, 174, .95))), url(../assets/ptrn2x2.png);
    background: -webkit-linear-gradient(rgba(140, 138, 212, .65), rgba(66, 64, 174, .95)), url(../assets/ptrn2x2.png);
    background: -o-linear-gradient(rgba(140, 138, 212, .65), rgba(66, 64, 174, .95)), url(../assets/ptrn2x2.png);
    background: linear-gradient(rgba(140, 138, 212, .65), rgba(66, 64, 174, .95)), url(../assets/ptrn2x2.png);
    background-position: 50%;
    background-size: 4px
}

@media (max-width:810px) {
    .so-short__loader-box>div:last-child {
        height: 65px
    }
}

.so-short__loader-box .spinner-box {
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto
}

.so-short__loader-box .spinner-box,
.so-short__loader-box .spinner-box .preloader-1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.so-short__loader-box .spinner-box .preloader-1 {
    height: 40px
}

@media (max-width:810px) {
    .so-short__loader-box .spinner-box .preloader-1 {
        height: 26px
    }
}

.so-short__loader-box .spinner-box .preloader-1 .line {
    width: 38px;
    height: 38px;
    background: hsla(0, 0%, 100%, .7);
    border-radius: 6px;
    margin: 0 3px;
    display: inline-block;
    -webkit-animation: opacity-1 1s ease-in-out infinite;
    animation: opacity-1 1s ease-in-out infinite
}

@media (max-width:810px) {
    .so-short__loader-box .spinner-box .preloader-1 .line {
        width: 24px;
        height: 24px;
        border-radius: 5px
    }
}

.so-short__loader-box .spinner-box .preloader-1 .line:nth-child(2n) {
    background: rgba(254, 122, 107, .7)
}

.so-short__loader-box .spinner-box .preloader-1 .line-1,
.so-short__loader-box .spinner-box .preloader-2 .line-1 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.so-short__loader-box .spinner-box .preloader-1 .line-2,
.so-short__loader-box .spinner-box .preloader-2 .line-2 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.so-short__loader-box .spinner-box .preloader-1 .line-3,
.so-short__loader-box .spinner-box .preloader-2 .line-3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.so-short__loader-box .spinner-box .preloader-1 .line-4,
.so-short__loader-box .spinner-box .preloader-1 .line-6,
.so-short__loader-box .spinner-box .preloader-2 .line-4,
.so-short__loader-box .spinner-box .preloader-2 .line-6 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.so-short__loader-box .spinner-box .preloader-1 .line-7,
.so-short__loader-box .spinner-box .preloader-2 .line-7 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.so-short__loader-box .spinner-box .preloader-1 .line-8,
.so-short__loader-box .spinner-box .preloader-2 .line-8 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.so-short__loader-box .spinner-box .preloader-1 .line-9,
.so-short__loader-box .spinner-box .preloader-2 .line-9 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes opacity-1 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-1 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.so-short__gameplay-box,
.so-short__results-box {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 90, 194, .95)), color-stop(rgba(63, 61, 167, .4)), to(rgba(92, 90, 194, .95))), url(../assets/BrowserPreview_tmp.png);
    background: -webkit-linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background: -o-linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background: linear-gradient(rgba(92, 90, 194, .95), rgba(63, 61, 167, .4), rgba(92, 90, 194, .95)), url(../assets/BrowserPreview_tmp.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.so-short__gameplay-box .header-gameplay-box,
.so-short__results-box .header-gameplay-box {
    position: relative;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:810px) {

    .so-short__gameplay-box .header-gameplay-box,
    .so-short__results-box .header-gameplay-box {
        height: 65px;
        position: relative
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .header-gameplay-box,
    .so-short__results-box .header-gameplay-box {
        position: relative
    }
}

.so-short__gameplay-box .header-gameplay-box .steps-box,
.so-short__results-box .header-gameplay-box .steps-box {
    height: inherit;
    min-width: 75px;
    background-color: #d9d9f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:810px) {

    .so-short__gameplay-box .header-gameplay-box .steps-box,
    .so-short__results-box .header-gameplay-box .steps-box {
        min-width: 65px
    }
}

.so-short__gameplay-box .header-gameplay-box .steps-box__current,
.so-short__results-box .header-gameplay-box .steps-box__current {
    font-size: 48px;
    font-weight: 900;
    color: #5856c1
}

@media (max-width:810px) {

    .so-short__gameplay-box .header-gameplay-box .steps-box__current,
    .so-short__results-box .header-gameplay-box .steps-box__current {
        font-size: 45px
    }
}

.so-short__gameplay-box .header-gameplay-box .hint-box,
.so-short__results-box .header-gameplay-box .hint-box {
    width: 580px;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:810px) {

    .so-short__gameplay-box .header-gameplay-box .hint-box,
    .so-short__results-box .header-gameplay-box .hint-box {
        width: 235px
    }
}

.so-short__gameplay-box .header-gameplay-box .hint-box p,
.so-short__results-box .header-gameplay-box .hint-box p {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 26px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:810px) {

    .so-short__gameplay-box .header-gameplay-box .hint-box p,
    .so-short__results-box .header-gameplay-box .hint-box p {
        font-size: 12px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 400
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .header-gameplay-box .hint-box p,
    .so-short__results-box .header-gameplay-box .hint-box p {
        font-size: 15px;
        line-height: 22px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 500
    }
}

.so-short__gameplay-box .header-gameplay-box .controls-box,
.so-short__results-box .header-gameplay-box .controls-box {
    position: absolute;
    right: 40px;
    bottom: -486px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

@media (max-width:810px) {

    .so-short__gameplay-box .header-gameplay-box .controls-box,
    .so-short__results-box .header-gameplay-box .controls-box {
        position: absolute;
        right: 20px;
        bottom: -451px;
        margin-right: 0
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .header-gameplay-box .controls-box,
    .so-short__results-box .header-gameplay-box .controls-box {
        position: absolute;
        right: 40px;
        bottom: -466px;
        margin-right: 0
    }
}

.so-short__gameplay-box .header-gameplay-box .controls-box button,
.so-short__results-box .header-gameplay-box .controls-box button {
    width: 130px;
    height: 35px;
    color: #5856c1;
    background-color: #d9d9f1;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    -webkit-animation: op-in .45s ease-out;
    animation: op-in .45s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.so-short__gameplay-box .header-gameplay-box .controls-box button:hover,
.so-short__results-box .header-gameplay-box .controls-box button:hover {
    background-color: #c7c6ea
}

@-webkit-keyframes op-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes op-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.so-short__gameplay-box .dragndrop-box,
.so-short__results-box .dragndrop-box {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 31, 70, .95)), color-stop(rgba(80, 79, 175, .65)), to(rgba(32, 31, 70, .95))), url(../assets/ptrn2x2.png);
    background: -webkit-linear-gradient(rgba(32, 31, 70, .95), rgba(80, 79, 175, .65), rgba(32, 31, 70, .95)), url(../assets/ptrn2x2.png);
    background: -o-linear-gradient(rgba(32, 31, 70, .95), rgba(80, 79, 175, .65), rgba(32, 31, 70, .95)), url(../assets/ptrn2x2.png);
    background: linear-gradient(rgba(32, 31, 70, .95), rgba(80, 79, 175, .65), rgba(32, 31, 70, .95)), url(../assets/ptrn2x2.png);
    background-position: 50%;
    background-size: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: calc(100% - 153px);
    overflow: hidden
}

@media (max-width:810px) {

    .so-short__gameplay-box .dragndrop-box,
    .so-short__results-box .dragndrop-box {
        height: calc(100% - 133px)
    }
}

.so-short__gameplay-box .dragndrop-box__draggable-list,
.so-short__results-box .dragndrop-box__draggable-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .45)
}

.so-short__gameplay-box .dragndrop-box__draggable-item,
.so-short__results-box .dragndrop-box__draggable-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 2px solid #c76c07;
    margin: 8px;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    font-size: 36px;
    font-weight: 500;
    background-color: #f57a4a;
    color: hsla(0, 0%, 100%, .85);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    cursor: default
}

@media (max-width:810px) {

    .so-short__gameplay-box .dragndrop-box__draggable-item,
    .so-short__results-box .dragndrop-box__draggable-item {
        width: 40px;
        height: 40px;
        font-size: 30px
    }
}

.so-short__gameplay-box .dragndrop-box__acceptingdrag-list,
.so-short__results-box .dragndrop-box__acceptingdrag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px
}

.so-short__gameplay-box .dragndrop-box__acceptingdrag-item,
.so-short__results-box .dragndrop-box__acceptingdrag-item {
    position: relative;
    background-color: #f5f5f5;
    border: 2px solid #302f69;
    border-radius: 6px;
    margin: 8px;
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 0 9px hsla(0, 0%, 100%, .55);
    box-shadow: 0 0 9px hsla(0, 0%, 100%, .55)
}

@media (max-width:810px) {

    .so-short__gameplay-box .dragndrop-box__acceptingdrag-item,
    .so-short__results-box .dragndrop-box__acceptingdrag-item {
        width: 40px;
        height: 40px
    }
}

.so-short__gameplay-box .true-answer-box,
.so-short__results-box .true-answer-box {
    display: none;
    position: absolute;
    z-index: 39;
    top: 33%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: 650px;
    border: 4px solid rgba(92, 90, 194, .45);
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, .9);
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width:810px) {

    .so-short__gameplay-box .true-answer-box,
    .so-short__results-box .true-answer-box {
        width: 240px;
        top: 35%;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .true-answer-box,
    .so-short__results-box .true-answer-box {
        width: 380px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: left
    }
}

.so-short__gameplay-box .true-answer-box span,
.so-short__results-box .true-answer-box span {
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    line-height: 36px;
    color: #fe7a6b
}

@media (max-width:810px) {

    .so-short__gameplay-box .true-answer-box span,
    .so-short__results-box .true-answer-box span {
        margin-left: 20px;
        font-size: 18px;
        line-height: 34px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .true-answer-box span,
    .so-short__results-box .true-answer-box span {
        margin-left: 20px;
        font-size: 20px;
        line-height: 34px
    }
}

.so-short__gameplay-box .true-answer-box p,
.so-short__results-box .true-answer-box p {
    width: calc(100% - 80px);
    height: auto;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    color: #5856c1;
    overflow: hidden
}

@media (max-width:810px) {

    .so-short__gameplay-box .true-answer-box p,
    .so-short__results-box .true-answer-box p {
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .true-answer-box p,
    .so-short__results-box .true-answer-box p {
        width: calc(100% - 40px);
        font-size: 18px;
        line-height: 24px
    }
}

.so-short__gameplay-box .true-answer-box p>div,
.so-short__results-box .true-answer-box p>div {
    white-space: nowrap
}

.so-short__gameplay-box .true-answer-box-2,
.so-short__results-box .true-answer-box-2 {
    display: none;
    position: absolute;
    z-index: 39;
    top: 33%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: 650px;
    border: 4px solid rgba(92, 90, 194, .45);
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, .9);
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width:810px) {

    .so-short__gameplay-box .true-answer-box-2,
    .so-short__results-box .true-answer-box-2 {
        width: 240px;
        top: 35%;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .true-answer-box-2,
    .so-short__results-box .true-answer-box-2 {
        width: 380px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: left
    }
}

.so-short__gameplay-box .true-answer-box-2 span,
.so-short__results-box .true-answer-box-2 span {
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    line-height: 36px;
    color: #26d367
}

@media (max-width:810px) {

    .so-short__gameplay-box .true-answer-box-2 span,
    .so-short__results-box .true-answer-box-2 span {
        margin-left: 20px;
        font-size: 18px;
        line-height: 34px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .true-answer-box-2 span,
    .so-short__results-box .true-answer-box-2 span {
        margin-left: 20px;
        font-size: 20px;
        line-height: 34px
    }
}

.so-short__gameplay-box .true-answer-box-2 p,
.so-short__results-box .true-answer-box-2 p {
    width: calc(100% - 80px);
    height: auto;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    color: #5856c1;
    overflow: hidden
}

@media (max-width:810px) {

    .so-short__gameplay-box .true-answer-box-2 p,
    .so-short__results-box .true-answer-box-2 p {
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .true-answer-box-2 p,
    .so-short__results-box .true-answer-box-2 p {
        width: calc(100% - 40px);
        font-size: 18px;
        line-height: 24px
    }
}

.so-short__gameplay-box .true-answer-box-2 p>div,
.so-short__results-box .true-answer-box-2 p>div {
    white-space: nowrap
}

.so-short__gameplay-box .footer-gameplay-box,
.so-short__results-box .footer-gameplay-box {
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:810px) {

    .so-short__gameplay-box .footer-gameplay-box,
    .so-short__results-box .footer-gameplay-box {
        height: 65px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .footer-gameplay-box,
    .so-short__results-box .footer-gameplay-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.so-short__gameplay-box .footer-gameplay-box .timer-box,
.so-short__results-box .footer-gameplay-box .timer-box {
    padding-left: 50px;
    height: inherit;
    width: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:810px) {

    .so-short__gameplay-box .footer-gameplay-box .timer-box,
    .so-short__results-box .footer-gameplay-box .timer-box {
        width: 150px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 20px
    }
}

@media (min-width:810px) and (max-width:1110px) {

    .so-short__gameplay-box .footer-gameplay-box .timer-box,
    .so-short__results-box .footer-gameplay-box .timer-box {
        width: 150px;
        padding-left: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.so-short__gameplay-box .footer-gameplay-box .timer-box .timer-pic,
.so-short__results-box .footer-gameplay-box .timer-box .timer-pic {
    width: 30px;
    height: 36px;
    margin-right: 7px
}

.so-short__gameplay-box .footer-gameplay-box .timer-box .timer-pic img,
.so-short__results-box .footer-gameplay-box .timer-box .timer-pic img {
    width: inherit;
    height: inherit
}

.so-short__gameplay-box .footer-gameplay-box .timer-box .timer-clock,
.so-short__results-box .footer-gameplay-box .timer-box .timer-clock {
    position: relative;
    width: 65px;
    padding-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.so-short__gameplay-box .footer-gameplay-box .timer-box .timer-clock span,
.so-short__results-box .footer-gameplay-box .timer-box .timer-clock span {
    position: relative;
    font-size: 36px;
    color: hsla(0, 0%, 100%, .9);
    padding-left: 5px;
    padding-right: 5px
}

.so-short__results-box>div:first-child {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5)
}

@media (max-width:810px) {
    .so-short__results-box>div:first-child {
        height: 65px
    }
}

.so-short__results-box>div:first-child h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 75px;
    cursor: default
}

@media (max-width:810px) {
    .so-short__results-box>div:first-child h2 {
        font-size: 40px;
        line-height: 65px
    }
}

.so-short__results-box .total-info-box {
    position: relative;
    width: 100%;
    height: calc(100% - 153px);
    margin-top: auto;
    margin-bottom: auto;
    background: url(../assets/results.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:810px) {
    .so-short__results-box .total-info-box {
        height: calc(100% - 133px);
        background-size: 300%;
        background-position: 50% 0
    }
}

.so-short__results-box .total-info-box>span {
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 10px;
    color: hsla(0, 0%, 100%, .4);
    cursor: default
}

@media (max-width:810px) {
    .so-short__results-box .total-info-box>span {
        top: 70px;
        bottom: auto
    }
}

@media (min-width:810px) and (max-width:1110px) {
    .so-short__results-box .total-info-box>span {
        top: 94px;
        bottom: auto
    }
}

.so-short__results-box .total-info-box .rectangle-box {
    margin-top: 123.5px;
    margin-bottom: 27px;
    width: 100%;
    height: 180px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f3642e), to(#f46f3c));
    background: -webkit-linear-gradient(bottom, #f3642e, #f46f3c);
    background: -o-linear-gradient(bottom, #f3642e, #f46f3c);
    background: linear-gradient(0deg, #f3642e, #f46f3c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

@media (max-width:810px) {
    .so-short__results-box .total-info-box .rectangle-box {
        margin-top: 85px;
        margin-bottom: 20px
    }
}

@media (min-width:810px) and (max-width:1110px) {
    .so-short__results-box .total-info-box .rectangle-box {
        margin-top: 110px;
        margin-bottom: 25px
    }
}

.so-short__results-box .total-info-box .rectangle-box .results-values {
    margin-top: 20px
}

.so-short__results-box .total-info-box .rectangle-box .results-values span {
    font-family: Rubik;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    color: #fff
}

.so-short__results-box .total-info-box .rectangle-box .results-values__correct-answers {
    margin-right: 5px
}

.so-short__results-box .total-info-box .rectangle-box .results-values__in-total-questions {
    margin-left: 5px
}

.so-short__results-box .total-info-box .rectangle-box p {
    margin-top: 5px;
    max-width: 570px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    color: #fff
}

@media (max-width:810px) {
    .so-short__results-box .total-info-box .rectangle-box p {
        font-size: 16px;
        max-width: 270px;
        line-height: 26px
    }
}

@media (min-width:810px) and (max-width:1110px) {
    .so-short__results-box .total-info-box .rectangle-box p {
        max-width: 420px;
        font-size: 20px;
        line-height: 28px
    }
}

.so-short__results-box .total-info-box .controls-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.so-short__results-box .total-info-box .controls-box button {
    height: 48px;
    width: 230px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fe7a6b), to(#fe6352));
    background: -webkit-linear-gradient(bottom, #fe7a6b, #fe6352);
    background: -o-linear-gradient(bottom, #fe7a6b, #fe6352);
    background: linear-gradient(0deg, #fe7a6b, #fe6352);
    color: #fff;
    font-size: 21px;
    -webkit-transition: color .235s ease-in-out;
    -o-transition: color .235s ease-in-out;
    transition: color .235s ease-in-out
}

@media (max-width:810px) {
    .so-short__results-box .total-info-box .controls-box button {
        width: 160px;
        height: 40px;
        font-size: 14px
    }
}

.so-short__results-box .total-info-box .controls-box button:hover {
    color: #e0e0f4
}

.so-short__results-box .soc-net-share-box {
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:810px) {
    .so-short__results-box .soc-net-share-box {
        height: 65px
    }
}

.so-short__results-box .soc-net-share-box p {
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: hsla(0, 0%, 100%, .9);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

@media (max-width:810px) {
    .so-short__results-box .soc-net-share-box p {
        font-size: 13px;
        width: 230px;
        text-align: center;
        top: -25px
    }
}

.so-short__results-box .soc-net-share-box__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:810px) {
    .so-short__results-box .soc-net-share-box__list {
        width: 200px
    }
}

.so-short__results-box .soc-net-share-box__item {
    border-radius: 50%;
    min-width: 48px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
    color: #5856c1;
    border: 1px solid hsla(0, 0%, 100%, .85);
    background-color: hsla(0, 0%, 100%, .85);
    -webkit-transition: all .215s linear;
    -o-transition: all .215s linear;
    transition: all .215s linear
}

@media (max-width:810px) {
    .so-short__results-box .soc-net-share-box__item {
        min-width: 42px;
        min-height: 42px
    }
}

.so-short__results-box .soc-net-share-box__item i {
    font-size: 21px
}

.so-short__results-box .soc-net-share-box__item:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: drop-shadow(0 2px 6px hsla(0, 0%, 100%, .24)) brightness(106%);
    filter: drop-shadow(0 2px 6px rgba(255, 255, 255, .24)) brightness(106%);
    color: #fff
}

.so-short__results-box .soc-net-share-box__item--vk:hover {
    background-color: #6181ae;
    border: 1px solid #6181ae
}

.so-short__results-box .soc-net-share-box__item--vk:active {
    background-color: #6b89b3;
    color: #fff
}

.so-short__results-box .soc-net-share-box__item--fa:hover {
    background-color: #4e66b0;
    border: 1px solid #4e66b0
}

.so-short__results-box .soc-net-share-box__item--fa:active {
    background-color: #586fb5;
    color: #fff
}

.so-short__results-box .soc-net-share-box__item--tw:hover {
    background-color: #76adff;
    border: 1px solid #80b3ff
}

.so-short__results-box .soc-net-share-box__item--tw:active {
    background-color: #8fbcff;
    color: #fff
}

.so-short__results-box .soc-net-share-box__item--te:hover {
    background-color: #4ab6e4;
    border: 1px solid #53bae6
}

.so-short__results-box .soc-net-share-box__item--te:active {
    background-color: #60bfe8;
    color: #fff
}

.view-port {
    max-width: 1200px;
    margin: 0 auto
}

.game-actions__displaying-off {
    display: none !important
}

.game-actions__displaying-on {
    display: block !important
}

.game-actions__displaying-off--flex {
    display: none !important
}

.game-actions__displaying-on--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}