
@media only screen and (max-width:500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 30px
    }

    .vik-winners-bl .lb_top:before {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%
    }

    .vik-winners-bl .lbt_text_1 {
        font-size: 18px;
        line-height: 20px
    }

    .vik-winners-bl .lbt_text_2 {
        margin-top: 5px
    }

    .vik-winners-bl .lb_text {
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px
    }

    .vik-winners-bl .lb_text>span {
        font-size: 40px;
        line-height: 41px
    }
}

.vik-winners-bl .left_block {
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 50px;
    background: #f9f9f9;
    font-family: sans-serif
}

.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
    background: #fff
}

.vik-winners-bl .lb_top {
    border: 1px solid #b5b5b5;
    border-radius: 15px;
    padding: 20px;
    position: relative
}

.vik-winners-bl .lb_top:before {
    display: block;
    content: '';
    width: 40px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 25px
}

.vik-winners-bl .lbt_text_1 {
    font-size: 20px;
    line-height: 30px;
    color: #272727;
    text-align: center
}

.vik-winners-bl .lbt_text_2 {
    font-size: 13px;
    line-height: 15px;
    color: #626262;
    margin-top: 10px;
    text-align: center
}

.vik-winners-bl .lb_text {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 50px 0 15px;
    text-align: center
}

.vik-winners-bl .lb_text>span {
    display: inline-block;
    font-size: 30px;
    line-height: 76px
}

.vik-winners-bl .wins {
    border: 1px solid #d8d8d8;
    border-radius: 15px
}

.vik-winners-bl .win_line {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d8d8d8
}

.vik-winners-bl .win_line>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 5px 0 15px;
    font-size: 17px;
    line-height: 19px
}

.vik-winners-bl .win_line:first-child {
    background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%)
}

.vik-winners-bl .win_line:last-child {
    border-bottom: none
}

@media only screen and (max-width:1100px) {
    .vik-winners-bl .left_block {
        display: block
    }
}

@media only screen and (max-width:1000px) {
    .vik-winners-bl .left_block {
        padding: 30px 10px;
        max-width: 435px
    }
}

@media only screen and (max-width:880px) {
    .vik-winners-bl .left_block {
        max-width: 100%;
        float: none
    }

    .vik-winners-bl .lb_text {
        text-align: center
    }
}

@media (max-width:720px) {
    .vik-winners-bl .win_line:first-child {
        display: none
    }

    .vik-winners-bl .win_line {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .vik-winners-bl .win_line>div {
        width: 100% !important
    }
}

@media only screen and (max-width:500px) {
    .vik-winners-bl .lb_top {
        padding: 10px 10px 10px 30px !important
    }

    .vik-winners-bl .lb_top:before {
        top: 5px;
        left: 5px;
        width: 20px;
        height: 25px;
        background-size: 100%
    }

    .vik-winners-bl .lbt_text_1 {
        font-size: 18px;
        line-height: 20px
    }

    .vik-winners-bl .lbt_text_2 {
        margin-top: 5px
    }

    .vik-winners-bl .lb_text {
        font-size: 26px;
        line-height: 27px;
        margin-top: 20px
    }

    .vik-winners-bl .lb_text>span {
        font-size: 40px;
        line-height: 41px
    }
}

@media only screen and (max-width:450px) {
    .vik-winners-bl .win_line>div {
        padding: 0 5px 0 10px;
        font-size: 15px;
        line-height: 19px
    }
}

@media (max-width:460px) {
    .vik-winners-bl .left_block {
        padding: 0 !important
    }

    .vik-winners-bl .win_line>div {
        font-size: 14px !important
    }

    .vik-winners-bl .lb_text>span {
        font-size: 20px
    }

    .vik-winners-bl .lb_top {
        padding: 10px
    }
}

.wincomment {
    transition: opacity .3s;
    transition: margin-top 1s
}

.wins {
    overflow: hidden
}


.matreshka__wrapper {
    background-image: url(../images/bg1-100.jpg);
    background-position: center center;
}


.matreshka__wrapper.go_go_dance .matreshka__item {
    -webkit-animation: bounceAndRotate 3s linear infinite;
    -moz-animation: bounceAndRotate 3s linear infinite;
    -ms-animation: bounceAndRotate 3s linear infinite;
    -o-animation: bounceAndRotate 3s linear infinite;
    animation: bounceAndRotate 3s linear infinite;
}


@-webkit-keyframes bounceAndRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes bounceAndRotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.matreshka__wrapper.go_go_dance:hover .matreshka__item {
    animation: shake 1.22s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(3px, 0, 0);
    }
}


.trust_wrap {
    margin: 30px auto !important;
    padding: 0 20px !important
}

.trust_group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important
}

.logo_trust {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px !important;
    max-width: 150px !important
}


@media screen and (max-width:480px) {
    .base {
        margin: 0 auto;
        width: 90%
    }

    header {
        display: none
    }
}


.loading {
    display: flex;
    align-items: center
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.35em 0 0 currentColor;
    }

    100% {
        text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
    }
}


.order__price-old {
    text-decoration: line-through
}

.loading {
    display: flex;
    align-items: center
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.35em 0 0 currentColor;
    }

    100% {
        text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
    }
}

.white_base img {
    margin: 0 auto;
    display: block
}

.pg img {
    margin: 15px 0
}

figure {
    margin-left: 0;
    margin-right: 0
}

.order-img {
    width: 100% !important;
    max-width: 350px !important
}

@media (max-width:360px) {
    .door__sales {
        top: 0 !important
    }
}

.hidden-xs {
    display: block
}

.hidden-sm {
    display: none
}

@media (max-width:768px) {
    .pop-up-text {
        font-size: 19px !important
    }

    .api-form1 .deadline1 {
        font-size: 16px !important
    }

    .order__price-old,
    .order__price-new {
        text-align: center
    }

    .text_section {
        background: #fff
    }

    .hidden-xs {
        display: none
    }

    .hidden-sm {
        display: block
    }
}

.btn-main {
    color: #fff !important
}

form#form1 input,
form#form1 select {
    height: 54px !important
}
