@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|PT+Sans:400,700&subset=cyrillic');

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}



* {
  margin: 0;
  padding: 0;
}

html, body { background: white; text-align: left;  margin: 0; font: normal 10px Verdana,sans-serif; }

img {margin: 0; padding: 0;  vertical-align: bottom; border: 0;}

.banner_top_button { text-align: right !important; }
.banner_top_button img { display: block !important; margin: 0 0 0 auto !important; }



/****************************
*          HEADER           *
****************************/

.header {
    position: relative;
    min-width: 1120px;
    height: 162px;
}

.logo {
    background: url("img/logo.png") no-repeat left top;
    display: block;
    height: 162px;
    width: 221px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header__upper {
    height: 30px;
    background-color: #e7ebef;
}

.upper__social {
    position: absolute;
    right: 200px;
    top: 5px;
}

.upper__social a {
    display: inline-block;
}

.upper__search {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 180px;
    height: 30px;
}

.search__input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 21px;
    padding: 1px 28px 0 6px;
    margin: 0;
    border: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    width: 146px;
    border-radius: 0;
}

.search__input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    font-size: 20px;
    padding: 0 3px;
    transition: transform 0.2s ease-out;
}

.icon:hover {
    transform: scale(1.2, 1.2);
    transition: transform 0.1s ease-out;
}

.search__form {
    position: relative;
}

.icon-search-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #00b0ff;
    width: 24px;
    height: 22px;
    text-align: center;
    cursor: pointer;
}
.icon-search {
    color: white;
    font-size: 14px;
    margin: 0;
    padding-top: 4px;
}

.icon-podcast {
    fill: #4a148c;
}

.icon-youtube {
    fill: #d42523;
}

.icon-telegram {
    fill: #35aae0;
}

.icon-instagram {
    fill: #000000;
}

.icon-google-plus3 {
    fill: #dd5044;
}

.icon-twitter {
    fill: #1da1f3;
}

.icon-facebook2 {
    fill: #3b5998;
}

.icon-vk {
    fill: #45668e;
}

.icon-rss, .icon-rss2 {
    fill: #ff6600;
}

.header__micro-anons {
    position: absolute;
    left: 230px;
    right: 430px;
    top: 30px;
    height: 100px;
}

@media only screen and (max-width: 1200px) {
    .header__micro-anons li:nth-child(3) {
        display: none;
    }
    .micro-anons__ul {
        list-style: none;
    }
}

/*@media only screen and (max-width: 1100px) {
    .header__micro-anons li:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .header__micro-anons {
        display: none;
    }
}*/

.micro-anons__ul {
    padding: 0;
    margin: 16px 10px 0 20px;
    list-style-position: inside;
}

.micro-anons__ul li {
    margin-top: 4px;
    font-size: 13px;
    line-height: 14px;
    font-family: 'PT Sans', sans-serif;
}

.micro-anons__ul li, .micro-anons__ul li a {
    color: #F6670E;
    text-decoration: none;
}

.micro-anons__ul li a:hover {
    text-decoration: underline;
}

.header__banner {
    height: 90px;
    position: absolute;
    right: 0;
    top: 30px;
    margin-top: 6px;
    margin-right: 5px;
}

.header__menu {
    position: absolute;
    top: 132px;
    left: 0;
    height: 29px;
    width: 100%;
    background: #b1b1b1 url('img/hmenu_right.png') no-repeat top right;
    z-index: 0;
    font: 16px/26px "Trebuchet MS",sans-serif;
}

.header__menu ul {
    list-style-type: none;
    padding: 1px 0 0 250px;
    margin: 0;
}

.header__menu ul li {
    float: left;
    padding-right: 38px;
}

.header__menu ul li a {
    color: white;
    text-decoration: none;
}

.header__menu ul li a:hover {
    text-decoration: underline;
}

#headblock {position: relative; padding: 0 0 0 218px; min-width: 772px; height: 162px; background: url('logo-apple.gif') no-repeat top left;}
#logozone {position: absolute; left: 0px; padding-top: 40px;}
#topline, #toptextblock, #hmenu, #topanons {position: relative; top: 0; left: 0; right: 0; overflow: hidden;}
#topline {height: 28px; background: #E7EBEF; text-align: right; padding-right: 20px;}
#searchsite, #searchmod {position: relative; float: right; padding: 0 1px; height: 28px; color: #123862;}
#topline td {vertical-align: middle; padding: 0 1px; margin: 0; height: 28px;}
#topline form input, #topline form select {font: 10px Arial;}
#topline form input.b {width: 45px;}
#topline #searchmod select {width: 135px;}
#searchmod a {text-decoration: none; color: #123862; }
#searchmod a:hover {text-decoration: underline;}
#searchmod a.opacity:hover {opacity: 0.8;}
#headblock #homelink { position:absolute; top: 0; left: 0; width:200px; height:160px; background: transparent;}
#toptextblock {padding: 9px 9px 9px 18px; height: 86px;  margin: auto 0;}
#toptextblock table {height: 77px;}
#toptextblock a {display: list-item; list-style: disk inside; text-transform: none; text-decoration: none; margin: 4px 0 0 16px; font: normal 12px/14px Tahoma; color: #F6670E;}
#toptextblock a:hover {text-decoration: underline; }
#topanons { width: 45%; height: 77px; float: right; margin: 0 0 9px 9px; padding: 0 4px; }
#topanons a.podcasts {display: block; position: relative; text-decoration: none; color: #F6670E; font: bold 14px "Trebuchet MS",sans-serif; text-transform: uppercase;}
#topanons a {margin: 0 0 0 0; color: #123862;}
#topanons a:hover { text-decoration: underline;}
#topanons p {font: 10px/12px Verdana,sans-serif; color: #123862; text-align: left; text-transform: none; }
#topanons img {border: 0; margin:0 9px; float:left;}
#topanons li {list-style-type:none; font: normal 12px/14px Tahoma; color: #F6670E;}
#topanons ul { padding-bottom: 6px;}
#hmenu {height: 29px; background: #b1b1b1 url('hmenu-repeat.gif') no-repeat right top; padding: 0 0 0 18px;}

#hmenu a {display: block; float: left; height: 29px; background: transparent; padding: 0 9px; margin: 0 9px; color: white;  font: 16px/26px "Trebuchet MS",sans-serif;  text-decoration: none; }
#hmenu a:hover {color: #fff; text-decoration: underline; }

#advblock {width: 100%; min-width: 1120px; margin: 1px 0 0 0; height: 192px; }
#advblock td {padding: 0 4px 8px 4px; margin: 0;  background: #f5f5f5 url('line_apple.gif') repeat-x bottom; width: 600px; min-width: 197px; vertical-align: top;  }
#advblock div.anons {display: block; position: relative; overflow: hidden;  height: 184px;}
#advblock a {display: block; position: relative; color: #123862; text-decoration: none; margin: 4px 0;  text-align: left; font: bold 14px "Trebuchet MS",sans-serif; text-transform: uppercase; }
#advblock div.anons a:hover { text-decoration: underline;}
#advblock div.anons p {font: 11px/13px Verdana,sans-serif; color: black; text-align: left; margin: 4px; text-transform: none;}
#advblock div.anons img { display: block; background: none; border: 0; margin: 0 8px 2px 0; float: left;}
#advblock div.anons img.hor {margin: 0; clear: both; float:none; }
#advblock #mainmenu, #mainmenu {width: 181px; min-width: 181px; padding:0; margin: 0; background: white url('mmenu_apple.gif') no-repeat bottom left; text-align: left;}
.mm_box {margin-top:16px;} /* 20px default */
#mainmenu {height: 200px;}
#mainmenu a {display: block; height: 28px; margin: 3px 0; padding: 3px 0 0 27px; width: 141px; text-transform: uppercase; font: bold 1.4em/1.2em "Trebuchet MS"; color: #8b9db2; text-decoration: none;}
#mainmenu #mm1:hover {color: #80BF00;}
#mainmenu #mm2:hover {color: #FF9600;}
#mainmenu #mm3:hover {color: #FDCA00;}
#mainmenu #mm4:hover {color: #00A6EB;}
#mainmenu #mm5:hover {color: #8B559F;}
#mainmenu #mm6:hover {color: #b10000;}
#mainmenu #mm7:hover {color: #00a74f;}


#maincontent { width: 100%; min-width: 1120px;}
#maincontent td {margin: 4px 0 0 0;}
#maincontent #leftcolumn {width: 162px;}
#menu {padding: 38px 0 27px 0;  width: 162px; background: url('menu_all_apple.gif') no-repeat top left; }
#newphones, #newreviews {padding: 0 0 36px 0; background: #cdcecc url('menu_crn_apple.gif') no-repeat top right; width: 162px;}
#newphones span, #newreviews span {padding: 45px 0 9px 9px; display: block; font: bold 16px "Trebuchet MS",sans-serif; text-transform: uppercase; color: #123862;}
#menu a, #newphones a, #newreviews a {display: list-item; list-style: circle outside; margin: 9px 4px 0px 27px; font:  13px/16px "Trebuchet MS",sans-serif; text-transform: uppercase; color: #123862; text-decoration: none;}
#menu a:hover, #newphones a:hover, #newreviews a:hover {text-decoration: underline;}

#newsblock, #newreviewsblock, #newmodelsblock {width: 200px; background: url('news_top_apple.gif') no-repeat top right; padding-top: 27px;}
#newsblock p {padding: 16px 4px 0 18px;  font: 12px/16px "Trebuchet MS",sans-serif; color: gray; }
#newsblock div.right_banner { display: block; padding: 16px 0px 16px 0px; margin: 0px 0 0px 18px; font: 12px/16px Verdana,sans-serif; border-bottom: 1px dashed gray; color: #123862; text-decoration: none;}
#newsblock div.hit_small {padding: 13px 2px 0px 18px; margin: 0px 0px 0px 0px; float: left; }
#newsblock a {display: block; padding: 4px 0 16px 0; font: 12px/16px Verdana,sans-serif; border-bottom: 1px dashed gray; color: #123862; text-decoration: none;}
#newsblock p.hot {color: #F6670E;}
#newsblock a:hover {text-decoration: underline;}
#newsblock span {display: block; padding: 18px 0 0 18px; font: bold 16px/18px "Trebuchet MS",sans-serif; text-transform: uppercase; color: #123862;}
#newsblock #subscription {padding: 0px 9px 0 18px; }
#subscription a { font: 10px/12px Verdana,sans-serif; color: #123862;}
#subscription a:hover {text-decoration: underline;}
#subscription input { MARGIN: 4px 4px 0 0; width: 115px;}
#subscription input.button {width: 45px;}

#bottom {position: relative; left: 0; top: 0; background: #cdcecc url('bot_crn_apple.gif') no-repeat top left; clear: both; color: black ; margin: 36px 0 0 0; }

#botlinks {position: relative; background: #686868; text-align: center; margin: 0 0 0 130px; height: 24px; border-bottom: 4px white solid;}
#botlinks a {display: inline; padding: 0 4px; font: 11px/24px Verdana,sans-serif; color: white; text-decoration: none; text-transform: capitalise; }
#botlinks a+a {border-left: 1px white solid;} 
#botlinks a:hover {text-decoration: underline;}
#credits {padding: 0 0 0 130px; height: 72px; background: transparent; font: 11px/72px Verdana;}
#credits #labels {float: right; width: 220px; height: 72px;}
#credits #labels img {margin: 18px;}

.adv_vert, #counters { padding: 36px 0 27px 0; text-align: center; background: #cdcecc url('menu_crn_apple.gif') no-repeat top right; width: 162px; }
#counters {background: #cdcecc url('counters_apple.gif') no-repeat bottom right; padding: 14px 0 36px 0;}
.adv_vert img, .adv_vert object, #counters img {border: #123862 0px solid; margin: 4px; }
#newsblock div.adv_vert {background: transparent; padding: 18px 9px 18px 0px; margin-left: 18px; border-bottom: 1px dashed gray;}

#maincontent #mainblock { padding: 0 9px;}
#mainblock div.adv {text-align: center; margin: 9px 0; border-bottom: 1px dashed gray; border-top: 1px dashed gray;}
#mainblock #mainbanner {margin: 0 0 9px 0; width: 100%; text-align: center; border-bottom: 1px dashed gray;}
#mainblock #mainbanner img {position: relative; padding: 0; margin: 9px auto; float: none;}

.search1{ padding: 10px 10px 10px 10px; background-color: #E8EEF3; }
#mainblock ul.search{padding: 0; margin: 5px 5px 5px 5px;}
#mainblock li.search {padding: 0; margin: 0px 15px 0px 15px; font-size: 11px;}
#mainblock DT { font-size: 14px; padding-bottom: 5px; }
#mainblock DD { font-size: 12px; padding-left: 19px; }
#mainblock td.search {padding:  0px 5px 0px 5px; font-size: 12px;}
#mainblock h3 { padding-top: 11px; }
#mainblock h2 { padding-top: 13px; }
#mainblock h3.clr { padding-top:0px;}

.mydiv {
position: absolute;
left: 0px;
top: 0px;
z-index: 200;
}

#news-en {width: 200px; background: url('news_top_apple.gif') no-repeat top right; padding-top: 27px;}
#news-en a {display: block; padding: 4px 0 16px 0; font: 12px/16px Verdana,sans-serif; border-bottom: 1px dashed gray; color: #123862; text-decoration: none;}
#news-en a:hover {text-decoration: underline;}
#news-en p {padding: 16px 4px 0 18px;  font: 12px/16px "Trebuchet MS",sans-serif; color: gray; }
#news-en p.capt {display: block; padding: 18px 0 0 18px; font: bold 16px/18px "Trebuchet MS",sans-serif; text-transform: uppercase; color: #123862;}

.adv_vert, #counters { padding: 36px 0 27px 0; text-align: center; background: #cdcecc url('menu_crn.gif') no-repeat top right; width: 162px; }
#counters {background: #D0D7E0 url('counters_.gif') no-repeat bottom right; padding: 14px 0 36px 0;}
.adv_vert img, #counters img {border: #123862 1px solid; /*margin: 4px; */}
.adv_vert2 { padding: 36px 0 27px 0; text-align: center; background: #cdcecc url('menu_crn_apple.gif') no-repeat top right; width: 162px; }
.adv_vert2 a {display: inline; color: #123862; font-size:11px;}
.adv_vert2 a:hover {color: #F6670E;}
.adv_vert2 img {margin:5px 0 5px 0; padding:0;}

#mixkt_4294919531 {
   margin: 0 auto;
   padding: 15px 0 0 0;
   background-color: white;
   width:146px;
   border: 1px solid #d0d7e0; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -khtml-border-radius:8px;
   font: 1.1em/1.3em Verdana,sans-serif;
   overflow:hidden;
}  

#mainblock .social { margin-left:7px; margin-top:-10px; list-style-type:none; }
#mainblock .social li { padding-left:21px; }
#mainblock .social li.vk { background: url(/image/social/vk.jpg) left 4px no-repeat; }
#mainblock .social li.fb { background: url(/image/social/fb.jpg) left 4px no-repeat; }
#mainblock .social li.twi { background: url(/image/social/twi.jpg) left 4px no-repeat; }
#mainblock .social li.gp { background: url(/image/social/gp.jpg) left 4px no-repeat; }
#mainblock .social li.ig { background: url(/image/social/ig.jpg) left 4px no-repeat; }

#mainblock .author {margin: 18px 0;}
#mainblock .author p {margin: 0;}

.adv-main {
	max-width: 600px;
	margin:0 auto;
	overflow: hidden;
}

.adv-main iframe {
	width: 100%;
}

.adv-main img {
	height: auto;
	max-width: 100%;
}

#mainblock .dialog {
	margin: 25px 0;
}

#mainblock .dialog p {
	margin: 10px 0;
}