﻿.mainrow-width {
    width: 500px;
    height: 500px;
    margin-top: 50px;
}
.mainrow-width-top10-mobile {
    margin-bottom:20px;
}
.explain-row {
    height: 500px;
    margin-top: 50px;
    padding-left: 30px;
}
.explain-row-top10-mobile {
}
.header-snet {
    height: 100px;
}

.main-snet {
    height: 300px;
    padding: 10px;
}
.main-snet-top10-mobile {
    padding: 10px;
}
.footer-snet {
    height: 100px;
    background: #9d9ea2;
}
.footer-snet-top10-mobile {
    color:green;
    /*background: #9d9ea2;*/
    background-color:white;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.ru-up {
    color: red;
    font-size: 15px;
    padding-bottom: 5px;
}

.ru-down {
    position: relative;
}

    .ru-down .ru-down-newprice {
        background-color: #e01916;
        color: white;
        padding: 7px;
        direction: rtl;
        height: 50px;
    }

        .ru-down .ru-down-newprice::before {
            content: " ";
            position: absolute;
            top: 50%;
            right: 0px; /* To the right of the tooltip */
            margin-top: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent white transparent transparent;
        }

        .ru-down .ru-down-newprice .fee {
            font-size: 28px;
            font-weight: bold;
            vertical-align: middle;
            line-height: 35px;
        }

        .ru-down .ru-down-newprice .horoof {
            font-size: medium;
            vertical-align: middle;
            padding-right: 3px;
            line-height: 35px;
        }

    .ru-down .ru-down-oldprice {
        background-color: #777576;
        padding: 7px;
        color: #e2dfda;
        border-left: 2px;
        border-left-color: white;
        border-left-style: solid;
        position: relative;
        height: 50px;
    }

        .ru-down .ru-down-oldprice .cross {
            position: relative;
        }

            .ru-down .ru-down-oldprice .cross::after {
                position: absolute;
                content: '';
                background: #050a10;
                display: block;
                width: 100px;
                height: 2px;
                -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }

        .ru-down .ru-down-oldprice .fee {
            font-size: 28px;
            font-weight: bold;
            vertical-align: middle;
            line-height: 35px;
        }

        .ru-down .ru-down-oldprice::after {
            content: " ";
            position: absolute;
            top: 50%;
            right: 100%; /* To the left of the tooltip */
            margin-top: -7px;
            border-width: 7px;
            border-style: solid;
            border-color: transparent #777576 transparent transparent;
        }

.image-view {
    height: 280px;
}
.image-view-top10-mobile {
    
}
.img-vasvaseh-time {
    height: 90px;
}
.img-vasvaseh-time-top10-mobile {
    
}
.text-vasvaseh-footer {
    font-size: 30px;
    line-height: 90px;
    color: white;
}
.text-vasvaseh-footer-top10-mobile {
    font-size: 20px;
    color: white;
}
.text-old{
    text-decoration:line-through;
}
.title-top10{
    font-size:20px;
}