.modal-wrapper.numbers {
    background: rgba(255,255,255,.95);
    display: none
}

@media (orientation: portrait) {
    .modal-wrapper.numbers>.modal-content-wrapper {
        justify-content:flex-start
    }
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content {
    width: 120vh;
    height: 75vh;
    background: 0 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none
}

@media (orientation: portrait) {
    .modal-wrapper.numbers>.modal-content-wrapper>.modal-content {
        overflow-y:auto;
        pointer-events: auto
    }
}

.modal-wrapper>.modal-content-wrapper>.modal-content h2 {
    font-size: 2.25vh;
    font-weight: 400;
    color: #fff;
    text-align: center
}

.modal-wrapper>.modal-content-wrapper>.modal-content h3 {
    font-size: 1.75vh;
    font-weight: 200;
    color: #fff;
    margin-top: .75vh;
    text-align: center
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters {
    background: var(--color-malinovka);
    border-radius: .5vh;
    width: 30%;
    padding: 2.5vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3.5vh;
    pointer-events: auto
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3vh
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>button {
    text-align: center;
    background: rgba(0,0,0,.1);
    height: 4.5vh;
    width: 50%;
    color: #fff;
    font-size: 1.5vh;
    font-weight: 400;
    outline: 0;
    border: none;
    border-radius: .5vh;
    margin-top: 2.5vh;
    transition: text-shadow .2s ease,background 250ms ease
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>button:hover {
    cursor: pointer;
    text-shadow: 0 0 .1vw rgba(255,255,255,.7);
    background: rgba(0,0,0,.11)
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>button:focus {
    text-shadow: 0 0 .1vw rgba(255,255,255,.7);
    background: rgba(0,0,0,.11)
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>.filter {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2vh
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>.filter:first-child {
    margin-top: 0
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>.filter>h4 {
    margin-bottom: 1.5vh;
    font-size: 1.75vh;
    font-weight: 300;
    color: #fff;
    text-align: left
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>.filter>input,.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters>.filters-wrapper>.filter>select {
    width: 100%;
    outline: 0;
    border: none;
    background: #fff;
    padding: 1vh;
    font-size: 1.75vh;
    font-weight: 300;
    color: #000;
    text-align: left;
    border-radius: .5vh;
    font-family: Roboto
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers {
    background: var(--color-malinovka);
    border-radius: .5vh;
    width: 70%;
    margin-left: 3vh;
    padding: 2.5vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    pointer-events: auto
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator {
    width: 100%;
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page {
    background: rgba(0,0,0,.1);
    border-radius: .5vh;
    height: 2.5vh;
    width: 7vh;
    margin-left: 1.5vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: background 250ms ease;
    cursor: pointer
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page:first-child {
    margin-left: 0
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page.active,.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page:hover {
    background: #fff
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page.active>p,.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page:hover>p {
    color: #000
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.paginator>.page>p {
    font-weight: 300;
    font-size: 1.15vh;
    color: #fff;
    transition: color 250ms ease
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>table {
    width: 100%;
    margin-top: 3vh;
    background: rgba(0,0,0,.1);
    border-radius: .5vh;
    overflow: hidden
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>table th {
    text-align: center;
    background: rgba(0,0,0,.1);
    padding: 1.5vh;
    color: #fff;
    font-size: 1.5vh;
    font-weight: 400
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>table td {
    text-align: center;
    padding: 1.5vh;
    color: #fff;
    font-size: 1.5vh;
    font-weight: 300
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>table td.buy>button {
    text-align: center;
    background: rgba(0,0,0,.1);
    padding: 1vh;
    padding-left: 1.5vh;
    padding-right: 1.5vh;
    color: #fff;
    font-size: 1.5vh;
    font-weight: 400;
    outline: 0;
    border: none;
    border-radius: .5vh;
    transition: text-shadow .2s ease,background 250ms ease
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>table td.buy>button:hover {
    cursor: pointer;
    text-shadow: 0 0 .1vw rgba(255,255,255,.7);
    background: rgba(0,0,0,.11)
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>table td.buy>button:focus {
    text-shadow: 0 0 .1vw rgba(255,255,255,.7);
    background: rgba(0,0,0,.11)
}

.shop {
    min-height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../img/shop/background.jpg');
    background-color: #f0f0f0;
    padding-top: 15vh;
    justify-content: flex-start
}

.shop>.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%
}

.shop>.content>h2 {
    color: #000;
    font-size: 3.5vh;
    font-weight: 600;
    text-align: center;
    margin-top: 5vh
}

.shop>.content>h3 {
    color: #000;
    font-size: 2vh;
    font-weight: 300;
    text-align: center;
    margin-top: .5vh
}

.shop>.content>.plus-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.035);
    height: 28.5vh
}

.shop>.content>.plus-block>.texts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.shop>.content>.plus-block>.texts>h2 {
    color: #000;
    font-size: 5vh;
    font-weight: 600;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.shop>.content>.plus-block>.texts>h2>.icon {
    width: 15vh;
    height: 5vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/logo/Malinovka_logo_1.svg?2');
    margin-left: 2vh;
    margin-top: -.8vh;
    position: relative
}

.shop>.content>.plus-block>.texts>h2>.icon:after {
    content: '+';
    position: absolute;
    left: -1vh;
    top: 0;
    color: var(--color-malinovka);
    font-size: 3.25vh;
    font-weight: 600
}

.shop>.content>.plus-block>.texts>h2>.icon:before {
    content: '+';
    position: absolute;
    right: 1vh;
    top: -1.5vh;
    color: var(--color-malinovka);
    font-size: 3.25vh;
    font-weight: 600
}

.shop>.content>.plus-block>.texts>h3 {
    color: #000;
    font-size: 5.1vh;
    font-weight: 600;
    text-align: left;
    margin-top: .5vh
}

.shop>.content>.plus-block>.texts>h3>span {
    color: var(--color-malinovka)
}

.shop>.content>.plus-block>.texts>a {
    margin-top: 2vh
}

.shop>.content>.plus-block>.texts>a>button {
    outline: 0;
    background: var(--color-malinovka);
    border: none;
    height: 5vh;
    color: #fff;
    font-weight: 400;
    font-size: 1.75vh;
    width: 21vh;
    transition: box-shadow 350ms ease,text-shadow 350ms ease,color .2s ease,background .2s ease;
    border-radius: .75vh
}

.shop>.content>.plus-block>.texts>a>button:hover {
    cursor: pointer;
    text-shadow: 0 0 .1vw rgba(255,255,255,.7);
    box-shadow: 0 0 5vh .3vh var(--color-malinovka-15)
}

.shop>.content>.plus-block>.plates-wrapper {
    margin-left: 15vh;
    height: 100%;
    overflow: hidden;
    position: relative
}

.shop>.content>.plus-block>.plates-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vh;
    background: linear-gradient(to bottom,#f0f0f0,transparent)
}

.shop>.content>.plus-block>.plates-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5vh;
    background: linear-gradient(to top,#f0f0f0,transparent)
}

.shop>.content>.plus-block>.plates-wrapper>.plates {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    min-height: 100%;
    position: relative;
    top: 0;
    z-index: -1
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #f0f0f0;
    border-radius: 1vh;
    margin-top: 1vh;
    padding: 2vh;
    width: 30vh;
    min-height: 7vh
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate:last-child {
    margin-bottom: 1vh
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate>h2 {
    color: #000;
    font-size: 1.75vh;
    font-weight: 600;
    text-align: left
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate>.texts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate>.texts>p {
    color: var(--color-malinovka);
    font-size: 3vh;
    font-weight: 600;
    text-align: left;
    margin-right: 1.5vh;
    margin-top: 1vh
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate h3 {
    color: #000;
    font-size: 1.75vh;
    font-weight: 300;
    text-align: left;
    line-height: 1.1;
    margin-top: 1vh
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate h3>span {
    font-weight: 600
}

.shop>.content>.plus-block>.plates-wrapper>.plates>.plate h3>span[name=postfix] {
    color: #e36
}

.shop>.content>.packs-line-wrapper {
    overflow-x: hidden;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.75vh
}

.shop>.content>.packs-line-wrapper>h2 {
    color: #000;
    font-size: 3.5vh;
    font-weight: 600;
    text-align: center;
    margin-top: 5vh
}

.shop>.content>.packs-line-wrapper>h2:first-child {
    margin-top: 2.5vh
}

.shop>.content>.packs-line-wrapper>h3 {
    color: #000;
    font-size: 2vh;
    font-weight: 300;
    text-align: center;
    margin-top: .5vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 28.5vh;
    min-width: 60vh;
    background: rgba(0,0,0,.035);
    margin: 2vh;
    position: relative;
    overflow: hidden;
    border-radius: 2vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -43%;
    top: 2vh;
    width: 100%;
    height: 4.75vh;
    transform: rotate(45deg);
    background: var(--color-malinovka);
    z-index: 4;
    display: none
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line[name='2'] {
    transform: rotate(-45deg);
    left: -43%;
    top: 2vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line.hit {
    display: flex
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line.sale {
    display: flex;
    background: #66932b
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack.sale>.desc>.buy>.sale-container {
    display: flex
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line>h3 {
    color: #fff;
    font-size: 1.5vh;
    font-weight: 400
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 50vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block>.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block>.img.car {
    width: 20vh;
    height: 100%;
    background-position: bottom left;
    left: 0;
    top: 0;
    z-index: 3;
    transform: scale(1)
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block>.img.car>.img.car.active {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    left: 0;
    top: 0;
    transform: scale(1);
    position: absolute;
    transition: opacity 250ms ease;
    opacity: 0
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack:hover>.img-block>.img.car>.img.car.active {
    opacity: 1
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block>.img.char.male {
    left: 0;
    top: 0;
    width: 5vh;
    height: 100%;
    z-index: 2;
    transform: scale(1)
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block>.img.char.female {
    left: 5vh;
    top: 0;
    width: 5vh;
    height: 100%;
    z-index: 1;
    transform: scale(1)
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block>.img.malina {
    display: none
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 1vh;
    margin-bottom: 1vh;
    z-index: 2
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile>.img.car {
    width: 0;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 3;
    transform: scale(1)
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile>.img.car>.img.car.active {
    width: 100%;
    height: 100%;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 0;
    transform: scale(1);
    position: absolute;
    transition: opacity 250ms ease;
    opacity: 0
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile:hover>.img.car>.img.car.active {
    opacity: 1
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile>.img.char.male {
    position: static;
    height: 100%
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile>.img.char.female {
    position: static;
    height: 100%
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    height: 100%;
    margin-left: 12vh;
    z-index: 3
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>h3 {
    color: #000;
    font-weight: 200;
    font-size: 2.1vh;
    text-align: center;
    margin-left: -5vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>h2 {
    color: #000;
    font-weight: 600;
    font-size: 2.4vh;
    text-align: center;
    margin-top: 1.25vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5vh;
    margin-left: 2vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul>li {
    text-align: left;
    color: #000;
    font-weight: 200;
    font-size: 2.1vh;
    margin-top: 1vh;
    list-style-type: disc
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul>li>a {
    font-weight: 500;
    color: var(--color-malinovka);
    border-bottom: .3vh solid var(--color-malinovka)
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul>li>a:hover {
    cursor: pointer
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul>li>b {
    font-weight: 300
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul>li:first-child {
    margin-top: 0
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.25vh
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>.sale-container {
    display: none;
    align-items: center
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>.sale-container>p {
    margin-left: 1vh;
    font-size: 1.9vh;
    color: #000;
    font-weight: 300;
    text-decoration: line-through;
    opacity: .5;
    position: absolute
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>.sale-container>p>span {
    font-weight: 400
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a {
    margin-top: 0
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a>button {
    outline: 0;
    border: none;
    background: var(--color-malinovka);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1vh;
    padding-left: 2vh;
    padding-right: 2vh;
    transition: box-shadow 450ms ease,text-shadow 450ms ease;
    border-radius: 1vh
}

@keyframes shop {
    0% {
        transform: rotate(0)
    }

    33% {
        transform: rotate(-10deg)
    }

    66% {
        transform: rotate(10deg)
    }

    100% {
        transform: rotate(0)
    }
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a>button:hover {
    cursor: pointer;
    box-shadow: 0 0 5vh .3vh var(--color-malinovka-05);
    text-shadow: 0 0 .1vw rgba(255,255,255,.7)
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a>button:hover>.icon {
    animation: shop .5s 1 ease
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a>button>h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 1.8vh;
    font-weight: 300
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a>button>h3>span {
    font-weight: 600
}

.shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>a>button>.icon {
    width: 2.35vh;
    height: 2.35vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/iconssvg/shop.svg');
    margin-right: 1.25vh
}

.shop>.content>.packs-progress {
    width: 20%;
    height: .65vh;
    background: rgba(0,0,0,.035);
    overflow: hidden;
    border-radius: 3vh;
    margin-top: 4vh;
    position: relative
}

.shop>.content>.packs-progress>.progress {
    background: var(--color-malinovka);
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3vh;
    transition: left .4s ease
}

.shop>.content>.static-packs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
    position: relative;
    flex-wrap: wrap
}

.shop>.content>.static-packs>.pack {
    width: 38vh;
    height: 37.5vh;
    background: rgba(0,0,0,.035);
    margin: 2.5vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 2vh;
    overflow: hidden
}

.shop>.content>.static-packs>.pack.car {
    align-items: flex-start;
    background: var(--color-malinovka);
    overflow: visible
}

.shop>.content>.static-packs>.pack.car:hover {
    cursor: pointer
}

.shop>.content>.static-packs>.pack.car:hover>h2,.shop>.content>.static-packs>.pack.car:hover>p {
    text-shadow: 0 0 .1vw rgba(255,255,255,.7)
}

.shop>.content>.static-packs>.pack.car>.info-btn {
    width: 3.5vh;
    height: 3.5vh;
    position: absolute;
    top: 1.75vh;
    right: 1.75vh;
    background: rgba(0,0,0,.15);
    border-radius: 1vh;
    transition: background 250ms ease
}

.shop>.content>.static-packs>.pack.car>.info-btn>.icon {
    width: 100%;
    height: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/shop/info.svg')
}

.shop>.content>.static-packs>.pack.car>.info-btn:hover {
    cursor: pointer;
    background: rgba(0,0,0,.3)
}

.shop>.content>.static-packs>.pack.car>h2 {
    color: #fff;
    font-size: 2vh;
    font-weight: 600;
    text-align: left;
    margin-left: 2vh;
    margin-top: 3vh;
    transition: text-shadow 450ms ease
}

.shop>.content>.static-packs>.pack.car>h3 {
    color: #fff;
    font-size: 1.85vh;
    font-weight: 200;
    margin-top: .5vh;
    text-align: left;
    margin-left: 2vh;
    opacity: .9
}

.shop>.content>.static-packs>.pack.car>p {
    color: #fff;
    font-size: 4.5vh;
    font-weight: 400;
    margin-top: 3vh;
    text-align: left;
    margin-left: 2vh;
    transition: text-shadow 450ms ease
}

.shop>.content>.static-packs>.pack.car>p>span {
    font-weight: 300;
    font-size: 4vh
}

.shop>.content>.static-packs>.pack.car>.veh-container {
    width: 100%;
    height: 100%;
    bottom: -11vh;
    right: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    user-select: none
}

.shop>.content>.static-packs>.pack.car>.veh-container>.veh {
    width: 150%;
    height: auto;
    right: 0;
    position: absolute;
    transform: scale(1)
}

.shop>.content>.static-packs>.pack.car>.veh-container>.veh.active {
    opacity: 0;
    transition: opacity 250ms ease
}

.shop>.content>.static-packs>.pack.car:hover>.veh-container>.veh.active {
    opacity: 1
}

.shop>.content>.static-packs>.pack>h2 {
    margin-top: 3vh;
    font-size: 2.75vh;
    color: #000;
    font-weight: 400;
    text-align: center
}

.shop>.content>.static-packs>.pack>h3 {
    margin-top: .5vh;
    font-size: 1.65vh;
    color: #000;
    font-weight: 200;
    text-align: center
}

.shop>.content>.static-packs>.pack.malina>.grass {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../img/shop/grass.png');
    z-index: 0
}

.shop>.content>.static-packs>.pack.number>.grass {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../img/shop/number/grass.png');
    z-index: 0
}

.shop>.content>.static-packs>.pack>a {
    position: absolute;
    bottom: 2.75vh
}

.shop>.content>.static-packs>.pack>a>button {
    outline: 0;
    border: none;
    background: var(--color-malinovka);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1vh;
    padding-left: 2vh;
    padding-right: 2vh;
    transition: box-shadow 450ms ease,text-shadow 450ms ease;
    border-radius: 1vh
}

.shop>.content>.static-packs>.pack>a>button:hover {
    cursor: pointer;
    box-shadow: 0 0 5vh .3vh var(--color-malinovka-05);
    text-shadow: 0 0 .1vw rgba(255,255,255,.7)
}

.shop>.content>.static-packs>.pack>a>button:hover>.icon {
    animation: shop .5s 1 ease
}

.shop>.content>.static-packs>.pack>a>button>h3 {
    color: #fff;
    font-family: Roboto;
    font-size: 1.8vh;
    font-weight: 300
}

.shop>.content>.static-packs>.pack>a>button>h3>span {
    font-weight: 600
}

.shop>.content>.static-packs>.pack>a>button>.icon {
    width: 2.35vh;
    height: 2.35vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/iconssvg/shop.svg');
    margin-right: 1.25vh
}

.shop>.content>.static-packs>.pack>.content {
    margin-top: 3vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.shop>.content>.static-packs>.pack.number>.content>.img {
    width: 21vh;
    height: 21vh;
    margin-top: -3vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/profileinventory/number.png')
}

.shop>.content>.static-packs>.pack.malina>.content>.sum {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1vh;
    height: 6vh;
    width: 100%
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.arrow {
    height: 50%;
    width: 5vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/iconssvg/arrow.svg');
    opacity: .85;
    transition: opacity 250ms ease;
    position: relative;
    z-index: 7
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.arrow:hover {
    cursor: pointer;
    opacity: 1
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.arrow.left {
    margin-right: 1vh;
    transform: scale(-1)
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.arrow.right {
    margin-left: 1vh
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.sum-two-wrapper {
    display: none;
    position: relative;
    width: 40%
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.sum-two-wrapper.active {
    display: block
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.sum-two-wrapper>.sum-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.sum-two-wrapper>.sum-two>p {
    font-size: 1.85vh;
    color: var(--color-malinovka);
    font-weight: 300
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.sum-two-wrapper>.sum-two>p[name=amount] {
    font-size: 5.25vh;
    font-weight: 600;
    text-align: center
}

.shop>.content>.static-packs>.pack.malina>.content>.sum>.sum-two-wrapper>.sum-two>p[name=extra] {
    font-size: 1.5vh;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: -2vh;
    width: 25vh
}

.shop>.content>.static-packs>.pack.malina>.content>h4 {
    color: rgba(0,0,0,.75);
    font-size: 1.6vh;
    font-weight: 200;
    text-align: center;
    width: 60%;
    z-index: 1;
    margin-top: 2vh;
    line-height: 1.1
}

.shop>.content>.static-packs>.pack.skin>.content>.img {
    width: 27.5vh;
    height: 23vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/shop/group.png');
    margin-top: -4vh;
    z-index: 0
}

.shop>.content>.static-packs>.pack.skin>.content>h3 {
    color: #000;
    width: 70%;
    font-size: 1.85vh;
    font-weight: 200;
    text-align: center;
    position: absolute;
    bottom: 8.25vh;
    left: 50%;
    margin-left: -35%;
    z-index: 1
}

.shop>.content>.static-packs>.pack>.content>p {
    font-size: 1.85vh;
    color: var(--color-malinovka);
    font-weight: 300
}

.shop>.content>.static-packs>.pack>.content>p[name=amount] {
    font-size: 5.25vh;
    font-weight: 600
}

.shop>.content>.static-packs>.pack>.content>input {
    margin-top: 2.75vh;
    -webkit-appearance: none;
    background: 0 0;
    width: 20vh;
    height: .65vh;
    position: relative
}

.shop>.content>.static-packs>.pack>.content>input:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3vh;
    height: 100%;
    background: var(--color-malinovka);
    border-radius: 3vh;
    z-index: -1
}

.shop>.content>.static-packs>.pack>.content>input:focus {
    outline: 0
}

.shop>.content>.static-packs>.pack>.content>input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.shop>.content>.static-packs>.pack>.content>input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 4.5vh;
    width: 4.5vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/shop/malina/3.png');
    margin-top: -2.25vh;
    cursor: pointer
}

.shop>.content>.static-packs>.pack>.content>input::-moz-range-thumb {
    height: 3vh;
    width: 3vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/shop/malina/3.png');
    cursor: pointer
}

.shop>.content>.static-packs>.pack>.content>input::-ms-thumb {
    height: 3vh;
    width: 3vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/shop/malina/3.png');
    cursor: pointer
}

.shop>.content>.static-packs>.pack>.content>input::-webkit-slider-runnable-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.075);
    border-radius: 3vh
}

.shop>.content>.static-packs>.pack>.content>input::-moz-range-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.075);
    border-radius: 3vh
}

.shop>.content>.static-packs>.pack>.content>input::-ms-track {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.075);
    border-radius: 3vh
}

.shop>.content>.static-packs>.pack>.content>input::-ms-fill-lower {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.075);
    border-radius: 3vh
}

.shop>.content>.static-packs>.pack>.content>input::-ms-fill-upper {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.075);
    border-radius: 3vh
}

.shop>.content>.footer-hint {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3vh;
    position: relative;
    flex-wrap: wrap;
    width: 60%
}

.shop>.content>.footer-hint>p {
    text-align: center;
    color: rgba(0,0,0,.5);
    font-size: 1.75vh;
    font-weight: 300
}

@media screen and (orientation: portrait) {
    .shop>.content {
        width:95%
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack {
        min-width: auto;
        width: 100%;
        height: auto
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line {
        height: 3.75vh;
        right: -40%
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line[name='2'] {
        left: -40%
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.line>h3 {
        font-size: 1.35vh
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc {
        margin-left: 0;
        align-items: center;
        width: 100%;
        position: relative;
        padding-top: 3vh;
        padding-bottom: 1vh
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>h3 {
        margin-left: 0
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul {
        margin-left: 0;
        width: 100%;
        align-items: center;
        margin-top: 2vh
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>ul>li {
        list-style-type: none;
        font-size: 1.8vh
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy {
        justify-content: center
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.desc>.buy>.sale-container>p {
        position: relative
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block {
        display: none
    }

    .shop>.content>.packs-line-wrapper>.packs-line-content>.pack>.img-block.mobile {
        display: flex
    }

    .shop>.content>.static-packs>.pack.car {
        margin-bottom: 6vh
    }

    .shop>.content>.plus-block {
        min-width: auto;
        width: 100%;
        height: 35vh
    }

    .shop>.content>.plus-block>.plates-wrapper {
        display: none
    }

    .shop>.content>.plus-block>.texts>h2>.icon {
        display: none
    }

    .shop>.content>.plus-block>.texts {
        justify-content: center;
        align-items: center
    }

    .shop>.content>.plus-block>.texts>h2 {
        text-align: center;
        font-size: 4.5vh
    }

    .shop>.content>.plus-block>.texts>h3 {
        text-align: center;
        font-size: 4.5vh;
        margin-top: .5vh
    }

    .modal-wrapper.numbers>.modal-content-wrapper>.modal-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 85%;
        max-height: 85vh;
        height: 85vh
    }

    .modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.filters {
        width: 100%
    }

    .modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers {
        width: 100%;
        margin-left: 0;
        margin-top: 3vh
    }

    .shop>.content>.footer-hint {
        width: 90%
    }
}

.modal-wrapper.numbers>.modal-content-wrapper>.modal-content>.numbers>.numbers-hint {
    margin-top: 4vh;
    width: 90%;
    text-align: center
}
