html,body,ul,ol,li,p,td,h1,h2,h3,h4,h5,h6,form,fieldset,a,img{margin:0;padding:0;border:0}
a img{border:none;cursor:pointer;text-decoration:none}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=latin,cyrillic-ext);

html, body  
    {
    height:100%;
    hyphens: auto;
    }
body 
    {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
/*    background: url(/img/bg.gif);
    background: url(/img/bg3.jpg) 0 0 repeat-x;
*/
    background-attachment: fixed;
    }
#wrap 
    {
    background: #fff;
    min-height:100%;
    width:955px;
    margin:auto;
    padding: 0 20px;
    position:relative;
    }
* html #wrap {height:100%} 

a:hover
    {
    color: #d10090;
    }

/* RESET FLOW */
#inner-wrap:after 
    {
    content:" ";
    display:block;
    clear:both;
    }

#header
    {
    position: relative;
    height: 210px;
    text-align: center;
	font-size: 12px;
    }
    #lang_bar
        {
        background: #e3e3e3;
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px 10px;
        }
        #lang_bar div
            {
            float: left;
            margin: 5px;
            }

    #header #logo
        {
        position: absolute;
        top: 50px;
        left: 0px;
        }   
    #header .head_flag
        {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 738px;
        height: 178px;
        overflow: hidden;
        }   
        #header .head_flag img
            {
            width: 100%;
            height: auto;
            }
    #header #addr
        {
        position: absolute;
        top: 60px;
        right: 20px;
        }   

.mob_ver_link
    {
    position: absolute;
    top: 7px;
    left: 93px;
    }
    .mob_ver_link a
        {
        color: #000;
        text-decoration: none;
        border-bottom: 1px #000 dotted;
        }




.soc_icons
    {
    position: absolute;
    top: 8px;
    left: 0px;
    }
    .soc_icons a
        {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: 7px;
        background-image: url(/img/soc_icons.png);
        background-repeat: no-repeat;
        }
    .soc_icons .fb   { background-position: 0 0;        }
    .soc_icons .tw   { background-position: 0 -18px;    }
    .soc_icons .vm   { background-position: 0 -36px;    }

    .soc_icons .fb:hover   { background-position: -18px 0;        }
    .soc_icons .tw:hover   { background-position: -18px -18px;    }
    .soc_icons .vm:hover   { background-position: -18px -36px;    }

.login_link
    {
    position: absolute;
    top: 8px;
    left: 217px;
    }
    .login_link a       {  text-decoration: none;  }
    .login_link a:hover, .archive_link a:hover 
        {
        color: #d10090;
        text-decoration: underline;   
        }
    .login_link .login
        {
        color: #000;
        padding-right: 30px;
        }
    .login_link .reg_link, .login_link .logout_link
        {
        color: #838484;
        }

.archive_link
    {
    position: absolute;
    top: 2px;
    left: 450px;
    font-size: 18px;
    }
    .archive_link a
        {
        color: #000;
        text-decoration: none;
        }


div.search_item
    {
    margin: 0 0 15px 0;
    }
span.ss_highlight
    {
    background: #fff000;
    }
.search
    {
    position: absolute;
    top: 3px;
    right: 3px;
    }
    .search label
        {
        font-size: 11px;
        font-weight: bold;
        padding-right: 5px;
        }
    .ss
        {
        color: #737373;
        width: 200px;
        border: 1px #a3a3a3 solid;
        padding: 3px 10px;
        box-sizing: border-box;
        }
    .ss_sub
        {
        background: #fff url(/img/zoom.png) center center no-repeat;
        margin-left: 2px;
        border: 0 none;
        }


#inner-wrap 
    {
    padding-bottom:10px;
    }


/* Top menu */
#tm
    {
    text-align: center;
    height: 90px;
    border-top: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    margin: 1px 0 5px 0;
    background: #88015F;
    }
    #tm ul
        {
        list-style: none;
        text-transform: uppercase;
        }
        ul.tm_1
            {
            font: normal 16px Arial;
            background: #A40D76;
            }
        #tm ul li.tm_1
            {
            padding: 20px 10px;
            display: inline-block;
            }
        #tm ul li.tm_1
            {
            position: relative;
            }

        #tm ul li a
            {
            color: #fff;
            text-decoration: none;
            }
        #tm ul li.a a, #tm ul li a:hover
            {
            color: #fff;
            text-decoration: underline;
            }

    /* Sub menu */
    ul.tm_2         
        {
        position: absolute;
        font: normal 12px Arial;
        white-space: nowrap;
        margin-left: -12px;
        display: none;
        }
        li.tm_1:nth-child(6)  ul.tm_2,
        li.tm_1:nth-child(7)  ul.tm_2,
        li.tm_1:nth-child(8)  ul.tm_2,
        li.tm_1:nth-child(9)  ul.tm_2
            {
            right: 0;
            }
        ul.tm_2 li
            {
            padding: 30px 12px;
            display: inline-block;
            }
        ul.tm_2 a 
            {
            text-decoration: none !important;
            }
        ul.tm_2 li.a a, ul.tm_2 li a:hover
            {
            text-decoration: underline !important;
            }
     li.tm_1.a ul.tm_2
        {
        display: block;
        }



#main 
    {
    padding: 0 0 10px 0;
    float:left;
    width:729px;
    }
    .index #main #content
        {
        display: none;
        }

    #main #content
        {
        padding: 0px 30px 20px 10px;
        }
    #main #content h1, #main #content p
        {
        margin-bottom: 10px;
        }
    #main #content ul
        {
        margin: 0 0 10px 35px;
        }

    #main #content h1
        {
        font: normal 24px Tahoma;
        color: #d10090;
        text-transform: uppercase;
        margin-bottom: 10px;
        }
    #main #content h2, #main #content h1.single
        {
        font: normal 30px 'PT Serif', serif;
        color: #91888e;
        text-transform: uppercase;
        }
    #main #content h3
        {
        display: block;
        float: left;
        width: 45%;
        font-size: 36px;
        font-weight: normal;
        padding: 0 0 20px 0;
        }
    #main #content .item ol, #main #content .item ul
        {
        margin: 10px 0 10px 25px;
        }
    #main #content .item ol li, #main #content .item ul li
        {
        margin: 5px 0;
        }



/* RIGHT COLUMN */
#right 
    {
    position:relative;
    margin-left:729px;
    } 

    #right .flag
        {
        margin: 7px 0 0 0;
        width: 262px;
        overflow: hidden;
        }


#main .current_magazin
    {
    padding: 0;
    width: 220px;
    display: inline-block;
    vertical-align: top;
    }
	#main .current_magazin p span{
	font-family: 'Roboto', sans-serif!important;
	}
#right .current_magazin
    {
	vertical-align: top;
    padding: 0 3px 15px 3px;
    }
    .current_magazin img, .arch_year .item img
        {
        border: 1px #fff solid;
        box-shadow: 0 0 4px rgba(0,0,0,0.7);
        }
    .current_magazin h3
        {
        font-size: 17px;
        margin: 20px 0 15px 0;
        text-transform: uppercase;
        }
        .current_magazin h3 a
            {
			font-family: 'PT Serif', serif;
            text-decoration: none;
            color: #000;
            }
        .current_magazin h3 a:hover
            {
            color: #d10090;
            }

ul.arch
    {
    font-size: 22px;
    }
    ul.arch li, ul.arch_year li
        {
        padding: 2px 0 2px 10px;
        }
    ul.arch a
        {
        text-decoration: none;
        color: #000;
        }
        ul.arch a:hover
            {
            color: #d10090;
            }

ul.arch_year
    {
    font-size: 16px;
    }

/* Announces block */
.announce_block
    {
    margin: 10px 0px 10px 0;
    display: inline-block;
    }
    .announce_block .section_title
        {
        text-transform: uppercase;
        font-size: 26px;
        line-height: 15px;
        color: #91888e;
        border-bottom: 1px #91888e solid;
        margin: 30px 10px 20px 0;
        }
    .announce_block.psyco_index   .section_title   {  color: #00aeef;  }
    .announce_block.beauty_index  .section_title   {  color: #ec008c;  }
    .announce_block.fashion_index .section_title   {  color: #f7941d;  }
    .announce_block.health_index  .section_title   {  color: #00a651;  }
	.announce_block.area_index  .section_title   {  color: #af4ed0;  }


    .announce_block.psyco_index   .section_title a,
    .announce_block.beauty_index  .section_title a,   
    .announce_block.fashion_index .section_title a,   
    .announce_block.health_index  .section_title a,
	.announce_block.area_index  .section_title a {  color: inherit;  text-decoration: none}   

    .announce_block.psyco_index   .section_title a:hover,
    .announce_block.beauty_index  .section_title a:hover,   
    .announce_block.fashion_index .section_title a:hover,   
    .announce_block.health_index  .section_title a:hover  {  opacity: 0.5}   



        .announce_block .section_title span
            {
            background: #fff;
            padding-right: 5px;
            }
    .announce_block .item
        {
        display: inline-block;
        width: 222px;
        vertical-align: top;
        margin: 0 20px 0 0;
        
        }
    .announce_block .item .img.i_s
        {
        margin: 10px 0 10px 0;
        }
		.announce_block .item .img.i_m
        {
        margin: 10px 0 10px 0;
        }
    .announce_block .item .pageit_link
        {
		font-weight:bold;
		font-family: 'PT Serif', serif;
        text-transform: uppercase;
        font-size: 18px;
        }
        .announce_block .item .pageit_link
            {
            color: #000;
            text-decoration: none;
            }
        .announce_block .item .pageit_link:hover
            {
            color: #d10090;
            }
			.announce_block .item .pageit_link img {
			width:222px;
			height:222px;
			}
    .announce_block .item .pageit_text
        {
        margin-top: 20px;
        font-size: 14px;
        }

.bloggers_main_block
    {
    margin: 30px 0 20px 0;
    padding: 10px 0 30px 0;
    border-top: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    }
    .bloggers_main_block .section_title
        {
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 14px;
        }
        .bloggers_main_block .section_title .all
            {
            color: #ff0000;
            text-decoration: none;
            padding-left: 10px;
            }
    .bloggers_main_block .item
        {
        width: 230px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        }
    .bloggers_main_block .item:last-child
        {
        margin: 0;
        }
    .bloggers_main_block .item div.img
        {
        width: 90px;
        overflow: hidden;
        float: left;
        margin: 0 10px 0 0;
        }
        .bloggers_main_block .item div.img img
            {
            margin-left: -30px;
            }
        .bloggers_main_block .item .pageit_title
            {
			font-size: 18px;
            margin-bottom: 20px;
            }
            .bloggers_main_block .item .pageit_title a
                {
                color: #000;
                text-decoration: none;
                }
            .bloggers_main_block .item .pageit_title a:hover
                {
                color: #d10090;
                }
            .bloggers_main_block .item .pageit_text
                {
                font-size: 12px;
                }

.forum_block
    {
    background: #efefef;
    margin: 1px 0;
    padding-bottom: 20px;
    border-bottom: 6px #747474 solid;
    }
    .forum_block .head
        {
        background: #747474;
        color: #fff;
        text-transform: uppercase;
        padding: 7px 12px;
        font: normal 13px Tahoma;
        }
    .forum_block ul
        {
        list-style: square;
        }

    .forum_block ul.threads
        {
        font-family: Tahoma;
        font-size: 11px;
        margin: 10px 0 10px 45px;
        }
        .forum_block ul.threads li
            {
            margin: 0 0 10px 0;
            }
        .forum_block ul.threads label
            {
            display: inline-block;
            width: 30px;
            margin-left: -42px;
            padding-right: 9px;
            text-align: center;
            }
        .forum_block ul.threads a
            {
            color: #595858;
            text-decoration: none;
            }
            .forum_block ul.threads a:hover
                {
                color: #d10090;
                }

    .forum_block ul.themes
        {
        margin: 0 10px;
        padding: 10px 0 0 0;
        border-top: 1px #c84ea7 solid;
        }
        .forum_block ul.themes li
            {
            text-transform: uppercase;
            margin: 5px 0 0px 14px;
            font-size: 11px;
            font-weight: bold;
            }
            .forum_block ul.themes a
                {
                text-decoration: none;
                color: #000;
                }
            .forum_block ul.themes a:hover
                {
                text-decoration: underline;
                }
            .forum_block ul.themes li:first-child a
                {
                color: #c84ea7;
                }



.bottom_blocks
    {
    position: relative;
    margin-top: -10px;
	float: left;
	width: 729px;
    }
    .about_us
        {
        padding: 0;
		margin: 30px 10px 20px 0;
		text-align: justify;
		color: #848282;
        }
        .about_us_title
            {
            font-size: 18px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
			font-family: 'PT Serif', serif;
			font-weight: bold;
            }

.facebook_block
    {
    width: 275px;
    height: 480px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f6f7f8;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	
    }
    .facebook_block .head
        {
        height: 50px;
        margin-bottom: 4px;
        border-bottom: 1px #d8dfea solid;
        }
        .facebook_block .head .icon
            {
            display: block;
            position: absolute;
            top: 10px;
            left: 10px;
            }
        .facebook_block .head .link
            {
            display: block;
            position: absolute;
            top: 10px;
            right: 15px;
            font: bold 20px Tahoma;
            text-decoration: none;
            color: #3b579d;
            }
        .facebook_block .head .link:hover
            {
            color: #0031AB;
            }

.subscribe_block
    {
    position: relative;
    background: #a1a1a1 url(/img/sub_img.png) 0 0 no-repeat;
    width: 225px;
    height: 294px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    }
    .subscribe_block .text
        {
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        margin: 10px 5px;
        }
    .subscribe_block .sub_link
        {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-bottom: 20px;
        }
        .subscribe_block .sub_link:hover
            {
            color: #d10090;
            }
    .subscribe_block p.mess
        {
        font-size: 20px;
        }
.afisha
    {
    overflow: hidden;
    width: 740px;
    display: inline-block;
    vertical-align: top;
    }
	
	/* 
	.afisha img {
	width: 740px!important;
	height: 300px!important
	}
	*/

/* Archive */
.arch_year
    {
    margin-top: 30px;
    
    }
    .arch_year .item
        {
        display: inline-block;
        margin: 0 25px 50px 0;
        font-size: 22px;
        text-align: left;
        min-width: 212px;
        }
        .arch_year .item:nth-child(3n)
            {
            margin-right: 0;
            }
        .arch_year .item img
            {
            margin-bottom: 10px;
            }
        .arch_year .item a
            {
            color: #626161;
            text-decoration: none;
            }
        .arch_year .item a.buy_link, #content a.buy_link, .current_magazin a.buy_link
            {
            display: inline-block;
			
            border: 1px solid #d10090;
            border-radius: 2px;
            background: #FFEBF9;
            padding: 0 10px;
            color: #d10090;
            font-size: 22px;
            text-decoration: none;
            }
        .current_magazin a.buy_link
            {
            margin: 10px 0;
            }
            .arch_year .item a.buy_link:hover, #content a.buy_link:hover, .current_magazin a.buy_link:hover
                {
                background: #d10090;
                color: #fff;
                }
        .arch_year .item a:hover
            {
            color: #d10090;
            }


#footer 
    {
    position:absolute;
    bottom:0;
    height:82px;
	margin-bottom: -82px;
    width:955px;
    box-sizing: border-box;
    background: url(/img/footer_bg.gif) 0 0 repeat-x;
	text-align: center;
    } 
    #footer .bm
        {
        display: inline-block;
        vertical-align: center;
        padding: 6px 125px 0 125px;
        }
        #footer .bm ul
            {
            list-style: none;
            font: normal 16px Arial;
            text-transform: uppercase;
            }
            #footer .bm ul li
                {
				float:left;
                padding: 6px 10px;
                }
                #footer .bm ul a
                    {
                    color: #fff;
                    text-decoration: none;
                    }
                #footer .bm ul a:hover
                    {
                    text-decoration: underline;
                    }

    #footer .copy
        {
        position: absolute;
        bottom: 10px;
        right: 15px;
        font-size: 12px;
        color: #fff;
        }
        #footer .copy a
            {
            color: inherit;
            }

.debugger
    {
    margin: 20px auto;
    width: 300px;
    padding: 10px;
    font-size: 10px;
    outline: #00a31b dashed 1px;
    }
    .debugger b
        {
        font-size: 14px;
        }
