﻿body {
    margin: 0;
    font-family: fontman;
}

header {
    display: block;
    position: fixed;
    width: calc(100% - 20px);
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: white;
    z-index: 2;
    border-bottom: 1px solid #012f6d;
}

foot {
    display: none;
    z-index: 2;
    border-top: 1px solid #012f6d;
    background-color: white
}

.none {
    display: none;
}
.arms, search, .sabad, .newagahi, .save, .msg, .accont, clop, clops, .telico, .smsico, .copico, .telefa, #loaderett3, fops {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.sabad, .newagahi, .save, .msg, .accont {
    text-decoration: none;
    color: #000000
}

.arms {
    background-image: url(../pic/bolangoo.png);
    height: 65px;
    width: 65px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px
}

.sabad, .save, .msg, .accont {
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 15px;
    font-size: 13px;
}

    .save:before {
        content: 'ذخیره ها';
    }

    .sabad:before {
        content: 'سبد خرید';
    }

    .msg:before {
        content: 'پیام ها';
    }

    .accont:before {
        content: 'حساب من';
    }

.save {
    background-image: url(../pic/save.svg);
    width: 72px;
    background-size: 24px;
}

.sabad {
    background-image: url(../pic/shopping.svg);
    width: 80px;
    background-size: 24px;
}

.msg {
    background-image: url(../pic/msg.svg);
    width: 65px;
    background-size: 24px;
}

.accont {
    background-image: url(../pic/user.svg);
    width: 85px;
    background-size: 28px;
}

.newagahi {
    background-color: #012f6d;
    width: 110px;
    height: 25px;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    font: 16px fontman;
    margin-right: 15px;
}

    .newagahi:before {
        content: 'ثبت آگهی رایگان'
    }


search {
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    width: calc(100% - 632px);
    outline: none;
    border: 1px solid #ccc;
}

    search input {
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        outline: none;
        border: none;
        width: calc(100% - 240px);
        font: 14px fontman;
        color: #012f6d
    }

    search ostan, search daste {
        display: inline-block;
        vertical-align: middle;
        border: none;
        outline: none;
        border-right: 1px dashed #ccc;
        width: 80px;
        margin: 5px 0;
        padding: 0 10px;
        background-size: 22px;
        background-position: center left;
        background-repeat: no-repeat
    }

    search ostan {
        background-image: url(../pic/place.svg);
    }

        search ostan:before {
            content: 'انتخاب شهر';
            font: 14px fontman
        }

    search daste {
        background-image: url(../pic/group.svg);
    }

        search daste:before {
            content: 'دسته بندی';
            font: 14px fontman
        }

spci {
    width: 500px;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 1001;
    -webkit-box-shadow: 0 0 30px 0 #ccc;
    background-color: white;
    overflow: hidden;
}



main {
    display: block;
    text-align: center;
    margin: 90px 10px 10px 10px;
    direction: ltr
}

all {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;opacity:0.6;background-color:#ffffff
}


@media(max-width:1050px) {

    search ostan:before {
        content: 'شهر';
        font: 14px fontman
    }

    search daste:before {
        content: 'دسته';
        font: 14px fontman
    }

    search ostan {
        width: 40px;
    }

    search daste {
        width: 50px;
    }

    search input {
        width: calc(100% - 170px);
    }
}

@media(max-width:870px) {
    main {
        margin: 55px 0 0 0;
    }

    .sabad, .save, .msg, .accont, .newagahi {
        display: none
    }

    search {
        width: calc(100% - 80px);
        margin-right: 5px
    }

        search input {
            padding: 5px 10px;
        }


    header {
        padding: 0 10px;
    }

    .arms {
        height: 55px;
        margin-right: 0
    }

    foot {
        display: flex;
        position: fixed;
        width: calc(100% - 20px);
        bottom: 0;
        left: 0;
        background-color: white;
        padding: 5px 10px;
        background-color: white;
    }

    .sp1, .sp2, .sp3, .sp4, .sp5 {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height:21px;overflow:hidden;
        text-align: center;
        font: bold 13px fontman;
        color: #012f6d;
        background-position: center 0;
        background-size: 24px;
        background-repeat: no-repeat;
        padding-top: 24px;
        transition: .5s;
        text-decoration: none;
    }

    .sp1 {
        background-image: url(../pic/home.svg);
    }

    .sp2 {
        background-image: url(../pic/save.svg);
    }

    .sp3 {
        background-image: url(../pic/plus.svg);
    }

    .sp4 {
        background-image: url(../pic/shopping.svg);
    }

    .sp5 {
        background-image: url(../pic/user.svg);
    }

        .sp1:hover, .sp2:hover, .sp3:hover, .sp4:hover, .sp5:hover {
            transition: .5s
        }
}

@media(max-width:350px) {
    search ostan:before {
        content: '.';
        font-size: 1px
    }

    search daste:before {
        content: '.';
        font-size: 1px
    }

    search ostan {
        width: 10px;
    }

    search daste {
        width: 10px;
    }

    search input {
        width: calc(100% - 100px);
    }
}

@font-face {
    font-family: fontman;
    src: url(../font/Sahel.woff) format("woff");
    font-display:swap;
}


#loaderett1, loaderett2, #loaderett3 {
    display: table;
    width: 16px;
    height: 16px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite, heart-beat 2s linear infinite;
    background-color: #fff;
    text-align: center;
    line-height: 140px;
    margin: auto;
}
loaderett2 {
    width: 40px;
    height: 40px;
    margin: 30px auto 60px auto;
}
#loaderett3 {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
}
    #loader {
        display: table;
        width: 30px;
        height: 30px;
        border: 5px solid #f3f3f3;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        animation: spin 2s linear infinite, heart-beat 2s linear infinite;
        background-color: #fff;
        text-align: center;
        line-height: 140px;
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        transform: translate(calc(-50% - 20px),calc(-50% - 20px))
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes heart-beat {
    55% {
        background-color: #fff;
    }

    60% {
        background-color: #3498db;
    }

    65% {
        background-color: #fff;
    }

    70% {
        background-color: #3498db;
    }

    100% {
        background-color: #fff;
    }
}

divser1 {
    display: block;
    padding: 10px 10px 0 10px;
    outline: none;
    border: 1px solid #ccc;
    border-top: none;
    position: relative
}
sercheu {
    display: block;
    position: absolute;
    background-color: white;
    margin: -20px 20px 20px 20px;
    width: calc(100% - 82px);
    height: 400%;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    transform: scale(0);
    transform-origin: top;
    transition: .5s
}

closercheu {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../pic/nofaalrah.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-color: white;
    border-radius: 50%;
    left: 42px;
    top: 34px;
    cursor: pointer;
    opacity: 0;
    transition: .5s
}

ansdt {
    display: block;
    margin-top: 10px;
    font: 15px fontman;
    color: #012f6d;
    text-decoration: none;cursor:pointer
}

    ansdt:hover {
        font-weight: bold;
    }

ansdb {
    display: block;
    margin: 10px 0 20px 0;
    font: 14px fontman;
    color: #808080;
}

    ansdb sp {
        color: #808080;
        transition: .5s;
        cursor: pointer
    }

        ansdb sp:hover {
            color: #012f6d;
            transition: .5s
        }

lnul {
    display: block;
    margin: 50px 0;
    font: 15px fontman;
    color: #012f6d;
    text-align: center
}

    divser1 sbtn {
        display: block;
        padding: 10px;
        margin: 10px;
        outline: none;
        text-align: right;
        font-size: 14px
    }

    divser1 input {
        display: block;
        font: 14px fontman;
        padding: 8px;
        border: 1px solid #ccc;
        outline: none;
        text-align: right;
        margin: 10px 20px 20px 20px;
        width: calc(100% - 58px);
    }



divser2, divser22 {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    height: calc(100% - 204px);
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    outline: none;
}
divser22 {
    height: calc(100% - 83px);
}



divb, divbx {
    padding: 13px 15px 13px 0;
    margin: 0 20px;
    display: flex;
    border: none;
    outline: none;
    border-top: 1px solid #ccc;
    cursor: pointer;
    transition: .3s
}

    divb:hover, divbx:hover {
        background-color: #e8f0fb;
        transition: .3s
    }


    divb input, divbx input, divsr, divsr2 {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        cursor: pointer;
        text-align: center;
        color: #808080;
        text-decoration: none;
    }

divsr, divsr2 {
    margin-left: 3px
}

divsr2 {
    margin-right: 40px;
}

divs {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}
.cloq {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../pic/nofaalrah.png);
    width: 25px;
    height: 25px;
    background-size: 15px;
    background-color: white;
    border-radius: 50%;
    margin: 0 40px 0 10px;
}
.nobor {
    border: none;
}

.botbor {
    border: none;
    border-bottom: 1px solid #ccc;
}

clop {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: maroon
}

divser3 {
    display: flex;
    direction: ltr;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 14px;
    border-bottom: none
}

btnt, btne {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 12px);
    margin: 0 5px;
    border: 1px solid #012f6d;
    border-radius: 5px;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    transition: .5s
}

btnt {
    background-color: #012f6d;
    color: white;
    transition: .5s
}

btne {
    background-color: white;
    color: #012f6d;
}

sbtn {
    display: block;
}

cxu {
    display: block;
    margin: 6px 0 6px 0
}

tosbtn, tosbtn2, tosbtn3 {
    display: inline-block;
    background-color: #ffeae9;
    color: #012f6d;
    border: 1px solid red;
    padding: 2px 10px 3px 10px;
    margin-left: 5px;
    border-radius: 20px;
    cursor: pointer
}

    tosbtn sx, tosbtn3 sx, tosbtn closbtn, risbtn, tosbtn2, tosbtn3 closbtn, ett1, ett2, ettc, ett3, ett4, vijel, vijelrtl, vijer, risk sko, risk skoclo {
        display: inline-block;
        vertical-align: middle;
    }

    tosbtn closbtn, tosbtn3 closbtn {
        font-size: 17px;
        margin-right: 10px;
        color: red
    }

tosbtn2 {
    width: 120px;
    border-radius: 0;
    margin: 2px 0 3px 0;
    text-align: center;
    padding: 2px 5px 3px 5px;
}

tosbtn3 {
    width: auto;
    margin: 3px;
    padding: 0px 10px 1px 10px;
    font-size: 14px
}

risbtn {
    width: calc(100% - 132px);
    text-align: center;
    padding: 3px 0
}

dova {
    display: block;
    padding: 10px
}

.delall {
    font-size: 13px;
    margin: 0;
    padding: 2px 0 0 0;
    width: 70px
}

.delallz {
    width: calc(100% - 72px);
}



footer {
    color: #012f6d;
    width: 100%;
    display: table;
    margin-top: 40px
}

.tofooter {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    text-align: right;
    color: black;
    width: 32%;
    font-size: 15px
}


.to4 {
    display: inline-block;
    width: 290px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 36px
}

    .to4 img {
        border: 1px solid #012f6d;
        outline: none;
        border-radius: 10px;
        margin: 0 20px;
    }

#footerd {
    display: inline-block;
    width: calc(100% - 305px);
    vertical-align: middle;
}

.nasb {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-top: 59px;
}

    .nasb spo1, .nasb spo2, .nasb spo3 {
        display: block;
        background-repeat: no-repeat;
        background-position: center right;
        margin: 12px;
        padding-right: 50px;
        font-size: 15px;
        cursor: pointer;
    }

    .nasb spo1 {
        background-image: url(../pic/webapp.svg);
        background-size: 24px;
    }

    .nasb spo2 {
        background-image: url(../pic/android.svg);
        background-size: 26px;
    }

    .nasb spo3 {
        background-image: url(../pic/ios.svg);
        background-size: 28px;
    }

#wfooter {
    width: 100%;
    display: block;
    height: auto;
}




.tofooter a {
    color: #012f6d;
    font-size: 14px;
    text-decoration: none
}

.tofooter ul li {
    margin-top: 10px
}

.namadz {
    height: 120px;
    width: 100px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #307fce;
    background-color: white;
    vertical-align: middle;
    display: inline-block;
    object-fit: contain
}

linec {
    display: block;
    height: 0;
    padding: 1px;
    background-image: linear-gradient(to left,white,#012f6d,white);margin-bottom:5px;
}

shr {
    display: table;
    position: absolute;
    z-index: 1 ;background-image: url(../pic/stars.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-top: -15px;
    left: calc(50% - 15px);
}

.tofoot {
    text-align: center;
    padding: 0 0 12px 0;
    font-size: 13px;
    display: block;
    margin-bottom: 10px
}
#aghahi {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 55px);
    margin: 20px 10px 0 0;direction:rtl
}

    #aghahi h1, olaviat {
        display: block;
        text-align: justify
    }

    #aghahi h1 {
        margin: 30px 30px 10px 30px;
        font: 24px fontman;
    }
olaviat {
    margin: 0 30px 30px 30px;
    font: 15px fontman;
    color: #808080
}

@media(max-width:768px) {
 
    #aghahi {
        display: block;
        vertical-align: auto;
        width: auto;
        margin: 20px 0 0 0;
    }
        #aghahi h1 {
            margin: 30px 20px 10px 20px;
        }
    olaviat {
        margin: 0 20px 30px 20px;
    }

    .nasb {
        display: block;
        width: auto;
        vertical-align: middle;
        margin: 20px 20px 30px 20px;
    }

        .nasb spo1, .nasb spo2, .nasb spo3 {
            display: inline-block;
            vertical-align: middle;
            padding-right: 30px;
        }



    .tofoot {
        margin: 25px 10px 115px 10px;transition:.5s
    }

    .tofooter {
        width: 48%;
    }

    .to4 {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    #footerd {
        display: inline-block;
        width: 100%;
        vertical-align: top
    }
}


tdast {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #012f6d;
    padding: 5px 0 6px 0;
    margin: 0 30px 30px 30px;
    overflow: auto;
    width: auto;
    white-space: nowrap;
    /* مخفی کردن نوار اسکرول در مرورگرهای مختلف */
    scrollbar-width: none; /* برای فایرفاکس */
    -ms-overflow-style: none; /* برای اینترنت اکسپلورر و Edge */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* مخفی کردن نوار اسکرول در کروم، سافاری و اپرا */
    tdast::-webkit-scrollbar {
        display: none;
    }

    tdast a, olaviat a {
        padding: 0 18px;
        cursor: pointer;
        color: #808080;
        font: 14px fontman;
        transition: .5s;
        text-decoration: none
    }
.nor {
    padding: 0 0 0 20px;
}
.nors {
    padding:0 5px
}
.nol {
    padding: 0 20px 0 0;
}
tdast a:hover{color:#012f6d;transition:.5s}

risk {
    display: block;
    text-align: justify;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 40px 30px;
    padding: 5px 5px 20px 5px;
}
    risk sko {
        font:  16px fontman;
        margin: 10px;
    }
    risk skoclo {
        display:none;
    }
    risk soz {
        display: block;
        font: 14px fontman;
        color: #808080;
        background-image: url(../pic/risk.svg);
        background-size: 35px;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 0 50px 0 10px
    }

telef {
    padding:10px 5px;
    display: block;
    direction: rtl;text-align:left;
    background-color: #ecf3fe;
    margin: 5px 30px 30px 30px;
transform:scaleY(0);transform-origin:center;transition:.5s;
border:1px dashed #012f6d;border-radius:5px
}
ett {
    display: block;
    margin: 5px 30px 30px 30px
}
ett1, ett2 {
    border: 1px solid #012f6d;
    padding: 4px 0 5px 0;
    width: 120px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    direction: ltr;
}
ett1 {
    color: white;
    background-color: #012f6d;
}
ett2 {
    margin-right: 10px;
    background-color: white;
}
ettc {
    width: calc(100% - 365px);
}
@media(max-width:390px) {
    ett1 {
        width: 100px;
    }
    ett2 {
        width: 50px;
    }
    ettc {
        width: calc(100% - 275px);
    }
}

    

    ett3, ett4 {
        margin-right: 20px;
        width: 30px;
        background-repeat: no-repeat;
        height: 25px;
        background-position: center;
        cursor: pointer;
        background-size: 30px;
    }

  

    ett1 a {
        color: white;
        text-decoration: none
    }

    ett3 {
        background-image: url(../pic/save2.svg);
    }

    ett4 {
        background-image: url(../pic/share.svg);
    }

    vije {
        display: block;
        border-bottom: 1px solid #ccc;
        margin: 0 30px;
        padding: 15px
    }

    vijel, vijelrtl {
        width: 50%;
        text-align: left;
        color: #012f6d;
        width: calc(100% - 100px);
        direction: ltr
    }

    vijelrtl {
        direction: rtl
    }

    vijer {
        width: 50%;
        text-align: right;
        color: #525252;
        width: 100px;
    }

    #desc, kelids {
        display: block;
        margin: 40px;
        text-align: justify;
        color: #525252;
        direction: rtl;
        white-space: pre-wrap;
    }

    kalaha ,comments{
        display: block;
        text-align: center;
    }

    @media(max-width:767px) {
        tdast {
            margin: 0 20px 30px 20px
        }

        risk {
            margin: 40px 10px;
        }

        ett, telef {
            margin: 5px 10px 30px 10px
        }

        vije {
            margin: 0 10px;
        }

        #desc {
            margin: 40px 20px;
        }
    }

    kelids pds {
        display: block
    }

    kelids {
        display: block;
        margin: 30px 0 0 0;
        color: black;
        text-align: justify
    }

        kelids h2 {
            display: inline-block;
            color: #012f6d;
            font-size: 15px;
            font-weight: normal;
            text-decoration: none;
            margin: 0 5px;
            padding: 5px 0;
        }
    /*posts*/
    ptarefe {
        display: inline-block;
        width: 35px;
        height: 25px;
        position: absolute;
        left: 100px;
        top: 5px;
        background-color: red;
        background-size: 30px;
        background-image: url(../pic/urgent.svg);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0 5px 0 0;
    }

article, postsr, article img, nullpic {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer
}

article {
    height: 130px;
    border: 1px solid #abcfff;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

    ibo {
        width: calc(100% - 20px )
    }

    eye {
        background-image: url(../pic/eye.svg);
        height: 20px;
        width: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    @media(min-width:968px) {
        article {
            width: calc(33% - 22px);
        }
    }

    @media(max-width:967px) and (min-width:600px) {
        article {
            width: calc(50% - 22px);
        }
    }

    @media(max-width:699px) {
        article {
            width: calc(100% - 22px);
        }
    }


    postsr {
        height: 130px;
        width: calc(100% - 135px);
        margin-left: 5px;
        text-align: right;
        font-size: 14px
    }

article img, nullpic {
    height: 130px;
    width: 130px;
    border-radius: 5px;
    object-fit: cover
}

    nullpic {
        background-image: url(../pic/nullsmall.jpeg);
        background-position: center;
        background-size: cover
    }


.postsr1 {
    display: block;
    padding: 2px 5px 0 0;
    height: 50px;
    color: #012f6d;
    overflow: hidden;
    font: 14px fontman;
    margin: 0;
}

    postsrz {
        display: block;
        padding: 5px 5px 0 0;
        height: 20px;
        color: #666666
    }

    neshanpor, neshannull {
        display: block;
        width: 26px;
        position: absolute;
        height: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: 5px;
        top: 7px;
        z-index: 2;
    }

    neshanpor {
        background-image: url(../pic/neshanpor.svg);
    }

    neshannull {
        background-image: url(../pic/neshannull.svg);
    }
    /*posts*/

    matnl {
        display: none
    }

    matns, matnl {
        color: #333333
    }

    edame {
        margin: 5px 10px 0 0;
        padding: 0 15px;
        cursor: pointer;
        background-color: #012f6d;
        color: white;
        border-radius: 15px;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        direction: ltr;
    }

        edame:before {
            content: '❯';
            transform: rotate(90deg);
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .telefa {
        margin: 5px 5px 5px 10px;
        width: calc(100% - 140px);
        text-decoration: none;
        color: #012f6d;
        text-align: left;
        padding-top: 3px;
        transition: .5s;
        direction: ltr
    }

    .telico, .smsico, .copico {
        height: 25px;
        width: 25px;
        margin: 5px 5px 5px 10px;
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center right;
    }

    .telico {
        background-image: url(../pic/telico.svg);
    }

    .smsico {
        background-image: url(../pic/smsico.svg);
    }

    .copico {
        margin: 5px 0 5px 10px;
        background-image: url(../pic/copico.svg);
        color: #525252;
        font-size: 14px;
        transition: 0.5s;
        text-align: center;
    }

    nabood {
        display: block;
    }

        nabood img {
            display: table;
            width: 100%;
            max-width: 700px;
            margin: 0 auto
        }

    tet1, tet2 {
        display: block;
        text-align: center;
        margin-bottom: 50px
    }

    tet1 {
        font: bold 18px fontman
    }

    tet2 {
        font-size: 16px;
    }

    nabood a {
        display: table;
        background-color: #012f6d;
        padding: 6px 25px 8px 25px;
        color: white;
        text-align: center;
        font: 15px fontman;
        margin: 60px auto 100px auto;
        text-decoration: none;
        border-radius: 3px
    }

    telef img {
        display: block;
        width: 90%;
        max-width: 220px;
        margin: 0 auto 10px auto;
        padding: 10px 0;
    }

    sey {
        display: block;
        border: 1px solid #525252;
        border-top: none;
        color: #333333;
        font-size: 15px
    }

    .sey {
        border: 1px solid #525252;
        margin-top: 35px
    }

    sey on {
        display: inline-block;
        vertical-align: top;
        width: 250px;
        background-color: #e8f0fb;
        padding: 10px;
        text-align: center
    }

    sey of {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 291px);
        border-right: 1px solid #525252;
        padding: 10px
    }

    @media(max-width:768px) {
        sey on {
            display: block;
            width: auto;
        }

        sey of {
            display: block;
            width: auto;
            border-right: none;
            border-top: 1px solid #525252
        }
        ettfixed {
            display: block;
            position: fixed;
            left: 0;
            bottom: 56px;
            background-color: white;
            border-top: 1px solid #012f6d;
            width: 100%;
            z-index: 1001;
            background-color: #e8f0fb
        }
        ett {
            margin: 8px 3px;
        }
        telef {
            margin: 0 15px 15px 15px;background-color:white
        }
        risk {
            display:none;
            transform: scaleY(0);
            transform-origin: center;
            transition: .5s;
            border: none;
            margin: 0;
            padding: 0 10px 15px 10px;
        }
            risk sko {
                width:calc(100% - 57px)
            }

            risk skoclo {
                display: inline-block;
                background-repeat: no-repeat;
                background-size: 15px;
                background-position: center;
                background-image: url(../pic/nofaalrah.png);
                width: 20px;
                height: 20px;padding:2.5px 0 0 2.5px;
                text-align: center;
                background-size: 10px;
                cursor: pointer;
                border-radius: 50%;
                background-color: white;
                border: 1px solid #fe3032
            }
    }
helchat {
    display: block;
    font-size: 14px;
    text-align: right;
    color: #012f6d;
    margin: 10px 10px 15px 10px
}
helchats {
    display: table;
    font-size: 14px;
    background-color: #012f6d;
    width: 80px;
    padding: 2px 0 4px 0;
    text-align: center;
    color: white;
    margin: 10px auto 5px 10px;
    cursor: pointer;border-radius:5px
}


/***نظرات***/
.comn {
    display: block;
    text-align: right;
    margin: 30px 10px 10px 10px;
    padding: 0 15px 5px 15px;
    color: #012f6d;
    font: 16px fontman
}
comnt {
    display: block;
    direction: rtl;
    text-align: justify;padding:0 10px
}
cmtname1, cmtname2, cmtname3 {
    display: table;
    border-bottom: 1px solid #012f6d;
    margin: 10px 0 10px auto;
    padding: 3px 10px;
    color: #012f6d;
    font: italic 14px fontman;
}
cmtname1 {
    background-color: #f7c073;
}
cmtname2 {
    background-color: #f4de8f;
}
cmtname3 {
    background-color: #dafece;
}

cmttime {
    display: table;
    margin: 10px auto 10px 0;
    color: #696767;direction:ltr
}
cmtcomment {
    display: block;
}
comnk {
    display: block;
    margin: 5px auto;
    font-size: 15px;
    border: 1px solid #abcfff;
    border-radius: 5px;
    width: calc(100% - 24px);
}
@media(max-width:967px) {comnk {width: calc(100% - 12px);}}
bicomnk, bicomnk2, bicomnk3 {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    margin: 25px 10px 10px 10px;
    border: 1px solid #abcfff;
    background-color: #e8f0fb;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px
}
bicomnk2 {
    margin-top: 10px;
}
bicomnk3 {
    display: table;
    vertical-align: auto;
    padding: 3px 15px;
    margin: 0 auto 0 0;
    border-bottom: none;
    border-left: none;
    border-radius: 0 5px;
}
Xnazar {
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .4s;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 15px 1px #ccc;
    padding: 20px;
    width: calc(100% - 40px);
    z-index: 1001;
    border-radius: 30px 30px 0 0;
    background-color: white;
    text-align: center
}
@media(min-width:769px) {
    Xnazar {
        transform-origin: center;
        border: none;
        width: 370px;
        border-radius: 10px;
        top: 35%;
        left: calc((100% - 412px) / 2);
        bottom: auto;
    }
}
textchat {
    display: block;
    font: 14px fontman;
    text-align: right;
    padding: 9px;
    border: 1px solid #abcfff;
    width: calc(100% - 20px);
    overflow: hidden;
    resize: none;
    background-color: white;
    border-radius: 5px;
    min-height: 150px;outline:none
}
    textchat[contenteditable]:empty::before {
        content: "یک نظر بنویسید";
        color: #012f6d;
    }
concom {
    position: absolute;
    margin-top: -11px;
    margin-right: 25%;
    background-color: white;
    font-size: 13px;
    direction: ltr;
    padding: 0 5px;
    border-radius: 5px;
    color: green
}
@media(max-width:450px) {
    concom {
        margin-right: 18%;
    }
}

msgcom {
    display: block;
    height: 0;
    transition: 0.6s;
    opacity: 0;
    background-color: white;
    font: italic 0 fontman;
    padding: 5px 0;
    margin: 5px 0;
    overflow: hidden
}
/***نظرات***/
