/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
body{display:block}.font-head_normal{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal}.font-head_bold{font-family:sf_ui_displaybold,Arial,sans-serif}.font-head_bold,.font-misc_bold{font-weight:400;font-style:normal}.font-misc_bold{font-family:roboto_condensedbold,Arial,sans-serif}.font_normal{font-style:normal;font-weight:400}.font_bold,.font_normal{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.font_bold{font-weight:700}.font_bold-italic{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:italic}.font-small{font-family:sf_ui_displayregular,Arial,sans-serif}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}.clearright{*zoom:1}.clearright:after{display:table;content:"";line-height:0;clear:both}.pseudo{color:#05c;border-bottom:1px dotted #05c;cursor:pointer}.pseudo .hover,.pseudo:hover{color:#5788cc;border-color:#5788cc}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none}.hidden-input{position:absolute;left:-99999px}.hidden-submit{font-size:0;width:0;height:0;position:absolute;line-height:0;visibility:hidden;left:-1000px}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}.dimension-measurer{display:block!important;position:absolute;visibility:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:active,a:hover{outline:0}ul{padding:0;margin:0}ul li{list-style-type:none}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img{max-width:none}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}dd{margin:0 0 0 40px}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.container{width:1060px;margin-right:auto;margin-left:auto;*zoom:1}.container:after,.container:before{display:table;content:"";line-height:0}.container:after{clear:both}.content-wrap{background:#fff;border-left:5px solid #fff;border-right:5px solid #fff;margin-top:25px}.content-wrap-mod{display:grid;justify-content:space-between;grid-template-columns:auto auto}.content-wrap-mod .sidebar_in{width:300px;position:relative}.content-wrap-mod .post-h,.content-wrap-mod .post-tag{grid-column:1/3}.content-wrap-mod .sidebar{grid-column:2/3}.content-wrap_misc{background:#fff;border-left:5px solid #fff;border-right:5px solid #fff}.content{float:left;width:685px;background:#fff}.sidebar{float:right;background:#fff;margin-right:30px}.sidebar,.sidebar_in{width:300px;position:relative}.quiz-content{border:none}.quiz-content .content{width:80%;padding:0 90px}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}.inv{position:absolute;top:-99997px;left:-99997px}html{height:100%}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#444;margin:0;padding:0;background:#f2f4f7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:1060px}#wrapper{margin:0 auto;padding:0;min-height:100%;height:auto!important}.iph_container{min-height:640px;background:#fff;position:relative}.advert-header,.iph_container,footer,header{transition:all .3s}a{color:#05c;text-decoration:none}a:hover{color:#5788cc;text-decoration:underline}.input_clear{background-color:transparent;border:0;outline:0;width:100%;box-sizing:border-box}.hdn{position:absolute;left:-999999px}#topcontrol{padding:10px}.events_none{pointer-events:none}label{display:block;margin-bottom:0}input:-moz-placeholder,input::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder{color:#969696}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#969696}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#969696}.checkbox.inline,.radio.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.checkbox.inline+.checkbox.inline,.radio.inline+.radio.inline{margin-left:10px}.i{background:url(/wp-content/themes/simpla2/images/sprites/i-1996e.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}.i-appstoremask{width:60px;height:60px;background-position:0 0}.i-comm{background-position:0 -62px}.i-comm,.i-comm_g{width:15px;height:14px}.i-comm_g{background-position:0 -78px}.i-comm_w{width:15px;height:14px;background-position:0 -94px}.i-fb{width:36px;height:36px;background-position:0 -110px}.i-horn{width:77px;height:55px;background-position:0 -148px}.i-inst{width:36px;height:36px;background-position:0 -205px}.i-lock{width:37px;height:36px;background-position:0 -243px}.i-sfb{width:17px;height:17px;background-position:0 -281px}.i-srch{background-position:0 -300px}.i-srch,.i-srch_act{width:40px;height:40px}.i-srch_act{background-position:0 -342px}.i-stw{width:19px;height:17px;background-position:0 -384px}.i-stw_sq{width:32px;height:32px;background-position:0 -403px}.i-svk{width:24px;height:17px;background-position:0 -437px}.i-tw{width:36px;height:36px;background-position:0 -456px}.i-vb{width:40px;height:45px;background-position:0 -494px}.i-vk{width:36px;height:36px;background-position:0 -541px}.ir{background:url(/wp-content/themes/simpla2/images/sprites/ir-a18a0.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.ir{background:url(/wp-content/themes/simpla2/images/sprites/ir-2x-a18a0.png) no-repeat 0 0;background-size:62px 1834px;vertical-align:text-top;display:inline-block}}.ir-4news{width:18px;height:18px;background-position:0 0}.ir-arr_blue{width:30px;height:31px;background-position:0 -19px}.ir-comm_g{width:14px;height:13px;background-position:0 -51px}.ir-comm_w{width:20px;height:20px;background-position:0 -65px}.ir-comm_w_sm{width:16px;height:16px;background-position:0 -86px}.ir-cx{width:33px;height:33px;background-position:0 -103px}.ir-eye{background-position:0 -137px}.ir-eye,.ir-eye_gr{width:24px;height:24px}.ir-eye_gr{background-position:0 -162px}.ir-eye_sm{width:18px;height:18px;background-position:0 -187px}.ir-ffb{width:30px;height:30px;background-position:0 -206px}.ir-ffb_sm{width:15px;height:15px;background-position:0 -237px}.ir-finst{width:30px;height:30px;background-position:0 -253px}.ir-finst_sm{width:15px;height:15px;background-position:0 -284px}.ir-frss{width:30px;height:30px;background-position:0 -300px}.ir-frss_sm{width:15px;height:15px;background-position:0 -331px}.ir-ftg{width:34px;height:34px;background-position:0 -347px}.ir-ftg_sm{width:17px;height:17px;background-position:0 -382px}.ir-ftw{width:30px;height:30px;background-position:0 -400px}.ir-ftw_sm{width:15px;height:15px;background-position:0 -431px}.ir-fvb{width:34px;height:38px;background-position:0 -447px}.ir-fvb_sm{width:17px;height:19px;background-position:0 -486px}.ir-fvk{width:30px;height:30px;background-position:0 -506px}.ir-fvk_sm{width:15px;height:15px;background-position:0 -537px}.ir-gal-next{width:59px;height:60px;background-position:0 -553px}.ir-gal-prev{width:59px;height:60px;background-position:0 -614px}.ir-header-logo{width:62px;height:62px;background-position:0 -675px}.ir-headphones{width:30px;height:30px;background-position:0 -738px}.ir-ilike-minus{width:17px;height:20px;background-position:0 -768px}.ir-ilike-plus{width:17px;height:20px;background-position:0 -789px}.ir-list-clock{width:42px;height:42px;background-position:0 -809px}.ir-list-like{width:42px;height:42px;background-position:0 -852px}.ir-list-phone{width:42px;height:42px;background-position:0 -895px}.ir-list-rocket{width:42px;height:42px;background-position:0 -938px}.ir-list-setting{width:42px;height:42px;background-position:0 -981px}.ir-list-star{width:42px;height:42px;background-position:0 -1024px}.ir-login{width:18px;height:18px;background-position:0 -1067px}.ir-logo{width:44px;height:44px;background-position:0 -1086px}.ir-logo_sm{width:30px;height:30px;background-position:0 -1131px}.ir-logout{width:18px;height:18px;background-position:0 -1162px}.ir-menu{width:17px;height:14px;background-position:0 -1181px}.ir-menu_act{width:22px;height:17px;background-position:0 -1196px}.ir-photo{width:17px;height:14px;background-position:0 -1214px}.ir-pleft{width:27px;height:27px;background-position:0 -1229px}.ir-post-next{width:46px;height:46px;background-position:0 -1257px}.ir-post-prev{width:46px;height:46px;background-position:0 -1304px}.ir-pright{width:27px;height:27px;background-position:0 -1351px}.ir-q1{width:26px;height:31px;background-position:0 -1379px}.ir-q2{background-position:0 -1411px}.ir-q2,.ir-q2_gray{width:32px;height:32px}.ir-q2_gray{background-position:0 -1444px}.ir-rate-comm{width:28px;height:17px;background-position:0 -1476px}.ir-rate-like{width:23px;height:25px;background-position:0 -1494px}.ir-srch-t{width:26px;height:26px;background-position:0 -1520px}.ir-srch-x{width:41px;height:36px;background-position:0 -1547px}.ir-srch{width:34px;height:34px;background-position:0 -1584px}.ir-srch_act{width:37px;height:32px;background-position:0 -1619px}.ir-star{width:24px;height:24px;background-position:0 -1652px}.ir-swiper-next{width:28px;height:28px;background-position:0 -1677px}.ir-swiper-prev{width:28px;height:28px;background-position:0 -1706px}.ir-switch_off{width:42px;height:24px;background-position:0 -1735px}.ir-switch_on{width:42px;height:24px;background-position:0 -1760px}.ir-wrench{background-position:0 -1785px}.ir-wrench,.ir-x{width:24px;height:24px}.ir-x{background-position:0 -1810px}.i9th{background:url(/wp-content/themes/simpla2/images/sprites/i9th-664be.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}.i9th-arrow{width:59px;height:27px;background-position:0 0}.i9th-beeline{width:611px;height:112px;background-position:0 -29px}.i9th-hand{width:65px;height:62px;background-position:0 -143px}.i9th-ivideon{width:91px;height:23px;background-position:0 -207px}.i9th-mvideo{width:88px;height:51px;background-position:0 -232px}.ia{background:url(/wp-content/themes/simpla2/images/sprites/ia-a7150.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}.ia-contest{width:44px;height:42px;background-position:0 0}.ia-dwn{width:18px;height:17px;background-position:0 -44px}.ia-review{width:46px;height:42px;background-position:0 -63px}.ia-top{width:32px;height:42px;background-position:0 -107px}.ia-tw{width:34px;height:42px;background-position:0 -151px}.iar{background:url(/wp-content/themes/simpla2/images/sprites/iar-c16e4.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.iar{background:url(/wp-content/themes/simpla2/images/sprites/iar-2x-c16e4.png) no-repeat 0 0;background-size:101px 302px;vertical-align:text-top;display:inline-block}}.iar-mac{width:101px;height:100px;background-position:0 0}.iar-phone{width:45px;height:100px;background-position:0 -101px}.iar-tablet{width:65px;height:100px;background-position:0 -202px}.ip{background:url(/wp-content/themes/simpla2/images/sprites/ip-48a9f.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.ip{background:url(/wp-content/themes/simpla2/images/sprites/ip-2x-48a9f.png) no-repeat 0 0;background-size:56px 3647px;vertical-align:text-top;display:inline-block}}.ip-glyph-1_1{width:56px;height:56px;background-position:0 0}.ip-glyph-1_1_gray{width:56px;height:56px;background-position:0 -57px}.ip-glyph-1_2{width:56px;height:56px;background-position:0 -114px}.ip-glyph-1_2_gray{width:56px;height:56px;background-position:0 -171px}.ip-glyph-1_3{width:56px;height:56px;background-position:0 -228px}.ip-glyph-1_3_gray{width:56px;height:56px;background-position:0 -285px}.ip-glyph-1_4{width:56px;height:56px;background-position:0 -342px}.ip-glyph-1_4_gray{width:56px;height:56px;background-position:0 -399px}.ip-glyph-1_5{width:56px;height:56px;background-position:0 -456px}.ip-glyph-1_5_gray{width:56px;height:56px;background-position:0 -513px}.ip-glyph-1_6{width:56px;height:56px;background-position:0 -570px}.ip-glyph-1_6_gray{width:56px;height:56px;background-position:0 -627px}.ip-glyph-1_7{width:56px;height:56px;background-position:0 -684px}.ip-glyph-1_7_gray{width:56px;height:56px;background-position:0 -741px}.ip-glyph-1_8{width:56px;height:56px;background-position:0 -798px}.ip-glyph-1_8_gray{width:56px;height:56px;background-position:0 -855px}.ip-glyph-2_1{width:56px;height:56px;background-position:0 -912px}.ip-glyph-2_1_gray{width:56px;height:56px;background-position:0 -969px}.ip-glyph-2_2{width:56px;height:56px;background-position:0 -1026px}.ip-glyph-2_2_gray{width:56px;height:56px;background-position:0 -1083px}.ip-glyph-2_3{width:56px;height:56px;background-position:0 -1140px}.ip-glyph-2_3_gray{width:56px;height:56px;background-position:0 -1197px}.ip-glyph-2_4{width:56px;height:56px;background-position:0 -1254px}.ip-glyph-2_4_gray{width:56px;height:56px;background-position:0 -1311px}.ip-glyph-2_5{width:56px;height:56px;background-position:0 -1368px}.ip-glyph-2_5_gray{width:56px;height:56px;background-position:0 -1425px}.ip-glyph-2_6{width:56px;height:56px;background-position:0 -1482px}.ip-glyph-2_6_gray{width:56px;height:56px;background-position:0 -1539px}.ip-glyph-2_7{width:56px;height:56px;background-position:0 -1596px}.ip-glyph-2_7_gray{width:56px;height:56px;background-position:0 -1653px}.ip-glyph-2_8{width:56px;height:56px;background-position:0 -1710px}.ip-glyph-2_8_gray{width:56px;height:56px;background-position:0 -1767px}.ip-glyph-3_1{width:56px;height:56px;background-position:0 -1824px}.ip-glyph-3_1_gray{width:56px;height:56px;background-position:0 -1881px}.ip-glyph-3_2{width:56px;height:56px;background-position:0 -1938px}.ip-glyph-3_2_gray{width:56px;height:56px;background-position:0 -1995px}.ip-glyph-3_3{width:56px;height:56px;background-position:0 -2052px}.ip-glyph-3_3_gray{width:56px;height:56px;background-position:0 -2109px}.ip-glyph-3_4{width:56px;height:56px;background-position:0 -2166px}.ip-glyph-3_4_gray{width:56px;height:56px;background-position:0 -2223px}.ip-glyph-3_5{width:56px;height:56px;background-position:0 -2280px}.ip-glyph-3_5_gray{width:56px;height:56px;background-position:0 -2337px}.ip-glyph-3_6{width:56px;height:56px;background-position:0 -2394px}.ip-glyph-3_6_gray{width:56px;height:56px;background-position:0 -2451px}.ip-glyph-3_7{width:56px;height:56px;background-position:0 -2508px}.ip-glyph-3_7_gray{width:56px;height:56px;background-position:0 -2565px}.ip-glyph-3_8{width:56px;height:56px;background-position:0 -2622px}.ip-glyph-3_8_gray{width:56px;height:56px;background-position:0 -2679px}.ip-glyph-4_1{width:56px;height:56px;background-position:0 -2736px}.ip-glyph-4_1_gray{width:56px;height:56px;background-position:0 -2793px}.ip-glyph-4_2{width:56px;height:56px;background-position:0 -2850px}.ip-glyph-4_2_gray{width:56px;height:56px;background-position:0 -2907px}.ip-glyph-4_3{width:56px;height:56px;background-position:0 -2964px}.ip-glyph-4_3_gray{width:56px;height:56px;background-position:0 -3021px}.ip-glyph-4_4{width:56px;height:56px;background-position:0 -3078px}.ip-glyph-4_4_gray{width:56px;height:56px;background-position:0 -3135px}.ip-glyph-4_5{width:56px;height:56px;background-position:0 -3192px}.ip-glyph-4_5_gray{width:56px;height:56px;background-position:0 -3249px}.ip-glyph-4_6{width:56px;height:56px;background-position:0 -3306px}.ip-glyph-4_6_gray{width:56px;height:56px;background-position:0 -3363px}.ip-glyph-4_7{width:56px;height:56px;background-position:0 -3420px}.ip-glyph-4_7_gray{width:56px;height:56px;background-position:0 -3477px}.ip-glyph-4_8{width:56px;height:56px;background-position:0 -3534px}.ip-glyph-4_8_gray{width:56px;height:56px;background-position:0 -3591px}@keyframes swinging{0%{transform:rotate(0)}10%{transform:rotate(15deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(15deg)}40%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}60%{transform:rotate(0)}70%{transform:rotate(0)}80%{transform:rotate(0)}90%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes pulse2{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.iplogo{display:inline-block;width:36px;height:36px;margin:2px 0 -2px}.iplogo,.iplogo_sm{background:url(/wp-content/themes/simpla2/images/iplogo.png) no-repeat 0 0;background-size:contain}.iplogo_sm{display:none;width:30px;height:30px}.advert-header,.advert-header_branding,.advert-sticky-header{text-align:center;font-size:0;line-height:0;position:relative}.advert-sticky-header{z-index:400000}.advert-header{z-index:4}.advert-header__inner{text-align:center}.advert-header__inner .bnr,.advert-header__inner .bnr-swf{border-top:10px solid #e1e1e1;border-bottom:10px solid #e1e1e1;background:#e1e1e1}.advert-header__inner .bnr-swf>a,.advert-header__inner .bnr-swf>object,.advert-header__inner .bnr>a,.advert-header__inner .bnr>object{text-align:left;display:inline-block}.advert-header__inner div{margin-right:auto;margin-left:auto}.advert-header_branding .adsbygoogle_block{padding:10px 0;box-sizing:border-box;background-color:#f2f4f7}.advert-header_branding .adsbygoogle_block .adsbygoogle{width:100%!important}.advert-header_ali{text-align:center;padding:10px 0;box-sizing:border-box;background-color:#f2f4f7}.advert-header_ali #iframe-aliexpress-ad-id-1{margin-top:0}.advert-header_below div{max-width:100%}.advert-header_below img{max-width:100%;height:auto}.wide_ad_image{display:block;width:100%;text-align:center}.wide_ad_image img{-o-object-fit:cover;object-fit:cover}.wide_ad_link_bg{position:absolute;display:block;width:100%;height:100%}header{position:relative;z-index:10}.header__main-wrap{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-weight:500;background:#fff;position:relative;z-index:11;box-sizing:border-box;box-shadow:0 0 6px rgba(0,0,0,.25)}.header__cont{padding:0;font-size:0;display:flex;align-items:center;justify-content:space-between}.header__col 1{float:left}.header__col 2{float:right}.header__logo,.header__logo:hover{color:#444;text-decoration:none}.header__logo .ir{vertical-align:top;background-image:url(/wp-content/themes/simpla2/images/logo.png)}.header__logo .ir,.header__logo .ir.chb{background-position:50%;background-size:contain}.header__logo .ir.chb{background-image:url(/wp-content/themes/simpla2/images/logo-transparent_chb.png);background-repeat:no-repeat}.header__logo .ir-logo_sm{display:none}.header__logo .h1{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;margin:0 0 0 10px;font-size:24px;line-height:44px;display:inline-block;vertical-align:top}.header__logo.header__logo_ny{position:relative}.header__logo.header__logo_ny:before{position:absolute;content:"";top:-29px;left:-29px;background-image:url(/wp-content/themes/simpla2/images/logo_newyear.png);width:60px;height:60px;background-size:contain;background-repeat:no-repeat;background-position:50%}.header__menu-cont{white-space:nowrap;float:left;position:relative;z-index:9;width:43%;height:80px;overflow:hidden}.header__menu-cont:after{content:"";display:block;position:absolute;top:0;right:-1px;width:25px;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#fff 90%)}.header__menu-cont-in{overflow-x:scroll;overflow-y:hidden;white-space:nowrap}.header__menu{white-space:nowrap;margin-left:0}.header__menu li{display:inline-block}.header__menu li .header__menu-a{display:inline-block;font-size:16px;line-height:26px;text-transform:uppercase;letter-spacing:-.015em;color:#222;text-decoration:none;transition:background .1s;margin:0 10px;cursor:default;border-bottom:8px solid #aab7ea;padding:28px 0 20px}.header__menu li a.header__menu-a{cursor:pointer}.header__menu li a.header__menu-a[data-slug=tag-mwc-2018] span{border-bottom:2px solid red}.header__menu li a.header__menu-a:hover{color:#05c;text-decoration:none}.header__menu li.yota_q a span{font-size:25px;vertical-align:text-top;animation-duration:3s;animation-fill-mode:both;animation-iteration-count:infinite}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.header__menu li.yota_q a .swing{transform-origin:top center;animation-name:swing}.header__menu li.yota_underline .header__menu-a{border-bottom:4px solid #00aeef;padding-bottom:0}.header__menu li.dyson .header__menu-a{display:block}.header__menu li.dyson .header__menu-a img{width:70px}.header__menu li.button_kino .header__menu-a{display:block}.header__menu li.button_kino .header__menu-a img{width:145px;margin-top:-14px;vertical-align:top}.header__menu li.cellular .header__menu-a{display:block}.header__menu li.cellular .header__menu-a img{width:40px;vertical-align:top;margin-top:-4px;animation:background-cellular 4s infinite;animation-delay:2s;filter:invert(1);opacity:1}@media (max-width:719px){.header__menu li.cellular .header__menu-a img{margin-top:-7px}}@keyframes background-cellular{0%,60%{opacity:1}10%,50%{opacity:0}to{opacity:1}}.header__menu li.xbox .header__menu-a{padding-top:0;padding-bottom:0;font-size:11px;text-transform:none;text-align:center;line-height:12px;vertical-align:middle;margin-top:-9px;font-family:Arial,sans-serif;font-weight:400}@media (max-width:1000px){.header__menu li.xbox .header__menu-a{padding-top:0}}@media (max-width:719px){.header__menu li.xbox .header__menu-a{padding-top:0;display:inline-block;margin-top:-10px;font-size:10px}}.header__menu li.xbox .xbox_a{display:block;color:#fff;background-color:#000;padding:7px 12px;border-radius:40px}@media (max-width:719px){.header__menu li.xbox .xbox_a{padding:5px 15px}}.header__menu li.xbox .xbox_a span{color:#33e417}.header__menu li.img_train a img{width:35px;margin-top:-6px}.header__menu li.img_train a span{font-size:15px;vertical-align:text-top;animation:shake 3s;transform:translateZ(0);animation-iteration-count:infinite}.header__menu li.current .header__menu-a{border-bottom:8px solid #3251c9;padding-bottom:20px}.header__menu li.mark .header__menu-a{border-bottom:8px solid #ec2029;padding-bottom:20px}.header__menu li.mark a.header__menu-a:hover{color:#ec2029}.header__menu li.mark_lg .header__menu-a{border-bottom:8px solid #417cc2;padding-bottom:20px}.header__menu li.tinkoff .header__menu-a{padding-top:24px;margin-left:20px;position:relative;z-index:3;margin-right:0}.header__menu li.tinkoff .header__menu-a img{width:55px}.header__menu span{display:inline-block;position:relative}.header__menu_misc{display:flex;align-items:center}.header__menu_misc li{display:inline-block}.header__menu_misc a,.header__menu_misc a:focus,.header__menu_misc a:hover,.header__menu_misc a:visited{color:#9199a1}.header__menu_misc .logged_user_avatar img{border-radius:25px;width:40px}.header__menu_misc .header__menu-item_favorites a{content:"";background-image:url(/wp-content/themes/simpla2/images/heart.svg);background-repeat:no-repeat;background-size:cover;width:19px;height:19px;display:block;margin-bottom:-1px}.header__menu_misc .ir{vertical-align:top}#account-header{min-width:40px;text-align:center}.header__menu-misc,.header__menu-social{display:none}.header__search{white-space:nowrap;position:relative;z-index:10}.header__search-inp-wrap{vertical-align:top;position:absolute;right:0;top:0;display:block;z-index:1}.header__search-inp{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;background-color:#fff;border:1px solid #e0e0e0;outline:0;width:36px;padding:0 0 0 34px;height:36px;transition:all .2s;box-sizing:border-box;resize:none;overflow:auto;border-radius:18px;font-size:16px}.header__search-inp:focus{border-color:#05c}.header__search-btn{position:relative;z-index:2;outline:none;display:inline-block;vertical-align:top;width:36px;text-align:center;cursor:pointer;background:transparent;transition:background .2s;border:none;border-left:0}.header__search .ir{vertical-align:top}.search-opened .header__search-inp{width:250px;padding:0 36px 0 18px}.header__warning{background:#05c;box-sizing:border-box;transition:height .5s;height:0;overflow:hidden;transition:all .3s}.header__warning.show{height:277px}.header__warning .container{padding:0 16px;margin-top:40px;margin-bottom:40px;box-sizing:border-box}.header__warning h1{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;color:#fff;font-size:32px;line-height:1.29;margin:0}.header__warning p{margin:1em 0;color:#fff;font-size:24px;line-height:1.5}.header__menu-project-cont{background:#f0f0f0;border-bottom:1px solid #e8e8e8;padding:3px 0 2px;font-size:.88em;overflow:hidden;position:relative;z-index:11}.header__menu-project-cont ul{display:flex;list-style:none}.header__menu-project-cont li{display:inline-block;margin-right:30px}.header__menu-project-cont li.iphones_telegram a:after{content:"";position:absolute;display:inline-block;background:url(/wp-content/themes/simpla2/images/sprites/ir-80e56.png) no-repeat 0 0;background-size:47px;width:13px;height:14px;background-position:0 -289px;margin:1px 0 0 3px}.header__menu-project-cont li span{display:block}.header__menu-project-cont li span.mobile{display:none}.header__progress-bar{position:fixed;top:0;left:0;width:0;height:2px;background:#05c;transition:width .2s}.header__progress-bar_shown{display:block}.header__menu-write span{background:url(/wp-content/themes/simpla2/images/thin_plus.svg) 0 0 no-repeat;margin:0 3px -1px 0;background-size:cover;width:13px;display:inline-block;height:13px}.header__menu-write a{background-image:linear-gradient(318deg,#ff3888,#943ffa 34%,#5e7bf0 48%,#3aa4e9 71%,#38fea1);padding:6px 10px;box-sizing:border-box;font-size:14px;border-radius:4px;color:#fff;text-decoration:none;position:relative;display:block}.header__menu-write a:after{position:absolute;content:"";width:40px;bottom:0;background:linear-gradient(-92deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4));height:120%;left:0;transform:skewX(-42deg) translateX(-200px);z-index:1;will-change:transform}.header__menu-write a:hover{background-color:#05c;border-color:#05c;color:#fff}.header__menu-write a:hover:after{transform:skewX(-42deg) translateX(160px);transition:.5s ease}.header__tmbcrs{background:#f0f0f0;border-bottom:1px solid #e8e8e8;padding:8px 0;font-size:.88em;overflow:hidden;position:relative;z-index:11;display:block;text-align:center;box-shadow:0 0 1px rgba(0,0,0,.25);background-image:url(/wp-content/themes/simpla2/images/grasss.png);background-size:320px;background-position:49% bottom;background-repeat:no-repeat}.header__tmbcrs span{color:#000;font-weight:700;background-image:url(/wp-content/themes/simpla2/images/tmbcrs.png);background-size:contain;background-position:0;background-repeat:no-repeat;display:inline-block;vertical-align:top;padding:0 35px;font-size:13px}.header__tmbcrs:hover{text-decoration:none;color:#000}.frame_video_fixed{position:fixed;width:550px;height:221px;bottom:20px;right:30px;z-index:10;display:none}.frame_video_fixed:hover .fvf__close_block{display:block}.frame_video_fixed.frame_video_fixed_img{position:fixed;width:220px;height:220px;bottom:20px;right:75px;z-index:10;display:none}.frame_video_fixed.frame_video_fixed_img img{display:block;width:100%;height:100%}.frame_video_fixed.frame_video_fixed_img .fvf__close_block{display:block;filter:invert(1);background-color:transparent}.frame_video_fixed iframe{width:100%;height:310px}.frame_video_fixed .fvf__close_block{background-color:rgba(0,0,0,.5);position:absolute;height:35px;width:100%;top:0;left:0;text-align:right;display:none}@media (max-width:1024px){.frame_video_fixed .fvf__close_block{display:block}}.frame_video_fixed .fvf__close_block:hover{display:block}.frame_video_fixed .fvf__title{background-color:rgba(0,0,0,.9);display:block;text-align:center;margin-top:-4px;font-size:0}.frame_video_fixed .fvf__title a{padding:13px 15px;font-size:16px;color:#fff;font-weight:700;display:block;text-decoration:none}.frame_video_fixed .fvf__title a u{text-decoration:none;padding-bottom:2px;border-bottom:1px solid #fff}.frame_video_fixed .fvf__title button{display:inline-block;vertical-align:top;width:50%;padding:15px;text-align:center;border:none;background-color:#848484;outline:none}.frame_video_fixed .fvf__title button[name=xiaomi]{background-color:hsla(0,0%,51.8%,.7)}.frame_video_fixed .fvf__title button:active,.frame_video_fixed .fvf__title button:hover{outline:none}.frame_video_fixed .fvf__title button span{font-size:12px;color:#fff;font-weight:700;margin:3px 0 0 10px;display:inline-block;vertical-align:top}.frame_video_fixed .fvf__title button s{font-size:20px;line-height:8px}.frame_video_fixed .fvf__title button p,.frame_video_fixed .fvf__title button s{text-decoration:none;display:inline-block;vertical-align:top;margin:3px 0 0 10px}.frame_video_fixed .fvf__title button p{font-size:12px;line-height:16px;color:#fff}.frame_video_fixed .fvf__title button img{height:20px}.frame_video_fixed .fvf__title button.active,.frame_video_fixed .fvf__title button:hover{background-color:#969696}.frame_video_fixed .fvf__close{width:30px;height:100%;background-image:url(/wp-content/themes/simpla2/images/cancel.svg);background-size:contain;background-position:50%;filter:invert(1);display:inline-block;margin:0 5px 0 0;background-repeat:no-repeat}.header_branding_iframe iframe{border:none;padding:0;width:100%;margin:0;height:220px}@media (max-width:767px){.header_branding_iframe{display:none}}.yota_car_brand{width:100%;height:50px;margin:-50px 0 20px;position:relative;overflow:hidden;display:block}.yota_car_brand span{width:140px;height:50px;background-image:url(/wp-content/themes/simpla2/images/yota_car_brand.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;position:absolute;right:0;top:0;transition:6s}.yota_car_brand span.go{right:120%}.yota_car_brand span.none{transition:0s;right:-150px}.dark_theme_trigger{width:42px;height:24px;border:1px solid #dcdcdc;border-radius:15px;background-color:#fff;position:relative;transition:.5s;display:inline-block;vertical-align:top;box-shadow:0 0 3px rgba(0,0,0,.25);margin:0 20px}.dark_theme_trigger:before{width:24px;height:24px;border:1px solid #dcdcdc;transition:.5s;content:"";background:url(/wp-content/themes/simpla2/images/moon.svg) no-repeat 0 0;background-size:15px;background-position:50% 50%;font-size:14px;position:absolute;left:-1px;top:-1px;border-radius:50%;line-height:24px;text-align:center;cursor:pointer;padding-left:1px;display:block}.dark_theme_trigger.active{background-color:#424242}.dark_theme_trigger.active:before{left:43%;background-color:#000}#header__menu-adfox{max-width:150px;margin-right:10px}#header__menu-adfox img{max-width:100%}.google-auto-placed{display:none!important;width:0!important;height:0!important}#login.login-popup{z-index:2000;width:600px}#login.login-popup .forgetmenot{display:flex;justify-content:space-between}#login.login-popup .forgetmenot label{display:flex;font-size:12px;line-height:19px;margin-top:7px}#login.login-popup .forgetmenot input[type=checkbox]{position:relative;border:1px solid #b4b9be;background:#fff;color:#555;clear:none;cursor:pointer;display:inline-block;border-radius:15px;line-height:0;height:16px;margin:3px 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:middle;width:16px;min-width:16px;-webkit-appearance:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);transition:border-color .05s ease-in-out}#login.login-popup .forgetmenot input[type=checkbox]:checked:before{position:absolute;content:"";left:0;top:1px;width:15px;height:16px;margin:-2px 0 0 -1px;background-image:url(/wp-content/themes/simpla2/images/mark-check.png);background-position:50%;background-repeat:no-repeat;background-size:contain;color:#1e8cbe;float:left;display:inline-block;vertical-align:middle;width:16px;font:400 21px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased}#login.login-popup button,#login.login-popup label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#login.login-popup label{color:#72777c}#login.login-popup p{margin:0}#login.login-popup input[type=password],#login.login-popup input[type=text]{font-size:16px}.login-popup-container{display:none}.login-popup-container--active{display:block}.login-popup{z-index:100;position:relative;margin:0 auto}.login-popup .button-primary{height:30px;line-height:28px;padding:0 12px 2px;background:#0085ba;border-color:#0073aa #006799 #006799;border-radius:3px;border-width:1px;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.login-popup .button-primary:hover{background:#008ec2;border-color:#006799;color:#fff}.popup-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup-overlay,.popup-overlay__color{position:fixed;top:0;left:0;width:100%;height:100%}.popup-overlay__color{z-index:80;background-color:#363636;opacity:.5}.login-popup__close{position:absolute;top:15px;right:15px;width:30px;height:30px}.login-popup__close:before{transform:rotate(45deg)}.login-popup__close:after,.login-popup__close:before{content:"";position:absolute;top:50%;right:0;width:10px;height:2px;background-color:#4d4e50}.login-popup__close:after{transform:rotate(-45deg)}.header__menu-item_login i:hover,.login-popup__close:hover{cursor:pointer}.login .login-popup__err{padding-left:24px;padding-right:24px;color:red;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.modal-login-error{animation:shakeform .6s}.login-popup__btn{background-color:#fff;border:none;transition:color .1s linear}.login-popup__btn:hover{color:#00a0d2}.login-popup__btn-enter{display:none}.login-popup__btn-enter--show{display:inline-block}.login-inputs-container--hide,.login-popup__btn-reg--hide,.register-inputs-container{display:none}.register-inputs-container--show{display:block}.forgotpass-inputs-container{display:none}.forgotpass-inputs-container--show{display:flex;flex-direction:column;gap:20px}.social-login-container--hide,.submit-registration-popup{display:none}.submit-registration-popup--show{display:block}.submit-login-popup--hide{display:none}.login .reg-succ{display:none;margin-top:20px;padding:26px 24px}.login .reg-succ--show{display:block}.reg-succ__text{margin-bottom:15px}.nav-popup-bottom,.nav-popup-bottom-2{padding-left:24px;padding-right:24px;padding-top:20px}.nav-popup-bottom-2 button,.nav-popup-bottom button{font-size:13px}.nav-popup-bottom-2 button:hover,.nav-popup-bottom button:hover{color:#00a0d2}.nav-popup-bottom--hide{display:none}.login-popup-form{margin-top:20px;padding:26px 24px 46px;box-shadow:0 1px 3px rgba(0,0,0,.13)}#lostpasswordform .forgetmenot{flex-direction:column;gap:10px}.forgetmenot--hide,.login-popup-form--hide,.nav-popup-bottom-2{display:none}.login .nav-popup-bottom-2--show{display:block;margin:24px 0 0;padding:20px 24px 0}.login .nav-popup-bottom-2--show button{display:inline-block}@keyframes shakeform{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.iliker{vertical-align:middle;margin-left:10px;transition:color .3s}.iliker,.iliker a{display:inline-block}.iliker a{transition:all .2s}.iliker a i{vertical-align:middle;opacity:.4;transition:opacity .2s}.iliker a:hover{border-color:#ccc}.iliker a:hover i{opacity:.8}.iliker a.liker__a_active i{opacity:1}.iliker_positive{color:#36d95c}.iliker_negative{color:#e15656}.iliker__count{display:inline-block;vertical-align:middle;min-width:1.8em;text-align:center;padding:0 4px}.postlist__tag-title{margin:40px 0 30px 60px!important}.postlist__tag-desc{border-left:6px solid #2da8f6;margin:10px 0 0 60px;padding:0 0 0 10px;width:580px;font-size:1.2em;font-style:italic}.empty_list_gallery{text-align:center;font-size:20px;margin:50px 0}.postlis_tag_block__tags{display:block}.postlis_tag_block__tags a{display:inline-block;vertical-align:middle;background-color:#d5d2d2;border-radius:50px;padding:7px 14px;margin:20px 2px 0;color:#0e0e0e;font-weight:700;font-size:12px}.postlis_tag_block__tags a b{color:#0030c0}.postlist-page{background:#fff}.postlist-page .content{margin-left:55px;width:580px}.postlist-page .iph_container{border-left:1px solid #ececec;border-right:1px solid #ececec;border-top:1px solid #ececec;margin-top:-1px;position:relative}.postlist-page .content-wrap{display:flex;justify-content:space-between}.postlist-banner{font-size:0;line-height:0;position:relative;text-align:center}.postlist-banner .bnr,.postlist-banner .bnr-swf{padding:25px 0;border-bottom:1px solid #e3e3e3}.postlist-h{font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;text-transform:uppercase;font-size:42px;line-height:1.5;margin:55px 60px -35px}.postitem{border-bottom:1px solid #e3e3e3;padding:41px 0 36px;overflow:hidden}.postitem.postitem_hot{border:2px solid #05c;padding:25px;margin-top:35px;margin-bottom:35px}.postitem.postitem_hot .postitem__content-h{margin-bottom:0}.postitem .postitem__link-company{font-family:sf_ui_displaybold,Arial,sans-serif;font-size:28px;font-weight:500}.postitem .postitem__link-company--edit{text-transform:lowercase}.postitem_top{border-top:1px solid #05c;border-bottom:1px solid #05c;margin:0 0 -1px}.links_near_postitem{display:block;background-color:#f8f7f7;padding:7px 0}.links_near_postitem a{display:inline-block;width:19%;font-size:12px;text-align:center}.postitem__video{position:relative;margin-bottom:12px}.postitem__video:before{content:"";display:block;padding-top:56.25%}.postitem__video.insta{max-height:550px}.postitem__video.insta iframe{width:94%!important;max-width:340px!important;min-width:290px!important;height:550px;position:relative;margin:0 auto!important}.postitem__video.insta:before{content:none}.postitem__video.bigframe iframe{width:100%!important;position:relative}.postitem__video.bigframe iframe.speedtestcustom{height:650px}@media (max-width:767px){.postitem__video.bigframe iframe.speedtestcustom{height:530px}}.postitem__video.bigframe:before{content:none}.postitem__video.post_video_index{max-height:auto}.postitem__video.post_video_index video{width:100%!important;position:relative;margin:0 auto!important}.postitem__video.post_video_index:before,.postitem__video.tiktok:before,.postitem__video.twit:before{content:none}.postitem__video.tiktok iframe{position:static}.postitem__video.telegram{overflow:hidden}.postitem__video embed,.postitem__video iframe,.postitem__video img{width:100%;height:100%;position:absolute;top:0;left:0}.open-iframe{display:block;position:relative;z-index:10;background-color:#fff;padding:5px 0;text-align:center;box-shadow:0 15px 30px 10px rgba(0,0,0,.5);color:grey}.open-iframe:hover{cursor:pointer;color:#000;text-decoration:none}.post-pic-wrap .postitem__video{margin-bottom:-30px}.postitem__image{position:relative;margin-bottom:13px}.postitem__image .gallery_page_link{position:absolute;top:25px;left:15px;width:55px;height:55px;margin:0;background:url(../images/gallery_page_link.png);background-size:cover;display:block;z-index:9}.postitem__image .gallery_page_link:hover{text-decoration:none}.postitem__image.post_video_index video{width:100%}.postitem__category{display:block;text-transform:uppercase;margin-bottom:13px;font-size:0;line-height:0;position:absolute;top:20px;left:20px}.postitem__category a{margin-right:9px;margin-bottom:9px;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;display:inline-block;font-size:14px;line-height:1.5;text-transform:uppercase;border:1px solid #000;border-radius:2px;padding:0 5px;color:#000;text-shadow:0 1px #fff;box-shadow:0 0 2px #fff}.postitem__category a:hover{color:#000;text-decoration:none}.dark .postitem__category a{border:0;background:rgba(0,0,0,.5);color:#fff;text-shadow:0 1px 0 #000;box-shadow:none}.dark .postitem__category a:hover{color:#fff}.postitem__image-a{display:block;width:100%}.postitem__image-a img{width:100%}.postitem__content.none_favorites{text-align:center}.postitem__content.none_favorites h2{margin-top:40px}.postitem__content.none_favorites a{display:block}.postitem__content .delete_all_favorites{margin:15px 0 0 10px;display:block}.postitem__content-main .postitem__content-h,.postitem__content-main .postitem__content-promo-tags{display:none}.postitem__content-promo-tags{margin-bottom:.25em}.postitem__content-promo-tags a{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;color:#fd1501;text-transform:uppercase;font-size:11px}.postitem__content-promo-tags a.promo-tags__green{color:#05a905}.postitem__content-promo-tags a.promo-tags__blue{color:#667fff}.postitem__content-promo-tags a.promo-tags__blue--company{color:#05c}.postitem__content-promo-tags a.promo-tags__blue--editors{color:#1c49a3}.postitem__content-promo-tags a.promo-tags__orange{color:#fd8501}.postitem__content-promo-tags a.promo-tags__purple{color:#54038e}.postitem__content-promo-tags a.promo-tags__purple--commands{color:#461475}.postitem__content-promo-tags a.promo-tags__purple--intervyu{color:#0facdb}.postitem__content-promo-tags a.promo-tags__alisa,.postitem__content-promo-tags a.promo-tags__yandex-plus,.postitem__content-promo-tags a.promo-tags__yandex-smart-home{position:relative;padding:2px 7px 2px 36px;color:#fff;background:#2d1b7e;background:linear-gradient(90deg,#2d1b7e,#7233bf);font-size:12px;text-transform:none}.postitem__content-promo-tags a.promo-tags__alisa:before,.postitem__content-promo-tags a.promo-tags__yandex-plus:before,.postitem__content-promo-tags a.promo-tags__yandex-smart-home:before{content:"";position:absolute;top:-4px;left:3px;width:30px;height:30px;background-color:transparent;background-image:url(/wp-content/themes/simpla2/images/alisa.webp);background-size:contain;background-repeat:no-repeat}.postitem__content-promo-tags a.promo-tags__yandex-plus,.postitem__content-promo-tags a.promo-tags__yandex-smart-home{padding:2px 7px 2px 17px;color:#7233bf;background:none}.postitem__content-promo-tags a.promo-tags__yandex-plus:before,.postitem__content-promo-tags a.promo-tags__yandex-smart-home:before{top:3px;left:0;width:13px;height:13px}.postitem__content-promo-tags a.promo-tags__yandex-smart-home:before{background-image:url(/wp-content/themes/simpla2/images/smart.webp)}.postitem__content-promo-tags a.promo-tags__yandex-plus:before{background-image:url(/wp-content/themes/simpla2/images/plus.webp)}.postitem__content-promo-tags a.promo-tags__neuro-review{color:#b300aa}.postitem__content-promo-tags a.promo-tags__ces-2025{color:#0869d1}.postitem__content-promo-tags a.promo-tags__zk{color:#228b22}.postitem__content-promo-tags a.promo-tags__comparison{color:#8b0000}.postitem__content-promo-tags a.promo-tags__salut{position:relative;padding:2px 7px 2px 44px;color:#fff;background:#002722;background:linear-gradient(90deg,#002722,#0f6f4a);font-size:12px;text-transform:none}.postitem__content-promo-tags a.promo-tags__salut:before{content:"";position:absolute;bottom:3px;left:5px;width:30px;height:30px;background-color:transparent;background-image:url(/wp-content/themes/simpla2/images/salut.webp);background-size:contain;background-repeat:no-repeat}.postitem__content-promo-tags a.promo-tags__movie{color:#000}.postitem__content-promo-tags a.promo-tags__longreads{color:#0f0d36}.postitem__content-promo-tags a.promo-tags__thing{color:#de5900}.postitem__content-promo-tags a.promo-tags__smart-home{color:#4d4a87}.postitem__content-promo-tags--margin{margin-top:-10px}.postitem__content-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:28px;line-height:1.29;margin:0 0 .8em}.postitem__content-h b.iphone_xr{font-size:22px}.postitem__content-h a,.postitem__content-h a:hover{color:#000;text-decoration:none;font-weight:500}.postitem__content-h mark{color:#fff;padding:0 5px;border-radius:4px;font-size:18px;line-height:1.35;display:inline-block;vertical-align:middle;margin-top:-2px;background:#05c}.postitem__content-h mark.badge_none{background:transparent none}.postitem__content-h mark.badge_green{background:#36d95c}.postitem__content-h mark.badge_blue{background:#3982d8}.postitem__content-h mark.badge_red{background:#d84b39}.postitem__post_title{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:22px;line-height:1.29;margin:0 0 .7em}.postitem__content-p{font-size:16px;line-height:1.5;margin:0 0 .5em;word-wrap:break-word}.postitem__content-p b.iphone_xr{font-size:12px;font-weight:400}.postitem__content-p p{margin:0}.postitem__content-p .app-info{display:none}.postitem__content-meta{font-size:13px;line-height:20px;color:#bdbdbd;margin-top:13px}.postitem__content-meta .avatar,.postitem__content-meta .avatars{width:26px;border-radius:100%;height:26px;margin:-2px 5px 0 0}.postitem__author{margin-right:15px;white-space:nowrap;display:inline-block}.delete_favorite a{margin-left:10px;color:red}.postitem__timegap{margin-right:10px}.postitem__comments,.postitem__timegap{white-space:nowrap;display:inline-block}.postitem__comments{color:#36d95c}.postitem__comments .i{vertical-align:top;margin:3px 2px 0 0}.postitem__comments .ir{vertical-align:top;margin:4px 3px 0 0}.postitem__comments .prev{margin-right:3px;color:#05c}.postitem__comments:hover{color:#36d95c}.postitem__comments:hover .prev{color:#5788cc;text-decoration:underline}.postitem__pageviews{white-space:nowrap;margin-left:6px}.postitem__pageviews .ir-eye_sm{vertical-align:top;margin-top:0}.postitem__pageviews .ir-eye_gr{display:none}.post-h__stat--mainshow{display:inline}.post-h__stat--mainshow i{margin-right:3px}.hide-eye-elem{display:none}.main_tag_postitem{float:right;margin-left:4px;margin-top:-2px;padding:1px 10px;background-color:#ececec;vertical-align:top;display:inline-block}.main_tag_postitem b.iphone_xr{font-size:10px;font-weight:400}.content-wrap_line .content{float:none}.postitem_line{padding:0;border-bottom:0;overflow:visible}.postitem_line-banner{margin:0 -420px 0 -60px}.postitem_line-banner a,.postitem_line-banner object{display:block;margin:60px auto}.content-wrap .postitem:first-child{padding-top:0}.postlist__block .comments{display:none}.postlist__menu{padding:20px 60px 11px;border-bottom:1px solid #ebebeb}.postlist__tags{font-size:0;line-height:0}.postlist__tags,.postlist__tags li{display:inline-block;vertical-align:top}.postlist__tags li.current a{border:1px solid #05c;background:#05c}.postlist__tags a{margin-right:9px;margin-bottom:9px;display:inline-block;vertical-align:top;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;text-transform:uppercase;border:1px solid rgba(0,0,0,.42);background:rgba(0,0,0,.4);border-radius:2px;padding:0 5px}.postlist__tags a,.postlist__tags a:active,.postlist__tags a:focus,.postlist__tags a:hover{color:#fff;text-decoration:none}.postlist__restore_block{width:100%;text-align:center;padding:10px 0;background-color:#ff86bf;color:#000;font-size:14px;display:block}.postlist__restore_block:hover{color:#000;background-color:#ff53a4;text-decoration:none}.postlist__restore_block span{margin:0 10px;text-decoration:none}.postlist__restore_block p{padding:0;margin:0;text-decoration:underline;display:inline}.postlist__restore_block.postlist__noize_block{background-color:#000;padding:0;color:#fff;font-weight:700;font-size:16px}.postlist__restore_block.postlist__noize_block .noize_wave{font-size:0;display:inline-block;vertical-align:middle;width:45%;margin:0 10px}.postlist__restore_block.postlist__noize_block img{width:50%;margin:0}.postlist__restore_block.postlist__noize_block.postlist__noize_block_mobile{display:none}.postitem__userpost .postitem__content-p{color:inherit}.postitem__userpost .postitem__content-p:hover{text-decoration:none}#iframe-aliexpress-ad-id-1{margin-top:40px}.postitem__dpd_block{background:#ecf5fd;border:1px solid #c7ddf0;padding:20px 15px 30px}.postitem__dpd_block.postitem__chip_block{padding-bottom:15px;padding-right:15px;border:1px solid #e3e3e3;border-top:3px solid #e83587;margin-top:-1px;background-color:#fff}.postitem__dpd_block.postitem__chip_block .dpd_block__title{color:#000;font-weight:700;font-size:25px}.postitem__dpd_block .dpd_block__title{font-size:12px;color:#9a9a9a;margin-top:0}.postitem__dpd_block a{color:#000;font-size:17px}.postitem__dpd_block .dpd_block__a{margin-bottom:15px}.postitem__dpd_block .dpd_block__a span{font-size:14px;color:#7b7b7b;margin-left:5px}.postitem__dpd_block .dpd_block__a span:before{content:"";width:2px;height:2px;background-color:#000;margin-right:10px;display:inline-block;vertical-align:middle}.postitem__dpd_block .dpd_block__a:last-child{margin-bottom:0}.postitem__dpd_block .dpd_block__a img{width:25px;margin-right:10px}.postitem__dpd_block .chips_block__items{margin-top:0}.postitem__dpd_block .chips_block__items .dpd_block__a a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:15px}.postitem__dpd_block .chips_block__items .dpd_block__a img{width:55px}.postitem__dpd_block .chips_block__items .chips_block__more{font-size:14px;color:#9a9a9a}.postitem .post_vote_block{margin-top:-8px;display:inline-block;vertical-align:top;position:relative}.postitem .post_vote_block .pvb__img{width:30px;height:30px;background-size:20px;border:none}.postitem .post_vote_block .lc{font-size:13px;margin:7px 0 0}.postitem .post_vote_block .status{position:absolute;right:0;margin-top:2px;font-size:11px;line-height:12px;text-align:center;bottom:-13px;display:none}.samsung_cam_index_block{position:fixed;width:200px;height:350px;right:10%;bottom:5%;z-index:2;display:none}.samsung_cam_index_block .sci__close{width:25px;height:25px;background-image:url(/wp-content/themes/simpla2/images/cancel.svg);cursor:pointer;position:absolute;right:-25px;top:-25px}.samsung_cam_index,.samsung_cam_index_block .sci__close{background-position:50%;background-size:contain;background-repeat:no-repeat}.samsung_cam_index{margin-bottom:20px;display:block;height:200px;background-image:url(/wp-content/themes/simpla2/images/samsung_cam_index_1.png);transition:.2s;display:none;position:relative}.samsung_cam_index.active,.samsung_cam_index:hover{background-image:url(/wp-content/themes/simpla2/images/samsung_cam_index_2.png)}.samsung_cam_index_text{display:block;opacity:0}.samsung_cam_index_text:hover{text-decoration:none}.samsung_cam_index_text span{display:block;background-color:#3251c9;padding:15px 10px;border-radius:10px;font-size:13px;color:#fff;text-transform:uppercase;box-sizing:border-box;font-weight:700;text-align:center;transition:.2s}.embed_music_apple_pl{width:0;min-width:100%;max-width:100%;height:220px}.embed_music_apple_text{font-size:20px;font-weight:700;margin:30px 0;text-align:left}#adfox_154572604557936697>iframe{border:none;width:100%;height:220px}#adfox_155792068319649765>div{margin:0 auto}.yota-pavlik-banner{background-color:#00afeb;width:100%;padding:5px 0;text-align:center;display:flex;align-items:center;justify-content:space-around}.yota-pavlik-banner:hover{text-decoration:none}.yota-pavlik-banner img{width:50px}.yota-pavlik-banner span{font-size:22px;color:#fff;text-decoration:none}.yota-pavlik-banner span.emoji{font-size:46px;position:relative;animation:twitch 2s cubic-bezier(.36,.07,.19,.97) infinite;transform:translateZ(0)}@keyframes twitch{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.gsb_text{color:#fff!important}.sp_container{padding-top:11px;display:none}.sp_container.active{display:block}.close_cross{position:relative;width:30px;height:30px;border-radius:50%;margin-left:auto;cursor:pointer}.close_cross:before{transform:rotate(45deg)}.close_cross:after,.close_cross:before{content:"";position:absolute;top:16px;right:0;width:16px;height:2px;background-color:#2a8aeb}.close_cross:after{transform:rotate(-45deg)}.close_content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px}.sp_advice_txt{font-size:17px;color:#000}.sp_numbers{display:flex;justify-content:space-between}.sp_single_part{padding-top:10px;padding-bottom:20px}.sp_single_part__text{font-size:21px;color:#000}.sp_single_part__nums{font-size:21px;font-weight:700;text-decoration:underline;color:#2a8aeb}.frame-speed,.sp_desc_text{background-color:#ebebeb}.sp_desc_text{display:none;padding:7px;font-size:18px;line-height:1.3}.sp_desc_text__more{color:#2a8aeb;cursor:pointer}.sp_desc_text__more span{border-bottom:1px dashed}.sp_desc_text__more:hover{text-decoration:none}.sp_desc{font-size:16px;text-align:center;color:#000}.sp_desc span{border-bottom:1px dashed;cursor:pointer}.container-closed{display:none}.slider_thumb{position:relative;width:100%;padding-bottom:37px;overflow:hidden}.slider_thumb__line{display:flex;align-content:stretch;transition:all .7s ease}.slider_thumb__img{-o-object-fit:cover;object-fit:cover;height:auto;flex-shrink:0;width:100%}.slider__thumb--numbers{position:absolute;top:15px;right:15px;padding:3px 8px;background-color:rgba(0,0,0,.5098039215686274);color:#fff;border-radius:20px}.slider_thumb-arrow{position:absolute;top:calc(50% - 18px);width:35px;border:none;opacity:1;background-color:transparent;transform:translateY(-50%)}.slider_thumb-arrow img{filter:drop-shadow(0 0 3px rgba(121,121,121,.7));cursor:inherit}.slider_thumb-prev{left:10px}.slider_thumb-prev img{transform:rotate(180deg)}.slider_thumb-next{right:10px}.slider_thumb-dots{position:absolute;left:50%;bottom:0;transform:translateX(-50%);display:flex;justify-content:center;margin-top:15px;margin-bottom:15px}.slider_thumb-dot{width:7px;height:7px;margin-right:4px;background-color:#a8a8a8;border-radius:50%;transition:all .7s ease;cursor:pointer}.slider_thumb-dot:last-child{margin-right:0}.slider_thumb-dot.active-dot{background-color:#0095f6}.company-top-container{display:flex;align-items:center;margin-top:20px}.company-top-container h1{margin-left:30px!important}.company-top-container .company-img-container img{border-radius:50%;max-width:96px}.postlist__tag-desc--company{margin-left:0;margin-top:25px}.top-sticky-post,.top-sticky-post-mobile{z-index:200;position:sticky;top:0;max-width:580px}.top-sticky-post{margin-right:auto}.top-sticky-post--fixed{position:fixed}.top-sticky-post__inner-container{position:relative;max-width:580px;padding-top:5px;padding-bottom:5px;background-color:#fff}.top-sticky-post__inner-container a{position:relative;display:block;width:114.7%;max-height:20px;padding-right:10px;font-size:.88em;color:#6e6a6a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.top-sticky-post__inner-container a:before{content:"📌";padding-right:5px}.top-sticky-post-mobile{display:none}.currency-wrapper+.content-wrap .content{margin-top:-50px}@media (max-width:1024px){.top-sticky-post__inner-container a{width:100%}}@media (max-width:1000px){.top-sticky-post{max-width:100%;margin-top:20px}.top-sticky-post.top-sticky-post--fixed{margin-top:0;margin-right:8%;background-color:transparent}.top-sticky-post-mobile{max-width:100%;margin-top:10px}.top-sticky-post__inner-container{max-width:100%}.top-sticky-post-mobile{display:block}.currency-wrapper+.content-wrap .content{margin-top:0}}.postlist__navigation{margin:54px 60px 62px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700}.postlist__navigation ol{padding:0;margin:0;list-style:none}.postlist__navigation li{display:inline-block;vertical-align:top}.postlist__navigation .page{font-size:20px;line-height:27px;padding:0 8px;margin-right:12px;display:inline-block}.postlist__navigation .page,.postlist__navigation .page:hover{color:#000;text-decoration:none}.postlist__navigation .page.current{position:relative;color:#fff;background:#36d95c;border-radius:3px}.postlist__navigation .gap{font-size:20px;line-height:27px;padding:0 8px;margin-right:12px;display:inline-block}.bnr-a{font-size:12px;line-height:2;position:absolute;bottom:-24px;right:0;display:none;color:#ccc}.bnr-a:active,.bnr-a:focus,.bnr-a:hover{color:#aaa}.bnr+.bnr-a,.bnr-swf+.bnr-a{display:inline!important}.sidebar ins[data-adsbygoogle-status=done]{margin-bottom:40px}.sidebar__block_pop_userposts{margin-bottom:40px;padding:20px 20px 13px;box-sizing:border-box;border:1px solid #ececec;border-top:3px solid #05c}.sidebar__block_pop_userposts .pop_postsuser_title{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5;color:#444}.sidebar__block_pop_userposts .pop_postsuser_title:hover{color:#444;text-decoration:none}.sidebar__block_pop_userposts ul li{border-bottom:1px solid #ccc;padding:15px 10px}.sidebar__block_pop_userposts ul li:last-child{border-bottom:none}.sidebar__block_pop_userposts ul li .pop_postuser_thumb{display:inline-block;width:22%;vertical-align:top}.sidebar__block_pop_userposts ul li .pop_postuser_thumb img{width:45px;height:45px;border-radius:10px}.sidebar__block_pop_userposts ul li .pop_postuser_content{display:inline-block;width:75%;vertical-align:top}.sidebar__block_pop_userposts ul li .pop_postuser_content a{color:#444;text-decoration:none}.sidebar__block_pop_userposts ul li .pop_postuser_content a:hover{text-decoration:underline;color:#05c}.sidebar__block_pop_userposts ul li .pop_postuser_content .pop_postuser_comment{display:block;color:#36d95c;margin:5px 0 0 7px}.sidebar__block_pop_userposts ul li .pop_postuser_content .pop_postuser_comment a{margin:0 0 0 4px;color:#36d95c;vertical-align:text-bottom;cursor:pointer}.sidebar__last_comments{margin-bottom:40px;padding:20px 20px 13px;box-sizing:border-box;border:1px solid #ececec;border-top:3px solid #05c}.sidebar__last_comments .last_comment_title{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5;color:#444}.sidebar__last_comments .last_comment_title span{font-size:25px}.sidebar__last_comments ul li{border-bottom:1px solid #ccc;padding:15px 0;position:relative}.sidebar__last_comments ul li:last-child{border-bottom:none}.sidebar__last_comments ul li .last_comment_date{position:absolute;right:-9px;color:#abaaaa;font-size:12px}.sidebar__last_comments ul li .last_comment_thumb{display:inline-block;width:12%;vertical-align:top}.sidebar__last_comments ul li .last_comment_thumb img{width:25px;height:25px;border-radius:10px}.sidebar__last_comments ul li .last_comment_content{display:inline-block;width:77%;font-size:12px;line-height:20px;vertical-align:top}.sidebar__last_comments ul li .last_comment_content a{color:#444;text-decoration:none}.sidebar__last_comments ul li .last_comment_content a:hover{text-decoration:none}.sidebar__last_comments ul li .last_comment_post_link{display:block;font-size:12px;line-height:18px;font-weight:700;vertical-align:top;padding-top:5px}.sidebar__last_comments ul li .last_comment_post_link a{color:#444;text-decoration:none}.sidebar__last_comments ul li .last_comment_post_link a:hover{text-decoration:underline}.sidebar__banner{display:block;font-size:0;line-height:0;border-spacing:0;border-collapse:collapse;width:300px;position:relative}.sidebar__banner>a,.sidebar__banner div.bnr,.sidebar__banner div.bnr-swf{display:block;display:flex;justify-content:center;-ms-flex-pack:center;align-items:center;border:1px solid #e5e5e5;width:300px;min-height:460px;box-shadow:inset 0 0 20px rgba(0,0,0,.2);background:#fff;margin:0 auto 40px}.sidebar__banner>div>div,.sidebar__banner>div>iframe{margin-bottom:40px}.sidebar__banner>a.bnr-a{border:0;min-height:0;box-shadow:none;margin-bottom:0;width:auto;display:none}.sidebar__block div.bnr,.sidebar__block div.bnr-swf{margin-bottom:40px}.sidebar__block .comments{display:inline-block;color:#36d95c;font-size:13px;line-height:20px;margin-top:2px}.sidebar__block .comments i{margin:4px 3px 0 0;vertical-align:top}.sidebar__block .comments:active,.sidebar__block .comments:focus,.sidebar__block .comments:hover{color:#36d95c}.sidebar__block_ali a{display:inline-block;vertical-align:top;margin-bottom:40px}.sidebar__block_social #vk_groups,.sidebar__block_social .fb_iframe_widget{margin-bottom:40px}.sidebar__banner_sm{display:block;font-size:0;line-height:0;border-spacing:0;border-collapse:collapse;width:300px;position:relative}.sidebar__banner_sm>a,.sidebar__banner_sm>div>a,.sidebar__banner_sm div.bnr,.sidebar__banner_sm div.bnr-swf{display:block;width:300px;background:#fff;margin:0 auto 40px}.sidebar__block--af{margin-bottom:40px}.sidebar__banner_short{font-size:0;line-height:0;margin-top:40px}.dealslist img,.tracerlist img{width:80px}.sidebar__block_tag_block{margin-bottom:40px;padding:20px 20px 13px;box-sizing:border-box;border:1px solid #ececec;border-top:3px solid #05c}.tag_block__title span{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5}.tag_block__tags{margin-top:20px}.tag_block__tags .tag_block__tag{margin-right:5px;margin-bottom:7px;padding:3px 8px;background-color:#ececec;vertical-align:top;display:none}.tag_block__tags .tag_block__tag.show{display:inline-block}.tag_block__tags .tag_block__tag:last-child{margin-right:0}.tag_block__tags .tag_block__tag.tag_block__tag_userpost{font-weight:700;background-color:#05c;color:#fff}.tag_block__tags .tag_block__tag_show_others{background-color:#fff;width:100%;display:block;text-align:center}.sidebar__block_chips_block{margin-bottom:40px;border:1px solid #ececec;padding:20px 20px 13px}.chbi__title{display:block}.chbi__title img{width:55px;height:auto;margin-right:10px}.chbi__title .chbi__title_text{display:inline-block;vertical-align:top;width:73%;line-height:14px;font-size:12px;color:#000}.chbi__title:hover{text-decoration:none}.chbi__title:hover .chbi__title_text{color:rgba(0,0,0,.7)}.chips_block__item{margin-bottom:20px}.chips_block__item:last-child{margin-bottom:0}.chips_block__title span{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5}.chips_block__items{margin-top:10px}.post .post_sidebar-fb_post_block{position:relative}.post .post_sidebar-fb_post_block .fb_post_block{width:300px;text-align:left;position:absolute;left:112%;top:-150px}.post .post_sidebar-fb_post_block .fb_iframe_widget,.post .post_sidebar-fb_post_block .fb_post_block img{margin:0}.sidebar__fb_post_block{margin-top:80px}.fpb__imgs{margin-bottom:20px}.fpb__imgs img{width:50%;height:auto;display:none}.fpb__title{margin-bottom:10px;font-size:14px}.sidebar__block_ali{margin-bottom:40px}.header_yandex_rtb{max-width:100%;max-height:250px;overflow:hidden}.marketWidget-sidebar{margin-bottom:40px}.sticky-block{position:sticky;top:30px;padding-top:10px;margin-top:30px;border-top:2px solid #bba2da}.sticky-block__text{color:#6d41a2;font-weight:600}.sticky-block__text:hover{color:#6d41a2}.youtube-shorts{margin-top:40px;margin-bottom:40px}.reviewlist{margin-bottom:40px;background:#f2f4f7;padding:0 20px 0 12px;line-height:1.5;position:relative}.reviewlist:before{content:"";border-top:3px solid #aaa;position:absolute;top:-1px;left:-1px;right:-1px}.reviewlist__header{padding:16px 0 10px;border-bottom:1px solid #dfdfe0}.reviewlist__header .ir{float:left;margin:1px 6px 0 -3px}.reviewlist__header h2{font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;text-transform:uppercase;font-size:24px;line-height:1.2;letter-spacing:1px;margin:0}.reviewlist__list{counter-reset:review}.reviewlist__list li{display:block;border-bottom:1px solid #dfdfe0;padding:15px 0 16px;overflow:hidden}.reviewlist__list li:before{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;counter-increment:review;content:counter(review);display:block;float:left;font-size:24px;line-height:1;width:28px;margin:-2px 0 0 2px}.review__image{float:left}.review__content{margin-left:30px}.review__content a,.review__content a:hover{color:#000}.review__content h3{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;margin:-5px 0 0;font-size:16px}.review__content p{font-size:14px;margin:0}.with-image .review__content{margin-left:125px}.review__more{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;display:inline-block;font-size:16px;margin:10px 0 16px 33px}.applist{border:1px solid #e5e5e5;margin-bottom:40px;padding:0 30px 10px 20px;line-height:1.5;position:relative}.applist:before{content:"";border-top:3px solid #aaa;position:absolute;top:-1px;left:-1px;right:-1px}.applist__header{padding:18px 0 12px}.applist__header .ir{float:left;margin:2px 4px 0 -8px}.applist__header h2{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:1.5;margin:0}.applist__list li{display:block;padding:14px 0 22px}.app__image{float:left;position:relative;overflow:hidden;border-radius:12px}.app__image img{width:60px;height:60px}.app__content a,.app__content a:hover{color:#000}.app__content h3{margin:-4px 0 0;font-size:16px;font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal}.app__content p{font-size:14px;margin:0;color:#a9a9a9}.with-image .app__content{margin-left:70px}.contestlist{background:#f2f4f7;line-height:1.5;font-size:0}.contestlist__header{padding:35px 0 28px;text-align:center}.contestlist__header a,.contestlist__header a:hover{color:#000;text-decoration:none}.contestlist__header h2{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1.5;margin:0}.contestlist__list{text-align:center;padding-bottom:13px}.contestlist__list li{display:inline-block;vertical-align:top;width:230px;margin:0 13px 13px;text-align:left}.contest__content a,.contest__content a:hover{color:#000}.contest__content h3{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:1.34;margin:10px 0 0}.contest__content span{font-size:14px;color:#b0b0b0;line-height:1.5;margin:0}.contestlist__a{display:block;border-top:1px solid #ccc;text-align:center;margin:8px 13px 0;padding:13px;font-size:16px;color:#7d7d7d}.contestlist__a:hover{color:hsla(0,0%,49%,.77)}.sblocklist{margin-bottom:40px;background:#fff;border:1px solid #e5e5e5;padding:0 20px 0 12px;line-height:1.5;position:relative}.sblocklist:before{content:"";border-top:3px solid #aaa;position:absolute;top:-1px;left:-1px;right:-1px}.sblocklist__header{display:block;padding:16px 0 10px;border-bottom:1px solid #dfdfe0}.sblocklist__header,.sblocklist__header:hover{color:#000;text-decoration:none}.sblocklist__header .ir{float:left;margin:0 6px 0 -3px}.sblocklist__header h2{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1.2;letter-spacing:1px;margin:0}.sblocklist__list li{display:block;border-bottom:1px solid #dfdfe0;padding:15px 0 18px;overflow:hidden}.sblocklist__list li:last-child{margin-bottom:-1px}.sblock__image{float:left}.sblock__content{margin-left:0}.sblock__content a,.sblock__content a:hover{color:#000}.sblock__content h3{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;margin:-5px 0 0;font-size:16px}.sblock__content p{font-size:14px;margin:0}.with-image .sblock__content{margin-left:95px}.sblock__more{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;display:inline-block;font-size:16px;margin:10px 0 16px 95px}footer{background-color:#fff;position:relative;font-size:15px;line-height:1.6}.footer__cont{padding:46px 41px 84px}.footer__line1{*zoom:1;margin-bottom:24px}.footer__line1:after,.footer__line1:before{display:table;content:"";line-height:0}.footer__line1:after{clear:both}.footer__copyright{float:left;width:35%;color:#444;margin-top:5px}.footer__copyright a,.footer__copyright a:hover{color:#444}.footer__menu{float:right;margin-top:5px}.footer__menu li{display:inline-block;vertical-align:top;margin-left:20px}.footer__line2{margin:0;color:#959595;font-size:13px}.footer__line3{position:absolute;left:-99999px;top:0}.footer__line-menu-site{margin-bottom:32px;overflow:hidden;-moz-columns:5;column-count:5;-moz-column-gap:20px;column-gap:20px;-moz-column-fill:balance;column-fill:balance}.footer__line-menu{-moz-column-break-inside:avoid;break-inside:avoid-column;margin:0 3% 10% 0}.footer__line-menu:last-child{margin-right:0}.footer__line-menu dt{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;text-transform:uppercase;margin-bottom:.5em}.footer__line-menu dt a{color:#444}.footer__line-menu dd{line-height:1.2;margin:0 0 .5em}.footer__line-menu i{vertical-align:top;margin-top:2px;margin-right:.6em}.cookie_privacy_block{position:fixed;bottom:0;left:0;width:100%;background-color:rgba(60,60,60,.85);z-index:10;display:none}.cookie_privacy_block .iph_container{padding:20px 0;height:auto;min-height:auto;background-color:transparent;border:none}.cookie_privacy_block .iph_container p{text-align:left;display:block;color:#fff;margin:0 0 10px;font-size:14px}.cookie_privacy_block .cpb__button{margin-top:10px;text-align:center}.cookie_privacy_block .cpb__button a{display:inline-block;color:#fff;text-decoration:none;font-size:16px;line-height:20px;background:#05c;padding:7px 25px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700}@media (max-width:1024px){.cookie_privacy_block{padding:0 20px}}.overlay{opacity:.82;background-color:#1c0d00;z-index:23;display:none}.modal_block,.overlay{position:fixed;top:0;left:0;width:100%;height:100%}.modal_block{z-index:24;align-items:center;justify-content:center;display:flex;text-align:center;display:none;overflow:auto}@media (max-width:767px){.modal_block{padding-top:0}}.modal_block .modal_close{display:block;width:25px;height:25px;background-position:50%;background-repeat:no-repeat;background-size:contain;background-image:url(/wp-content/themes/simpla2/images/close.svg);position:absolute;right:15px;top:15px}.modal_block .success_order .title{color:#0ac10a}.modal_block .fail_order .title{color:red}.modal_block .modal.info_sn{width:700px;padding-left:2%;padding-right:2%}.modal_block .modal.info_sn .content_text{text-align:left}.modal_block .modal.info_sn .content_text b{font-size:18px}.modal_block .modal.info_sn .title{display:none}.modal_block .modal.info_sn .item_block{font-size:0;margin-top:25px}.modal_block .modal.info_sn .item_block .item{font-size:12px;display:inline-block;width:23%;vertical-align:top;margin-right:1%;min-height:300px;border:2px solid #e5f1ff;position:relative}@media (max-width:767px){.modal_block .modal.info_sn .item_block .item{width:100%}}.modal_block .modal.info_sn .item_block .item:last-child{margin-right:0}.modal_block .modal.info_sn .item_block .item .img{min-height:160px}.modal_block .modal.info_sn .item_block .item img{max-width:100%;max-height:150px;margin-bottom:10px}.modal_block .modal.info_sn .item_block .item .item_block__title{font-size:13px;font-weight:700;margin-bottom:10px;background-color:#e5f1ff;line-height:15px;min-height:36px;display:flex;justify-content:center;align-items:center}.modal_block .modal.info_sn .item_block .item .item_block__text{font-size:11px;line-height:12px;width:100%;box-sizing:border-box;padding:0 7px;color:#696969}.modal_block .modal{display:block;position:relative;background-color:#fff;z-index:23;color:#333;font-size:18px;font-weight:400;line-height:18px;padding:40px 3%;width:500px;line-height:29px}@media (max-width:767px){.modal_block .modal{width:90%;margin:0 auto;box-sizing:border-box;border-radius:6px;height:90%;overflow:auto;padding-top:50px}}.modal_block .modal .modal_content{font-size:16px;line-height:18px}.modal_block .modal.modal_zoom{padding:0;background-color:transparent;width:auto;height:97%;display:flex;align-items:center;justify-content:center}@media (max-width:767px){.modal_block .modal.modal_zoom{width:100%;display:flex;align-items:center;justify-content:center;height:auto;overflow:visible}}.modal_block .modal.modal_zoom img{width:auto;max-height:100%;max-width:97%}@media (max-width:767px){.modal_block .modal.modal_zoom img{max-width:100%}}.modal_block .modal.modal_zoom .modal_close{background-image:url(/wp-content/themes/simpla2/images/close-white.svg);position:fixed;right:25px;top:25px}.modal_block .modal .title{margin-bottom:20px}.modal_block .modal .title .text{display:inline-block;vertical-align:top;font-size:22px;margin-top:4px;font-weight:700;text-transform:uppercase}.modal_block .modal .title .text .item_block__code{color:#000}.modal_context{display:none}.questionlist__popup .title{text-align:left}.questionlist__popup .modal_inp{width:100%;text-align:left;margin-bottom:15px}.questionlist__popup .modal_inp label{display:block;margin-bottom:10px;font-size:15px}.questionlist__popup .modal_inp input,.questionlist__popup .modal_inp textarea{background-color:#fff;border:1px solid #e0e0e0;padding:8px 15px;box-sizing:border-box;font-size:14px;display:inline-block;vertical-align:top}.questionlist__popup .modal_inp input:focus,.questionlist__popup .modal_inp textarea:focus{border-color:#05c;box-shadow:none;outline:none}.questionlist__popup .modal_inp input{width:50%}.questionlist__popup .modal_inp input.inp_wide_input{width:100%}.questionlist__popup .modal_inp textarea{width:100%;height:130px;resize:none}.questionlist__popup .questionlist__popup_btn{color:#fff;text-decoration:none;font-size:18px;line-height:42px;background:#05c;padding:0 22px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:inline-block;vertical-align:top}.questionlist__popup .modal_content{text-align:left}.questionlist__popup #google-recaptcha{margin-bottom:15px;display:inline-block;vertical-align:top}.questionlist__popup .qprb__error{display:inline-block;vertical-align:top;color:red;margin-top:30px;margin-left:10px;display:none}.questionlist__popup .qprb__error span{margin-right:5px}#tg-auth-1{display:table;margin:0 auto}div.loginpanel{width:100%;max-width:600px;margin-bottom:20px;position:relative;border:2px solid transparent;border-radius:15px;min-height:200px;overflow:hidden;background:linear-gradient(#f5f5f5,#f5f5f5) padding-box,linear-gradient(#5997c8,rgba(106,181,239,.25098039215686274)) border-box}div.loginpanel div.loginpanel-success,div.loginpanel div.post-loginpanel-success{text-align:center;position:relative}div.loginpanel a.loginpanel-register,div.loginpanel a.post-loginpanel-register{text-align:-webkit-center;text-decoration:none;outline:none;font-size:10px;color:#a3a3a3;font-family:sf_ui_displaybold,Arial,sans-serif}div.loginpanel a.loginpanel-register:before,div.loginpanel a.post-loginpanel-register:before{content:url(/wp-content/themes/simpla2/images/kruzhok.svg);width:40px;height:40px;align-items:center;justify-content:center;display:flex;margin-top:10px;-moz-flex:1;flex:1;border:1px solid #05c;border-radius:50%;background-color:#fff;line-height:0}div.loginpanel input{width:100%;margin:8px 0;padding:12px;box-sizing:border-box}div.loginpanel div.txt-socials{width:60%;position:relative;margin:0 auto}div.loginpanel div.txt-socials p{justify-content:center;display:flex;margin:0;font-size:12px;font-family:sf_ui_displaybold,Arial,sans-serif;color:#a3a3a3}div.loginpanel div.txt{width:60%;position:relative;margin:0 auto}div.loginpanel div.txt p{justify-content:center;display:flex;margin:0;font-size:12px;font-style:italic}div.loginpanel div.txt input[type=password],div.loginpanel div.txt input[type=text]{font-size:16px;color:#555;text-shadow:0 1px #fff;outline:none;border:1px solid transparent;border-radius:15px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(#5997c8,#6ab5ef) border-box}div.loginpanel div.txt input[type=password]:-webkit-autofill,div.loginpanel div.txt input[type=text]:-webkit-autofill{color:#555;text-shadow:0 1px #fff;outline:none;border:1px solid transparent;border-radius:15px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(#5997c8,#6ab5ef) border-box}div.loginpanel div.txt h3{display:flex;justify-content:center;font-size:22px;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal}div.loginpanel div.txt label{cursor:pointer}div.loginpanel div.txt label:before{display:inline-block;position:absolute;right:10px;top:17px;font-size:1.1em;text-align:center;width:25px;height:25px;background-color:#fff;border-radius:100%;align-items:center;justify-content:center;box-shadow:0 0 0 1px #05c}div.loginpanel div.buttons{display:flex}div.loginpanel div.buttons input{-moz-flex:1;flex:1;width:100%}div.loginpanel div.buttons span a{display:inline-block;vertical-align:middle;padding:0 15px;line-height:70px;text-align:center}div.loginpanel div.loginpanel-social,div.loginpanel div.post-loginpanel-social{width:60%;display:flex;margin:0 auto 10px}div.loginpanel div.loginpanel-social-icons,div.loginpanel div.post-loginpanel-social-icons{width:100%;display:flex;flex-flow:row wrap;margin-bottom:10px}div.loginpanel div.loginpanel-social-icons a,div.loginpanel div.post-loginpanel-social-icons a{-moz-flex:1;flex:1;margin-right:auto;flex-shrink:0;flex-grow:0;text-align:-webkit-center;text-decoration:none;outline:none;font-size:10px;color:#a3a3a3;font-family:sf_ui_displaybold,Arial,sans-serif}div.loginpanel div.loginpanel-social-icons a:before,div.loginpanel div.post-loginpanel-social-icons a:before{padding:0;color:#a3a3a3;line-height:0;text-align:center;border-radius:50%;width:50px;height:50px}div.loginpanel div.loginpanel-social-icons a.apple:before,div.loginpanel div.post-loginpanel-social-icons a.apple:before{content:url(/wp-content/plugins/wordpress-social-login/assets/img/apple.svg);width:40px;height:40px;background-color:#fff;align-items:center;justify-content:center;display:flex;margin-top:10px;border:1px solid #ddd}div.loginpanel div.loginpanel-social-icons a.google:before,div.loginpanel div.post-loginpanel-social-icons a.google:before{content:url(/wp-content/plugins/wordpress-social-login/assets/img/google.svg);width:40px;height:40px;background-color:#fff;align-items:center;justify-content:center;display:flex;margin-top:10px;border:1px solid #ddd}div.loginpanel div.loginpanel-social-icons a.tg:before,div.loginpanel div.post-loginpanel-social-icons a.tg:before{content:url(/wp-content/plugins/wordpress-social-login/assets/img/tg.svg);width:40px;height:40px;background-color:#fff;align-items:center;justify-content:center;display:flex;margin-top:10px;border:1px solid #ddd}div.loginpanel div.loginpanel-social-icons a.vk:before,div.loginpanel div.post-loginpanel-social-icons a.vk:before{content:url(/wp-content/plugins/wordpress-social-login/assets/img/vk.svg);width:40px;height:40px;background-color:#fff;align-items:center;justify-content:center;display:flex;margin-top:10px;border:1px solid #ddd}div.loginpanel div.loginpanel-social-icons a.yandex:before,div.loginpanel div.post-loginpanel-social-icons a.yandex:before{content:url(/wp-content/plugins/wordpress-social-login/assets/img/ya.svg);width:40px;height:40px;background-color:#fff;align-items:center;justify-content:center;display:flex;margin-top:10px;border:1px solid #ddd}div.loginpanel div.loginpanel-social-icons .circle,div.loginpanel div.post-loginpanel-social-icons .circle{width:100px;height:100px;border:1px solid #000;border-radius:100%;display:flex;align-items:center;justify-content:center}div.loginpanel div.loginpanel-pwdpage,div.loginpanel div.post-loginpanel-pwdpage{display:none;width:60%;margin:0 auto}div.loginpanel div.loginpanel-pwdpage a.loginpanel-forgotpwd,div.loginpanel div.loginpanel-pwdpage a.post-loginpanel-forgotpwd,div.loginpanel div.post-loginpanel-pwdpage a.loginpanel-forgotpwd,div.loginpanel div.post-loginpanel-pwdpage a.post-loginpanel-forgotpwd{margin-top:22px;color:#0095f6;text-decoration:none;font-size:14px;display:flex;height:40px;justify-content:center}div.loginpanel div.loginpanel-pwdpage a.loginpanel-enter,div.loginpanel div.loginpanel-pwdpage a.post-loginpanel-enter,div.loginpanel div.post-loginpanel-pwdpage a.loginpanel-enter,div.loginpanel div.post-loginpanel-pwdpage a.post-loginpanel-enter{margin-top:22px;color:#0095f6;text-decoration:none;font-size:14px;display:flex;height:40px;flex:1;justify-content:flex-end}div.loginpanel div.loginpanel-pwdpage a.disabled,div.loginpanel div.post-loginpanel-pwdpage a.disabled{pointer-events:none;opacity:.2}div.loginpanel div.loginpanel-pwdpage a.loginpanel-back,div.loginpanel div.loginpanel-pwdpage a.post-loginpanel-back,div.loginpanel div.post-loginpanel-pwdpage a.loginpanel-back,div.loginpanel div.post-loginpanel-pwdpage a.post-loginpanel-back{margin-top:22px;color:#0095f6;text-decoration:none;font-size:14px;display:flex;height:40px;flex:1}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-user-login:before,.post-icon-user-login:before{content:url(/wp-content/plugins/wordpress-social-login/assets/img/arrow_3.svg)}@media (min-width:400px) and (max-width:700px){div.loginpanel{width:100%}div.txt{width:90%!important}div.txt h3{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px}div.loginpanel-pwdpage,div.loginpanel-social,div.loginpanel-social-icons,div.post-loginpanel-pwdpage,div.post-loginpanel-social,div.post-loginpanel-social-icons{width:90%!important}}@media (min-width:100px) and (max-width:399px){div.loginpanel{width:100%}div.txt{width:90%!important}div.txt h3{font-size:18px!important}div.loginpanel-pwdpage,div.loginpanel-social,div.loginpanel-social-icons,div.post-loginpanel-pwdpage,div.post-loginpanel-social,div.post-loginpanel-social-icons{width:90%!important}}.vertical-line{border-left:1px solid #a3a3a3;height:30px;display:table-cell;vertical-align:middle;position:relative;top:20px;margin-left:5px;margin-right:5px}.post-pic-wrap{position:relative;z-index:4}.post-pic__image{margin-bottom:16px;margin-left:-25px;margin-right:-50px}.content-wrap_post_wide .post-pic__image{text-align:center;margin-left:0;margin-right:0}.quiz-content .post-pic-wrap{text-align:center}.post-h{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:18px;line-height:1.5;margin-left:55px;width:580px}.post-h .date_post{font-weight:400;font-size:15px}.post-h__content-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:36px;line-height:1.313;color:#000;margin:0 0 14px}.post-h__content-h b.iphone_xr{font-size:28px}.post-h__content-h mark{text-shadow:none;color:#fff;padding:0 5px;border-radius:4px;font-size:18px;line-height:1.35;display:inline-block;vertical-align:middle;margin-top:-2px;background:#05c}.post-h__content-h mark.badge_none{background:transparent none}.post-h__content-h mark.badge_green{background:#36d95c}.post-h__content-h mark.badge_blue{background:#3982d8}.post-h__content-h mark.badge_red{background:#d84b39}.post-h__edit{font-size:.67em;text-decoration:underline}.post-h__cred{display:block;margin-bottom:14px;position:relative}.post-h__cred .postitem__comments i{margin-top:7px}.post-h__cred img.avatar,.post-h__cred img.avatars{width:35px;border-radius:100%;height:35px;margin:-2px 7px 0 -24px}.post-h__cred .post__favorites{margin-top:3px;text-align:right;position:absolute;top:0;left:59%;width:50%}.post-h__stat{white-space:nowrap;vertical-align:top;margin-left:.5em;display:none}.post-h__stat i{vertical-align:middle;margin-right:5px}.post-h__stat .ir-eye_sm{display:none}.post-h__stat--show{display:block}.content-wrap_post_wide .post-h{max-width:760px;width:100%;margin-left:auto;margin-right:auto}.quiz_page .post-h .post-h__cred .post__favorites,.quiz_page .post-h .post-h__cred a{display:none}.post-gallery-wrap{margin:36px auto;width:100%;overflow:hidden;position:relative;font-size:0;line-height:0}.post-gallery-wrap img{margin:0 auto!important;max-width:100%;display:inline-block;vertical-align:top}.post-gallery-wrap img+br+br+br+small,.post-gallery-wrap img+br+br+small,.post-gallery-wrap img+br+small,.post-gallery-wrap img+small,.post-gallery-wrap small{display:block;margin:12px 0 0;font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:1.5;color:#000;white-space:normal}.post-gallery-wrap img+br+br,.post-gallery-wrap img+br+br+br{display:none}.post-gallery-wrap .post-gallery{white-space:nowrap;transition:all .3s}.post-gallery-wrap .post-gallery>div{width:100%;display:inline-block;vertical-align:middle;text-align:center}.post-gallery-wrap .post-gallery>div>div{display:inline-block;vertical-align:middle;text-align:left}.post-gallery-wrap .post-gallery_big>div>div{width:100%}.post-gallery-wrap .post-gallery__controls{text-align:center;margin-top:20px}.post-gallery-wrap .post-gallery__next,.post-gallery-wrap .post-gallery__prev{display:inline-block;width:60px;height:60px;vertical-align:top}.post-gallery-wrap .post-gallery__counter{font-size:18px;line-height:60px;margin:0 14px;vertical-align:top;min-width:54px;display:inline-block}.fotorama{margin-bottom:40px;margin-top:40px}.fotorama img{margin:0!important}.fotorama .fotorama__stage__frame{background:linear-gradient(180deg,#f8f8f8 600px,#fff 0)}.fotorama .fotorama__caption .fotorama__caption__wrap{font-family:Georgia,Times New Roman,Times,serif;border-left:2px solid #0360d2;font-size:14px;padding:0 0 0 15px;font-style:italic;text-align:left;color:#747373;margin:0 20px}.fotorama .fotorama__nav-wrap{margin-top:20px}.fotorama .fotorama__pictures_counter{display:block;text-align:center;margin-top:15px}.fotorama .fotorama_prevent_mobile_view .fotorama__pictures_counter{display:none}.content-page_gallery .post-h h1+span{display:block;text-align:center}.content-page_gallery .post-h .ir-eye_sm{display:none}.content-page_gallery .post{padding-top:30px}.content-page_gallery .post .page_gallery_desc{font-size:18px;color:#444;margin:0 auto 40px;max-width:760px}.content-page_gallery .gallery_bottom_block{display:block;width:100%;margin:60px 0 0}.content-page_gallery .page_gallery_links{text-align:center}.content-page_gallery .page_gallery_links a{display:inline-block;margin:0 8px;padding:10px 40px;color:#fff;background-color:#05c;border-radius:6px;font-weight:700;font-size:17px}.content-page_gallery .page_gallery_links a:hover{text-decoration:none}.content-page_gallery .social-share{text-align:center;margin-bottom:60px}.page_gallery__page-cont .content{margin:0;width:100%;padding:0 30px}.page_gallery__page-cont .page_gallery__page-h{display:block;margin:20px 0}.page_gallery__page-cont .page_gallery__page-h h1{font-size:32px;width:80%;padding:0 0 10px;margin:0;border-bottom:4px solid #0051cf;display:inline-block}.page_gallery__page-cont .page_gallery__page-h a{font-size:18px;display:inline-block;vertical-align:top;margin:22px 0 0 10px}.page_gallery__page-cont .page_gallery__block{width:300px;display:inline-block;margin:10px 12px;vertical-align:top}.page_gallery__page-cont .page_gallery__block a{color:#444;text-decoration:none}.page_gallery__page-cont .page_gallery__block a img{width:300px;height:180px;-o-object-fit:cover;object-fit:cover}.page_gallery__page-cont .page_gallery__block a p{font-size:18px;line-height:1.34;font-weight:700;margin:15px 0 0}.social-share{display:block;white-space:nowrap;font-size:0;line-height:0}.social-share li{display:inline-block;vertical-align:top;box-sizing:border-box;margin-right:4px}.social-share li.social-share-telegram{font-size:13px;line-height:32px;margin-left:10px}.social-share li.social-share-telegram a{font-weight:700}.social-share .vk-logo{display:block;max-width:24px!important;margin:0 4px 0 0}.social-share-btn{display:inline-block;vertical-align:top;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;padding:6px 14px 5px 10px;box-sizing:border-box;border-radius:3px}.social-share-btn,.social-share-btn:active,.social-share-btn:focus,.social-share-btn:hover{background:#ccc;color:#fff;text-decoration:none}.social-share-btn i{vertical-align:top;margin-right:8px;margin-top:-1px}.social-share-btn_tw,.social-share-btn_tw:active,.social-share-btn_tw:focus,.social-share-btn_tw:hover{background:#00abed}.social-share-btn_fb,.social-share-btn_fb:active,.social-share-btn_fb:focus,.social-share-btn_fb:hover{background:#4c68b3}.social-share-btn_vk,.social-share-btn_vk:active,.social-share-btn_vk:focus,.social-share-btn_vk:hover{display:flex;align-items:center;background:#1c6a9d}.social-share__cnt{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;margin-left:7px}.social-share{overflow:hidden}.social-share>div{float:left}.social-share-desc{font-size:18px;line-height:1.85;margin-left:.5em;color:#aaa;float:left}.social-share-desc a,.social-share-desc a:active,.social-share-desc a:hover,.social-share-desc a:visited{color:#aaa;text-decoration:underline}.social-adv{overflow:hidden;background:#f5f4f4;padding:20px 28px}.social-adv img{float:left;margin:0!important}.social-adv span{font-size:15px;line-height:1.4;margin-left:153px;margin-top:16px;display:block}.social-adv a,.social-adv a:focus,.social-adv a:hover,.social-adv a:visited{color:#dd2337}.social-share-line__cont{margin:32px 0}.social-share-line__cont .social-share-btn_fb-cont,.social-share-line__cont .social-share-btn_tw-cont,.social-share-line__cont .social-share-btn_vk-cont{width:auto}.post .social-share li{margin-top:0}.post .rand-social-like{margin-top:20px}.post .rand-social-like iframe{margin:0;max-height:28px!important}.post .rand-social-like .rsl__text{display:inline;line-height:30px;font-size:14px}.social-subscription{font-weight:300;font-size:16px;color:#a1a1a1;overflow:hidden;background:#f5f4f4;padding:30px 28px;transition:all .3s;box-sizing:border-box}.social-subscription.error input{border-color:red}.social-subscription i{vertical-align:middle;margin-right:6px;float:left}.social-subscription span{display:block;padding:3px 0;margin-left:38px}.social-subscription .social-subscription__line{overflow:hidden;margin-top:14px;font-size:0}.social-subscription input{background-color:transparent;width:100%;background:#fff;width:76%;border-radius:3px 0 0 3px;padding:9px 10px;border:1px solid #d2d2d2;border-right:0}.social-subscription button,.social-subscription input{outline:0;box-sizing:border-box;font-size:16px;font-weight:200}.social-subscription button{border-radius:0 3px 3px 0;background-color:transparent;border:0;width:100%;color:#fff;padding:10px 0;text-align:center;background:#05c;width:24%;white-space:nowrap}.social-subscription-block{background:#f5f4f4;margin-bottom:40px;border:1px solid #e5e5e5;padding:0 20px 27px 12px;line-height:1.5;box-sizing:border-box}.social-subscription-block .sblocklist__header h2{margin:8px 0 8px 10px;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;text-transform:none;font-size:20px;line-height:1.5}.social-subscription-block.social-subscription{font-weight:400;font-size:14px;color:#3d55c9;overflow:hidden}.social-subscription-block.social-subscription.error button,.social-subscription-block.social-subscription.error input{border-color:red}.social-subscription-block.social-subscription .social-subscription__text-link{margin:22px 0 22px 10px}.social-subscription-block.social-subscription .social-subscription__text-link a{text-decoration:underline}.social-subscription-block.social-subscription .social-subscription__line{margin-top:0}.social-subscription-block.social-subscription input{width:85%;border-radius:0;font-size:14px;font-weight:400;padding:7px 10px;border:1px solid #d2d2d2;border-right:0}.social-subscription-block.social-subscription button{width:15%;padding:0;background:transparent;border:1px solid #d2d2d2;border-left:0;background:#fff;border-radius:0}.social-subscription-block.social-subscription i{vertical-align:middle;margin-right:0;float:right}.relatedlist{background-color:#fff;padding-left:55px;line-height:1.5}.post-wide_promo .content-wrap_related{padding:90px 0 0;background-color:#f2f4f7}.post-wide_promo .relatedlist{padding-top:30px}.relatedlist__header{padding:27px 0 10px;margin-left:-3px}.relatedlist__header a,.relatedlist__header h2{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;text-decoration:none;font-size:32px;line-height:1.5;margin:0;color:#444}.relatedlist__header a:hover{color:#05c}.relatedlist__list{line-height:0;font-size:0;margin-top:21px}.relatedlist__list li{line-height:1.5;display:inline-block;vertical-align:top;margin:0 15px 30px}.relatedlist__list li:nth-child(-n+3){width:285px}.relatedlist__list li:nth-child(-n+3) .related__image img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.relatedlist__list li:nth-child(n+4){width:445px}.relatedlist__list li:nth-child(n+4) .related__image img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}.post-wide_promo .relatedlist__list li:nth-child(-n+3){width:285px}.post-wide_promo .relatedlist__list li:nth-child(n+4){width:442px}.related__content a,.related__content a:hover{color:#000}.related__content h3{margin:17px 0 3px;font-size:18px;line-height:1.34;font-weight:700}.related__content span{font-size:14px;color:#b0b0b0;line-height:1.5}.relap-default__block-title{font-family:sf_ui_displaybold,Arial,sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:32px!important;color:#444!important}.sidebar-relatedlist{margin-left:55px;line-height:1.5}.sidebar-relatedlist__header{padding:0 0 20px}.sidebar-relatedlist__header h2{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5;margin:0}.sidebar-relatedlist__list{line-height:0;font-size:0;margin-top:0}.sidebar-relatedlist__list li{line-height:1.5;margin:0 0 100px}.sidebar-relatedlist__list li:last-child{margin-bottom:0}.sidebar-relatedlist__list.sidebar__flex{display:flex;height:100%;flex-direction:column;justify-content:space-around}.sidebar-relatedlist__list.relatedlist__list_small li:nth-child(n+3){display:none}.sidebar-related__content a,.sidebar-related__content a:hover{color:#000;text-decoration:none}.sidebar-related__content h3{margin:17px 0 3px;font-size:18px;line-height:1.34;font-weight:700}.comments__head h3{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:26px;line-height:1.5;margin:0 0 15px}.comments__head h3 span{color:#bfbfbf;font-size:24px}.comments__head h3 span.cn-count,.comments__head h3 span.cn-text{color:#444}.comments__head--flex{display:flex;align-items:baseline}.comments__head--forum{margin-left:25px;text-decoration:underline}.comments__toadd{align-self:flex-start;margin-top:6px;float:right;font-size:16px;line-height:36px;background:#05c;padding:0 22px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.comments__toadd,.comments__toadd:focus,.comments__toadd:hover,.comments__toadd:visited{color:#fff;text-decoration:none}.comments__toadd i{vertical-align:top;margin-top:11px;margin-right:6px}.comment__list{background:#fcfcfc;margin:0;padding:0;border:1px solid #e5e5e5;line-height:1.5}.comment__list .best_comment_item,.comment__list .best_comment_item:target{background-color:#f6f4c0;border:4px solid #ffd800;padding:20px 15px}.comment__list .best_comment_item .best_comment_scribe,.comment__list .best_comment_item:target .best_comment_scribe{display:block;margin:20px 0 0}.comment__list .best_comment_item .thdrpy,.comment__list .best_comment_item:target .thdrpy{text-align:right;margin:0;float:right}.comment__list .best_comment_item+.comment__item_child,.comment__list .best_comment_item:target+.comment__item_child{border-top:none;margin-top:0;margin-left:48px}.comment__list .make_best_comment{float:right;font-size:29px;margin:-35px -10px 0 10px}.comment__list .make_best_comment:hover{text-decoration:none}.comment__list li{list-style:none}.comment__list .avatar,.comment__list .avatars,.comment__list .random-tg-avatar{border-radius:10px;float:left}.comment__list .h4,.comment__list h4{margin:1px 55px 4px 46px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:16px}.comment__list .h4 span,.comment__list h4 span{margin-left:10px;font-size:13px;color:silver}.comment__list .h4 a,.comment__list h4 a{opacity:.75}.comment__list .thdrpy{text-align:right;margin:-1em 1px 0 0}.comment__list .thdrpy i{margin:7px 5px 0 0;vertical-align:top}.comment__list .thdrpy a{color:#c1c1c1;font-size:13px}.comment__list .thdrpy a:active,.comment__list .thdrpy a:focus,.comment__list .thdrpy a:hover{color:#c1c1c1}.comment__item{border-top:1px solid #dcdcdc;padding:20px 23px 20px 19px;margin-top:0;margin-left:0;word-wrap:break-word}.comment__item:first-child{margin-top:-1px}.comment__item p{margin:0 0 1em 46px;font-size:16px;white-space:pre-wrap}.comment__item .comments__form{margin-top:20px}.comment__item .comment__submit-cont span{max-width:none}.comment__item:target{background:#fff}.comment__item iframe{max-width:100%}.comment__item_child{border-top:1px solid #dcdcdc;padding:20px 0 0;margin-top:20px;margin-left:28px}.comment__item_child:first-child{margin-top:0;margin-left:50px;margin-right:20px}.comment__item_child:target{padding:20px 10px 0;margin-left:18px;margin-right:-10px}.comment__item_child:target:first-child{margin-left:40px;margin-right:10px}.comment-for-who{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:italic}.comment__item_new{position:relative}.comment__item_new:after{content:"";position:absolute;top:29px;left:100%;margin-left:8px;width:8px;height:8px;border-radius:8px;background:#5788cc}.comments__unauth{margin-top:-1px;padding:20px 19px 29px;border:1px solid #e5e5e5;background:#f5f5f5;font-size:18px}.telegram-auth-container{margin-top:20px}.comments__form{margin-top:-1px;padding:31px 19px 33px;border:1px solid #e5e5e5;background:#f5f5f5;font-size:16px;line-height:1.5;position:relative}.comments__form h3{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:20px;margin:0 0 16px -1px}.comments__form .avatar{float:left;margin-left:-47px;border-radius:10px}.comments__form label{display:block}.comment__author{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;color:#000}.comment__author:active,.comment__author:focus,.comment__author:hover{color:#000}.comment__author--tg{position:relative;display:inline-block;padding-right:19px;opacity:.75}.comment__tg-logo-link{content:"";position:absolute;top:50%;right:0;width:16px;height:16px;background-image:url(/wp-content/themes/simpla2/images/tg_logo_grey.webp);background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}.comment__tg-logo-link:hover{cursor:pointer}.comment__tg-logo-link--empty:hover{cursor:auto}.comment__ta{background-color:transparent;outline:0;width:100%;box-sizing:border-box;background:#fff;height:179px;border:1px solid #d2d2d2;border-radius:3px;resize:vertical;overflow:auto;margin-top:6px}.comment__image{margin-top:9px}.comment__image-hr{border-top:1px solid #d2d2d2;margin:16px -19px 0 -65px}.comment__image-step1{position:relative;cursor:pointer;margin-bottom:30px;overflow:hidden}.comment__image-btn{border:1px solid #d2d2d2;background:#ebebeb;font-size:14px;line-height:26px;display:inline-block;padding:0 21px;border-radius:4px}.comment__image-btn .ir{margin:6px 6px 0 0;vertical-align:top}.comment__image-desc{font-size:12px;color:#7d7d7d;margin-left:7px}.comment__image-inp{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.001;font-size:10em;cursor:pointer}.comment__image-step2{display:none;margin-top:15px;margin-bottom:30px}.comment__image__cont{display:inline-block;padding:4px;border:1px dashed #d2d2d2;position:relative;text-align:right}.comment__image__img{max-width:256px}.comment__image__x{position:absolute;top:0;right:0;margin:12px;background:rgba(0,0,0,.5);border-radius:100%;overflow:hidden;font-size:0}.comment-step2 .comment__image-step1{display:none}.comment-step2 .comment__image-step2{display:block}.comment__list .comment__ta{height:74px}.comment__notify{font-size:16px;margin-top:21px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.comment__notify p{margin:0}.comment__notify #comment_mail_notify{vertical-align:top;margin-top:4px;margin-right:7px}.comment__notify #cancel_reply{position:absolute;top:31px;right:20px}.comment__submit-cont{margin-top:16px;padding-bottom:20px}.comment__submit-cont span{font-size:13px;white-space:normal;display:inline-block;margin-bottom:4px;color:#7d7d7d;max-width:285px}.comment__submit{background-color:transparent;border:0;outline:0;width:100%;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:36px;background:#05c;border-radius:4px;width:175px;margin-right:10px;margin-bottom:4px;padding:0 22px;display:inline-block;vertical-align:top;float:left}.comment__submit i{vertical-align:top;margin:11px 4px 0 -4px}.comment__subscription{margin-bottom:19px;padding:16px 15px 15px;border:1px solid #e5e5e5;background:#f5f5f5;font-size:16px;line-height:1.5}.comment__subscription p{margin:0}.comment__subscription a{display:inline-block}.comment__subscription a,.comment__subscription a:active,.comment__subscription a:focus,.comment__subscription a:hover{color:#878787;text-decoration:none}.comment__subscription i{margin-right:10px;float:left}.comments__ortho h4{margin:20px 0 0}.wpulike{float:right;margin-top:-29px;white-space:nowrap}.comment__list .wpulike .counter a.text{color:#c1c1c1}.comments__form .avatars{float:none;border-radius:0}.avatar-block{display:inline-block;vertical-align:middle;margin-right:10px}.avatar-block img.avatar{width:40px;border-radius:10px;float:none;margin:0}.comments__form_error{color:#fd3434;font-weight:700;margin:10px 0}.comments__heading{position:relative;padding-left:30px}.comments__heading:before{content:"";position:absolute;top:0;left:0;width:25px;height:25px;background-image:url(/wp-content/themes/simpla2/images/pencil.webp);background-size:contain;background-repeat:no-repeat}#comment{position:relative;margin-top:20px;padding:8px;background-color:#fff;border:1px solid transparent;transition:border-color .1s linear;color:#878787;border-radius:4px}#comment:focus,#comment:hover{border:1px solid #05c}#comment:empty:before{content:attr(data-comment);position:absolute}#comment:empty~.comment__submit-cont{display:none}[contenteditable]{outline:0 solid transparent}.rules-block{margin-top:20px}.random-tg-avatar{width:36px;height:36px;font-weight:500;border-radius:50%}.random-tg-avatar,.random-tg-avatar span{display:flex;justify-content:center;align-items:center;font-size:20px}.random-tg-avatar span{margin:0;padding:0;line-height:20px;font-weight:400}.unauth-answer-container{position:relative;display:flex;justify-content:flex-end}.unauth-answer-container:hover .unauth-answer-hide-block{display:block}.unauth-answer{color:#c1c1c1;font-size:13px}.unauth-answer:hover{cursor:pointer}.unauth-answer-hide-block{position:absolute;display:none;top:-4px;right:0;padding:7px;font-size:10px;background-color:#444;color:#fff;border-radius:4px;transform:translateY(-100%)}.unauth-answer-hide-block:before{position:absolute;content:"";right:11px;bottom:-4px;border:5px solid #444;transform:rotate(45deg)}.post-page .content{margin-left:55px;width:580px}.post-page .content-wrap-mod .content{grid-column:1/2}.post-page .content_post-page{margin-top:0}.post-page .iph_container{padding-bottom:100px}.post-page .footer__cont{border-top:1px solid #e8e8e8}.twitter-tweet{margin:0}.mini_poll{padding:10px 20px 15px;background-color:#fffae5;width:75%;margin:30px 0 20px}.mini_poll .post__adsbygoogle{display:none}.mini_poll .poll_question{margin-top:10px;font-size:23px;line-height:1.5;padding-right:30px;font-weight:500}.mini_poll ul.poll_answ{padding-left:0;margin-top:20px;margin-bottom:10px;width:-moz-max-content;width:max-content}.mini_poll ul.poll_answ li{list-style:none;border-radius:5px;padding:6px 20px 6px 50px;background-color:#fff;cursor:pointer;min-width:300px;position:relative;margin-top:8px;font-size:18px;line-height:1.5;box-sizing:border-box}.mini_poll ul.poll_answ li .poll_item__check{position:absolute;left:23px;top:10px;width:18px;height:18px;border:2px solid #68c37d;border-radius:100%;opacity:.5}.mini_poll ul.poll_answ li:hover .poll_item__check{opacity:1}.mini_poll .poll_results{margin-top:12px;display:none}.mini_poll .poll_results.visible_poll{display:block}.mini_poll .poll_results div .poll_percents{font-size:18px;line-height:1.5}.mini_poll .poll_results div .poll_bar{display:block;margin-top:5px;margin-left:43px}.mini_poll .poll_results div .poll_bar b{width:1%;display:block;height:8px;background-color:#68c37d;border-radius:10px}.mini_poll .poll_votes_summary{display:block;font-size:15px;text-align:right;opacity:.6;margin:10px 0 0}.post ul{margin-left:18px}.instagram-media{margin:30px auto 12px!important}.post blockquote p{margin-top:20px!important}.postitem .mini_poll{width:100%;box-sizing:border-box}.video_showtcode_style{width:100%;margin-top:20px}.yota_float{position:fixed;display:block;bottom:50px;right:40px}.yota_float .close_yota_float{display:none;background:url(/wp-content/themes/simpla2/images/close.svg) no-repeat 0 0;filter:grayscale(100%);width:15px;height:15px;font-size:24px;text-align:right;cursor:pointer;position:absolute;right:-11px;top:-4px}.yota_float .main_yota_block{border-radius:100%;overflow:hidden;background-color:#79bcf8;width:150px;height:150px}.yota_float .main_yota_block .yota_thumbs{width:600px;display:block}.yota_float .main_yota_block .yota_thumbs p{font-size:95px;display:inline-block;width:150px;margin:0;line-height:1.75;text-align:center}.bunch_apple_music{background-color:#ececec;padding:1px 11px}.bunch_apple_music .bunch_apple_music_text{font-size:20px;font-weight:700;margin:15px 8px 5px 15px;text-align:left;display:block}.bunch_apple_music .bunch_apple_music_seconadry_text{margin:9px 8px 18px 15px;display:block;font-size:15px;color:#878686}.bunch_apple_music .bunch_apple_music_block .music_apple_chunk{width:49%;height:130px;margin-bottom:2%}.bunch_apple_music .bunch_apple_music_block .music_apple_chunk:first-child{height:423px;margin-right:2%;margin-bottom:0;float:left}.gallery{margin:30px 0;background-color:#f8f7f7;padding:20px 0 0}.gallery h2{margin:0 0 7px 15px;font-size:25px}.gallery h2 a{color:#444}.gallery h2 a:hover{text-decoration:none}.gallery h2+span{margin:0 0 20px 15px;display:block;font-size:15px;color:#878686}.gallery h2+span a{color:#444}.gallery h2+span a:hover{text-decoration:none}.gallery .wallpapers_cont .gallery-item{margin:0 0 15px 15px;display:inline-block}.gallery .wallpapers_cont .gallery-item:nth-child(2){float:left}.gallery .wallpapers_cont .gallery-item:nth-child(2) .gallery-icon a img{width:270px;height:270px}.gallery .wallpapers_cont .gallery-item .gallery-icon .wallpapers_emoj{display:none}.gallery .wallpapers_cont .gallery-item .gallery-icon a img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.gallery+.post_vote_block{display:none}hr.short{width:250px}.wp_attach_link{text-decoration:none;font-size:16px;margin:20px 0;display:block}.wp_attach_link a{text-decoration:underline;padding-left:5px}.wp_attach_link:hover{text-decoration:none}.content-wrap_post_wallpaper_page .post{margin-top:30px}.content-wrap_post_wallpaper_page .post .download_guide{display:block;margin:0 0 10px}.content-wrap_post_wallpaper_page .post .postpage_telega{margin-top:30px}.content-wrap_related_wallpaper_page{margin-top:20px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.yota_typewriter{display:block;background-color:#05c;height:50px;margin-bottom:35px}.yota_typewriter .typewriter_container{display:inline-block;max-width:100%;padding:12px 5px 12px 8px;line-height:1.8em}.yota_typewriter .typewriter_container p{overflow:hidden;border-right:.15em solid orange;white-space:nowrap;margin:0 auto;animation:typing 3.5s steps(40),blink-caret .75s step-end infinite;display:inline-block;color:#fff;max-width:500px;font-size:15px}.yota_typewriter .typewriter_vote_result{transition:opacity .3s;opacity:0;float:right;padding:15px 8px 15px 4px;color:#fff;font-size:30px}.yota_typewriter .typewriter_vote_result span{animation:shake 2s cubic-bezier(.36,.07,.19,.97) infinite;transform:translateZ(0);backface-visibility:hidden;perspective:1000px;display:block}.yota_typewriter .typewriter_vote_result span:hover{animation:none;text-decoration:none}.yota_typewriter.show_vote_result .typewriter_vote_result{opacity:1}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:orange}}.wplinkpreview{border:1px solid #dedede;padding:11px 16px;border-radius:4px;display:block;margin:20px 0;max-width:75%}.wplinkpreview .wplinkpreview_leftpart{display:inline-block}.wplinkpreview .wplinkpreview_leftpart .wplinkpreview-title{font-size:16px;font-weight:500}.wplinkpreview .wplinkpreview_leftpart .wplinkpreview-description{font-size:14px;margin-top:7px}.wplinkpreview .wplinkpreview_leftpart .wplinkpreview-source{margin-top:1px}.wplinkpreview .wplinkpreview_leftpart .wplinkpreview-source a{font-size:13px;color:#8d8d8d}.wplinkpreview .wplinkpreview_leftpart .wplinkpreview-source img{margin:0 0 -3px 5px}.post .juxtapose{margin:30px auto}.post .juxtapose .jx-knightlab{display:none}.post .juxtapose div.jx-image img{margin:0}#informator,.informator{padding:15px 10px 15px 98px;background:url(../images/informator.png) 10px no-repeat #fff;font-style:italic;font-size:.9em;margin:30px 0;color:#333;border-radius:15px;box-shadow:0 0 12px -3px;border-color:#333}.author_photos_link{position:relative;margin:20px 20px -90px;width:75px;font-size:30px;padding:9px 3px;border:1px solid #969595;border-radius:2px;float:right;text-align:center;background-color:#e6e6e6;display:block;color:#313131}.author_photos_link:hover{text-decoration:none}.post{font-size:18px;line-height:1.5;word-wrap:break-word;margin-top:60px}.post .gallery_page_link{position:relative;margin:50px 0 -90px 20px;width:55px;height:55px;text-align:center;background:url(../images/gallery_page_link.png);background-size:cover;display:block}.post .gallery_page_link:hover{text-decoration:none}.post .alignleft,.post .alignright{float:none}.post .aligncenter{display:block}.post h1,.post h2,.post h3,.post h4,.post h5,.post h6{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;color:#000}.post h1{margin-top:48px;margin-bottom:12px;font-size:32px}.post h2{margin-top:32px;margin-bottom:0;font-size:28px}.post h2 b.iphone_xr{font-size:22px}.post b.iphone_xr{font-weight:inherit;font-size:14px}.post .page_gallery_desc,.post p{margin:16px 0 0}.post .page_gallery_desc.first,.post p.first{font-size:22px;color:#000;margin-bottom:16px;font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal}.post .page_gallery_desc.sponsor,.post p.sponsor{padding-left:.8em;border-left:1px solid #ccc;text-transform:uppercase;font-size:.65em;line-height:30px;color:silver}.post .page_gallery_desc.sponsor span,.post p.sponsor span{display:inline-block;vertical-align:middle}.post .page_gallery_desc.sponsor a,.post .page_gallery_desc.sponsor a:hover,.post p.sponsor a,.post p.sponsor a:hover{color:silver;text-decoration:none}.post .page_gallery_desc.sponsor img,.post p.sponsor img{display:inline-block;vertical-align:middle}.post img{margin:36px auto;max-width:580px}.post .wpappbox img{margin:0}.post p>img{margin-top:36 px-16px}.post p:first-child>img,.post p:first-child iframe{margin-top:0}.post .img__zoom+br+small,.post>.fotorama+br+p+small,.post>.fotorama+br+p>small,.post>.fotorama+br+small,.post>.fotorama+p+small,.post>.fotorama+p>small,.post>.fotorama+small,.post>.fotorama>img+br+small,.post>.fotorama>img+small,.post>.gallery_page_link+.rating_emoji_img+br+small,.post>.gallery_page_link+.rating_emoji_img+small,.post>.gallery_page_link+br+small,.post>.gallery_page_link+small,.post>.imageBullet+br+small,.post>.imageBullet+small,.post>.img__zoom+small,.post>.post__img_double+p small,.post>.post__img_double+small,.post>.sweetcouple img+br+small,.post>.sweetcouple img+small,.post>.wp-video+br+small,.post>.wp-video+small,.post>img+.rating_emoji_img+br+small,.post>img+.rating_emoji_img+small,.post>img+br+small,.post>img+small,.post>p>.gallery_page_link+.rating_emoji_img+br+small,.post>p>.gallery_page_link+.rating_emoji_img+small,.post>p>.gallery_page_link+br+small,.post>p>.gallery_page_link+small,.post>p>iframe+br+small,.post>p>iframe+small,.post>p>img+.rating_emoji_img+br+small,.post>p>img+.rating_emoji_img+small,.post>p>img+br+small,.post>p>img+small{font-family:Georgia,Times New Roman,Times,serif;border-left:2px solid #0360d2;font-size:16px;padding:0 0 0 15px;font-style:italic;text-align:left;color:#747373}.post .img__zoom+br+small span,.post>.fotorama+br+p+small span,.post>.fotorama+br+p>small span,.post>.fotorama+br+small span,.post>.fotorama+p+small span,.post>.fotorama+p>small span,.post>.fotorama+small span,.post>.fotorama>img+br+small span,.post>.fotorama>img+small span,.post>.gallery_page_link+.rating_emoji_img+br+small span,.post>.gallery_page_link+.rating_emoji_img+small span,.post>.gallery_page_link+br+small span,.post>.gallery_page_link+small span,.post>.imageBullet+br+small span,.post>.imageBullet+small span,.post>.img__zoom+small span,.post>.post__img_double+p small span,.post>.post__img_double+small span,.post>.sweetcouple img+br+small span,.post>.sweetcouple img+small span,.post>.wp-video+br+small span,.post>.wp-video+small span,.post>img+.rating_emoji_img+br+small span,.post>img+.rating_emoji_img+small span,.post>img+br+small span,.post>img+small span,.post>p>.gallery_page_link+.rating_emoji_img+br+small span,.post>p>.gallery_page_link+.rating_emoji_img+small span,.post>p>.gallery_page_link+br+small span,.post>p>.gallery_page_link+small span,.post>p>iframe+br+small span,.post>p>iframe+small span,.post>p>img+.rating_emoji_img+br+small span,.post>p>img+.rating_emoji_img+small span,.post>p>img+br+small span,.post>p>img+small span{font-style:normal;color:#444;display:block;font-size:13px;padding-top:2px}.post>.fotorama>img+br+small,.post>.fotorama>img+small{margin-bottom:40px}.post>.fotorama+br+p+small,.post>.fotorama+br+p>small,.post>.fotorama+br+small,.post>.fotorama+p+small,.post>.fotorama+p>small,.post>.fotorama+small,.post>.gallery_page_link+br+small,.post>.gallery_page_link+small,.post>.sweetcouple img+br+small,.post>.sweetcouple img+small,.post>img+br+small,.post>img+small,.post>p>.gallery_page_link+br+small,.post>p>.gallery_page_link+small,.post>p>img+br+small,.post>p>img+small{display:block;margin-top:-20px;margin-bottom:36px}.post>img+.rating_emoji_img+br+small,.post>img+.rating_emoji_img+small,.post>p>img+.rating_emoji_img+br+small,.post>p>img+.rating_emoji_img+small{display:block;margin-top:-25px}.post iframe{margin:5px auto;max-width:580px}.post #vk_poll iframe{margin:0}.post .fb_iframe_widget{margin:36px auto}.post .fb_iframe_widget iframe{margin:0 auto}.post ul,.post ul li{list-style-type:disc}.post ol{padding:0}.post strong{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700}.post small{text-align:left;font-size:16px;color:#aaa;font-family:sf_ui_displayregular,Arial,sans-serif}.post em{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:italic}.post center{text-align:center}.post center img{display:block}.post center br{display:none}.post center small{text-align:center}.post blockquote{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;background-color:#f5f5f5;position:relative;margin:1.5em 0;padding:1em;border-top:2px dotted #e3e3e3;border-bottom:2px dotted #e3e3e3;font-family:Georgia,Times New Roman,Times,serif;text-align:left}.post blockquote:before{position:absolute;width:7px;content:"";top:0;left:-7px;bottom:0;height:100%;overflow:hidden;margin:0;background-image:url(/wp-content/themes/simpla2/images/blockquote_bg.png);background-repeat:repeat-y;display:none}.post blockquote p{margin:0}.post blockquote.left,.post blockquote.right{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:22px;text-transform:uppercase;color:#36d95c;padding:16px 20px;margin:0;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;width:30%}.post blockquote.left:after,.post blockquote.left:before,.post blockquote.right:after,.post blockquote.right:before{display:none}.post blockquote.left{float:left;margin-left:-20px}.post blockquote.right{float:right;margin-right:-20px}.post .post_author_desc{margin:25px 0 20px;font-size:0;padding:20px;box-sizing:border-box;background:#f6f6f6}.post .post_author_desc .desc_head{font-size:16px;font-weight:700;color:#000;padding:0 0 5px;text-transform:uppercase;display:none}.post .post_author_desc .desc_content .desc_avatar{display:inline-block;vertical-align:top;margin:5px 25px 0 0}.post .post_author_desc .desc_content .desc_avatar div{border-radius:100%;height:63px;width:63px;overflow:hidden}.post .post_author_desc .desc_content .desc_avatar div img{width:100%;margin:0}.post .post_author_desc .desc_content .desc_title{display:inline-block;vertical-align:top;width:75%}.post .post_author_desc .desc_content .desc_title h2{display:inline-block;margin:0;font-size:18px}.post .post_author_desc .desc_content .desc_title a{text-decoration:none;font-size:14px;padding-left:7px;color:#05c}.post .post_author_desc .desc_content .desc_title a:hover{text-decoration:underline}.post .post_author_desc .desc_content .desc_title p{margin:5px 10px 0 0;font-size:13px;color:#6f6f6f}.post .social-share{padding:0;margin-top:50px}.post .social-share:first-child{margin-bottom:50px}.post .social-subscription{margin-top:30px}.post__banner{margin:0 60px}.post__banner .bnr,.post__banner .bnr-swf,.post__banner>a>img,.post__banner[id^=AdFox_banner_]{margin:60px auto 0}.content-wrap_related{padding:20px 0 0;border-left:none;border-right:none}.content-wrap_comments{margin-top:91px}.content-wrap_comments .sidebar{margin-top:63px}.content-wrap_comments .adfox-topcomment{margin-bottom:6px}.post__tags{font-size:0;line-height:0;margin:40px 0 0}.post__tags,.post__tags a,.post__tags li{display:inline-block;vertical-align:top}.post__tags a{margin-right:9px;margin-bottom:9px;font-size:18px;font-weight:400;line-height:1.5;border-radius:2px;padding:0 5px}.post__tags a,.post__tags a:active,.post__tags a:focus,.post__tags a:hover{text-decoration:none}.post__tags-cont{display:flex;margin-top:0}.post__tags--more-desktop,.post__tags--more-mobile{margin-bottom:5px;padding-bottom:3px;border-bottom:1px dashed #444;cursor:pointer}.post__tags--more-mobile{font-size:14px}.post .post__categories,.post .post__tags{display:inline-block;vertical-align:top;font-size:13px;line-height:1.5;padding:0;margin:0 2px 0 0}.post .post__categories li,.post .post__tags li{display:inline-block;vertical-align:top;margin-top:0;list-style-type:none;margin-right:9px}.post .post__categories .post__categories__title,.post .post__tags .post__categories__title{font-size:13px;color:#444;line-height:1.5;margin-right:5px;font-weight:700}.post .post__categories a,.post .post__tags a{color:#444;margin-bottom:5px;display:inline-block;vertical-align:top;font-weight:400;font-size:13px;text-transform:lowercase;line-height:1.5;border-radius:2px;padding:0 0 1px;margin-right:7px;border-bottom:1px solid #dedede}.post .post__categories a,.post .post__categories a:active,.post .post__categories a:focus,.post .post__tags a,.post .post__tags a:active,.post .post__tags a:focus{text-decoration:none}.post .post__categories a:last-child,.post .post__tags a:last-child{margin-right:0}.post .post__categories{display:flex}.post .post__categories--mobile{display:none}.post .post__categories--alisa{position:relative;top:-4px;flex-shrink:0;align-self:flex-end;padding:1px 7px 2px 36px;margin-left:15px;color:#fff;background:#2d1b7e;background:linear-gradient(90deg,#2d1b7e,#7233bf);font-size:12px;text-transform:none}.post .post__categories--alisa:before{content:"";position:absolute;top:-4px;left:3px;width:30px;height:30px;background-color:transparent;background-image:url(/wp-content/themes/simpla2/images/alisa.webp);background-size:contain;background-repeat:no-repeat}.post .post__tags--desktop-container{display:none;width:100%}.post .post__tags--desktop-container .need_cat-wrapper{display:inline-block;margin-right:7px;padding:0 0 1px;margin-bottom:5px;font-weight:400;font-size:13px;text-transform:lowercase;line-height:1.5;border-radius:2px;border-bottom:1px solid #dedede}.post .post__tags--desktop-container .need_cat-wrapper a{text-decoration:none}.post .post__tags--mobile-container{display:none}.post .post__tags--mobile-container .need_cat-wrapper{margin-right:7px;font-weight:400;text-transform:lowercase}.post .post__tags--mobile-container .need_cat-wrapper a{margin-right:0;border-bottom:1px solid #dedede;color:#444}.post .post__tags b.iphone_xr{font-weight:400}.post .post__tag-reklama a{border:1px solid #ff3737}.post .post__tag-reklama a,.post .post__tag-reklama a:active,.post .post__tag-reklama a:focus,.post .post__tag-reklama a:hover{color:#ff3737}.post__insert_relative strong{font-weight:400;text-transform:uppercase}.post__fb_dialog *{margin:0;padding:0;box-sizing:border-box}.post__fb_dialog body{background-color:#fff}.post__fb_dialog ul.ChatLog{list-style:none}.post__fb_dialog .ChatLog{max-width:600px;margin:16px auto}.post__fb_dialog .ChatLog .ChatLog__entry{margin:.5em}.post__fb_dialog .ChatLog__entry{display:flex;flex-direction:row;align-items:flex-end;max-width:100%}.post__fb_dialog .ChatLog__entry.ChatLog__entry_mine{flex-direction:row-reverse}.post__fb_dialog .ChatLog__avatar{flex-shrink:0;flex-grow:0;z-index:1;height:50px;width:50px;border-radius:25px;max-width:50px;max-height:50px;margin:0}.post__fb_dialog .ChatLog__entry .ChatLog__message{position:relative;margin:0 12px}.post__fb_dialog .ChatLog__entry .ChatLog__message:before{position:absolute;right:auto;bottom:.6em;left:-12px;height:0;content:"";border:6px solid transparent;border-right-color:#ddd;z-index:2}.post__fb_dialog .ChatLog__entry.ChatLog__entry_mine .ChatLog__message:before{right:-12px;bottom:.6em;left:auto;border:6px solid transparent;border-left-color:#08f}.post__fb_dialog .ChatLog__message{background-color:#ddd;padding:.5em;border-radius:4px;font-weight:400;max-width:70%}.post__fb_dialog .ChatLog__entry.ChatLog__entry_mine .ChatLog__message{border-top:1px solid #07f;border-bottom:1px solid #07f;background-color:#08f;color:#fff}.post__fb_dialog .ChatLog__message .ChatLog__timestamp{display:none}.sumsung_apple_post{margin:20px 0;text-align:center}.sumsung_apple_post h2{text-align:left}.sumsung_apple_post .sap__btn{background-color:#fff;border:1px solid #000;border-radius:8px;color:#000;padding:10px 25px;font-weight:700;display:inline-block;vertical-align:top;text-decoration:none;width:30%;text-align:center;margin-right:10%;transition:.2s;background-color:#f5e3d9}.sumsung_apple_post .sap__btn.active,.sumsung_apple_post .sap__btn:hover{background-color:#eac5b1}.sumsung_apple_post .sap__btn:last-child{margin-right:0;background-color:#b2d7f1}.sumsung_apple_post .sap__btn:last-child.active,.sumsung_apple_post .sap__btn:last-child:hover{background-color:#87c1e9}.sumsung_apple_post br{display:none}.body_sumsung_apple_iphone .content-wrap{background:#f5e3d9;border-left:5px solid #f5e3d9;border-right:5px solid #f5e3d9}.body_sumsung_apple_iphone .content,.body_sumsung_apple_iphone .iph_container,.body_sumsung_apple_iphone footer{background:#f5e3d9}.body_sumsung_apple_galaxy .content-wrap{background:#b2d7f1;border-left:5px solid #b2d7f1;border-right:5px solid #b2d7f1}.body_sumsung_apple_galaxy .content,.body_sumsung_apple_galaxy .iph_container,.body_sumsung_apple_galaxy footer{background:#b2d7f1}.post_img_left_text:after{content:"";clear:both;width:100%;display:block}.post .post-relatedlist__list{font-size:0;margin:0 0 20px;padding:0}.post .post-relatedlist__list li{list-style:none;display:inline-block;vertical-align:top;width:22%;margin-right:4%}.post .post-relatedlist__list li:last-child{margin-right:0}.post .post-relatedlist__list .post-related__image img{max-width:100%;margin:0}.post .post-relatedlist__list .post-related__content h3{font-size:14px;font-weight:400;font-family:inherit}.post-relatedlist__header{margin:20px 0 10px}.post .post__adsbygoogle{margin:25px 0}.post .post__adsbygoogle br{display:none}.post .post__adsbygoogle iframe{margin:0}.post_page__schema_none{display:none}.post_vote_block{margin-top:20px}.post_vote_block .pvb__title{font-size:12px;line-height:50px;margin-right:10px}.post_vote_block .pvb__img{width:50px;height:50px;box-sizing:border-box;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAgCAYAAAAFQMh/AAAGTklEQVR4AaXTA5ArWxrA8f93zunueIxn2zYLa9u2bRXWNstr27b5bL+bq8wkk+Y536ZSc7FOan9VbfybwvQYfve4pySdhWchZrEa9n5UZulLgJuYggy+dRTTEMelRu33awedC0SQ3UJ2xxXdwVp6AXA1E3Lpep+p+OFqc/lAwEGIIdmH2nK6PFy/7CvZID8eqCYKFxsp0xCqH4U8TdGsjkSgEdTmqc/OHlVmW+8FfHGisHWG6SS3+yr9G1V2Bq7NmDqSVgfo3nXiMCjT8mX5N0J5BiKgAIqgBHUrTMgFdUzLOncl3rObVvgyp8zy/sTh0c5My8zVDCZiTACfMty5gzIr/zpFuGRatta4L3Fz92PGZwzX+mT98KOJw6OdmcbqYbWLks7yWZgGhACyGVfuLNP8LxOHRztPHj2iYWrtmQ+Zzn6gFgiAgnG42Jn9j5vPJg6PdmZS1uonGqtHHYVbgMozhgextBYWlgfbt78OeA0TsC9+YINJhKp879zBRz7OzB0LwQCbYRQIuHqMc3JRVWR3B2yZDu6MaokkzfqqMbII2rbWDow1OhqQnZ9b5n8psuzd8wcd/iy3eiqEOoSC3USAgnL7VeS92zEuGg01sEnfRsmGGNMmqFMJGrL1mwZb7/ww8HbZ9uklAGp1d0EV5NHWxWtik65pdbrqi9uyO264ZObAo19ml04C3TuqgIAzo+iVFDtvIkrqxK0ZmDkM3DwED6ogAhjQNaotf6V3y3UPc+pL5o+98AC/48rv1uJOogpKQNRTDtdpH3Q8dvlE8BGEnD0EjEHTLmXvJuqzC4iJUA1IOQRmQWFMFPBgwNVigvJ4FxQM4Y1m+cQEUwcxIHY8dfN9cJ3NaMG/kHQcHWzbQWO2RfDlaAg4tw1cBOJAA6gHk0HWZccN15H2+b3oZY9ewsS3YGoJquyhIGbPgbspYIACqi0U3au54qc3EzWaLO7vEJS4XiNuNhAjoIGqKBlsH7DlxnWy9fz9wDMcNE5DJCFUgLK3cRT9p6gw5vuQ9UArXGy48rd9Duxb5hYsSIaL+gBUZSBPYWNDCHSY3afaAHCIPxg1/Dv/GmWvu91AixwfLO1R7NRLYlaOWMXaCBM1kdaBKAnqC0TA1S3Ucuje+KLu9dclDnQJ9SCG/80AATSFkBGCR8Th4oiZlVnq7RZlXoyfAA0HJgYEQglaQVYRPFRZdU8HvgMCyj/FhX+hHqggFJu/ClgnlIXSu3ONOFHKrEBChosFXAxBQT34CkJFf+sW8tT/3KF5Ag7EggLI5qAgCigogAIlaAFaAQbEIKOhNZtw9W92cvMVQ+pNsFGPuN7FOIt1gqAEH0ZD5QnVp7OBPs+h1QAKIAIsYBgTD6HcfQ0Q9nzhWo2jxsV4ArV2g+ZMH4nq1FuCD4JKQhUgVGCtYKLRYIvQaPq3tRbY7vDVtUi21x2z+WgKtEwRa8BEoAoKGANYQBAXYUXJh559j2yxeOgqPiuwSQ3mDwAbQQBEQD0Md0TDW29+X7axfq7DD38GBahC8ONB8YQyJ1vvoaGkOb9A0AgUxDrGgzgQM46rBpCAzwvyYU7kHVGSgfGAwnhfD1lBkabHBC9in3nJzu319vxdtcr392WKz/uU2YAqXR8NPW6/qke2PqTRDqgaQlWhodr9j4sxlBt9brlsO2k/J1QpUBJbj/gNKNahXKPsb2PnLbcz6A3eV+bVt+WmDzdYPfSkC/Nh98chjKLDlHxQsbGuDPuGW661bGx4zrhE2e/oOYxrEsLmh2Us1lmq4Q7++uMu3VuF+eWAOMVGghEBgaKAONY/2SBvAD4DIH98ZQLAQae6h95xpf/QHdeYThEMWSmXZ7m5bGZO/mKc/L5m/eELy8W7lw6u0ZqPEWsRDBp0/O/2tgxJWm2iJKGsHEFH06IiVB4/GrRa+x1wBpvkqnfPsol0qxwiK+mpN/6pdhXwN/5JUpVnRjVeM7sY7t6eE+K64FwgBCgLZemQGeqjuGvPQ2cRREErKPsMrrue3tbe8cBlAHLLx2Km9ctvNM5SwgNtpOe5SA+v1WQ2cRrte7hndiWiMTNL1KijvqJIc9a6Awbb899FdS4EUgC55l11/h+/+Eky12nqoilNsrp/sdSaK+9mI3OGKrO+VNEgvcrHP8n64Z3ADjb9HeT7Qug38eYJAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:50%;border:1px solid #ccc;background-size:25px;border-radius:50%;display:inline-block;text-decoration:none;vertical-align:top;transition:.3s;opacity:.8}.post_vote_block .pvb__img.active,.post_vote_block .pvb__img:hover{border-color:#05c;opacity:1}.post_vote_block .lc,.post_vote_block .status{display:inline-block;vertical-align:top;margin:12px 0 0 10px;color:#8c8c8c;font-size:16px}.post_vote_block .status{font-size:12px;margin-top:16px}.post__comments,.post__comments .adsbygoogle{margin-top:20px}.post .postpage__video iframe{margin:20px auto 13px;width:835px;height:450px}.post .postpage__video p{margin:0}.post .postpage_telega{display:flex;flex-wrap:wrap;margin:25px 0 0;padding:2px 0}.post .postpage_telega .block-cellar{flex-shrink:0;font-size:13px;font-weight:700}.post .postpage_telega .block-cellar a{color:#444}.post .postpage_telega .post__categories--alisa a{color:#fff}.post .postpage_telega .block-cellar:not(:first-child){position:relative;padding-left:40px}.post .postpage_telega .block-cellar:not(:first-child):before{content:"";position:absolute;top:10px;left:20px;width:4px;height:4px;background-color:#444;transform:translate(-50%,-50%)}.post .postpage_telega .block-cellar:last-child{padding-left:0}.post .postpage_telega .block-cellar:last-child:before{content:none}.post .postpage_telega b{font-style:normal}@media (max-width:1239px){.post .postpage_telega .block-cellar:nth-child(4){width:100%;padding-left:0;padding-top:15px}.post .postpage_telega .block-cellar:nth-child(4):before{display:none}}@media (max-width:1000px){.post .postpage_telega .block-cellar:nth-child(4){width:auto;padding-left:40px;padding-top:0}.post .postpage_telega .block-cellar:nth-child(4):before{display:block}}@media (max-width:792px){.post .postpage_telega .block-cellar:nth-child(4){width:100%;padding-left:0;padding-top:15px}.post .postpage_telega .block-cellar:nth-child(4):before{display:none}}.telegram-post:before{display:none}.telegram-post iframe{position:static}.post-ratings{height:50px;padding-top:20px}.post-ratings img{width:17px}.post-ratings .post-ratings-novotes{font-size:15px;margin:0 0 0 5px}.post-ratings p{margin:0}.post .postpage_dont_forget_other{margin:8px 0 0 5px;color:#444;font-size:13px;font-style:italic}.post .postpage_dont_forget_other a{color:#444;text-decoration:underline}.post .postpage_dont_forget_other a:hover{text-decoration:underline}.post .postpage__favorites{margin:15px 0}.post .postpage__favorites img{margin:-5px 0 0}.rating_emoji_img{text-align:right;margin-top:-60px;padding-right:40px;padding-bottom:10px}.rating_emoji_img a{text-shadow:0 0 1em #fff;font-size:40px;margin-right:20px;transition:.1s;position:relative;width:45px;height:45px;background-position:50%;background-size:contain;background-repeat:no-repeat;display:inline-block;vertical-align:top}.rating_emoji_img a.up{background-image:url(/wp-content/themes/simpla2/images/thumbsupip.gif)}.rating_emoji_img a.down{background-image:url(/wp-content/themes/simpla2/images/thumbsdown.gif)}.rating_emoji_img a.think{background-image:url(/wp-content/themes/simpla2/images/thinkingemoji.gif)}.rating_emoji_img a span{position:absolute;font-size:12px;color:#000;bottom:-20px;left:0;width:100%;text-align:center;font-weight:700}.rating_emoji_img a:last-child{margin-right:0}.rating_emoji_img a:hover{text-decoration:none;filter:contrast(120%)}.post img.aligncenter+.rating_emoji_img{margin-top:-20px}.post__lenta_info_block{margin-top:35px}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-10px)}to{transform:translatey(0)}}.quiz-content .content:after{content:"";display:block;text-align:center;width:60px;height:65px;background-size:contain;background-image:url(/wp-content/themes/simpla2/images/arrow-down-sign-to-navigate.svg);background-repeat:no-repeat;margin:100px auto -85px;animation:float 2s ease-in-out infinite}.iphones_quiz{min-height:300px;background-color:#f2f4f7;padding:90px 0}.iphones_quiz .quiz_counter{text-align:center;font-size:20px}.iphones_quiz__card.visible{overflow:visible}.iphones_quiz .iphones_quiz__try_again.visible,.iphones_quiz .quiz_partners.visible,.iphones_quiz .social-share-block.visible,.iphones_quiz__card.visible,.iphones_quiz__result.visible{display:block}.iphones_quiz .iphones_quiz__try_again--v2.visible{display:flex;align-items:center;padding:0;color:#444}.iphones_quiz__card,.iphones_quiz__result{text-align:center;background-color:#fff;display:none;border-radius:2px;overflow:hidden}.iphones_quiz__card{padding:20px}.iphones_quiz__result{padding:0;height:100%;position:relative;overflow:hidden}.iphones_quiz__result img{margin:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;position:absolute;z-index:2;left:0}.iphones_quiz__result img.img-vision{max-width:164px;left:50%;transform:translateX(-50%)}.iphones_quiz__result .answer_text{background-color:#fff;color:#444;border-top:10px solid #0051cf;position:relative;z-index:3;width:600px;margin:40px auto}.iphones_quiz__result .answer_text .iphones_quiz__result-title{font-size:30px;margin:0;line-height:35px;padding:40px 20px 0;border-left:1px solid #ccc;text-align:center}.iphones_quiz__result .answer_text .iphones_quiz__result-title hr{width:50%;margin-top:20px;border:none;height:1px;background-color:#000}.iphones_quiz__result .answer_text .iphones_quiz__result-title small{display:block;margin-top:20px;font-size:18px;text-align:center}.iphones_quiz__result .answer_text .iphones_quiz__result-title--vk18{margin-left:8px;margin-right:8px;font-size:26px;background-color:#f4f4f4;border:none;border-top-left-radius:8px;border-top-right-radius:8px}@media screen and (max-width:640px){.iphones_quiz__result .answer_text .iphones_quiz__result-title--vk18{font-style:24px;line-height:1.2}}.iphones_quiz__result .answer_text p.paragraph{font-size:18px;margin:40px 20px 0;padding-bottom:20px;line-height:30px}.iphones_quiz__result .answer_text p.paragraph img{position:relative;margin:20px 0;width:100%}.iphones_quiz__result .answer_text p.paragraph span{background-color:#fff9c8;display:block;padding:10px 20px;border:1px solid #dca500;border-radius:10px;font-size:16px;line-height:1.5}.iphones_quiz__result .answer_text p.paragraph small{color:#9e9c9c}.iphones_quiz__result .answer_text p.paragraph-vk18{margin-top:0;margin-left:8px;margin-right:8px;padding:40px 8px 30px;background-color:#f4f4f4;line-height:1.2;border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media screen and (max-width:640px){.iphones_quiz__result .answer_text p.paragraph-vk18{margin-top:0!important;padding-top:20px}}.iphones_quiz__result .answer_text p.paragraph-vk18+span{margin-top:20px}.iphones_quiz__result .answer_text p.paragraph-vk18 span{line-height:1.2;background-color:#dbf1fe;border:none}.iphones_quiz__result .answer_text p.paragraph-vk18 span.p-vk18{font-size:18px;font-weight:500;line-height:1.2}.iphones_quiz__result .answer_text p.paragraph-vk18 span.p-vk18 b{color:#2787f5}.iphones_quiz__result .answer_text p.paragraph-vk18 span.s-vk18{position:relative;margin-top:25px;padding-top:20px}.iphones_quiz__result .answer_text p.paragraph-vk18 span.s-vk18:before{content:"";position:absolute;left:50%;top:0;width:48px;height:48px;box-shadow:0 4px 10px 0 rgba(0,0,0,.050980392156862744);background-image:url(/wp-content/themes/simpla2/images/party-popper.svg);background-repeat:no-repeat;background-size:40px;background-position:left 9px bottom 7px;background-color:#f4f4f4;transform:translate(-50%,-50%);border-radius:50%}.iphones_quiz__result .answer_text p.paragraph-vk18 span.s-vk18 u{text-decoration:none}.iphones_quiz__result .answer_text p.paragraph-vk18 span.s-vk18 a{color:#2787f5}.iphones_quiz__result .answer_text .count_true_answers{font-size:47px;margin:40px 0 0;color:#444;float:none;width:100%;display:block;text-align:center}.iphones_quiz__result .answer_text .count_true_answers--hide{display:none}.iphones_quiz__result .answer_text .count_true_answers__inner_container{display:flex;align-items:flex-end;justify-content:space-between;padding:0 20px}.iphones_quiz__result .answer_text .count_true_answers__container_answers{display:flex;flex-direction:column;align-items:flex-start}.iphones_quiz__result .answer_text .count_true_answers__el{position:relative}.iphones_quiz__result .answer_text .count_true_answers__el:before{content:"";position:absolute;width:10px;height:10px;top:46%;left:-20px;border-radius:50%}.iphones_quiz__result .answer_text .count_true_answers__el:first-child:before{background-color:#05be05}.iphones_quiz__result .answer_text .count_true_answers__el:last-child:before{background-color:#ff2323}.iphones_quiz__result .answer_text .count_true_answers__num{font-size:24px;line-height:24px;font-weight:700}.iphones_quiz__result .answer_text .count_true_answers__text{font-size:22px;line-height:22px;color:#848484}.iphones_quiz__result .answer_text .count_true_answers__percent{line-height:47px;font-weight:700}.iphones_quiz__result .answer_text .count_true_answers__scale_container{display:flex;height:20px;margin:20px 20px 0}.iphones_quiz__result .answer_text .count_true_answers__scale_wrong{background-color:#ff2323}.iphones_quiz__result .answer_text .count_true_answers__scale_right{background-color:#05be05}.iphones_quiz__result .answer_text .count_true_answers__percent_text{margin:20px 20px 0;font-size:22px;line-height:22px;font-weight:700;text-align:right}.iphones_quiz__result .answer_text--vk18{margin-top:0;padding-top:40px;border-top:none}.iphones_quiz__result .pet-block{position:relative;height:200px;overflow:hidden}.iphones_quiz__result .pet-block:before{content:"";position:absolute;left:50%;bottom:-40%;width:200px;height:200px;transform:translateX(-50%);border-radius:50%;background-color:#dbf1fe}.iphones_quiz__card-body{text-align:center}.iphones_quiz__card-image{margin:0 auto;width:700px;height:340px;-o-object-fit:cover;object-fit:cover;display:block}p.iphones_quiz__card-question{font-size:23px;line-height:30px;font-weight:700;top:0;padding-top:5px;margin-bottom:20px}p.iphones_quiz__card-question:before{content:attr(data-index) "/" attr(data-total);display:block;font-weight:400;text-align:center;margin-bottom:19px}.iphones_quiz__card ul.iphones_quiz__card-answers{text-align:left;margin:0 0 0 50px;padding:0 0 25px!important;list-style:none}.iphones_quiz .iphones_quiz__card label{display:block;position:relative;font-size:18px;z-index:1;padding:9px 50px 6px 23px;cursor:pointer}.iphones_quiz .iphones_quiz__card button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#05c;font-style:inherit;cursor:pointer;display:none;height:45px;padding:12px 49px 14px 48px;border-radius:2px;font-size:17px;line-height:20px;letter-spacing:0;font-weight:600;color:#fff;margin:20px auto 0}.iphones_quiz .iphones_quiz__card input{position:absolute;z-index:0;top:12px;left:-5px}.iphones_quiz .iphones_quiz__card input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;display:inline-block;width:15px;height:15px;border:1px solid #9e9e9e;box-shadow:inset 0 1px 1px rgba(0,0,0,.2);border-radius:100%}.iphones_quiz .iphones_quiz__card input[type=checkbox]:after{content:"";display:block}.iphones_quiz .iphones_quiz__card input[type=radio]:after{content:"";display:block;width:9px;height:9px;border-radius:100%;margin:2px auto 0}.iphones_quiz .iphones_quiz__card input[type=radio].hover,.iphones_quiz .iphones_quiz__card input[type=radio]:hover{border-color:#4778d9}.iphones_quiz .iphones_quiz__card input[type=radio].hover:after,.iphones_quiz .iphones_quiz__card input[type=radio]:hover:after{background-color:#4778d9}.iphones_quiz .iphones_quiz__card *,.iphones_quiz .iphones_quiz__card :after,.iphones_quiz .iphones_quiz__card :before{box-sizing:border-box}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li{max-width:600px;position:relative;margin:0;padding:0;transition:opacity .25s ease-out}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li small{display:none;font-size:13px;line-height:20px;margin:-3px 0 10px 23px}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li small:last-child{margin-bottom:13px}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li small>span{background-color:#fff9c8;width:70%;display:block;padding:10px 20px;margin-top:10px;border:1px solid #dca500;border-radius:10px;pointer-events:auto;color:#000}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode{margin:0 auto;max-width:750px;text-align:center}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li{background-color:#fff;cursor:pointer;max-width:380px;margin:20px 15px;border:1px solid #c7c5c5;padding:10px;display:inline-block}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li:hover{border-color:#ffc107}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li img{width:320px;height:220px;-o-object-fit:cover;object-fit:cover;padding-bottom:10px}.iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li label.iphones_quiz__card-answer-label{width:95%;text-align:center;font-size:16px;padding:75px 0 8px;position:absolute;bottom:1px;background:linear-gradient(1turn,#fff 35%,rgba(27,96,172,0))}.iphones_quiz .iphones_quiz__card.answered.visible .iphones_quiz__card-body{pointer-events:none}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers li{opacity:.3}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers li.checked{opacity:1}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers li.checked input[type=radio]:after{background-color:#444}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers li.checked small{display:block}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.checked,.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.checked a{color:red}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.checked input{border-color:red}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.checked input[type=radio]:after{background-color:red}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.checked small{display:block}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.checked.correct input[type=radio]:after{background-color:#007247}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.correct{opacity:1;color:#007247}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.correct a{color:#007247}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.correct input{border-color:#007247}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.correct small{display:block}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li{opacity:1;position:relative}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li small{display:none!important}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li.checked{border:1px solid #4190ff}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li.checked img{opacity:.2}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li.checked small{display:block!important;position:absolute;width:94%;top:40%;margin:0;font-size:40px;color:#000}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li.checked.correct,.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li.checked:not(.correct){margin:20px 15px;color:#444}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li.correct{color:#444}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode.iphones_quiz__show_truth li.checked{border-color:red}.iphones_quiz .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__picture_mode.iphones_quiz__show_truth li.correct{opacity:1;border-color:#18b97c}.iphones_quiz .iphones_quiz__result .iphones_quiz__picture_mode .answer_text .count_true_answers{display:none}.iphones_quiz .iphones_quiz__result .iphones_quiz__picture_mode .answer_text .iphones_quiz__result-title{margin-left:0;border:none;text-align:center}.iphones_quiz .iphones_quiz__result .iphones_quiz__result-image--vk18,.iphones_quiz .iphones_quiz__result .iphones_quiz__result-image-share{display:none}.iphones_quiz__card-button[data-type=submit]{display:inline-block}.iphones_quiz__card.answered .iphones_quiz__card-button{display:inline-block;background-color:#05c;color:#fff}.iphones_quiz__card-answers li .same_answers{display:none;font-size:15px;position:absolute;right:0;top:10px}.iphones_quiz__card-answers li .same_answers:before{content:"";display:block;width:23px;height:23px;background-color:#000;-webkit-mask-image:url(img/multiple-users-silhouette.svg);mask-image:url(img/multiple-users-silhouette.svg);-webkit-mask-size:contain;mask-size:contain;margin:0 0 4px}.iphones_quiz__card.answered .iphones_quiz__card-answers li .same_answers{display:block}.iphones_quiz__card.answered .iphones_quiz__card-answers li.correct .same_answers:before{background-color:#007247;color:#007247}.iphones_quiz__card.answered .iphones_quiz__card-answers li.checked:not(.correct) .same_answers:before{background-color:red;color:red}.iphones_quiz .social-share-block{display:none}.iphones_quiz .social-share-block p{background-color:#fff;margin:0;text-align:center;padding:40px 0 0;font-size:18px}.iphones_quiz .social-share-block .social-share{text-align:center;background-color:#fff;padding-top:20px;padding-bottom:40px}.iphones_quiz .iphones_quiz__try_again{display:none;cursor:pointer;text-align:center;font-size:18px;background-color:#fff;padding:20px 0 40px;color:#848484}.quiz_post_block{text-align:center;background-color:#fff;padding:20px 50px}.quiz_post_block p{font-size:18px;line-height:1.5;margin:16px 0 0}.quiz_post_block .title_block{font-size:30px;font-weight:700;line-height:1.5}.quiz_post_block:before{content:"";width:80%;margin:0 auto 40px;height:2px;background-color:#e5e5e5;display:block}.iphones_quiz .iphones_quiz__try_again:hover{text-decoration:underline}.iphones_quiz .iphones_quiz__try_again:before{content:"";opacity:.6;display:block;text-align:center;width:22px;height:22px;background-size:contain;background-image:url(/wp-content/themes/simpla2/images/loading.svg);background-repeat:no-repeat;margin:0 auto 6px;filter:grayscale(100%);animation:rotater 3s linear infinite}.iphones_quiz .iphones_quiz__try_again--v2:before{display:inline-block;margin:0 4px 0 0}.quiz-btns{display:flex;justify-content:center;gap:40px;padding:20px 0}.social-share-quiz-wrapper{display:flex;gap:14px;align-items:center;font-size:18px}.social-share-quiz-btn{padding:10px 25px;color:#fff;background-color:#0051cf}.social-share-quiz-btn:hover{cursor:pointer;background-color:#005be9}.social-share-quiz-btn--vk18{border-radius:8px}.share-self{position:relative}.share-self:before{content:"";display:inline-block;text-align:center;width:16px;height:16px;background-size:contain;background-image:url(/wp-content/themes/simpla2/images/chain.png);background-repeat:no-repeat;margin:0 6px 0 0}.share-self:hover{text-decoration:underline}.share-telegram,.share-vk{position:relative;width:40px;height:40px;padding:0}.share-telegram:before,.share-vk:before{position:absolute;top:50%;left:50%;display:block;text-align:center;width:26px;height:26px;transform:translate(-50%,-50%)}.show-copied{position:absolute;display:none;top:-22px;right:0;color:#444;font-size:12px}.show-copied--visible{display:block}.share-vk:before{content:url(/wp-content/themes/simpla2/images/vk_logo.svg)}.share-telegram:before{content:url(/wp-content/themes/simpla2/images/telegram_logo.svg)}.iphones_quiz .quiz_partners{display:none;background-color:#fff;padding:0 0 80px}.iphones_quiz .quiz_partners .quiz_partners_content{width:82%;margin:0 auto;border-top:1px solid #868686;padding:30px 0}.iphones_quiz .quiz_partners .quiz_partners_content p{font-size:18px;line-height:1.5;margin:0}.iphones_quiz .quiz_partners .quiz_partners_img{margin:0 auto;display:block;width:82%}.iphones_quiz_v2 .iphones_quiz__card ul.iphones_quiz__card-answers li{width:48%;max-width:48%;display:inline-block;text-align:center;background:#05c;cursor:pointer;padding:15px 49px;border-radius:10px;font-size:17px;line-height:20px;letter-spacing:0;font-weight:600;margin-right:2%;color:#fff}.iphones_quiz_v2 .iphones_quiz__card ul.iphones_quiz__card-answers li:last-child{margin-right:0}.iphones_quiz_v2 .iphones_quiz__card ul.iphones_quiz__card-answers li input{opacity:0}.iphones_quiz_v2 .iphones_quiz__card label{padding:0}.iphones_quiz_v2 .iphones_quiz__card.answered .iphones_quiz__card-button{padding:15px 49px;border-radius:10px;line-height:20px;letter-spacing:0;font-weight:600;height:auto}.iphones_quiz_v2 .iphones_quiz__card.answered ul.iphones_quiz__card-answers.iphones_quiz__show_truth li.correct small{display:none}.iphones_quiz_v2 .iphones_quiz__card-image{position:relative}.iphones_quiz_v2 .iphones_quiz__card-image .iphones_quiz__card-imageimg,.iphones_quiz_v2 .iphones_quiz__card-image .iphones_quiz__card-imagetext{position:absolute;left:0;top:0;width:100%;height:100%;transition:transform .2s linear;transform-style:preserve-3d;will-change:transform;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-size:36px;line-height:38px;padding:0 20px;box-shadow:0 26px 7px -21px rgba(0,0,0,.25)}.iphones_quiz_v2 .iphones_quiz__card-image .iphones_quiz__card-imageimg{background-position:50%;background-size:cover;background-repeat:no-repeat}.iphones_quiz_v2 .iphones_quiz__card-image .iphones_quiz__card-imagetext{transform:rotateY(90deg);transition-delay:.2s;color:#fff}.iphones_quiz_v2 .iphones_quiz__card-image.rotate .iphones_quiz__card-imageimg{transform:rotateY(90deg)}.iphones_quiz_v2 .iphones_quiz__card-image.rotate.correct .iphones_quiz__card-imagetext.true,.iphones_quiz_v2 .iphones_quiz__card-image.rotate.incorrect .iphones_quiz__card-imagetext.false{transform:rotateY(0deg)}.iphones_quiz_v2 .iphones_quiz__card.answered.visible .iphones_quiz__card-body{display:none}#LentaInformComposite663947 span.mghead{font-weight:400!important;font-style:normal!important;font-size:32px!important;line-height:1.5!important;margin-left:0!important;font-family:sf_ui_displaybold,Arial,sans-serif!important;color:#444!important;margin-bottom:20px!important;text-transform:none!important}.c_y_style{text-align:center;background-image:linear-gradient(-100deg,rgba(205,239,255,0),rgba(205,239,255,.9) 50%,rgba(205,239,255,0))}.c_y_style img{margin-top:0!important;margin-bottom:0!important}.iframe__vimeo{width:100%;height:330px}#adfox_155845091265433059{margin:20px 0}#adfox_155845091265433059>div{margin:0 auto}.yellow-block{background-color:#fff9c8;display:block;padding:10px 20px;border:1px solid #dca500;border-radius:10px}.user_funny_pics{background-color:#eaebef;border-top:4px solid #4bade9;border-radius:4px;position:relative}.user_funny_pics .funny_pics_header h3{font-size:19px;font-weight:700;margin:15px 0 0 30px}.user_funny_pics .funny_pics_header h3 span{color:#198ace}.user_funny_pics .funny_pics_header img.restore_logo{width:100px;position:absolute;top:14px;right:20px}.user_funny_pics .funny_pics{overflow:hidden;height:250px;margin-top:30px;display:block;position:relative}.user_funny_pics .funny_pics:after{content:"";display:block;position:absolute;top:0;right:0;width:100px;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#eaebef)}.user_funny_pics .funny_pics ul{overflow-x:scroll;height:270px;white-space:nowrap}.user_funny_pics .funny_pics ul li{list-style-type:none;vertical-align:top;display:inline-block;margin:0 10px}.user_funny_pics .funny_pics ul li:first-child{margin-left:30px}.user_funny_pics .funny_pics ul li.new_funny_pic{cursor:pointer}.user_funny_pics .funny_pics ul li.new_funny_pic b{display:block;width:130px;text-align:center;padding:75px 0 85px;border-radius:15px;font-size:80px;font-weight:100;background-color:#4bade9;color:#fff}.user_funny_pics .funny_pics ul li.new_funny_pic span{margin-top:10px;color:#4bade9}.user_funny_pics .funny_pics ul li img{width:130px;height:180px;border-radius:15px;-o-object-fit:cover;object-fit:cover}.user_funny_pics .funny_pics ul li p{font-size:13px;color:#7f8083;text-align:center;margin:10px 0 0}.user_funny_pics .funny_pics ul li span{display:block;font-size:13px;font-weight:700;text-align:center}.user_funny_pics .funny_pics_form{display:none;margin:20px 30px;height:250px;padding-top:20px}.user_funny_pics .funny_pics_form input{background-color:#d9dade;border:2px solid #6d6d6d;display:block;width:55%;margin:10px auto;padding:7px 20px;border-radius:6px;outline:none}.user_funny_pics .funny_pics_form .funny_img_attach{padding:32px 0;text-align:center;margin:0 auto;background-color:#4bade9;color:#fff;border-radius:4px;width:65px}.user_funny_pics .funny_pics_form .funny_img_attached{display:block;width:61px;height:80px;text-align:center;color:#fff;font-size:14px;border-radius:4px;opacity:0;-o-object-fit:cover;object-fit:cover;margin:-82px auto 0}.user_funny_pics .funny_pics_form .funny_img_attach_field{width:68px;height:84px;opacity:0;margin:-84px auto 0;cursor:pointer}.user_funny_pics .funny_pics_form .funny_img_attach_send{background-color:#4bade9;color:#fff;padding:5px 40px;display:block;width:-moz-fit-content;width:fit-content;border-radius:4px;margin:0 auto}.user_funny_pics .funny_pics_form .funny_pic_filesize_err{display:none;text-align:center;padding:5px 0;color:#167ab8}.user_funny_pics .funny_pics_form .funny_pic_filesize_err.show_err{display:block}.user_funny_pics .funny_pics_alert{display:none;position:absolute;width:93%;text-align:center;margin:20px 0;padding:0 20px;height:250px;line-height:1.5;font-size:20px}.user_funny_pics .funny_pics_alert:before{font-size:70px;display:block;padding:10px}.user_funny_pics .funny_pics_alert.well_done:before{content:"👌"}.user_funny_pics .funny_pics_alert.loading:before{content:"🕝"}.user_funny_pics .funny_pics_alert.fail:before{content:"❌"}.user_funny_pics .funny_pics_rules{margin-top:10px;display:none}.user_funny_pics .funny_pics_rules.show_rules{display:block}.user_funny_pics .funny_pics_rules .fpr_normalp{line-height:inherit}.user_funny_pics .funny_pics_rules h3{font-size:19px;font-weight:700;padding-left:30px;margin:0}.user_funny_pics .funny_pics_rules p{margin:10px 30px;font-size:14px;line-height:2;font-weight:500}.user_funny_pics .funny_pics_rules img.restore_reseller{width:100px;display:inline-block;margin:10px 0 20px 30px}.user_funny_pics .funny_pics_rules img.restore_reseller+span{display:inline-block;margin-left:15px;vertical-align:super}.user_funny_pics .funny_pics_button_collapse{background-color:#4bade9;color:#fff;text-align:center;font-weight:700;cursor:pointer;font-size:12px;padding:11px 0;border-radius:0 0 4px 4px}.user_funny_pics .funny_pics_button_collapse:hover{text-decoration:underline}.user_funny_pics.user_funny_pics_yota .funny_pics_header img.restore_logo{width:20px}.user_funny_pics.user_funny_pics_yota .funny_pics_rules img.restore_reseller{width:25px}.iph_score_block{background-color:#000;width:100%;line-height:1.2;margin-top:36px}.iph_score_block .score_top{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;box-sizing:border-box}.iph_score_block .score_top .score_image{width:200px;height:200px;background-image:url(/wp-content/themes/simpla2/images/headphone_block.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%}.iph_score_block .score_top .score_inf{text-align:center;max-width:50%}.iph_score_block .score_top .score_inf,.iph_score_block .score_top .score_inf a{color:#fff;font-size:27px;font-weight:700;text-decoration:none;text-transform:uppercase}.iph_score_block .score_top .score_inf a:hover{color:#006aff}.iph_score_block .score_top .score_score{width:100px;height:100px;background-color:#05c;margin:0;color:#fff;text-align:center}.iph_score_block .score_top .score_score br{display:none}.iph_score_block .score_top .score_score .score_number{font-weight:700;font-size:40px;text-align:center;margin-top:10px;display:block}.iph_score_block .score_top .score_score .score_label{bottom:18px;font-style:italic;width:100%;font-size:14px;white-space:nowrap}.iph_score_block .score_middle_info{display:flex;background-color:#fff;font-weight:300;margin:0 5px;padding:18px 32px 39px}.iph_score_block .score_middle_info .score_middle_info_half{text-align:left;width:50%;padding-right:30px}.iph_score_block .score_middle_info .h_title{font-weight:700;text-transform:Uppercase;padding-left:16px}.iph_score_block .score_bottoms{display:inline-block;width:100%;color:#fff;font-size:15px;line-height:1;padding:16px 0 12px;text-align:center}.iph_score_block .score_bottoms a{color:#fff;font-size:16px;text-decoration:none}.iph_score_block .score_bottoms a .score_action_link_retailer{font-size:13px}.iph_score_block .score_bottoms .first_bottom{display:inline-block;background-color:#05c;padding:12px;text-align:center;margin-bottom:4px}.iph_score_block .score_bottoms .first_bottom br{display:none}.iph_score_block .score_bottoms .first_bottom:hover{background-color:#006aff}.post-page .quiz_page{margin-top:80px}.spoiler_character{margin-top:20px}.spoiler_character>input+label{background:#000;box-sizing:border-box;display:block;overflow:hidden;padding:5px 15px;text-align:center;width:100%}.spoiler_character>input+label:after{color:#fff;content:"+";float:right;font-family:monospace;font-weight:700}.spoiler_header{font-size:1.5em;color:#ff0101}.spoiler_character>input{display:none}.spoiler_character>input:checked+label after{color:#fff;content:"-";float:right;font-family:monospace;font-weight:700}.spoiler_character>input:checked+label+.spoiler_body{display:block}.spoiler_character>.spoiler_body{background:#fff;border:3px solid #000;box-sizing:border-box;display:block;overflow:hidden;padding:5px 15px;text-align:center;width:100%}.spoiler_character>input+label+.spoiler_body{display:none}.spoiler_character table.spoiler_table{width:100%}.spoiler_character table.spoiler_table tr:nth-child(odd){background:#ccc}.spoiler_character table.spoiler_table tr:nth-child(2n){background:#fff}.spoiler_character table.spoiler_table td{font-size:.8em;padding:0 0 0 .5em}.spoiler_character table.spoiler_table td:first-child{width:30%}.imageBullet{width:100%;height:auto;position:relative}.imageBullet img{width:100%;height:auto;margin-bottom:0}.imageBullet .imageBullet-bullet{position:absolute;z-index:1;border-radius:50%;display:flex;justify-content:center;align-items:center;background-image:url(/wp-content/themes/simpla2/images/bullet.svg);width:32px;height:32px;background-repeat:no-repeat;background-size:32px;transition:transform .2s ease;color:#fff;left:32%;top:13%}.imageBullet .imageBullet-bullet:hover{cursor:pointer}.imageBullet .imageBullet-bullet .imageBullet_click{display:block;opacity:0;width:100%;height:100%;position:absolute;left:0;top:0;z-index:2}.imageBullet .imageBullet-bullet .backdrop{animation:pulse 4s ease infinite;width:32px;height:32px;background:hsla(0,0%,100%,.4);border-radius:50%;transform:scale(0);opacity:0}.imageBullet .imageBullet-bullet .backdrop .tag-wrapper{display:flex;align-items:center;justify-content:center;position:relative}@keyframes pulse{0%{transform:scale(0);opacity:1}25%,to{transform:scale(3);opacity:0}}.imageBullet .imageBullet_text{width:240px;position:absolute;display:none;z-index:10;top:84%;left:314px}.imageBullet .imageBullet_text .imageBullet_text-item{justify-content:center;align-items:center;margin:0;border:8px solid transparent;padding:0 4px;max-width:240px;max-height:124px;border-radius:10px;line-height:18px;white-space:pre-line;overflow:hidden;opacity:1;background:rgba(0,0,0,.8);color:#fff;width:100%}.imageBullet .imageBullet_text .imageBullet_text-item a{text-decoration:underline;color:#fff;opacity:1}@media screen and (max-width:750px){.imageBullet .imageBullet_text .imageBullet_text-item a{text-decoration:underline;color:#fff;opacity:1}}.imageBullet.imageBullet-light .imageBullet-bullet{background-image:url(/wp-content/themes/simpla2/images/bullet_dark.svg)}.imageBullet.imageBullet-light .imageBullet-bullet .backdrop{background:rgba(3,2,2,.83)}.content_block_by_main_tag{padding-bottom:25px;margin-top:20px}.content_block_by_main_tag .container_block_main_tag{width:100%}.content_block_by_main_tag .container_block_main_tag .content_block_tag{margin-top:75px}.content_block_by_main_tag .container_block_main_tag .content_block_tag .content_block_tag_title{color:#000;font-size:36px;line-height:1.34;font-weight:700;text-decoration:none}.content_block_by_main_tag .container_block_main_tag .content_block_tag .content_block_tag_title a img{margin-top:2px}.content_block_by_main_tag .container_block_main_tag .content_block_tag .content_block_tag_text{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:18px;color:#444}.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postitem__timegap{font-family:Georgia,Times New Roman,Times,serif;font-size:16px;font-style:italic;text-align:left;color:#747373;font-weight:300}.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postlist__counters{float:none}.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postitem__comments{color:#747373;font-weight:500;font-size:16px;float:none}.content_block_by_main_tag .container_block_main_tag .content_block_tag_title{text-decoration:none}.content_block_by_main_tag .container_block_main_tag #content_block_button_more{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:block;position:relative;background-color:transparent;border:0;outline:0;width:100%;box-sizing:border-box;color:#fff;font-weight:700;font-size:16px;line-height:36px;background:#05c;border-radius:4px;width:200px;margin-left:auto;margin-right:auto;margin-top:38px;padding:8px;transition-duration:.2s}.content_block_by_main_tag .container_block_main_tag #content_block_button_more:hover{background:#0066f5}.post blockquote{padding-top:0}.post blockquote p{margin:16px 0 0}.post blockquote.tiktok-embed{background-color:transparent;border-top:none;border-bottom:none}.post-ratings img{vertical-align:sub;width:24px;padding:1px!important}#rating_text_value img,.post-ratings-image img{width:20px}button .counter span .count{position:relative;background:#fff;border:1px solid #ddd;padding:1px 6px;border-radius:3px;margin-left:8px;font-size:16px}button .counter span .count :before{content:"";position:absolute;top:7px;left:-3px;width:4px;height:4px;border-color:#ddd;border-style:solid;border-width:0 0 1px 1px;background:#fff}button .counter{border:1px solid #ddd;border-radius:3px}.comment__list ol,.comment__list ol li{border:none}.post__img_double{display:grid;grid-template-columns:repeat(2,1fr);margin-top:20px;gap:2%}.post__img_double img{grid-row:1;max-width:100%}.post__img_double small{grid-row:2}.post__img_double .img__zoom,.post__img_double img{max-width:100%!important;margin:0 2% 0 0}.post__img_double .img__zoom:last-child,.post__img_double img:last-child{margin-right:0}.post__img_double+p small{display:block;margin-top:-6px}.img__zoom+br{display:none}.img__zoom+br+small{margin-top:10px;display:block}.img__zoom{cursor:pointer;position:relative}.img__zoom:after{content:"";position:absolute;width:50px;height:50px;background:rgba(0,85,204,.8);box-shadow:0 2px 3px rgba(94,102,0,.3);background-image:url(/wp-content/themes/simpla2/images/zoom.svg);border-radius:50%;background-size:25px;background-position:50%;background-repeat:no-repeat;top:0;bottom:0;left:0;right:0;margin:auto;transition:.2s;transform:scale(0);opacity:0}.img__zoom .aligncenter{margin:0 auto}.img__zoom:hover:after{opacity:1;transform:scale(1)}.img__zoom img{margin:0;max-width:100%!important}.preloader{text-align:center;padding:20px 0}.preloader .lds-spinner{color:official;display:inline-block;position:relative;width:80px;height:50px}.preloader .lds-spinner div{transform-origin:39px 23px;animation:lds-spinner 1.2s linear infinite}.preloader .lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:3px;height:10px;border-radius:20%;background:#004be3}.preloader .lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.preloader .lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.preloader .lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.preloader .lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.preloader .lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.preloader .lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.preloader .lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.preloader .lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.preloader .lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.preloader .lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.preloader .lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.preloader .lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.notice-block{padding:12px;background-color:#f9f9f9;line-height:1.4}.all-imgs-block{background-color:#fff8dc}.post-tag{margin-left:55px}.inner-article,.outer-article{margin-top:40px;margin-bottom:40px}.outer-article{width:95%}.inner-article__title{display:none}.inner-article__new-title,.outer-title{display:inline-block;font-weight:500;line-height:1.2;color:#444}.inner-article__new-title:before,.outer-title:before{content:"";position:absolute;display:block;top:0;left:0;right:0;bottom:0}.inner-article__new-title:hover,.outer-title:hover{color:#444}.outer-title{width:100%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#5e5e5e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inner-article__full-content,.outer-article__full-content{position:relative;display:flex;align-items:flex-start;gap:15px;color:#444}.inner-article__full-content:hover,.outer-article__full-content:hover{color:#444}.outer-article__full-content{padding:15px;background-color:#f6f6f6;border-radius:8px}.inner-article__img,.outer-article__img{position:relative;align-self:flex-start;flex-shrink:0;height:70px;width:70px;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:8px;overflow:hidden}.inner-article__img:after,.outer-article__img:after{content:"";width:100%;display:block;height:100%;background-image:linear-gradient(0deg,#fff,rgba(45,253,158,0) 33%,rgba(45,253,158,0))}.outer-article__img:after{content:none}.outer-article__info-content{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch}.outer-article__info-content,.outer-article__text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.outer-article__text{margin:5px 0;font-size:13px;color:#848484}.outer-article__source{font-size:13px;line-height:1;color:#9d9d9d;text-overflow:ellipsis}.inner-article__stars{display:none;position:relative;padding-left:20px}.inner-article__stars:before{content:"";position:absolute;top:2px;left:0;width:19px;height:17px;background-image:url(/wp-content/themes/simpla2/images/star-border.svg);background-size:contain;background-repeat:no-repeat}.inner-article__comments{position:relative;top:-1px;color:#878787}.inner-article__comments i{padding-right:4px}.inner-article__comments:hover{text-decoration:none;color:#878787}.inner-article__comments:before{display:none;content:"";position:absolute;top:3px;left:0;width:19px;height:17px;background-image:url(/wp-content/themes/simpla2/images/comment-dots-border.svg);background-size:contain;background-repeat:no-repeat}.inner-article__favourites{position:relative;top:4px;left:0;width:16px;height:14px;background-image:url(/wp-content/themes/simpla2/images/heart-border.png);background-size:contain;background-repeat:no-repeat;cursor:pointer}.inner-article__favourites:hover{text-decoration:none}.inner-article__favourites--added{background-image:url(/wp-content/themes/simpla2/images/heart-filled.png)}.inner-article__stats{position:relative;display:flex;gap:10px;margin-top:2px;font-size:15px;color:#878787}.af-end-post{width:95%;margin-top:20px}.af-end-post .outer-article__info-content,.af-end-post .outer-article__text,.af-end-post .outer-title{white-space:unset;text-overflow:unset}.outer-article__full-content{position:relative}.outer-article__erid{position:absolute;top:4px;right:6px;font-size:8px;line-height:8px}@keyframes rotater{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.compare__post_block{max-width:580px;margin:0 auto}.compare__post_block br,.compare__post_block img{display:none}.compare__post_block .cpb__img{width:100%;height:325px;font-size:0;background-repeat:no-repeat;background-size:cover;background-position:50%}.compare__post_block .cpb__img_btn{display:inline-flex;vertical-align:top;width:50%;align-items:center;justify-content:center;height:100%;cursor:pointer;background-color:rgba(0,0,0,.2)}.compare__post_block .cpb__img_btn span{background-color:hsla(0,0%,100%,.8);color:#000;border-radius:15px;padding:5px 20px;font-size:18px;transition:.3s}.compare__post_block .cpb__img_btn:hover{background-color:transparent}.compare__post_block .cpb__img_btn:hover span{background-color:#fff}.compare__post_block .cpb__result{width:100%;font-size:0;margin-top:10px}.compare__post_block .cpb__result>div{display:inline-block;vertical-align:top;width:50%;text-align:center;color:#000;font-size:16px}.compare__post_block .cpb__result>div span{color:red;font-weight:700;display:none}.post-page .content-wrap_post_wide .content{margin-left:0;float:none;width:auto;padding-left:80px;padding-right:80px}.post-page .content-wrap_post_wide .sidebar{display:none}.post-page .content-wrap_post_wide .post-h__cred .post__favorites{right:0}.post-page .content-wrap_post_wide .post_sidebar-fb_post_block{display:none}.post-page_promo .iph_container{border-left:1px solid #ececec;border-right:1px solid #ececec;border-top:1px solid #ececec}.wide_post_promo_img{text-align:center}.post-wide_promo{background-repeat:no-repeat}.post-wide_promo .iph_container{margin-top:80px;border-right:none;border-left:none}.post.post_wide img{max-width:100%}.post.post_wide .juxtapose img{max-width:none}.post.post_wide .post__cont_wide{margin-left:auto;margin-right:auto;max-width:580px}.post.post_wide p.p_image-promo{margin-left:0;max-width:auto}.post.post_wide .instagram-media{margin-left:auto!important;margin-right:auto!important}.post.post_wide iframe{max-width:100%}.post.post_wide>*{width:580px;margin-left:auto;margin-right:auto}.post.post_wide>small{display:block}.post.post_wide .be_wide,.post.post_wide .be_wide+small,.post.post_wide .post__img_double,.post.post_wide .sweetcouple{width:100%}.post.post_wide .sweetcouple br{display:none}.post.post_wide .sweetcouple .be_wide{width:49%;display:inline-block;vertical-align:top;margin:0}.post.post_wide .sweetcouple .be_wide:nth-child(-n+2){margin-right:15px}.post.post_wide .sweetcouple .be_wide img{margin:0 0 36px}.content-wrap__video_item .post{margin-top:0}.content-wrap__video_item .post iframe{margin-bottom:10px}.content-wrap__video_item .post h1{margin-top:0}.content-wrap__video_item .post .youtube_channel_url{margin-bottom:20px;display:block}.loader_block{text-align:center;margin:20px 0}.loader_block img{width:40px;height:40px;transition:.5s;transform:rotate(-1turn);animation-name:load;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:normal;animation-delay:0;animation-play-state:running;animation-fill-mode:forwards}@keyframes load{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.post_wide .content_block_by_main_tag{width:580px}.post_wide .content_block_by_main_tag .container_block_main_tag{width:100%}.post-page .content-wrap_post_whole .content{margin-left:0;width:auto;float:none;text-align:left}.post-page .content-wrap_post_whole .sidebar{display:none}.post_whole{margin-top:0;padding-top:60px}.post_whole img{max-width:100%}.post_whole .post__cont_whole{margin-left:55px;margin-right:55px}.post_whole iframe{max-width:100%}.post_whole .social-share{margin-left:55px}.quiz-content .post_whole{margin-top:30px;padding-top:0;margin-bottom:70px}.post ul.list-clock,.post ul.list-like,.post ul.list-phone,.post ul.list-rocket,.post ul.list-settings,.post ul.list-star{list-style-type:none;padding-left:58.8px}.post ul.list-clock li,.post ul.list-like li,.post ul.list-phone li,.post ul.list-rocket li,.post ul.list-settings li,.post ul.list-star li{list-style-type:none;position:relative;min-height:42px}.post ul.list-clock li:before,.post ul.list-like li:before,.post ul.list-phone li:before,.post ul.list-rocket li:before,.post ul.list-settings li:before,.post ul.list-star li:before{content:"";float:left;margin-left:-58.8px;background:url(/wp-content/themes/simpla2/images/sprites/ir-a18a0.png) no-repeat 0 0;vertical-align:text-top;display:inline-block}.post ul.list-rocket li:before{width:42px;height:42px;background-position:0 -938px}.post ul.list-settings li:before{width:42px;height:42px;background-position:0 -981px}.post ul.list-phone li:before{width:42px;height:42px;background-position:0 -895px}.post ul.list-star li:before{width:42px;height:42px;background-position:0 -1024px}.post ul.list-clock li:before{width:42px;height:42px;background-position:0 -809px}.post ul.list-like li:before{width:42px;height:42px;background-position:0 -852px}.post i{vertical-align:middle}.post dl.num1 dt,.post dl.num1_gray dt,.post dl.num2 dt,.post dl.num2_gray dt,.post dl.num3 dt,.post dl.num3_gray dt,.post dl.num4 dt,.post dl.num4_gray dt{margin:36px 0 16px;padding-left:44px}.post dl.num1 dt:before,.post dl.num1_gray dt:before,.post dl.num2 dt:before,.post dl.num2_gray dt:before,.post dl.num3 dt:before,.post dl.num3_gray dt:before,.post dl.num4 dt:before,.post dl.num4_gray dt:before{margin-left:-44px;margin-top:1px;float:left;text-align:center;text-decoration:none;box-sizing:border-box;padding:0 4px}.post dl.num1 dt i,.post dl.num1_gray dt i,.post dl.num2 dt i,.post dl.num2_gray dt i,.post dl.num3 dt i,.post dl.num3_gray dt i,.post dl.num4 dt i,.post dl.num4_gray dt i{margin-right:.8em;margin-top:-2px;float:left;margin-left:-44px}.post dl.num1 dd,.post dl.num1_gray dd,.post dl.num2 dd,.post dl.num2_gray dd,.post dl.num3 dd,.post dl.num3_gray dd,.post dl.num4 dd,.post dl.num4_gray dd{margin:0}.post dl.num1{counter-reset:qnum1}.post dl.num1 dt:before{counter-increment:qnum1;content:counter(qnum1);min-width:1.66em/1.16;font-size:1.16em;line-height:1.66em/1.16;color:#fff;background:#a5adb9;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:italic;border-radius:1.43103448em/2}.post dl.num1 dt i{display:none}.post dl.num2{counter-reset:qnum2}.post dl.num2 dt a{color:#f34719}.post dl.num2 dt a:hover{color:#be3713}.post dl.num2 dt:before{counter-increment:qnum2;content:counter(qnum2);min-width:1.33em/1.05;font-size:1.05em;line-height:1.33em/1.05;color:#f34719;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;border:1px solid #f34719}.post dl.num2 dt i{display:none}.post dl.num3{counter-reset:qnum3}.post dl.num3 dt:before{float:left;counter-increment:qnum3;content:counter(qnum3);min-width:1.56em/1.16;font-size:1.16em;line-height:24px;color:#a5adb9;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;border-left:1px solid #a5adb9;padding-right:6px;background:url(../images/bg/q-num-arr.png) no-repeat 100% 0}.post dl.num3 dt i{display:none}.post dl.num4{counter-reset:qnum4}.post dl.num4 dt:before{float:left;counter-increment:qnum4;content:counter(qnum4);min-width:1.56em/1.16;font-size:1.16em;line-height:24px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;border-left:1px solid #a5adb9;padding-right:6px;background:url(../images/bg/q-num-arr.png) no-repeat 100% 0}.post dl.num4 dt i{display:none}.post dl.num1_gray{counter-reset:qnum1}.post dl.num1_gray dt:before{counter-increment:qnum1;content:counter(qnum1);min-width:1.66em/1.16;font-size:1.16em;line-height:1.66em/1.16;color:#fff;background:silver;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:italic;border-radius:1.43103448em/2}.post dl.num1_gray dt i{display:none}.post dl.num2_gray{counter-reset:qnum2}.post dl.num2_gray dt a,.post dl.num2_gray dt a:hover{color:#666}.post dl.num2_gray dt:before{counter-increment:qnum2;content:counter(qnum2);min-width:1.33em/1.05;font-size:1.05em;line-height:1.33em/1.05;color:#666;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;border:1px solid #666}.post dl.num2_gray dt i{display:none}.post dl.num3_gray{counter-reset:qnum3}.post dl.num3_gray dt{position:relative}.post dl.num3_gray dt:after,.post dl.num3_gray dt:before{float:left;min-width:1.16em;font-size:1.16em;line-height:24px;color:#a5adb9;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400}.post dl.num3_gray dt:before{counter-increment:qnum3;content:counter(qnum3)}.post dl.num3_gray dt:after{color:transparent;counter-increment:qnum32;content:counter(qnum32);position:absolute;top:0;left:0;border:1px solid #666;transform:rotate(45deg)}.post dl.num3_gray dt i{display:none}.post dl.num4_gray{counter-reset:qnum4}.post dl.num4_gray dt:before{counter-increment:qnum4;content:counter(qnum1);min-width:1.66em/1.16;font-size:1.16em;line-height:1.66em/1.16;color:#fff;color:#666;border:1px solid #666;border-radius:1.43103448em/2}.post dl.num4_gray dt i{display:none}.post ul.list-glyph{margin-top:1.5em;list-style-type:none;padding-left:67.2px}.post ul.list-glyph li{list-style-type:none;position:relative;min-height:56px}.post ul.list-glyph li .ip{float:left;margin-left:-67.2px;margin-top:-15px}.post dl.list-glyph{margin-top:1.5em;padding-left:67.2px}.post dl.list-glyph dt{list-style-type:none;position:relative;padding-left:0}.post dl.list-glyph dt .ip{float:left;margin-left:-67.2px;margin-top:-15px;margin-right:0}.post dl.list-glyph dd{margin:0}.post__special-block-1{margin:1em 0;border-radius:20px;border:6px solid #bde9ff;background-color:#fff;padding:1em}.post__special-block-2{margin:1em 0;border-radius:15px;box-shadow:0 0 12px -3px;padding:1em}.post.question_post{margin-top:0}.post.question_post .question_begin{margin-top:0;font-style:italic}.post.question_post .externalofferlist-h{border-top:1px solid #e3e3e3}.post.question_post .externalofferlist-h .questionlist__intro{margin:0}dl.post__left-dotted-block{position:relative;margin:1.5em 0;padding:1em;background:#b4b4b4}dl.post__left-dotted-block p{margin-top:0}dl.post__left-dotted-block dt.dots{background:#ccc;position:absolute;width:7px;top:0;left:-7px;bottom:0;overflow:hidden;margin:0}dl.post__left-dotted-block dt.dots:before{position:absolute;content:". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";font-size:26px;width:10px;line-height:7px;word-break:break-word;top:-4px;bottom:-4px;left:-4px;color:#fff;font-family:Georgia}dl.post__left-dotted-block dt{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;margin-top:0;margin-bottom:.34em}dl.post__left-dotted-block dd{margin:0}ul.post__neighbors{display:block;position:relative;margin:30px 0 0;padding-left:0}ul.post__neighbors li{display:block;font-size:12px;color:#ccc;margin-top:0}ul.post__neighbors li a{text-decoration:none}ul.post__neighbors li a,ul.post__neighbors li a:active,ul.post__neighbors li a:focus,ul.post__neighbors li a:hover{color:#444;text-decoration:none}ul.post__neighbors li a:active span,ul.post__neighbors li a:focus span,ul.post__neighbors li a:hover span,ul.post__neighbors li a span{font-weight:700}ul.post__neighbors h2{color:#05c;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;display:inline;font-size:14px;text-decoration:underline}ul.post__neighbors h2 b.iphone_xr{font-size:10px}.post__questionlist-cont{display:none}ul.post__questionlist{max-width:285px;position:relative;margin:50px auto 0;padding-left:0}ul.post__questionlist li{display:block}ul.post__questionlist li a{color:#000;text-decoration:none}ul.post__questionlist li a:active,ul.post__questionlist li a:focus,ul.post__questionlist li a:hover{color:#000;text-decoration:underline}ul.post__questionlist h3{margin-top:8px;margin-bottom:32px;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:20px}.socialreads{margin-bottom:40px;background:#fff;padding:0 20px 25px 30px;color:#000;border:1px solid #e5e5e5}.socialreads h2{margin:26px 0 15px -2px;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:1.5}.socialreads__menu_social{font-size:0}.socialreads__menu_social li{display:inline-block;vertical-align:top;margin-right:10px}.socialreads__menu_social i{vertical-align:top}.socialreads__menu_social .ir-ftg{margin:-2px -2px 0}.socialreads__menu_social .ir-fvb{margin-top:-2px}.addnews{margin-bottom:40px;background:#fff;padding:22px 60px 25px 25px;color:#000;border:1px solid #e5e5e5;display:block;line-height:1.5}.addnews:active,.addnews:focus,.addnews:hover{color:#000;text-decoration:none}.addnews i{float:left;margin-top:2px}.addnews__cont{margin-left:84px}.addnews__cont h2{margin:0 0 2px;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:1.3;text-transform:uppercase;letter-spacing:1px}.sidebar__owner-block{margin-top:20px;margin-bottom:40px;color:#959595;font-size:13px;line-height:20px}.sidebar__owner-block a,.sidebar__owner-block a:hover{color:#656565}.standalone-page .page-users-post .content{margin-top:40px;width:950px}.standalone-page .page-users-post .mce-tinymce.mce-container.mce-panel{border:2px solid #ccc;box-shadow:none}.standalone-page .page-users-post .mce-path-item,.standalone-page .page-users-post i.mce-i-resize:before{display:none}.standalone-page .page-users-post .finish_msg{font-size:20px;font-weight:700;text-align:center;margin-top:200px}.standalone-page .page-users-post .finish_msg a{color:#fff;text-decoration:none;font-size:18px;line-height:42px;background:#05c;padding:0 22px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:inline-block;vertical-align:top;margin-top:30px}.standalone-page .page-users-post .finish_msg a:hover{background-color:#004099}.pup__date{margin-top:8px}.pup__top>div{display:inline-block;vertical-align:top;color:#7d7d7d;font-size:14px;line-height:14px}.pup__user_ava{margin-left:20px}.pup__user_ava img{border-radius:50%}.pup__user_name{margin-left:10px;margin-top:8px}.pup__btn_send{margin:50px 0 0;color:#fff;text-decoration:none;font-size:18px;line-height:42px;background:#05c;padding:0 22px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:inline-block;vertical-align:top}.pup__btn_send:hover{color:#fff;text-decoration:none;background-color:#006aff}.pup_welcome{margin:20px 0 40px}.pup_welcome .pup__welcome_header{font-size:48px;font-weight:600;line-height:60px}.pup_welcome .pup__welcome_text{max-width:500px;margin:30px 0}.pup__h1{max-width:600px}.pup__content_post,.pup__h1{border:none;resize:none;font-size:27px;width:100%;height:60px;outline:none;box-sizing:border-box;padding:14px 27px;color:#333;background-color:#e4e3e3;border-radius:15px}.pup__img_counter{font-size:16px;margin:10px 0;text-align:center}.pup__img_counter i{font-style:normal}.pup__text_img_error{bottom:8px;width:100%;color:red;display:none;margin-bottom:10px;font-size:14px;text-align:center}.pup__text_img_error.active{display:block}.pup__img_error{bottom:8px;margin:-31px 0 10px;color:red;display:none;font-size:14px;text-align:center}.pup__img_error.active{display:block}.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last{display:none!important}.pup__img{max-width:314px;text-align:center;color:#7d7d7d;background-color:#e4e3e3;border-radius:20px;border:2px dashed #7d7d7d;cursor:pointer;position:relative;margin:50px 0;font-size:15px;padding:97px 60px}.pup__img.active{max-width:438px;padding:0;border:none;text-align:left;font-size:0}.pup__img input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer}.pup__img span img{border:2px dashed #7d7d7d;width:100%;height:264px;-o-object-fit:cover;object-fit:cover;border-radius:20px}.pup__content_post{font-size:18px;margin-top:50px;font-weight:400}.pup__urlsecton_text{font-size:14px;padding:0 0 15px}.pup__urlsecton_text a{text-decoration:underline}.pup__urlsecton_text span{margin-right:5px;text-decoration:none}.user_pl_add_cl{max-width:580px}.user_pl_add_cl h1{width:700px}.app-info{margin:36px 20px 30px;font-size:16px;font-family:sf_ui_displayregular,Arial,sans-serif}.app-info,.app-info strong{font-weight:400;font-style:normal}.app-info strong{font-family:sf_ui_displaybold,Arial,sans-serif}.app-info a,.app-info a:focus,.app-info a:hover,.app-info a:visited{color:#36d95c}.app-block{overflow:hidden}.app-block img{margin-top:0}.app-rating{margin:20px 0 0;line-height:1.5;padding-left:1.5em;position:relative}.app-rating:before{position:absolute;width:7px;content:"";top:0;left:-7px;bottom:0;height:100%;overflow:hidden;margin:0;background-image:url(/wp-content/themes/simpla2/images/rating_bg.png);background-repeat:repeat-y}.app-rating-item{margin-bottom:0}.app-rating-label{display:inline-block;zoom:1;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;width:200px;font-size:20px}.app-rating-stars,.app-rating-stars-inner{display:inline-block;zoom:1;width:120px;height:18px;overflow:hidden;background:url(../images/stars-1.png) repeat-x 0 -18px;font-size:0}.app-rating-stars{margin-left:-4px;background-position:0 0;position:relative;top:0}.app-rating__total{margin-top:30px;margin-bottom:30px}.post__buy-block{margin:1em 0 0;overflow:hidden;text-align:right}.post__buy-block a{display:inline-block;text-transform:uppercase;font-size:18px;line-height:46px;background:#353535;padding:0 45px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.post__buy-block a,.post__buy-block a:focus,.post__buy-block a:hover,.post__buy-block a:visited{color:#fff;text-decoration:none}.post__buy-block span{float:left;line-height:46px}.post__buy-block br{display:none}.post-user-rating{margin:28px 0}.post-user-rating__head h3{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5;margin:0 0 15px}.post-user-rating__head h3 span{color:#bfbfbf;font-size:24px;text-transform:uppercase}.post-user-rating__row{overflow:hidden;border:1px solid #dcdcdc;font-size:0}.post-user-rating__col{width:50%;padding:0 17px 14px;float:left;box-sizing:border-box}.post-user-rating__col h4{margin:0;font-size:14px;line-height:36px;font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;color:#05c}.post-user-rating__col i{vertical-align:middle;margin-right:8px}.post-user-rating__col .ir-rate-comm{margin-top:1px}.post-user-rating__col .ir-rate-like{margin-top:-2px}.post-user-rating__item{overflow:hidden;border-top:1px solid #ebebeb;font-size:14px;line-height:48px}.post-user-rating__item .avatar{margin:6px 16px 6px 0;float:left;border-radius:10px}.post-user-rating__item h5{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;margin:0 50px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-user-rating__item .post-user-rating__item-name{color:#444}.post-user-rating__item .post-user-rating__item-name:hover{color:#444;text-decoration:underline}.post-user-rating__item .post-user-rating__item-cnt{float:right;color:#05c;padding:0 8px;background:#fbfbfb;font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;text-decoration:none}.post-user-rating__item .post-user-rating__item-cnt:hover{color:#05c;text-decoration:underline}.image-first-old{display:none}.standalone-page .team_quirks .post{max-width:750px}.standalone-page .team_quirks .post .post_author_desc .desc_content .desc_title h2+p{margin:0;display:inherit}.standalone-page .team_quirks .post .post_author_desc .desc_content .desc_title h2{font-size:22px}.standalone-page .team_quirks .post .post_author_desc .desc_content .desc_title p{font-size:15px}.standalone-page .content{margin-left:auto;margin-right:auto;width:580px;margin-top:-60px;float:none}.standalone-page .content_post-page{margin-top:0}.standalone-page .iph_container{padding-bottom:100px;width:auto}.standalone-page .content-wrap_post{margin-left:55px;margin-right:55px}.standalone-page .footer__cont{border-top:1px solid #e8e8e8}.content-wrap_standalone{font-size:18px;line-height:1.5}.content-wrap_standalone p{margin:16px 0 0}.subscribe-reloaded-container{padding:0 40px}.subscribe-form-desc{text-align:center}.subscribe-form-desc .subscribe-form-field{width:400px;height:31px;padding-left:10px}#subscribe-reloaded-action-p{font-size:15px;margin:11px 0 7px;display:block}#subscribe-reloaded-action-p label{display:inline-block;vertical-align:baseline;margin-left:10px}#subscribe-reloaded-action-p input{-webkit-appearance:none}#subscribe-reloaded-action-p input:checked+label,#subscribe-reloaded-action-p input:checked:hover+label{border-bottom:3px solid #05c}#subscribe-reloaded-action-p input:hover+label{border-bottom:3px solid #d5d6d8}#subscribe-reloaded-select-all-p{margin:20px 0 0 7px}#subscribe-reloaded-select-all-p a{margin-right:16px;text-transform:uppercase;color:#545454;font-size:13px;font-weight:700}#subscribe-reloaded-update-p{margin:0 10px 0 0;float:right}.subscribe-reloaded{text-align:center;margin-top:40px;font-size:25px}.subscribe-form-button{color:#fff;text-decoration:none;font-size:16px;line-height:36px;background:#05c;padding:0 22px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;border:0;outline:0 none}#subscribe-reloaded-list{margin-top:5px;padding-top:10px;border-top:1px solid #efecec}#subscribe-reloaded-list li{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #efecec}#subscribe-reloaded-list li .subscribe-reloaded-checkbox{-webkit-appearance:none;background-color:#fafafa;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:11px;border-radius:50px;display:inline-block;position:relative;vertical-align:middle;margin-right:10px}#subscribe-reloaded-list li .subscribe-reloaded-checkbox:focus{outline:0}#subscribe-reloaded-list li .subscribe-reloaded-checkbox:checked:after{content:" ";width:16px;height:16px;border-radius:50px;position:absolute;top:3px;background:#d5d6d6;box-shadow:inset 0 0 10px rgba(0,0,0,.3);text-shadow:0;left:3px;font-size:32px}#subscribe-reloaded-list li .subscribe-reloaded-checkbox:checked{background-color:#e9ecee;color:#99a1a7;border:1px solid #adb8c0;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px hsla(0,0%,100%,.1),inset 0 0 10px rgba(0,0,0,.1)}#subscribe-reloaded-list li .subscribe-reloaded-checkbox:active,#subscribe-reloaded-list li .subscribe-reloaded-checkbox:checked:active{box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)}#subscribe-reloaded-list li .subscribe-reloaded-entry-desc{display:inline-block;line-height:23px;vertical-align:middle}#subscribe-reloaded-list li .subscribe-reloaded-entry-desc .subscribe-column-3{display:block;font-size:23px}#subscribe-reloaded-list li .subscribe-reloaded-entry-desc .subscribe-column-2{display:inline-block;font-size:13px;color:#a7a5a5}#subscribe-reloaded-list li .subscribe-reloaded-entry-desc .subscribe-column-1{display:inline-block;font-size:13px;color:#a7a5a5;margin-left:20px}#subscribe-reloaded-list li .subscribe-reloaded-entry-desc .subscribe-reloaded-entry-status{font-size:14px;background-color:#f19696;padding:2px 5px;color:#fff;border-radius:5px;margin-left:13px}.page-advertising>.container{width:auto}.advertise-cont .container{box-sizing:border-box;padding-left:60px;padding-right:60px}.advertise-cont a,.advertise-cont a:hover{color:#36d95c;text-decoration:underline}.advertise-cont p{margin:0}.advertise-row1{margin-top:71px}.advertise-row1 h1{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:48px;line-height:1.3;margin:0 0 52px}.advertise-row1 h2{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5;margin:0 0 22px}.advertise-row1__col1{float:left;width:59%;margin-left:1px}.advertise-row1__col1 p{margin-bottom:16px}.advertise-row1__col1 .btn{margin-top:11px;display:inline-block;font-size:18px;line-height:30px;background:#05c;padding:8px 30px;border-radius:6px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.advertise-row1__col1 .btn,.advertise-row1__col1 .btn:focus,.advertise-row1__col1 .btn:hover,.advertise-row1__col1 .btn:visited{color:#fff;text-decoration:none}.advertise-row1__col1 .btn i{vertical-align:top;margin-top:6px;margin-right:4px}.advertise-row1__col2{float:right;width:32%}.advertise-row1__col2 p{font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:1.5;text-transform:uppercase;margin-bottom:16px}.advertise-row2{margin-top:51px}.advertise-row2 h2{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1.5;margin:0 0 31px}.advertise-row2 ul{margin-left:-2px;margin-right:-60px}.advertise-row2 li{float:left;width:32%}.advertise-row2 li i{float:left;margin-right:14px}.advertise-row2 li h3{font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:36px;line-height:1.2;margin:14px 0 0;text-transform:uppercase;letter-spacing:1px}.advertise-row3{background:#05c;color:#fff;margin-top:85px}.advertise-row3 ul{margin:47px 0;overflow:hidden}.advertise-row3 li{float:left;width:21%;margin-right:4%}.advertise-row3 li i{margin:0 0 7px -1px}.advertise-row4{margin-top:89px}.advertise-row4 h2{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.5;margin:0 0 10px}.advertise-row4__row{margin-top:30px}.advertise-row4__col1{float:left;width:30%;height:466px;background:#f2f4f7;box-sizing:border-box;padding:37px 33px}.advertise-row4__col1 ul{margin-bottom:32px}.advertise-row4__col1 li{margin-bottom:16px}.advertise-row4__col2{float:left;width:64%;margin-left:6%}.wpulike{display:inline}.wpulike .counter a{cursor:pointer;display:inline!important}.wpulike .counter a.image{background:#f7f7f7 url(/wp-content/themes/simpla2/images/wp-ulike/add.png) 50% no-repeat;padding:2px 20px;border:1px solid #ddd;border-radius:3px}.wpulike .counter a.image:hover{background:#eee url(/wp-content/themes/simpla2/images/wp-ulike/add.png) 50% no-repeat;border:1px solid #ccc}.wpulike .counter a.loading{background:#eee url(/wp-content/themes/simpla2/images/wp-ulike/loading.GIF) 50% no-repeat;padding:1px 20px;border:1px solid #ddd;border-radius:3px}.wpulike .counter a.text{background:#f7f7f7;padding:2px 15px;border:1px solid #cdcdcd;border-radius:3px;text-decoration:none;color:#606060}.wpulike .counter a.text:hover{background:#eee;border:1px solid #ccc}.wpulike .count-box{position:relative;background:#fff;border:1px solid #ddd;padding:1px 6px;border-radius:3px;margin-left:8px;font-size:16px}.wpulike .count-box:before{content:"";position:absolute;top:7px;left:-3px;width:4px;height:4px;border-color:#ddd;border-style:solid;border-width:0 0 1px 1px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.most_liked_users,.tiles{list-style-type:none!important;position:relative!important;margin:10px 0!important;padding:0!important}.most_liked_users li,.tiles li{display:inline-table!important;cursor:pointer!important}.most_liked_users li{margin:0 2px!important}.most_liked_users li.inactive,.tiles li.inactive{visibility:hidden!important;opacity:0!important}.most_liked_users li img,.tiles li img{display:block!important;float:none!important}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.wp-social-login-provider-list{padding:10px 0}.wp-social-login-provider-list a{text-decoration:none;width:50%}.wp-social-login-provider-list img{border:0}.sce-comment .sce-edit-comment{margin-bottom:0}.sce-edit-comment{margin-left:46px;margin-bottom:24px}.sce-edit-button{color:silver;font-size:13px}textarea.sce-comment-text{background-color:transparent;outline:0;width:100%;box-sizing:border-box;background:#fff;height:74px;border:1px solid #d2d2d2;border-radius:3px;resize:vertical;overflow:auto;margin-top:6px}.sce-comment-edit-buttons{margin-top:16px}.sce-comment-cancel,.sce-comment-save{background-color:transparent;border:0;outline:0;width:100%;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:16px;line-height:36px;background:#05c;border-radius:4px;width:175px;margin-right:10px;margin-bottom:4px;padding:0 22px;display:inline-block;vertical-align:top}.sce-comment-cancel i,.sce-comment-save i{vertical-align:top;margin:11px 4px 0 -4px}.sce-comment-cancel{background:url(/wp-content/themes/simpla2/images/sprites/ir-a18a0.png) no-repeat 0 0;vertical-align:text-top;display:inline-block;width:24px;height:24px;background-position:0 -1810px;margin-top:4px;text-indent:-999px}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.postlist-incut__cont{padding:0 30px;position:relative}.postlist-incut__h{font-size:26px;margin:0 0 18px}.postlist-incut__h .incut__cat{color:#4a90e2;font-size:12px;margin-left:10px;font-weight:400;float:right}.postlist-incut__h a,.postlist-incut__h a:hover{color:#444}.postlist-incut__h i{margin-right:.33em}.postlist-incut__inner{position:relative}.postlist-incut{line-height:1.25}.postlist-incut__title{display:block;color:#494848}.postlist-incut__title:hover{color:#494848;text-decoration:none}.postlist-incut__title h3{padding:0;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;margin:14px 0 0;font-size:18px}.postlist-incut__next,.postlist-incut__prev{background:#fff;border:1px solid #d7d8d7;cursor:pointer;position:absolute;z-index:100;top:34%;margin-top:-15px}.postlist-incut__prev{left:-15px}.postlist-incut__next{right:-15px}.postlist-incut-dealslist{margin-top:-61px;padding-top:40px;padding-bottom:40px;background:#f7f7f7}.postlist-incut-dealslist .postlist-incut__list{line-height:1.4;color:#000}.postlist-incut-dealslist .postlist-incut__list li{background:#fff;box-sizing:border-box;padding:11px}.postlist-incut-dealslist .postlist-incut__title{display:block;color:#4a90e2}.postlist-incut-dealslist .postlist-incut__title:hover{color:#4a90e2}.postlist-incut-dealslist .postlist-incut__title h3{font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;height:39px;overflow:hidden;margin:4px 0 5px}.advertpostlist_incut{margin-top:-61px;padding-top:40px;padding-bottom:40px;background:#f7f7f7}.externalpostlist__page-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;color:#000;font-size:28px;line-height:1.29;margin:0 0 .2em}.externalpostlist__page-a{margin-bottom:1.4em;display:inline-block}.externalpostlist__cont{padding:0 0 30px;border-bottom:1px solid #e3e3e3}.externalpostlist-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:26px;color:#444;margin:0 0 24px}.externalpostlist-h a{color:#444;text-decoration:underline}.externalpostlist-h a:hover{color:#777;text-decoration:underline}.externalpostlist__t-item{position:relative;display:flex;margin-top:20px;margin-bottom:20px}.externalpostlist__t-item:hover{text-decoration:none}.externalpostlist__t-item:hover .telegram-post-text{color:#919191}.externalpostlist__t-col1{flex-shrink:0;margin-right:10px}.externalpostlist__t-col1 img{border-radius:50%;width:63px;height:63px;-o-object-fit:cover;object-fit:cover}.externalpostlist__t-col1--telegram{align-self:flex-end}.comments-t-count{flex-grow:1;display:flex;align-items:flex-end;justify-content:flex-end;font-size:13px;line-height:20px;color:#36d95c;background-color:transparent}.comments-t-count .ir{position:relative;top:0}.counts-wrapper{display:flex;align-items:center;background-color:#f5f5f5}.externalpostlist__item{overflow:hidden;position:relative;padding-bottom:30px}.externalpostlist__social-share-btn{display:inline-block;vertical-align:middle;color:#00abed;margin-right:1.2em;text-decoration:none}.externalpostlist__social-share-btn:active,.externalpostlist__social-share-btn:focus,.externalpostlist__social-share-btn:hover{text-decoration:none;color:#00abed;opacity:.78}.externalpostlist__cont .externalpostlist__item:nth-child(n+5){display:none}.externalpostlist__col1{position:absolute;left:0;top:0;bottom:0;width:70px;text-align:center;color:#000;border-top:1px dashed #dedede}.externalpostlist__col1:before{content:"";position:absolute;left:28px;top:0;height:100%;border-right:1px solid #e3e3e3;z-index:1}.externalpostlist__col1 span{display:block;width:40px;height:40px;background-color:#e3e3e3;background-repeat:none;background-position:50%;background-size:cover;border-radius:40px;position:absolute;left:28px;margin-left:-20px;top:31%;margin-top:-40px/2;z-index:2;font-size:12px;line-height:16px;box-sizing:border-box;border:1px solid #dedede;display:flex;align-items:center;justify-content:center}.externalpostlist__col1 span.externalpostlist__image_sm{display:none;padding:0}.externalpostlist__col2{margin-left:70px;float:left;margin-right:18px}.externalpostlist__col2 img{width:200px;height:130px}.externalpostlist__col3{margin-left:288px}.externalpostlist__col3 p{margin:0 0 8px}.externalpostlist__col3 p a{display:none;margin-right:.5em}.externalpostlist__link-list .iliker{float:right}.externalpostlist__link-list--telegram{padding-top:5px;display:flex;justify-content:flex-end}.externalpostlist__link-list--telegram .iliker{float:unset}#externalpostlist__item--tgb .externalpostlist__t-col2{flex-direction:column}.externalpostlist__col3--telegram,.externalpostlist__t-col2{position:relative}.externalpostlist__col3--telegram p,.externalpostlist__t-col2 p{margin:0 0 8px}.externalpostlist__col3--telegram .telegram-post-text,.externalpostlist__t-col2 .telegram-post-text{position:relative;display:block;flex-grow:1;max-height:60px;overflow:hidden;transition:all .2s linear;text-decoration:none;cursor:pointer;color:#6e6a6a}.externalpostlist__col3--telegram .telegram-post-text:hover,.externalpostlist__t-col2 .telegram-post-text:hover{color:#919191}.externalpostlist__col3--telegram .telegram-post-text--af,.externalpostlist__t-col2 .telegram-post-text--af{max-height:-moz-max-content;max-height:max-content}.externalpostlist__col3--telegram .telegram-full-text-btn,.externalpostlist__t-col2 .telegram-full-text-btn{position:absolute;left:0;top:70px;width:100%;text-align:center;color:grey;border-top:1px solid grey;cursor:pointer}.externalpostlist__t-col2{position:relative;align-self:flex-end;flex-grow:1;display:flex;gap:5px;flex-flow:row-reverse;padding:5px 15px 5px 10px;background-color:#f5f5f5;border-radius:16px}.externalpostlist__t-col2:after,.externalpostlist__t-col2:before{content:"";position:absolute;bottom:0;height:17px}.externalpostlist__t-col2:before{left:-7px;width:20px;background-color:#f5f5f5;border-bottom-right-radius:16px 14px}.externalpostlist__t-col2:after{left:-8px;width:8px;background-color:#fff;border-bottom-right-radius:10px}.externalpostlist__t-time{display:flex;flex-direction:column;color:#a19d9d;font-size:12px}.externalpostlist__t-time-nums{text-align:right}.telegram-dot-el{position:absolute;right:0;padding-right:12px;bottom:0;width:45px;height:20px;color:#d5d5d5;text-align:right;background-image:linear-gradient(90deg,transparent,#f5f5f5 50%,#f5f5f5)}.top-sticky-post .telegram-dot-el{background-image:linear-gradient(90deg,transparent,#fff 50%,#fff)}.externalpostlist__more{text-align:right;display:block;padding:10px 10px 0;display:none}.externalpostlist__more_here,.externalpostlist_more.externalpostlist__cont .externalpostlist__item,.externalpostlist_more .externalpostlist__more{display:block}.externalpostlist_more .externalpostlist__more_here{display:none}#adfox_153909553275063400{min-height:160px;display:none}.externalpostlist__cont.adfoxfix #adfox_153909553275063400{display:block}.externalpostlist__cont.adfoxfix .externalpostlist__item:nth-child(n+4),.externalpostlist__cont.adfoxfix .externalpostlist__t-item:nth-child(n+4){display:none}.externalpostlist__cont.adfoxfix.externalpostlist_more .externalpostlist__item:nth-child(n+4),.externalpostlist__cont.adfoxfix.externalpostlist_more .externalpostlist__t-item:nth-child(n+4){display:flex}.externalofferlist__page-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;color:#000;font-size:28px;line-height:1.29;margin:0 0 .8em}.externalofferlist__cont{padding:20px 0 36px}.externalofferlist-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:26px;color:#444;margin:-20px 0 24px;text-align:center;padding:35px 0 15px;border-bottom:1px solid #e3e3e3;background-color:#fbfbfb}.externalofferlist-h a{color:#444;text-decoration:none;font-size:18px;font-weight:100;font-family:sans-serif;display:block;margin-bottom:20px}.externalofferlist-h a:hover{color:#777;text-decoration:underline}.externalofferlist-h .questionlist__intro{padding:0;border:none;background:none;overflow:auto}.externalofferlist-h .questionlist__intro a{padding:0 17px;font-size:16px}.externalofferlist__item{overflow:hidden;position:relative;padding-bottom:30px}.externalofferlist__link-list a{display:inline-block;vertical-align:top;margin-right:1.2em}.externalofferlist__cont .externalofferlist__item:nth-child(n+4){display:none}.externalofferlist__col1{position:absolute;left:0;top:0;bottom:0;width:70px;text-align:center;color:#000;border-top:1px dashed #dedede}.externalofferlist__col1:before{content:"";position:absolute;left:28px;top:0;height:100%;border-right:1px solid #e3e3e3;z-index:1}.externalofferlist__col1 span{display:none;width:40px;height:40px;background-color:#e3e3e3;background-repeat:none;background-position:50%;background-size:cover;border-radius:40px;position:absolute;left:28px;margin-left:-40px/2;top:150px/2;margin-top:-40px/2;z-index:2;box-sizing:border-box;border:1px solid #dedede}.externalofferlist__col2{margin-left:70px;float:left;margin-right:18px}.externalofferlist__col3{margin-left:288px;font-size:12px;margin-top:50px}.externalofferlist__col3 .externalofferlist__col3_title{font-size:19px;font-weight:700;margin-bottom:10px}.externalofferlist__col3 .externalofferlist__col3_title a{text-decoration:none;color:#444}.externalofferlist__col3 .externalofferlist__col3_title a:hover{text-decoration:underline}.externalofferlist__col3 p{margin:0 0 8px}.externalofferlist__col3 .externalofferlist__link-list{margin-top:10px}.externalofferlist__col3 .externalofferlist__link-list a{font-weight:400}.externalofferlist__more{text-align:center;display:block;padding:10px;background:#e3e3e3}.externalofferlist__more_here,.externalofferlist_more.externalofferlist__cont .externalofferlist__item,.externalofferlist_more .externalofferlist__more{display:block}.questionlist__intro,.userposts__intro{padding-bottom:46px;border-bottom:1px solid #d3d3d3;background:#ebebeb;overflow:hidden}.questionlist__intro .content,.questionlist__intro .content-wrap,.userposts__intro .content,.userposts__intro .content-wrap{background:transparent}.questionlist__intro p,.userposts__intro p{font-size:2.2em;line-height:1.35;margin:0 0 30px;color:#000}.questionlist__intro a,.userposts__intro a{color:#fff;text-decoration:none;font-size:18px;line-height:42px;background:#05c;padding:0 22px;border-radius:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:inline-block;vertical-align:top}.questionlist__intro a:focus,.questionlist__intro a:hover,.questionlist__intro a:visited,.userposts__intro a:focus,.userposts__intro a:hover,.userposts__intro a:visited{color:#fff;text-decoration:none}.questionitem{border-bottom:1px solid #e3e3e3;padding:26px 0 16px;overflow:hidden}.questionitem.questionitem_hide{display:none}.questionitem__image{float:right;margin-bottom:10px;position:relative}.questionitem__image .questionitem__image-a img{width:200px;height:150px;-o-object-fit:cover;object-fit:cover}.questionitem__categories{display:block;float:left;font-size:0;line-height:0}.questionitem__categories a{margin-right:9px;margin-bottom:9px;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;display:inline-block;font-size:14px;line-height:1.5;border:1px solid #000;border-radius:2px;padding:0 5px;color:#000;text-shadow:0 1px #fff;box-shadow:0 0 2px #fff}.questionitem__categories a:hover{color:#000;text-decoration:none}.postlist__counters{float:right;width:40%;text-align:right;margin:3px 12px 0 0;font-size:13px;color:#bdbdbd}.questionitem__image-a{display:block;width:100%}.questionitem__image-a img{width:100%}.questionitem__content{min-height:150px;margin:15px 0 10px}.questionitem__content .questionitem__read_more_mobile{display:none}.questionitem__content-main{width:62%;display:inline-block}.questionitem__content-main .questionitem__content-h{display:none}.questionitem__content-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:28px;line-height:1.29;margin:0 0 .5em}.questionitem__content-h a,.questionitem__content-h a:hover{color:#000;text-decoration:none}.questionitem__content-h mark{color:#fff;background:#36d95c;padding:0 5px;border-radius:4px;font-size:18px;line-height:1.35;display:inline-block;vertical-align:middle;margin-top:-2px}.questionitem__content-h mark.badge_none{background:transparent none}.questionitem__content-h mark.badge_green{background:#36d95c}.questionitem__content-h mark.badge_blue{background:#3982d8}.questionitem__content-h mark.badge_red{background:#d84b39}.questionitem__content-p{font-size:16px;line-height:1.5;margin:0 0 .5em;word-wrap:break-word;position:relative}.questionitem__content-p p{margin:0}.questionitem__content-p .app-info{display:none}.questionitem__content-p .questionitem__read_more{font-size:15px;text-align:right;padding-left:7px;position:relative}.questionitem__content-p .questionitem__read_more:before{content:"";position:absolute;left:-25px;right:-1px;width:25px;height:25px;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#fff 90%)}.questionitem__content-meta{font-size:13px;line-height:20px;color:#bdbdbd}.questionitem__side-info .post_vote_block{margin:0 10px 0 0;display:inline-block}.questionitem__side-info .post_vote_block .pvb__img{width:28px;height:23px;box-sizing:border-box;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAgCAYAAAAFQMh/AAAGTklEQVR4AaXTA5ArWxrA8f93zunueIxn2zYLa9u2bRXWNstr27b5bL+bq8wkk+Y536ZSc7FOan9VbfybwvQYfve4pySdhWchZrEa9n5UZulLgJuYggy+dRTTEMelRu33awedC0SQ3UJ2xxXdwVp6AXA1E3Lpep+p+OFqc/lAwEGIIdmH2nK6PFy/7CvZID8eqCYKFxsp0xCqH4U8TdGsjkSgEdTmqc/OHlVmW+8FfHGisHWG6SS3+yr9G1V2Bq7NmDqSVgfo3nXiMCjT8mX5N0J5BiKgAIqgBHUrTMgFdUzLOncl3rObVvgyp8zy/sTh0c5My8zVDCZiTACfMty5gzIr/zpFuGRatta4L3Fz92PGZwzX+mT98KOJw6OdmcbqYbWLks7yWZgGhACyGVfuLNP8LxOHRztPHj2iYWrtmQ+Zzn6gFgiAgnG42Jn9j5vPJg6PdmZS1uonGqtHHYVbgMozhgextBYWlgfbt78OeA0TsC9+YINJhKp879zBRz7OzB0LwQCbYRQIuHqMc3JRVWR3B2yZDu6MaokkzfqqMbII2rbWDow1OhqQnZ9b5n8psuzd8wcd/iy3eiqEOoSC3USAgnL7VeS92zEuGg01sEnfRsmGGNMmqFMJGrL1mwZb7/ww8HbZ9uklAGp1d0EV5NHWxWtik65pdbrqi9uyO264ZObAo19ml04C3TuqgIAzo+iVFDtvIkrqxK0ZmDkM3DwED6ogAhjQNaotf6V3y3UPc+pL5o+98AC/48rv1uJOogpKQNRTDtdpH3Q8dvlE8BGEnD0EjEHTLmXvJuqzC4iJUA1IOQRmQWFMFPBgwNVigvJ4FxQM4Y1m+cQEUwcxIHY8dfN9cJ3NaMG/kHQcHWzbQWO2RfDlaAg4tw1cBOJAA6gHk0HWZccN15H2+b3oZY9ewsS3YGoJquyhIGbPgbspYIACqi0U3au54qc3EzWaLO7vEJS4XiNuNhAjoIGqKBlsH7DlxnWy9fz9wDMcNE5DJCFUgLK3cRT9p6gw5vuQ9UArXGy48rd9Duxb5hYsSIaL+gBUZSBPYWNDCHSY3afaAHCIPxg1/Dv/GmWvu91AixwfLO1R7NRLYlaOWMXaCBM1kdaBKAnqC0TA1S3Ucuje+KLu9dclDnQJ9SCG/80AATSFkBGCR8Th4oiZlVnq7RZlXoyfAA0HJgYEQglaQVYRPFRZdU8HvgMCyj/FhX+hHqggFJu/ClgnlIXSu3ONOFHKrEBChosFXAxBQT34CkJFf+sW8tT/3KF5Ag7EggLI5qAgCigogAIlaAFaAQbEIKOhNZtw9W92cvMVQ+pNsFGPuN7FOIt1gqAEH0ZD5QnVp7OBPs+h1QAKIAIsYBgTD6HcfQ0Q9nzhWo2jxsV4ArV2g+ZMH4nq1FuCD4JKQhUgVGCtYKLRYIvQaPq3tRbY7vDVtUi21x2z+WgKtEwRa8BEoAoKGANYQBAXYUXJh559j2yxeOgqPiuwSQ3mDwAbQQBEQD0Md0TDW29+X7axfq7DD38GBahC8ONB8YQyJ1vvoaGkOb9A0AgUxDrGgzgQM46rBpCAzwvyYU7kHVGSgfGAwnhfD1lBkabHBC9in3nJzu319vxdtcr392WKz/uU2YAqXR8NPW6/qke2PqTRDqgaQlWhodr9j4sxlBt9brlsO2k/J1QpUBJbj/gNKNahXKPsb2PnLbcz6A3eV+bVt+WmDzdYPfSkC/Nh98chjKLDlHxQsbGuDPuGW661bGx4zrhE2e/oOYxrEsLmh2Us1lmq4Q7++uMu3VuF+eWAOMVGghEBgaKAONY/2SBvAD4DIH98ZQLAQae6h95xpf/QHdeYThEMWSmXZ7m5bGZO/mKc/L5m/eELy8W7lw6u0ZqPEWsRDBp0/O/2tgxJWm2iJKGsHEFH06IiVB4/GrRa+x1wBpvkqnfPsol0qxwiK+mpN/6pdhXwN/5JUpVnRjVeM7sY7t6eE+K64FwgBCgLZemQGeqjuGvPQ2cRREErKPsMrrue3tbe8cBlAHLLx2Km9ctvNM5SwgNtpOe5SA+v1WQ2cRrte7hndiWiMTNL1KijvqJIc9a6Awbb899FdS4EUgC55l11/h+/+Eky12nqoilNsrp/sdSaK+9mI3OGKrO+VNEgvcrHP8n64Z3ADjb9HeT7Qug38eYJAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:50%;margin-top:-2px;border:none;background-size:70%;border-radius:0;display:inline-block;text-decoration:none;vertical-align:top;transition:.3s;opacity:1}.questionitem__side-info .post_vote_block .pvb__img.active{opacity:.3}.questionitem__side-info .post_vote_block .lc{margin:0 0 0 -1px;font-size:14px}.questionitem__author{white-space:nowrap;display:inline-block}.questionitem__author .postitem__author_profile_link{float:left;margin:0 10px 0 0}.questionitem__author .postitem__author_profile_link img{width:40px;border-radius:100%;height:40px;margin:-2px 5px 0 0}.questionitem__author .postitem__author_name{display:block;font-size:16px;margin:6px 0 0}.questionitem__author .questionitem__timegap{display:block;white-space:nowrap;margin:2px 0 0}.questionitem__comments{display:inline-block;white-space:nowrap;color:#36d95c}.questionitem__comments .i{vertical-align:top;margin:3px 2px 0 0}.questionitem__comments .ir{vertical-align:top;margin:3px 3px 0 0}.questionitem__comments .ir-comm_g{width:19px;height:15px;background-size:70px;background-position:0 -58px}.questionitem__comments .prev{margin-right:3px;color:#05c}.questionitem__comments:hover{color:#36d95c}.questionitem__comments:hover .prev{color:#5788cc;text-decoration:underline}.questionitem__pageviews{white-space:nowrap;margin-left:6px}.questionitem__pageviews .ir-eye_sm{vertical-align:top;margin-top:1px}.questionitem__pageviews .ir-eye_gr{display:none}.content-wrap .questionitem:first-child{padding-top:0}.videolist__intro{background-image:url(/wp-content/themes/simpla2/images/banner_youtube_7.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;height:200px}.videolist__intro p{color:#fff;margin:20px 0 25px}.videolist__intro .video_more{position:absolute;right:0;top:0}.videolist__intro .video_more a{background:none;text-decoration:underline}.videoitem__content .ytsubscribe__block{margin-top:10px;display:flex;align-items:center;justify-content:flex-end}.question{background:#ebebeb;padding:40px 0;overflow:hidden}.question .content{margin-top:0;background:transparent}.question h1,.question h2{font-size:32px;line-height:1.313;color:#000;margin:4px 0 11px;text-shadow:none}.relatedlist_question__header{border-bottom:1px solid #e3e3e3;max-width:600px;margin-bottom:20px}.relatedlist_question__header h2{font-family:sf_ui_displaybold,Arial,sans-serif;font-size:32px;margin:0 0 20px}.relatedlist_question__list_wrapper{margin-bottom:40px}.relatedlist_question__list_wrapper .questionitem{max-width:600px}.question__categories{display:block;font-size:0;line-height:0;padding-left:0;margin-top:13px}.question__categories li{display:inline-block;vertical-align:top;margin-top:0;list-style-type:none}.question__categories a{margin-right:9px;margin-bottom:9px;display:inline-block;vertical-align:top;font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;border:1px solid #000;border-radius:2px;padding:0 5px}.question__categories a,.question__categories a:active,.question__categories a:focus,.question__categories a:hover{color:#000;text-decoration:none}.question__stat{white-space:nowrap;margin-left:10px}.question__stat i{vertical-align:middle}.question__stat .ir-eye{width:24px;height:24px;background-position:0 -162px}.question__stat .ir-eye_sm{display:none}.questionlistblock__cont{padding:41px 0 36px}.questionlistblock-h{font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:26px;color:#444;margin:0 0 24px}.questionlistblock-h a{color:#444;text-decoration:underline}.questionlistblock-h a:hover{color:#777;text-decoration:underline}.questionlistblock__item{overflow:hidden;position:relative;padding-bottom:30px}.questionlistblock__link-list a{display:inline-block;vertical-align:top;margin-right:1.2em}.questionlistblock__cont .questionlistblock__item:nth-child(n+4){display:none}.questionlistblock__col1{position:absolute;left:0;top:0;bottom:0;width:70px;text-align:center;color:#000;border-top:1px dashed #dedede}.questionlistblock__col1:before{content:"";position:absolute;left:28px;top:0;height:100%;border-right:1px solid #e3e3e3;z-index:1}.questionlistblock__col1 span{display:none;width:40px;height:40px;background-color:#e3e3e3;background-repeat:none;background-position:50%;background-size:cover;border-radius:40px;position:absolute;left:28px;margin-left:-40px/2;top:150px/2;margin-top:-40px/2;z-index:2;box-sizing:border-box;border:1px solid #dedede}.questionlistblock__col2{margin-left:70px;float:left;margin-right:18px}.questionlistblock__col3{margin-left:288px}.questionlistblock__col3 p{margin:0 0 8px}.questionlistblock__title{display:inline-block;vertical-align:top;margin-top:-3px}.questionlistblock__more{text-align:center;display:block;padding:10px;background:#e3e3e3;display:none}.questionlistblock__more_here,.questionlistblock_more.questionlistblock__cont .questionlistblock__item,.questionlistblock_more .questionlistblock__more{display:block}.questionlistblock_more .questionlistblock__more_here{display:none}.postlist__currency{font-size:.88em;height:20px;line-height:20px;margin-top:15px;margin-right:33px;float:right}.postlist__currency-item{display:inline-block;vertical-align:top;margin-left:16px}.postlist__currency-item strong{margin-right:4px}.postlist__currency-delta{margin-left:4px}.postlist__currency-delta_up{color:#52cc00}.postlist__currency-delta_up:after{content:"↑"}.postlist__currency-delta_down{color:#cc3e00}.postlist__currency-delta_down:after{content:"↓"}.currency-wrapper{display:flex;justify-content:flex-end}.forum-with-mobile{display:none}.wpfp-span .postitem__content{padding:0 150px}.wpfp-span .postitem__content-h{font-size:24px}.wpfp-span .navigation{margin-top:20px}@media (max-width:767px){.wpfp-span h2{font-size:20px}.wpfp-span .postitem__content{padding:0 20px}.wpfp-span .postitem__content-h{display:block;font-size:14px}.wpfp-span .postitem__timegap{min-width:auto}}body.adfoxBGShown .advert-header_branding{z-index:1}body.adfoxBGShown .advert-header_branding .bnr>.bnr,body.adfoxBGShown .advert-header_branding .bnr>.bnr-swf{border:0;background:transparent}body.adfoxBGShown .advert-header_branding .bnr>.bnr-swf>a,body.adfoxBGShown .advert-header_branding .bnr>.bnr-swf>object,body.adfoxBGShown .advert-header_branding .bnr>.bnr>a,body.adfoxBGShown .advert-header_branding .bnr>.bnr>object{display:block}body.adfoxBGShown .advert-header_branding .bnr>.bnr-swf>object,body.adfoxBGShown .advert-header_branding .bnr>.bnr-swf>object>embed,body.adfoxBGShown .advert-header_branding .bnr>.bnr>object,body.adfoxBGShown .advert-header_branding .bnr>.bnr>object>embed{max-width:none}body.adfoxBGShown .advert-header_branding div{margin-right:auto;margin-left:auto}body.adfoxBGShown .advert-header_branding>.bnr{border-top:0;border-bottom:0;background:transparent}body.adfoxBGShown .header__menu-cont{width:40%;height:67px;overflow:hidden}body.adfoxBGShown .header__menu-cont:after{content:"";display:block;position:absolute;top:0;right:-1px;width:25px;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#fff 90%)}body.adfoxBGShown .header__menu-cont .header__menu{white-space:nowrap;margin-left:0}body.adfoxBGShown .header__menu-cont .header__menu li .header__menu-a{padding:22px 0}.advert-header_branding.bnr_t,.advert-header_branding .bnr_t{border-top:10px solid #e1e1e1;border-bottom:10px solid #e1e1e1;background:#e1e1e1}.advert-header_branding .bnr_t a,.advert-header_branding .bnr_t object{text-align:left;display:inline-block}.advert-header_branding .bnr_t object,.advert-header_branding .bnr_t object>embed{max-width:100%}.advert-header_branding div{margin-right:auto;margin-left:auto}.advert-header_branding_cont:not(:empty)+header .header__main-wrap,.advert-header_branding_cont:not(:empty)~header .header__main-wrap{border-top:0;border-bottom:0;box-shadow:none;background:transparent}.advert-header_branding_cont:not(:empty)+header .container,.advert-header_branding_cont:not(:empty)~header .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;box-shadow:0 0 6px rgba(0,0,0,.25);background:#fff}.postlist-page .advert-header_branding_cont:not(:empty)+header .container,.postlist-page .advert-header_branding_cont:not(:empty)~header .container{border-left:1px solid #ececec;border-right:1px solid #ececec}.advert-header_branding_cont:not(:empty)+header .header__cont,.advert-header_branding_cont:not(:empty)~header .header__cont{padding:0 15px}.advert-header_branding_cont:not(:empty)+.header__menu-project-cont{max-width:1060px;margin:0 auto;background-color:#fff;border-bottom:none}.adfoxBGShown header .header__main-wrap,.adfoxHTMLBGShown header .header__main-wrap{border-top:0;border-bottom:0;box-shadow:none;background:transparent}.adfoxBGShown header .container,.adfoxHTMLBGShown header .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;box-shadow:0 0 6px rgba(0,0,0,.25);background:#fff}.postlist-page .adfoxBGShown header .container,.postlist-page .adfoxHTMLBGShown header .container{border-left:1px solid #ececec;border-right:1px solid #ececec}.adfoxBGShown header .header__cont,.adfoxHTMLBGShown header .header__cont{padding:0 15px}body.adfoxHTMLBannerShown.postlist-page header .container{border-left:1px solid #ececec;border-right:1px solid #ececec}body.adfoxHTMLBannerShown header .header__main-wrap{border-top:0;border-bottom:0;box-shadow:none;background:transparent}body.adfoxHTMLBannerShown header .container{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;box-shadow:0 0 6px rgba(0,0,0,.25);background:#fff}.user-details{font-size:16px;overflow:hidden;margin-bottom:40px;font-family:sf_ui_displayregular,Arial,sans-serif}.user-details,.user-details h2{font-weight:400;font-style:normal}.user-details h2{font-family:sf_ui_displaybold,Arial,sans-serif;margin:0 0 .75em;font-size:21px}.user-details p{margin:0 0 .75em}.user-details__avatar{float:left;overflow:hidden;border-radius:100%;height:100px}.user-details__title{margin-left:130px}.user-date{overflow:hidden;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:34px}.user-date__activity,.user-date__registration{margin:20px 5% 20px 0;float:left;width:45%}.user .comment__list .h4,.user .comment__list .h4 span,.user .comment__list h4,.user .comment__list h4 span,.user .comment__list p{margin-left:0}.comment__post-link br{display:none}.user-profile-edit{padding:20px}.user-profile-edit .user-details .user-details__avatar{position:relative}.user-profile-edit .user-details .user-details__avatar input[type=submit]{display:none}.user-profile-edit .user-details .user-details__avatar input[type=file]{cursor:pointer;position:absolute;display:block;width:100px;height:100px;opacity:0;z-index:5}.user-profile-edit .user-details .user-details__avatar:hover span{transition:opacity .15s ease-in-out;opacity:1}.user-profile-edit .user-details .user-details__avatar span{transition:opacity .15s ease-in-out;opacity:0;display:block;position:absolute;background-color:rgba(0,0,0,.4);color:#fff;font-size:14px;width:100%;text-align:center;padding:30px 5px}.user-profile-edit .user-details .user-details__title a{display:inline-block;color:#fff;background-color:#05c;font-weight:700;padding:5px 30px;border-radius:5px;margin:10px 10px 0 0}.user-profile-edit #wppb-edit-user input[type=text]{height:30px;padding:0 8px}.user-profile-edit #wppb-edit-user select{height:30px}.user-profile-edit #wppb-edit-user input[type=submit]{color:#fff;background-color:#05c;font-weight:700;padding:8px 30px;border-radius:5px;margin-left:10px}.rubricator-wrapper{margin-right:30px;margin-left:60px;padding-top:20px;font-family:sf_ui_displaybold,Arial,sans-serif;font-weight:400;font-style:normal;font-size:36px;line-height:1.313;color:#000}.rubricator-cover{position:relative}.rubricator-main-wrapper{overflow:hidden}.rubricator-main{position:relative;display:flex;transition:.5s;padding:10px 2px}.rubricator-img-cover{width:112px;display:flex;flex-direction:column;flex-shrink:0;margin-right:10px;color:#444;box-shadow:0 2px 4px 1px rgba(0,0,0,.12)}.rubricator-img-cover:hover{text-decoration:none;color:#444;box-shadow:0 4px 8px 0 rgba(0,0,0,.24)}.rubricator-img-cover:last-child{margin-right:0}.rubricator-img-cover img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:70px}.rubricator-title{flex-grow:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;font-weight:700;font-size:14px;line-height:20px}.rubricator-button{z-index:5;position:absolute;top:50%;width:40px;height:40px;border:none;outline:none;border-radius:50%;transform:translateY(-50%);background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.3)}.rubricator-button:hover{background-color:#f8f8f8}.rubricator-button--left{left:-20px}.rubricator-button--right{right:-20px}.rubricator-button__content{position:relative}.rubricator-button__content:before{content:"";position:absolute;display:block;width:10px;height:10px;border:4px solid #444}.rubricator-button__content--left:before{border-top:none;border-right:none;transform:rotate(45deg) translateY(-80%) translateX(10%)}.rubricator-button__content--right:before{border-bottom:none;border-left:none;transform:rotate(45deg) translateY(-60%) translateX(-5%)}.rb-btn-hide{display:none}.mlw_qmn_quiz{counter-reset:question}.mlw_qmn_quiz br{display:none}.quiz_begin .mlw_qmn_question{display:block}.quiz_begin .mlw_qmn_question:before{display:none}.quiz_begin .mlwEmail{background-color:transparent;outline:0;width:100%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;box-sizing:border-box;border-radius:8px;border:1px solid #d2d2d2;background-color:#fff;padding:0 0 0 8px;font-size:14px;height:35px;width:64%;margin:4px 0}.quiz_section{padding:40px 0;font-weight:200;letter-spacing:.025em}.quiz_section:not(.quiz_begin){counter-increment:question}.mlw_qmn_question{font-size:21px;line-height:25px;color:#141414;position:relative}.mlw_qmn_question:before{background:#41d863;content:counter(question);display:block;font-size:19px;line-height:28px;width:28px;border-radius:100%;color:#fff;text-align:center;position:absolute;top:0;left:0}.mlw_qmn_question br{display:none}.mlw_qmn_question p{margin:0 0 20px 48px}.mlw_qmn_question img{margin:20px 0;clear:both}.qmn_radio_answers{color:#282828;font-size:19px;clear:both}.qmn_radio_answers.error label:before{border:2px solid #ee9b5a!important}.mlwRequiredRadio .qmn_mc_answer_wrap input{display:none}.mlwRequiredRadio .qmn_mc_answer_wrap input+label:before{content:"";width:28px;height:28px;box-sizing:border-box;border:1px solid #a4a4a4;border-radius:100%;display:inline-block;vertical-align:middle;margin-right:19px;transition:border .3s}.mlwRequiredRadio .qmn_mc_answer_wrap input+label:after{transition:background .3s;position:absolute;left:0;top:50%;width:18px;height:18px;margin-top:-18px/2+1px;margin-left:28px/2-18px/2;background:#fff;content:"";border-radius:100%}.mlwRequiredRadio .qmn_mc_answer_wrap input[disabled]+label{color:#666}.mlwRequiredRadio .qmn_mc_answer_wrap input[disabled]+label:before{border-color:#282828}.mlwRequiredRadio .qmn_mc_answer_wrap input[disabled]:checked+label:after{display:block;background:#282828}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_correct_answer input[disabled]+label:before{border-color:#45d967}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_correct_answer input[disabled]:checked+label:after{display:block;background:#45d967}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_incorrect_answer input[disabled]+label{text-decoration:line-through}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_incorrect_answer input[disabled]+label:before{border-color:#a4a4a4}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_incorrect_answer input[disabled]+label:after{display:block;background:#a4a4a4}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_incorrect_answer input[disabled]:checked+label:before{border-color:#ef4e4a}.mlwRequiredRadio .qmn_mc_answer_wrap.qmn_incorrect_answer input[disabled]:checked+label:after{display:block;background:#ef4e4a}.mlwRequiredRadio .qmn_mc_answer_wrap label{display:block;margin:8px 0 16px;position:relative}.quiz_endmisc{text-align:center;padding-top:10px;font-weight:200}.post .quiz_endmisc-h,.quiz_endmisc-h{font-size:21px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;text-transform:uppercase;border-top:1px solid #e3e3e3;margin-top:0}.quiz_endmisc-h p{margin:40px 0 10px}.quiz_endmisc-count{margin:0 -60px;font-size:52px;line-height:1.5;background:#fafafa;color:#989696;padding:21px 0}.quiz_endmisc-count .done{color:#41d863}.quiz_end{padding:0 0 40px;text-align:center}.quiz_end br{display:none}.quiz_end .qmn_error{display:block}.quiz_end input{background-color:transparent;border:0;outline:0;width:100%;box-sizing:border-box;display:inline-block;width:50%;font-size:18px;line-height:30px;background:#05c;padding:8px 30px;border-radius:6px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;margin:0 0 16px}.quiz_end input,.quiz_end input:focus,.quiz_end input:hover,.quiz_end input:visited{color:#fff;text-decoration:none}div.mlw_qmn_timer.mlw_qmn_timer{z-index:100;width:120px;height:120px;padding:0;line-height:114px;border-radius:100%;text-align:center;font-size:2em;color:#fff;box-sizing:border-box;border:3px solid #5788cc;visibility:hidden;opacity:0;transition:opacity .3s}div.mlw_qmn_timer.mlw_qmn_timer.mlw_qmn_timer_visible{visibility:visible;opacity:1}#quizForm.disabled{opacity:.5}.push-notifier-block{height:0;overflow:hidden;transition:height .3s}.push-notifier{border-bottom:1px solid #e3e3e3;padding:68px 0;overflow:hidden}.push-notifier h3{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:32px;line-height:1.29;margin-top:0;margin-bottom:.8em}.push-notifier ul{margin:0;font-size:0}.push-notifier li{display:inline-block;vertical-align:top;margin-right:20px}.push-notifier .btn{display:inline-block;font-size:18px;line-height:30px;background:#05c;padding:8px 30px;border-radius:6px;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;cursor:pointer}.push-notifier .btn,.push-notifier .btn:hover{color:#fff;text-decoration:none}.push-notifier .btn.no{color:#05c;background:transparent;border:1px solid #05c;padding:7px 29px}.push-notifier .btn.no:hover{color:#05c}.push-notifier_post{padding:0;border:0;text-align:center;color:#cc142e}.push-notifier__link_post{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;cursor:pointer}.push-notifier__link_post,.push-notifier__link_post:hover{color:#cc142e;text-decoration:underline}.push-notifier__link_post.no{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;text-decoration:none}.push-notifier__link_post.no:hover{text-decoration:underline}.postlist__video{border-bottom:1px solid #e3e3e3;padding:68px 0;overflow:hidden}.postlist__video a{text-decoration:underline}.postlist__video .video_more{float:right;margin-top:2px}.postlist__video .postitem__content-h a{text-decoration:none}.postlist__video .postlist__video_p_mobile{display:none}.postlist__video_ase2017{padding-top:0;border-bottom:0;padding-bottom:40px}.wtf_broadcast .wtf_bc-copyright,.wtf_broadcast .wtf_bc-copyright-logo.wtf_bc-copyright-logo{display:none!important}.ase2017__cont{margin-bottom:30px}.ase2017__logo{background-repeat:no-repeat;background-size:contain;background-position:0 0;background-image:url(/wp-content/themes/simpla2/images/temp/ase2017.png);padding-left:50px;line-height:35px;font-size:20px;padding-top:7px}.ase2017__text{margin-top:15px;padding-left:50px}.ase2017__text a{font-style:italic}.ase2017__text li{margin:5px 0;list-style:inherit}.pyb_item{border-radius:15px}.pybi_step1{background-position:50%;background-repeat:no-repeat;background-size:cover}.pybi_step2{display:none;min-height:560px;align-items:center;justify-content:center;background-color:#00adeb;text-align:center;flex-direction:column}.pybis2_text{display:none;font-size:36px;font-weight:700;line-height:1.5;color:#fff;width:90%;margin:0 auto}.pybi__about_block{margin-top:10px;text-align:center}.pybi_about{font-size:16px}.pybi_about,.pybi_about:hover{text-decoration:none}.pybi_about span{text-decoration:underline}.pyb_item1{text-align:center}.pyb_item1 .pybi_step1{padding:40px 0;background-image:url(/wp-content/themes/simpla2/images/banner/yota/bg-1.jpg);background-position:bottom;position:relative}.pyb_item1 .pybi_step1>*{position:relative;z-index:2}.pyb_item1 .pybi_step1>.pybi__bluetext_with_arr{z-index:3}.pyb_item1 .pybi_step1:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1;border-radius:15px}.pyb_item3 .pybi-text-container{display:flex;flex-direction:column;align-items:center}.pyb_item3 .pybi-text{padding:20px;background-color:#000;color:#fff;border-radius:12px;font-size:40px;font-weight:700}.pyb_item3 .pybi_step1{padding:55px 20px;background-image:url(/wp-content/themes/simpla2/images/banner/yota/bg-3.png);border-radius:15px}.pyb_item3 .range-container{position:relative;width:75%;padding:40px 10px;margin:0 auto 15px;background-color:#fff;border-radius:16px}.pyb_item3 .ui-widget.ui-widget-content{width:80%;margin:0 auto;background-color:#d3d3d3;border-radius:20px}.pyb_item3 .ui-widget.ui-widget-content .ui-state-default{height:50px;width:50px;top:-24px;background:url(/wp-content/themes/simpla2/images/banner/yota/bag.png) 50% no-repeat;background-size:contain;border:none;outline:none}.pyb_item3 .ui-widget-header{background:linear-gradient(90deg,#9c0292,#d10000)}.pyb_item3 .pybi-rub{position:absolute}.pyb_item3 .pybi-rub--min{left:10px;bottom:10px;transform:rotate(-15deg)}.pyb_item3 .pybi-rub--max{right:4px;top:12px;transform:rotate(15deg)}@media (max-width:800px){.pyb_item3 .pybi-text{padding:20px 10px;font-size:32px}}.pyb_item4{text-align:center}.pyb_item4 .pybi_step1{background-position:bottom;position:relative}.pyb_item4 .pybi_step1 .bg-2-img{display:block;border-radius:15px}.pyb_item4 .pybi_step1 .bg-2-gif{position:absolute;left:-58px;top:31%;width:50%;transform:rotate(45deg)}.pyb_item4 .pybi_step1>*{position:relative;z-index:2}.pyb_item4 .pybi_step1:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1;border-radius:15px}.pyb_item4 .pybi_step1 .ans-btn-wrap{z-index:10;display:flex;position:absolute;overflow:hidden;width:50%;height:14%;left:50%;transform:translateX(-50%);bottom:26%;border-radius:15px;background-color:#fff}.pyb_item4 .pybi_step1 .ans-btn-container{width:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s}.pyb_item4 .pybi_step1 .ans-btn-container:hover{background-color:#e9e9e9;text-decoration:none}.pyb_item4 .pybi_step1 .ans-btn{flex-grow:1;height:100%;width:100%;font-size:44px;font-weight:400;display:flex;justify-content:center;align-items:center;text-transform:uppercase}.pyb_item4 .pybi_step1 .ans-btn-yes{border-right:2px solid #d3d3d3;color:#00f01c}.pyb_item4 .pybi_step1 .ans-btn-no{border-left:2px solid #d3d3d3;color:red}.pybi-bluetext{margin:0 auto 20px;width:80%}.pybi-bluetext:last-child{margin-bottom:0}.pybi-bluetext span{font-size:30px;font-weight:700;background-color:#d7f6ff;color:#0099f6;line-height:1.3;padding:5px 10px;display:inline-block;border-radius:10px}.pybi__bluetext_with_arr:after{content:"";position:absolute;left:-50px;bottom:-90px;width:100px;height:80px;background-image:url(/wp-content/themes/simpla2/images/banner/yota/source.gif);background-position:50%;background-size:contain;transform:rotate(45deg)}.pybi-quiz{width:65%;margin:15px auto 0;padding:90px 20px 20px;background-color:#fff;background-position:top;background-image:url(/wp-content/themes/simpla2/images/banner/yota/agree.png);background-size:contain;box-shadow:0 0 13px rgba(0,0,0,.25);border-radius:18px;box-sizing:border-box}.pybi-quiz,.pybiq-item{background-repeat:no-repeat}.pybiq-item{display:block;text-align:left;background-position:15px;background-image:url(/wp-content/themes/simpla2/images/banner/yota/a.png);background-size:30px;border:1px solid #c7c7c7;border-radius:30px;font-size:16px;padding:15px 15px 15px 55px;margin-bottom:10px;position:relative;transition:.2s;text-decoration:none;color:#2b2b2b}.pybiq-item:last-child{margin-bottom:0}.pybiq-item:hover{background-color:#e4e4e4;text-decoration:none;color:#2b2b2b}.pybiq-item:active{top:2px}.pybiq-item:nth-child(2){background-image:url(/wp-content/themes/simpla2/images/banner/yota/b.png)}.pyb_item2 .pybi_step1{padding:30px;background-color:#8db8e4;display:flex;align-items:center;justify-content:flex-start;background-image:url(/wp-content/themes/simpla2/images/banner/yota/bg-2.png);background-position:92% 40%;background-size:40%;color:#fff;text-align:center}.pybi-left60{width:60%;padding:15% 0}.pybil60-title{font-weight:700;font-size:26px;line-height:1.3}.pybil60-small{font-size:14px;margin-top:15px}.pybil60__input_block{margin:50px auto}.pybil60__input{color:#fff;width:70px;border:none;background-color:transparent;outline:none;text-align:center;vertical-align:top}.pybil60-inline,.pybil60__input{font-size:26px;font-weight:700;line-height:1.7;display:inline-block}.pybil60-inline{border-bottom:1px solid #fff;padding:0 15px;margin:0 auto}.pybil60-rub{display:inline-block;vertical-align:top}.pybil60-button button{background-color:#fff;color:#8db8e4;padding:15px 40px;font-size:16px;text-transform:uppercase;border-radius:30px;border:none;outline:none;font-weight:700;transition:.2s;position:relative}.pybil60-button button:active{top:2px}.pybil60-button button:hover{background-color:#efefef}.pyb_loader{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#00adeb;display:flex;align-items:center;justify-content:center;color:#fff;z-index:11;flex-direction:column;display:none}.pyb_loader .lds-spinner div:after{background-color:#fff}.pybl_title{font-size:36px;font-weight:700}.pybl_text{font-size:22px}.pybl_load{margin-top:20px}.pybis2_counter{font-size:20px;font-weight:700;color:#fff;margin-top:20px}.tsum__cont{display:block;overflow:hidden}.tsum__cont,.tsum__cont:hover{color:#000;text-decoration:none}.tsum__cont .container{padding:10px 0;background:#ff7626}.tsum__image{float:right;width:101px;height:61px;margin-right:10px;background:url(../images/temp/tsum_sm.png) 0 0 no-repeat}.tsum__p{font-size:1.1em;margin:9px 0 0 20px}.tsum__p strong{display:block}.post__favorites{margin-top:30px;font-size:.85em;display:inline-block;vertical-align:top}.post__favorites .wpfp-img{margin:-2px 4px 0 0}.search_page .gsc-result-info{font-size:20px}@media (max-width:767px){.search_page .gsc-result-info{font-size:16px}}.adv-cont{position:relative}.adv-cont-el{z-index:1000;position:absolute;top:0;right:10px;display:flex;align-items:center;justify-content:center;padding:4px;margin-top:4px;border-radius:16px;font-size:8px;color:#575c66;font-weight:500;line-height:4px;text-transform:uppercase;letter-spacing:1px;background-color:#fff;opacity:.8}.spoiler-screens{display:none}.spoiler-btn-title{padding:5px 10px;background:#f3f3f3;border:1px solid #333;text-align:center;cursor:pointer}.title-push{display:block;background:#e4e4e1}#marketWidget{border:1px solid rgba(0,0,0,.1)!important}.top-header-article-wrapper{display:none}.top-header-article{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px;padding:10px 30px 10px 0;margin:0 auto;color:#444;background-color:#fff}.top-header-article--hidden{display:none}.top-header-article__text{position:relative;padding-left:120px;width:580px}.top-header-article__text:hover{color:#444;text-decoration:none}.top-header-article__title{font-size:14px;font-weight:400;color:#444}.top-header-article__title:after{content:"";display:inline-block;width:14px;height:14px;margin-left:5px;background-image:url(/wp-content/themes/simpla2/images/enter-acticle.png);background-size:cover;background-repeat:no-repeat}.top-header-article__close{width:20px;height:20px;position:absolute;top:50%;right:5px;transform:translateY(-50%);cursor:pointer}.top-header-article__close:after,.top-header-article__close:before{content:"";position:absolute;top:50%;left:0;width:20px;height:2px;background-color:#444}.top-header-article__close:before{transform:translateY(-50%) rotate(-45deg)}.top-header-article__close:after{transform:translateY(-50%) rotate(45deg)}.top-header-article-wrapper{position:relative;top:44px;width:auto;padding-left:16px;padding-right:16px;margin-bottom:10px;background-color:#f5f5f5}.top-header-article{flex-direction:column;row-gap:10px;-moz-column-gap:0;column-gap:0;background-color:#f5f5f5}.top-header-article__btn{align-self:flex-start}.top-header-article__text{width:auto;padding-left:10px}@media (max-width:1000px){.top-header-article-wrapper{top:20px}}@media (max-width:900px){.top-header-article__text{padding-left:0}}.wrapper-container-timer{display:none;position:relative;top:16px;width:100%;overflow:hidden}.container-timer{display:flex;align-items:center;justify-content:center;padding:10px 25px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#444}.container-timer:hover{text-decoration:none;color:inherit}.container-nums,.container-timer__numbers{position:relative}.container-nums{display:flex;margin-left:20px;padding:18px 18px 28px;border:3px solid #57bf70;border-radius:14px}.container-nums:before{bottom:7px;left:6px;width:20px;transform:rotate(-45deg)}.container-nums:after,.container-nums:before{content:"";position:absolute;height:5px;border-radius:8px;background-color:#57bf70}.container-nums:after{bottom:4px;left:3px;width:10px;transform:rotate(45deg)}.wrapper-digit{display:flex;font-size:35px}.container-timer__img{margin-left:20px;width:70px}.container-timer__description{position:absolute;left:50%;bottom:-21px;font-size:10px;text-align:center;color:grey;transform:translateX(-50%)}.container-timer__hours{background-color:#444;color:#fff;padding:7px;border-radius:6px;font-size:24px}.container-timer__dots{display:flex;align-items:center;padding-left:4px;padding-right:4px;font-size:34px;color:#444}#container-timer__hours-part1,#container-timer__minutes-part1,#container-timer__seconds-part1{margin-right:2px}.container-timer__close{width:20px;height:20px;position:absolute;top:50%;right:5px;transform:translateY(-50%);cursor:pointer}.container-timer__close:after,.container-timer__close:before{content:"";position:absolute;top:50%;left:0;width:20px;height:2px;background-color:#444}.container-timer__close:before{transform:translateY(-50%) rotate(-45deg)}.container-timer__close:after{transform:translateY(-50%) rotate(45deg)}@media (max-width:640px){.container-timer{padding-left:5px;font-size:10px}.container-timer__hours{font-size:16px;padding-top:3px;padding-bottom:3px}.container-timer__dots{font-size:14px}.container-nums{margin-left:10px}.container-timer__img{width:40px;margin-left:10px}.container-timer__description{font-size:8px}}@media (max-width:356px){.container-timer__img{display:none}}@media (min-width:1240px){.post-page .container,.standalone-page .container{width:1060px}.post-page .container.quiz_page,.standalone-page .container.quiz_page{width:900px;border:none!important}.post-page .content,.standalone-page .content{width:580px}.post-pic-wrap_wide .post-pic__info{max-width:760px;margin-left:auto;margin-right:auto}.post iframe,.post img{max-width:580px}.post_wide{width:100%;margin:60px auto 0}.post_wide img{max-width:100%}.post_wide .post__cont_wide{margin-left:auto;margin-right:auto;max-width:580px}.post_wide p.p_image-promo{margin-left:0;max-width:auto}.post_whole img,.post_wide iframe{max-width:100%}.post_whole .post__cont_wide{margin-left:55px;margin-right:55px;max-width:none}.post_whole iframe{max-width:100%}.related__image img{max-width:none}.gallery .wallpapers_cont .gallery-item--btn-dl--page{height:80px;width:80px;text-align:center;vertical-align:top;background-color:#fff;border-radius:5px;box-shadow:inset 0 0 17px rgba(0,0,0,.25)}.gallery .wallpapers_cont .gallery-item--btn-dt--page{height:100%}.gallery .wallpapers_cont .gallery-item--btn-link--page{display:flex;align-items:center;justify-content:center;height:100%}.gsb_text{border-radius:20px}.gallery-item--btn-link-main{display:none}}.visible-phone{display:none!important}@media (max-width:1240px){.post.post_wide .sweetcouple .be_wide{display:block;width:100%;margin-top:70px}.relatedlist__list li:nth-child(-n+3){width:285px}.relatedlist__list li:nth-child(n+4){width:445px}.post-wide_promo .relatedlist__list li:nth-child(-n+3){width:285px}.post-wide_promo .relatedlist__list li:nth-child(n+4){width:442px}}@media (max-width:1024px){.header__menu-cont{width:42%}body{min-width:100%}.header__main-wrap{padding-left:15px;padding-right:15px;box-sizing:border-box}.container{width:100%}.content-wrap{min-width:100%;border:none}.standalone-page .team_quirks{margin-left:0;margin-right:0}.content-page_gallery .post_whole{padding-top:0}.post-page .content{width:550px}}@media (max-width:1000px){body{min-width:320px}.advert-header__inner,.post__banner{overflow:hidden}.header__menu-cont{width:45%;height:67px}.advert-header__inner embed,.advert-header__inner object{width:100%;height:auto}.header__logo .iplogo,.header__logo .ir,.header__logo .ir-logo{display:none}.header__logo .iplogo_sm,.header__logo .ir-logo_sm{display:inline-block}.header__logo .h1{display:none}.header__logo.header__logo_ny:before{width:40px;height:40px;top:-20px;left:-20px}.header__menu li .header__menu-a{padding:21px 0}.header__menu li.sub_sound a,.header__menu li.sub_volvo a{width:45px;height:45px}.header__menu li.tinkoff .header__menu-a{padding:0;margin-left:10px}.header__menu li.dyson .header__menu-a img{width:55px}.header__menu_misc .logged_user_avatar img{width:35px}.header__menu_misc .header__menu-item_login{margin-top:8px}.header__cont{padding-left:18px;padding-right:9px}.header__menu_misc .header__menu-item_4news{display:none}.header__search-inp-wrap{padding:0}.header__search-inp{width:36px;padding:0 0 0 34px}.search-opened .header__search-inp{width:200px;padding:0 36px 0 18px}.header__warning.show{height:217px}.header__warning .container{padding:0 15px;margin-top:20px;margin-bottom:20px}.header__warning h1{font-size:24px;line-height:1.5}.header__warning p{font-size:16px}.header__menu-project-cont{padding-left:18px;padding-right:18px}.header__menu-write{width:18%}.header__menu-write span{margin-right:2px}.header__menu-write a{padding:7px 10px;display:block;min-width:112px;max-width:190px;height:34px;text-align:center;overflow:hidden;font-size:12px}.header__menu li .header__menu-a{font-size:14px}.frame_video_fixed{width:100%;height:70px;right:0;top:auto;bottom:0}.frame_video_fixed iframe{width:40%;position:relative;z-index:2;height:100%}.frame_video_fixed .fvf__close_block{display:block;top:auto;bottom:0;width:100%;left:auto;right:0;z-index:1;background-color:rgba(0,0,0,.8)}.frame_video_fixed .fvf__close{margin:0 10px}.frame_video_fixed .fvf__title{margin:0;z-index:2;width:45%;position:absolute;right:15%;top:0;background-color:transparent}.frame_video_fixed .fvf__title a{padding-top:20px;padding-bottom:10px;font-size:12px;line-height:16px}.frame_video_fixed .fvf__title button{display:none}.post-page .container,.postlist-page .container,.standalone-page .container{width:auto}.post-page .container.quiz_page .content,.postlist-page .container.quiz_page .content,.standalone-page .container.quiz_page .content{padding:0}.post-page .content,.postlist-page .content,.standalone-page .content{width:auto;float:none}.post-page .quiz_page{margin-top:60px;width:93%;border:none}.post-page .quiz_page .quiz-content{padding:0}.post-page .quiz_page .quiz-content .content,.post-page .quiz_page .quiz-content .post-h{padding-left:5%;padding-right:5%}.content{margin-left:55px;margin-right:55px}#topcontrol,.post_sidebar-fb_post_block,.sidebar{display:none}.content-wrap,.content-wrap_misc{display:block;margin-top:0;border-width:0;margin-left:0;margin-right:0;padding-left:8%;padding-right:8%;width:100%;overflow:hidden;box-sizing:border-box}.content-wrap{overflow:unset}.content-wrap.quiz-content{margin-top:25px}.post-page .content,.postlist-page .content{margin-left:0;margin-right:0}.post-page .content{margin-top:0}.postlist__currency{float:none;margin-left:16px;margin-bottom:-8px}.currency-wrapper{justify-content:space-between;align-items:baseline}footer{font-size:12px;text-align:center}.footer__cont{padding:46px 0 26px}.footer__line1{margin-bottom:11px}.footer__copyright{margin-top:18px}.footer__copyright,.footer__menu{float:none;display:block;width:auto}.footer__menu{text-align:center;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;margin-top:24px}.footer__menu li{margin:9px 7px 10px}.footer__line2{margin:0 16px;font-size:12px;line-height:1.5}.footer__line-menu-site{padding-left:8%;padding-right:8%;border-top:1px solid #e7e7e7;padding-top:18px;text-align:left}.footer__line-menu dd i{margin-top:-1px;margin-right:.4em}.footer__line-menu_social dd{white-space:nowrap}.postlist__tag-desc{width:auto;margin:10px 8% 0}.content-wrap .postitem:first-child{padding-top:41px}.content-wrap_line{border:0}.content-wrap_line .content{width:100%;overflow:hidden;margin:0}.postlis_tag_block__tags{margin-left:8%;margin-right:8%}.postlist-page .content-wrap,.postlist-page .content-wrap_misc{margin-left:0;margin-right:0;border:0}.postlist-page .content-wrap{display:block}.postlist-page .iph_container{border:0;margin-top:0}.postlist-banner .bnr,.postlist-banner .bnr-swf{margin-left:8%;margin-right:8%}.postlist-banner img{width:100%}.postitem,.postlist-h{margin-left:8%;margin-right:8%}.postitem_line{margin:0}.postitem_line-banner a,.postitem_line-banner object{display:block;margin:0}.postlist__menu{padding-left:8%;padding-right:8%}#iframe-aliexpress-ad-id-1{margin:15px auto;display:block}.slider_thumb-dot,.slider_thumb__line{transition:all .3s ease}.content-wrap .questionitem:first-child{padding-top:41px}.questionlist__intro,.userposts__intro{padding:40px 8% 46px}.questionitem{margin-left:8%;margin-right:8%}.questionitem.questionitem_formain,.relatedlist_question__list_wrapper .questionitem{margin-left:0;margin-right:0}.videolist__intro{background-position:0 0}.post.question_post .questionlist__intro{margin-bottom:20px}.post-h{margin-left:0;width:auto}.post-h__content-h{font-size:42px}.post-h__content-h b.iphone_xr{font-size:33px}.post-h__cred{font-size:16px}.post-h__cred .postitem__comments i{margin-top:5px}.post-h__cred .post__favorites{left:auto;right:-4%;width:auto}.post-pic__image{margin-left:-25px;margin-right:-25px}.content-wrap_related{padding-top:32px}.post-wide_promo .relatedlist{padding:40px 20px}.relatedlist{padding-left:0}.relatedlist__header h2{font-size:30px}.relatedlist__tags{margin-bottom:10px}.relatedlist__list_wrapper{position:relative}.relatedlist__list_wrapper>span{display:block;content:"";position:absolute;background-color:rgba(0,0,0,.1);right:0;top:0;width:30px;height:100%}.relatedlist__list_wrapper>span:after{display:block;content:"";position:absolute;width:30px;height:28px;right:2px;top:44%;background:url(/wp-content/themes/simpla2/images/sprites/ir-2x-80e56.png) no-repeat 0 0;background-size:26px 724px;background-position:5px -248px}.post-wide_promo .relatedlist__list li:nth-child(-n+3),.relatedlist__list li:nth-child(-n+3){width:225px}.post-wide_promo .relatedlist__list li:nth-child(-n+3) .related__image img,.relatedlist__list li:nth-child(-n+3) .related__image img{height:260px}.post-wide_promo .relatedlist__list li:nth-child(n+4),.relatedlist__list li:nth-child(n+4){width:225px}.post-wide_promo .relatedlist__list li:nth-child(n+4) .related__image img,.relatedlist__list li:nth-child(n+4) .related__image img{height:260px}.relatedlist__list{overflow:scroll;white-space:nowrap;width:100%}.relatedlist__list li .related__content{white-space:normal}.relatedlist__list li:nth-child(n+5){display:inline-block}.related__image img{width:260px;height:128px}.relap-default__block-title{font-size:30px!important}.post-page .relap-default__with-brand .relap-default__items-container{padding-bottom:10px}.post-page .relap-default__items-container{margin-left:0;margin-right:0}.post-page .relap-default__top-container.relap-default-column-quantity-1 .relap-default__fake-item,.post-page .relap-default__top-container.relap-default-column-quantity-1 .relap-default__item,.post-page .relap-default__top-container.relap-default-column-quantity-2 .relap-default__fake-item,.post-page .relap-default__top-container.relap-default-column-quantity-2 .relap-default__item,.post-page .relap-default__top-container.relap-default-column-quantity-3 .relap-default__fake-item,.post-page .relap-default__top-container.relap-default-column-quantity-3 .relap-default__item{width:100%;max-width:none;margin-bottom:24px}.post-page .relap-default__item-inner{padding:0}.post-page .relap-default__full-item-link .relap-default__item-inner a{min-height:0!important}.post-page .relap-default__item-thumbnail{padding-top:3px;float:left;width:38%}.post-page .relap-default__item-title{margin-left:43%;overflow:visible}.post-page .relap-default__item-thumbnail+.relap-default__item-title{margin-top:0}.post-page .relap-default__title-font-style-normal .relap-default__item-title{font-size:14px!important}.content-wrap.content-wrap_comments{margin-top:16px;padding-top:32px;margin-left:0;margin-right:0}.content-wrap.content-wrap_comments .content{width:100%;margin:0;box-sizing:border-box;padding:0}.comments__head{padding-left:8%;padding-right:8%}.comments__head h3{font-size:30px}.comments__toadd{position:relative;height:36px;padding:0 16px;margin-top:0}.comments__toadd i{margin-right:0}.comments__toadd span{display:none}.comment__list .h4,.comment__list h4{font-size:16px}.comment__list .thdrpy i{margin-top:6px}.comment__item{padding-left:0;padding-right:0;margin-left:8%;margin-right:8%}.comment__item p{font-size:16px}.comment__item_child{margin-left:28px;margin-right:0}.comment__item_child:first-child{margin-left:50px;margin-right:20px}.comment__item_new:after{top:25px;margin-left:5px}.comments__unauth{padding:20px 8%}.comments__form{font-size:16px}.comments__form h3{font-size:24px}.comment__list .comment__ta{height:74px}.comment__notify{font-size:16px}.comment__submit-cont{margin-top:16px}.comment__submit-cont span{font-size:14px}.comment__submit{font-size:16px}.comment__subscription{font-size:16px;padding-left:8%;padding-right:8%}.comments__ortho{margin-left:8%;margin-right:8%}.comment__list .wpulike .counter{border:1px solid #e0e0e0;border-radius:4px;background:#f7f7f7}.comment__list .wpulike .counter a.image,.comment__list .wpulike .counter a.text{padding:0 12px 0 14px;border:0;background-color:#f7f7f7}.comment__list .wpulike .counter a.image:focus,.comment__list .wpulike .counter a.image:hover,.comment__list .wpulike .counter a.image:visited,.comment__list .wpulike .counter a.text:focus,.comment__list .wpulike .counter a.text:hover,.comment__list .wpulike .counter a.text:visited{border:0;background-color:#f7f7f7}.comment__list .wpulike .counter a.text{padding:0 2px 0 4px}.comment__list .wpulike .count-box{padding:0 4px 0 2px;font-size:16px;line-height:22px;margin-left:0;border-radius:0;border:0;background-color:#f7f7f7}.comment__list .wpulike .count-box:before{display:none}ul.post__neighbors{padding-left:0;margin-top:40px}.yota_typewriter{margin-top:20px}.post{font-size:16px}.post,.post.question_post{margin-top:40px}.post h1{font-size:30px;margin-top:2em}.post h3{font-size:23px}.post h2{font-size:24px;margin-top:2em}.post p{margin-top:.5em}.post p.first{font-size:16px;margin-bottom:.5em}.post p b.iphone_xr{font-size:12px}.post img{max-width:100%}.post.post_wide .sweetcouple .be_wide img,.post img,.post p>img{margin:1em auto}.post>.fotorama+br+p+small,.post>.fotorama+br+p>small,.post>.fotorama+br+small,.post>.fotorama+p+small,.post>.fotorama+p>small,.post>.fotorama+small,.post>.sweetcouple img+br+small,.post>.sweetcouple img+small,.post>img+br+small,.post>img+small,.post>p>img+br+small,.post>p>img+small{margin-top:0;margin-bottom:16px;font-size:13px}.post>img+.rating_emoji_img+br+small,.post>img+.rating_emoji_img+small,.post>p>img+.rating_emoji_img+br+small,.post>p>img+.rating_emoji_img+small{margin-top:-15px;margin-bottom:20px;font-size:12px}.post img+br+small,.post img+small{display:block;margin-top:.75em;margin-bottom:1em}.post iframe{max-width:100%}.post .fb_iframe_widget,.post iframe{margin:1em auto}.post .fb_iframe_widget iframe{margin:0 auto}.post ul{padding-left:1em}.post ul li{margin-top:.25em}.post center,.post small{font-size:1em}.post blockquote{border-top:2px dotted #e3e3e3;border-bottom:2px dotted #e3e3e3}.post .social-share{padding:0;margin-left:0}.post.post_wide .be_wide,.post.post_wide .be_wide+small,.post.post_wide>*{width:100%}.gallery{max-width:580px;margin-left:8%;margin-right:8%}.gallery .wallpapers_cont{height:270px;overflow:hidden}.gallery .wallpapers_cont .gallery-item:nth-child(2){float:none}.wplinkpreview{min-height:140px}.social-share li.social-share-telegram{line-height:25px}.post__lenta_info_block .mgheader{margin-left:0}.imageBullet .imageBullet_text{width:94%;top:auto!important;left:2%!important;bottom:30px;text-align:center}.imageBullet .imageBullet_text .imageBullet_text-item{width:100%;max-width:100%;display:block;box-sizing:border-box}.post ul{padding-left:0}.post-tag{margin-left:0;margin-top:40px}.question{padding-left:8%;padding-right:8%}.question h1,.question h2{font-size:30px;line-height:1.313}.questionitem__content-main{width:55%}.relatedlist_question__header{max-width:inherit}.relatedlist_question__header h2{font-size:30px}.post_wide .post__cont_wide{margin-left:auto;margin-right:auto;max-width:auto}.post_wide .post__favorites,.post_wide .post__neighbors,.post_wide .post__tags-cont,.post_wide .social-share{margin-left:0}.post-page .content-wrap_post_wide{padding-bottom:40px}.post-page .content-wrap_post_wide .content{padding-left:0;padding-right:0}.post-wide_promo .iph_container{width:93%}.content_block_by_main_tag{max-width:670px}.post_whole .post__cont_whole{margin-left:0;max-width:auto}.post_whole .social-share{margin-left:0}.post .postpage__video iframe{margin:20px auto 13px;width:650px;height:350px}.push-notifier{margin-left:8%;margin-right:8%}.push-notifier_post{margin-left:0;margin-right:0}.mlw_qmn_question p{margin-top:0}.quiz_endmisc-count{margin:0}div.mlw_qmn_timer.mlw_qmn_timer{width:76px;height:76px;line-height:70px;font-size:1.4em}.user-details{margin-top:40px}.user-date,.user-details{margin-left:8%;margin-right:8%}.postlist-incut__cont{padding:41px 8% 36px;border-bottom:1px solid #e3e3e3}.advertpostlist_incut,.postlist-incut-dealslist{margin-top:-1px}.externalpostlist__cont{margin-top:20px;padding:0 0 36px}.externalpostlist__page-cont{padding-left:8%;padding-right:8%}.externalpostlist__page-h{margin-top:1em}.externalpostlist__t-item:hover .telegram-post-text{color:#6e6a6a}.externalofferlist__cont,.questionlistblock__cont{padding:41px 8% 36px}.questionlistblock__page-cont{padding-left:8%;padding-right:8%}.questionlistblock__page-h{margin-top:1em}.postlist__video{margin-left:8%;margin-right:8%}.postlist__video .postitem__content-h{display:block}.standalone-page .page-users-post .content{width:100%;padding:0 20px;box-sizing:border-box}.transmission-cont,.tsum__cont{padding-left:8%;padding-right:8%}.transmission-cont{padding-top:20px}.ase2017__cont{margin-left:7%;margin-right:7%;margin-top:20px}}@media (max-width:719px){.advert-header__inner .bnr,.advert-header__inner .bnr-swf{border-top-width:5px;border-bottom-width:5px}.advert-header__inner embed,.advert-header__inner object{width:100%;height:auto}header{margin-bottom:40px}.header__main-wrap{height:60px;position:static}.header__cont{padding:0;font-size:0;text-align:center}.header__cont:after{content:"";background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffffff",GradientType=1);position:absolute;top:60px;right:0;height:40px;width:20px;z-index:21}.header__logo{margin:15px 16% 0 0}.header__logo .ir,.header__logo .ir-logo{display:none}.header__logo .ir-logo_sm{display:inline-block}.header__logo .h1{display:none}.header__menu-cont{float:none;position:absolute;width:100%;height:100%;top:100%;left:0;box-sizing:border-box;display:block;height:41px;background:#fff;text-align:left;z-index:20;overflow-x:scroll;overflow-y:hidden;border-bottom:1px solid #e4e4e4;cursor:pointer}.header__menu-cont-in{white-space:nowrap}.header__menu{background:#fff;margin:0;display:inline}.header__menu li{display:inline-block}.header__menu li .header__menu-a{display:block;font-size:16px;line-height:24px;margin:0;padding:8px 4px 8px 20px}.header__menu li .header__menu-a[data-slug=WWDC]{padding-left:4px;margin-left:15px}.header__menu li a.header__menu-a :hover{color:#05c}.header__menu li.current .header__menu{background:#05c;color:#fff;padding-bottom:8px;border:0}.header__menu li.mark .header__menu{padding-bottom:8px;border:0}.header__menu li.mark_lg .header__menu-a{border-bottom:0;padding-bottom:8px}.header__menu li.sub_sound{margin-top:0}.header__menu li.sub_sound a{margin-top:0;width:40px;height:40px}.header__menu li.sub_fiio a{position:relative}.header__menu li.sub_fiio a b{top:1%;left:92%}.header__menu li.yota_q a span{font-size:20px}.header__menu li.yota_underline .header__menu-a{padding-bottom:0;padding-left:4px}.header__menu li.dyson .header__menu-a img{width:59px}.header__menu li.button_kino .header__menu-a img{width:92px;margin-top:-6px}.header__menu li.sub_volvo{margin-top:0;margin-left:10px}.header__menu li.sub_volvo a{margin-top:0;width:40px;height:40px}.header__menu li.tinkoff .header__menu-a{border-bottom:none;padding:0 10px}.header__menu-misc{display:inline;background:#fff}.header__menu-misc li{display:inline-block;vertical-align:top}.header__menu-misc li a{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;display:block;font-size:15px;line-height:24px;letter-spacing:-.015em;margin:0;padding:8px 10px 8px 20px;color:#444;text-decoration:none}.header__menu-misc li a:hover{color:#05c;text-decoration:none}.header__menu-misc li.current a{background:#05c;color:#fff}.header__menu-social{display:block;background:#fff;padding:8px 0 0 20px}.header__menu-social li{display:inline-block;vertical-align:top;margin:0 19px 14px 0}.header__menu-social .ir-fvb{margin:0 -2px}.header__search{margin:12px 10px 0}.header__menu-write{margin-top:14px;width:33%}.search-opened .header__search-inp{width:200px}.header__menu_misc{margin:13px 0 0}.header__warning.show{height:237px}.header__warning .container{padding:0 16px;margin-top:20px;margin-bottom:20px}.header__warning h1{font-size:20px;line-height:1.5}.header__warning p{font-size:14px}.header__menu-project-cont li,.header__menu-project-cont li span{display:none}.header__menu-project-cont li span.mobile{display:block}.header__menu-project-cont li.iphones_telegram{display:block;margin-right:5px}.header__menu-project-cont li:first-child{display:inline-block;margin-right:10px}.header__menu-project-cont li:nth-child(2){display:inline-block;margin-right:10px;margin-left:auto}.advert-header_ali{display:none}.advert-header_branding.google_banner{max-height:200px}.yota_car_brand{margin:20px 0 -10px}.dark_theme_trigger{margin:0 15px}#login.login-popup{width:100%}#login .loginpanel{width:96%;margin:0 auto}.login-popup-container--active{display:block;position:fixed;z-index:9999;width:100%;height:100%;left:0;top:40%}#header__menu-adfox{margin-left:15px}#header__menu-adfox img{max-width:100%!important;max-height:30px!important;width:auto!important;margin-top:-10px!important}.adv-cont-el{top:0;right:0;padding:4px;font-size:8px;line-height:2px}}@media (max-width:719px) and (max-width:374px){.header__logo{margin-right:10%}.header__menu_misc{margin-right:0}.search-opened .header__search-inp{width:170px}}@media (max-width:640px){body,html{max-width:100%;overflow-x:hidden}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}.standalone-page .team_quirks .post .post_author_desc .desc_content .desc_title h2{font-size:17px}.header__menu-write{width:auto}.header__menu-write a{padding-top:10px;font-size:0;min-width:50px}.post-page.post-gallery_page .iph_container{padding-bottom:0}.post-page.post-gallery_page .gallery_bottom_block,.post-page.post-gallery_page footer{display:none}.content-wrap,.content-wrap_misc{margin-top:0;border-width:0;padding-left:5%;padding-right:5%}.post-page .content,.postlist-page .content{margin-left:0;margin-right:0}.footer__line-menu-site{padding-left:5%;padding-right:5%;margin-bottom:20px;-moz-columns:3;column-count:3}.footer__line-menu dt{margin-bottom:0}.footer__line-menu dt a{color:#444}.footer__line-menu dd{display:none}.footer__line-menu_social{text-align:left;width:auto;float:none;margin-top:15px}.footer__line-menu_social dt{display:none}.footer__line-menu_social dd{display:block;float:left;margin-right:20px;margin-bottom:16px}.cookie_privacy_block .iph_container p{font-size:13px}.postlist__navigation{margin:25px 15px 45px}.postlist__navigation ol{width:100%;display:table}.postlist__navigation li{display:table-cell;text-align:center}.postlist__navigation li a{display:inline-block}.postlist__navigation li a.page{display:none}.postlist__navigation li:first-child a.page,.postlist__navigation li:last-child a.page,.postlist__navigation li:nth-child(2) a.page,.postlist__navigation li:nth-child(3) a.page,.postlist__navigation li:nth-last-child(2) a.page{display:inline-block}.postlist__navigation .page{font-size:16px;padding:0 10px;margin-right:8px}.postlist__navigation .gap{padding:0 8px;margin-right:8px}.postlist__tag-title{margin-left:20px!important}.postlist__tag-desc{width:auto;margin:10px 5% 0}.postitem__image .gallery_page_link{display:none}.postitem_mobilelarge .postitem__image .gallery_page_link{display:block;font-size:25px;width:38px;height:38px;line-height:42px}.postlist-page .content-wrap,.postlist-page .content-wrap_misc{margin-left:0;margin-right:0;border:0;padding-left:0;padding-right:0}.postlist-banner .bnr,.postlist-banner .bnr-swf{margin:0;padding:20px 0}.postlist-banner_1{display:none}.postlist-h{font-size:42px/2;line-height:1.5;margin:20px 5% 0}.main_tag_postitem{display:none}.postlis_tag_block__tags{margin-top:10px;margin-bottom:10px}.postlis_tag_block__tags a{display:inline-block;background-color:#d5d2d2;border-radius:50px;padding:3px 14px;margin:13px 2px 0;font-size:10px}.postitem{padding:20px 5% 15px;margin-left:0;margin-right:0}.postitem.postitem_image .postitem__content{margin-left:127px}.postitem .postitem__image-a img{width:112px;height:63px;-o-object-fit:cover;object-fit:cover}.postitem.postitem_mobilelarge .postitem__image-a img{width:100%;height:inherit}.postitem.postitem_hot{margin-bottom:20px;width:75%;margin-left:auto;margin-right:auto}.postitem.postitem_hot .postitem__content-h{display:block}.links_near_postitem{display:none}.page_gallery__page-cont .page_gallery__page-h h1{width:100%}.page_gallery__page-cont .page_gallery__page-h a{font-size:21px;text-align:center;width:100%;margin:25px 0 10px}.postlist__yota_test{padding:25px 0;height:35px;position:relative;transition:.5s;height:auto}.postlist__yota_test.postlist__yota_test_m{position:relative}.postlist__yota_test.postlist__yota_test_m:before{position:absolute;width:100%;height:100%;background-color:#fff;content:"Ты много платишь за связь. Проверь, сколько";font-size:14px;font-weight:700;color:#444;text-transform:uppercase;padding:0 5%;text-align:left;box-sizing:border-box;display:none}.postlist__yota_test.postlist__yota_test_m iframe{height:660px!important}.postitem__image{float:left;margin-bottom:0;width:112px}.postitem__category{display:none}.postitem__content-promo-tags{font-size:12px;margin:-3px 0 .8em}.postitem__content-promo-tags--margin{margin-top:-10px}.postitem__content-h{margin:0 0 .25em}.postitem__content-main.mini_poll_title .postitem__content-h,.postitem__content-p{display:none}.postitem__content-main .postitem__content-h{display:block}.postitem__content-main .postitem__content-h b.iphone_xr{font-size:10px}.postitem__content-main .postitem__content-promo-tags{display:block}.postitem__content-h{display:none;font-size:16px;line-height:1.5;margin-bottom:0;margin-top:-5px}.postitem__content-h.mini_poll_title{display:block}.postitem__content-h mark{font-size:12px;line-height:1.4;margin-top:-2px}.postitem__content-meta{font-size:12px;line-height:1.5;margin-top:.8em}.postitem__content-meta .avatar,.postitem__content-meta .avatars{width:15px;height:15px}.postlist__counters{float:right;margin-top:0}.postitem__author{margin-right:8px}.postitem__timegap{margin-right:8px;min-width:100%;margin-left:24px}.postitem__comments .ir{margin:2px 3px 0 0}.postitem__pageviews .ir-eye_sm{margin-top:-1px}.postitem_mobilelarge .postitem__timegap{min-width:auto;display:block}.postitem_mobilelarge.postitem_image .postitem__content{margin-left:0}.postitem_mobilelarge .postitem__image{float:none;margin-bottom:12px;width:auto}.postitem_mobilelarge .hidden-phone{display:inherit!important}.postitem_mobilelarge .visible-phone{display:none!important}.postitem_hide_on_mobile{display:none}.postitem_line{padding:0}.postitem_line-banner,.postitem_line-banner a,.postitem_line-banner object{margin:0}.content-wrap .postitem:first-child{padding-top:20px}.postlist__menu{padding-left:5%;padding-right:5%}.postlist__menu a{font-size:14px}.postlist__restore_block{font-size:11px}.postlist__restore_block span{margin:0 5px}.postlist__restore_block.postlist__noize_block{font-size:14px;padding:10px 0;display:none}.postlist__restore_block.postlist__noize_block .noize_wave{width:25%}.postlist__restore_block.postlist__noize_block.postlist__noize_block_mobile{display:block}.postitem__dpd_block{padding:15px 0 15px 5%}.postitem__dpd_block a{font-size:12px}.postitem__dpd_block .dpd_block__a{margin-bottom:5px}.postitem__dpd_block .dpd_block__a img{width:20px}.postitem__dpd_block .dpd_block__a span{font-size:10px}.postitem__dpd_block .dpd_block__title{display:none}.postitem__dpd_block .chips_block__items .dpd_block__title{display:block;font-size:12px;color:#9a9a9a;font-weight:400}.postitem__dpd_block .chips_block__items .dpd_block__title span{margin-right:3px}.postitem__dpd_block .chips_block__items .dpd_block__a a{font-size:12px}.postitem__dpd_block .chips_block__items .dpd_block__a img{width:25px}.postitem__dpd_block .chips_block__items .chips_block__more{font-size:12px}.postitem .post_vote_block{float:right;margin-top:0;margin-left:5px}.postitem .post_vote_block .pvb__img{width:20px;height:20px;background-size:15px;margin-top:-3px}.postitem .post_vote_block .lc{padding:0;margin:0;font-size:12px}.embed_music_apple_pl{height:150px;margin-bottom:20px}.embed_music_apple_text{font-size:17px;padding:0 5%;margin:20px 0}.mobile_small_font td,.mobile_small_font th{font-size:10px}#adfox_154572604557936697{margin-bottom:10px}#adfox_154572604557936697>iframe{height:150px}.yota-pavlik-banner span{font-size:13px}.yota-pavlik-banner span.emoji{font-size:36px}.yota-pavlik-banner img{width:30px}.sp_container{padding:20px 5% 15px}.sp_heading{font-size:16px}.sp_advice_txt{font-size:12px}.sp_desc,.sp_desc_text,.sp_single_part__text{font-size:14px}.sp_single_part__nums{font-size:18px}.sp_container{position:relative}.close_cross{position:absolute;right:10px;top:0}.slider_thumb__img{width:100vw;height:auto}.slider_thumb-arrow{display:none}.company-top-container{margin-left:5%}.company-top-container .company-img-container img{max-width:76px}.top-sticky-post{margin-bottom:-20px;padding:0 5%;background-color:#fff}.top-sticky-post.top-sticky-post--fixed{margin-right:0}.questionitem .questionitem__content-h{font-size:16px;margin-bottom:13px}.questionitem .questionitem__content-meta .questionitem__author .postitem__author_profile_link img{width:30px;height:30px}.questionitem .questionitem__content-meta .questionitem__author .postitem__author_name{font-size:13px;margin:0}.questionitem .questionitem__content-meta .questionitem__author .questionitem__timegap{margin:-3px 0 0;font-size:11px}.questionitem .questionitem__content{min-height:100px}.questionitem .questionitem__content .questionitem__content-main{width:60%}.questionitem .questionitem__content .questionitem__content-main .questionitem__content-p{font-size:12px;margin:0;height:90px;overflow:hidden}.questionitem .questionitem__content .questionitem__content-main .questionitem__content-p:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:35px;background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.questionitem .questionitem__content .questionitem__content-main .questionitem__content-p .questionitem__read_more{display:none}.questionitem .questionitem__content .questionitem__image img{width:100px;height:80px}.questionitem .questionitem__content .questionitem__read_more_mobile{display:block;margin:20px 0;text-align:center;color:#757575;border:1px solid #e8e5e5;padding:5px 0;border-radius:3px;clear:both}.questionitem .questionitem__side-info .postlist__counters{width:50%;margin:0}.videolist__intro{height:120px}.videolist__intro p{margin:20px 0 25px}.videolist__intro .video_more a{font-size:12px}.videoitem__content-h{display:block;margin-bottom:15px}.post-h__content-h{font-size:24px}.post-h__content-h b.iphone_xr{font-size:19px}.post-h__cred{font-size:14px}.post-h__cred img.avatar,.post-h__cred img.avatars{width:25px;height:25px;margin:-3px 5px 0 0}.post-h__cred .post__favorites{position:relative;top:auto;right:auto;width:100%;display:block;text-align:left;margin-top:9px}.iphones_quiz__result-title{line-height:1}.iphones_quiz__result img{width:auto;height:220px;position:relative;margin:0 auto}.iphones_quiz__result p.paragraph{line-height:1.2;font-size:16px}.iphones_quiz__card-image{width:100%;height:auto}.post-h .date_post{font-size:13px}.post-h__stat--show{display:inline}.post-pic__image{margin-left:-10px;margin-right:-10px}.relatedlist__header h2{font-size:24px}.relatedlist__header .relatedlist__header_mobile{display:none}.relatedlist__list.wide-related li,.relatedlist__list li{width:43%;margin:0 0 0 20px}.relatedlist__list.wide-related li:first-child,.relatedlist__list li:first-child{margin:0}.relatedlist__list.wide-related li .related__image img,.relatedlist__list li .related__image img{width:100%;height:80px}.relatedlist__list.wide-related li .related__content h3,.relatedlist__list li .related__content h3{font-size:16px;width:87%;margin-top:20px}.content-wrap.content-wrap_comments{margin-top:16px;padding-top:32px;margin-left:0;margin-right:0}.content-wrap.content-wrap_comments .content{width:100%;margin:0;box-sizing:border-box;padding:0}.comments__head{padding-left:5%;padding-right:5%}.comments__head h3{font-size:24px}.comments__toadd{position:relative;align-self:center;height:36px;padding:0 16px;margin-top:0}.comments__toadd i{margin-right:0}.comments__toadd .comments__toadd{position:relative;align-self:center;height:36px;padding:0 16px;margin-top:0}.comments__toadd .comments__toadd i{margin-right:0}.comments__toadd .comments__toadd span{display:none}.comments__toadd .comment__list .h4,.comments__toadd .comment__list h4{font-size:14px}.comments__toadd .comment__list .thdrpy i{margin-top:4px}.comments__toadd .comment__item{padding-left:0;padding-right:0;margin-left:5%;margin-right:5%}.comments__toadd .comment__item p{font-size:14px}.comments__toadd .comment__item_child{margin-left:10px;margin-right:0}.comments__toadd .comment__item_child:first-child{margin-left:50px;margin-right:20px}.comments__toadd .comments__unauth{padding:20px 5%;text-align:left;line-height:24px}.comments__toadd .comments__unauth a{display:inline}.comments__toadd .comments__form{font-size:14px}.comments__toadd .comments__form h3{font-size:20px}.comments__toadd .comment__image__img{max-width:224px}.comments__toadd .comment__list .comment__ta{height:74px}.comments__toadd .comment__notify{font-size:14px}.comments__toadd .comment__submit-cont{margin-top:16px}.comments__toadd .comment__submit-cont span{font-size:13px}.comments__toadd .comment__submit{font-size:14px}.comments__toadd .comment__subscription{font-size:14px;padding-left:5%;padding-right:5%}.comments__toadd .comments__ortho{margin-left:5%;margin-right:5%}.comments__toadd .comments__ortho.comments__ortho_errmsg{display:none}.comments__toadd .comments__ortho h4{font-weight:400}.comments__toadd span{display:none}.comment__list .h4,.comment__list h4{font-size:14px}.comment__list .thdrpy i{margin-top:4px}.comment__item{padding-left:0;padding-right:0;margin-left:5%;margin-right:5%}.comment__item p{font-size:14px}.comment__item_child{margin-left:10px;margin-right:0}.comment__item_child:first-child{margin-left:50px;margin-right:20px}.comments__unauth{padding:20px 5%;text-align:left;font-size:16px}.comments__unauth a{display:inline}.comments__form{padding-left:5%;font-size:14px}.comments__form h3{font-size:20px}.comment__image__img{max-width:224px}.comment__list .comment__ta{height:74px}.comment__notify{font-size:14px}.comment__submit-cont{margin-top:16px}.comment__submit-cont span{font-size:13px}.comment__submit{font-size:14px}.comment__subscription{font-size:14px;padding-left:5%;padding-right:5%}.comments__ortho{margin-left:5%;margin-right:5%}.comments__ortho.comments__ortho_errmsg{display:none}.comments__ortho h4{font-weight:400}.comment__list .wpulike .count-box{font-size:14px}ul.post__neighbors{padding-left:0;margin-top:20px}ul.post__neighbors h2,ul.post__neighbors li{font-size:11px}.yota_float{display:none}.yota_typewriter{display:block;margin-top:23px;margin-bottom:0}.yota_typewriter .typewriter_container{max-width:87%}.yota_typewriter .typewriter_container p{max-width:100%;font-size:11px}.author_photos_link{font-size:27px;padding:9px 12px;width:inherit}.post{font-size:14px}.post h1{font-size:24px}.post h2{font-size:20px}.post h3{font-size:19px}.post p,.post p.first{margin-top:1.5em}.post p.first{font-size:14px}.post b.iphone_xr{font-size:11px}.post blockquote{font-size:14px}.post .fotorama:not(.fotorama--unobtrusive)>:not(:first-child),.post .fotorama img{display:block}.post .fotorama .fotorama__caption .fotorama__caption__wrap{border-left:none;font-size:14px;padding:5px;font-style:normal;text-align:left;color:#747373;margin:0;width:100%}.post .fotorama .fotorama__pictures_counter{display:none}.post .post_img_left_text>div{display:inline-block;vertical-align:top}.post .post_img_left_text>div:first-child{width:32%;margin-right:2%!important;float:none!important}.post .post_img_left_text>div:last-child{width:63%}.post .post_img_left_text>div:last-child p:first-child{margin-top:0}.post .gallery_page_link{margin:30px 0 -70px 10px;font-size:25px;width:38px;height:38px;line-height:42px}.mini_poll{width:95%;padding:10px 10px 15px}.mini_poll .poll_question{font-size:18px;margin-left:10px;padding-right:10px}.mini_poll ul.poll_answ{width:auto}.mini_poll ul.poll_answ li{width:100%;padding-left:45px;margin-top:10px;min-width:inherit}.mini_poll ul.poll_answ li .poll_item__check{top:9px;width:14px;height:14px}.mini_poll .poll_results div .poll_percents{font-size:14px}.mini_poll .poll_results div .poll_bar{margin-left:32px}.bunch_apple_music{position:relative}.bunch_apple_music:after{content:"";display:block;position:absolute;top:0;right:-1px;width:40px;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#fff 90%)}.bunch_apple_music .bunch_apple_music_seconadry_text,.bunch_apple_music .bunch_apple_music_text{margin-left:10px}.bunch_apple_music .bunch_apple_music_block{overflow:scroll;white-space:nowrap;width:100%}.bunch_apple_music .bunch_apple_music_block .music_apple_chunk,.bunch_apple_music .bunch_apple_music_block .music_apple_chunk:first-child{display:inline-block;margin-right:10px;width:86%;height:300px;margin-bottom:5px}.gallery{position:relative;margin:20px 0 0;width:100%}.gallery:after{content:"";display:block;position:absolute;top:0;right:-1px;width:40px;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#fff 90%)}.gallery h2{margin:0 0 2px 15px;font-size:17px}.gallery h2+span{margin:0 0 20px 15px;font-size:13px}.gallery .wallpapers_cont{overflow:scroll;height:inherit;white-space:nowrap;margin-left:15px}.gallery .wallpapers_cont .gallery-item--btn-dl{background-color:#fff;height:270px;width:160px;vertical-align:top;border-radius:5px;box-shadow:inset 0 0 17px rgba(0,0,0,.25)}.gallery .wallpapers_cont .gallery-item--btn-dt{height:100%}.gallery .wallpapers_cont .gallery-item--btn-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#000;text-decoration:none;cursor:pointer}.gallery .wallpapers_cont .gallery-item,.gallery .wallpapers_cont .gallery-item:nth-child(2){margin:0 15px 15px 0}.gallery .wallpapers_cont .gallery-item .gallery-icon,.gallery .wallpapers_cont .gallery-item:nth-child(2) .gallery-icon{position:relative}.gallery .wallpapers_cont .gallery-item .gallery-icon .wallpapers_emoj,.gallery .wallpapers_cont .gallery-item:nth-child(2) .gallery-icon .wallpapers_emoj{display:block;position:absolute;left:7px;font-size:42px;top:25px;text-shadow:0 0 8px #000}.gallery .wallpapers_cont .gallery-item .gallery-icon a img,.gallery .wallpapers_cont .gallery-item:nth-child(2) .gallery-icon a img{width:160px;height:270px}dl.post__left-dotted-block{margin:30px 0}.wplinkpreview{min-height:140px;max-width:100%}.wp_attach_link{font-size:14px}.content-wrap_post_wallpaper_page{margin-top:30px}.content-wrap_post_wallpaper_page .post-pic .post-pic__image img{max-height:620px;-o-object-fit:contain;object-fit:contain}.content-wrap_post_wallpaper_page span.br_only_mobile{display:block}.post .fotorama img{margin-bottom:30px!important}.content-page_gallery .page_gallery_links{display:none;position:fixed;z-index:20;bottom:0;width:100%;background-color:#05c;left:0}.content-page_gallery .page_gallery_links a{margin:0;padding:12px 0;border-radius:0;width:49%}.content-page_gallery .page_gallery_links a:first-child{border-right:2px solid #fff}.post__banner{margin:0;text-align:center}.post__banner>div{margin:10px auto}.post .post__categories--mobile .post__tags .post__categories__title,.post .post__categories--mobile .post__tags a,.post .post__categories .post__categories__title,.post .post__categories a{font-size:14px;line-height:1.5;margin-bottom:7px}.post .post__categories--mobile .post__tags .post__categories__title a,.post .post__categories--mobile .post__tags a a,.post .post__categories .post__categories__title a,.post .post__categories a a{padding-bottom:0}.post .post__categories--desktop{display:none}.post .post__categories--mobile{display:flex;flex-wrap:wrap}.post .post__categories--alisa{align-self:baseline;margin-left:0;margin-top:10px}.post__fb_dialog .ChatLog{max-width:100%}.sumsung_apple_post .sap__btn{width:100%;box-sizing:border-box;margin:0 0 15px}table.mobile_small_font{font-size:9px}.post .post-relatedlist__list li{width:45%;margin-right:5%}.post .post-relatedlist__list li:nth-child(n+3){display:none}.post .post_author_desc .desc_head{padding-left:0;padding-bottom:10px;font-size:14px}.post .post_author_desc .desc_content .desc_avatar{float:left;margin:0 20px 0 0}.post .post_author_desc .desc_content .desc_avatar div{height:50px;width:50px}.post .post_author_desc .desc_content .desc_title{padding:0;display:block;width:100%}.post .post_author_desc .desc_content .desc_title h2{display:block;margin:0;font-size:16px;padding-top:4px}.post .post_author_desc .desc_content .desc_title a{display:block;padding:0;font-size:14px}.post .post_author_desc .desc_content .desc_title p{display:block;margin:10px 0 0;font-size:11px}.user_funny_pics{margin:0 20px}.user_funny_pics .funny_pics_header h3{margin:15px 30px 0;text-align:center}.user_funny_pics .funny_pics_header img.restore_logo{position:static;display:block;margin:10px auto}.user_funny_pics .funny_pics_form input{width:75%}.post .postpage__video iframe{margin:20px auto 13px;width:auto;height:200px}iframe.instagram-media{min-width:28px!important;width:70%!important}.rating_emoji_img{margin-top:-30px;padding-right:10px}.rating_emoji_img a{width:35px;height:35px}.post img.aligncenter+.rating_emoji_img{margin-top:-15px}#LentaInformComposite663947 span.mghead{font-size:24px!important}#LentaInformComposite663947 .mctitle a{font-size:13px!important}#LentaInformComposite663947 .mgbox>div:nth-child(n+5),#LentaInformComposite663947 .mgheader a{display:none}#LentaInformComposite663947 .mctitle{margin-top:5px!important;margin-bottom:15px}.post__lenta_info_block .mgheader{margin-left:5%}.post-page .quiz_page .quiz_post_block{padding-left:20px;padding-right:20px}.post-page .quiz_page .quiz_post_block .title_block{font-size:18px}.post-page .quiz_page .quiz_post_block p{font-size:14px}.post-page .quiz_page .iphones_quiz .iphones_quiz__card button{width:100%;padding:12px 0 14px}.post-page .quiz_page .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers{margin:0 auto}.post-page .quiz_page .iphones_quiz p.iphones_quiz__card-question{text-align:left;font-size:21px;line-height:26px}.post-page .quiz_page .iphones_quiz .iphones_quiz__card-body{margin-left:0}.post-page .quiz_page .iphones_quiz .iphones_quiz__card label{padding:9px 0 11px 23px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result{height:auto;overflow:visible}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text{width:auto;margin:0 20px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers{float:none;width:100%;margin:45px 0 35px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__inner_container{padding:0}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__el{font-size:18px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__el:before{top:50%;transform:translateY(-50%)}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__num{font-size:18px;line-height:18px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__text{font-size:14px;line-height:14px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__percent_text,.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__scale_container{margin-left:0;margin-right:0}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .iphones_quiz__result-title{margin:0;padding:0;border:none}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text .iphones_quiz__result-title--vk18{padding-top:25px;padding-left:10px;padding-right:10px}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text p.paragraph{margin:40px 0 0!important}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text p.paragraph-vk18{margin-top:0!important}.post-page .quiz_page .iphones_quiz .iphones_quiz__result .answer_text img{position:relative;margin:20px 0;width:100%}.post-ratings p{margin-top:0}.iframe__vimeo{height:170px}.iph_score_block .score_top{flex-direction:column;display:flex}.iph_score_block .score_top .score_score{display:block;padding-top:10px}.iph_score_block .score_top .score_inf{max-width:100%;padding-bottom:16px;margin:10px 0 11px}.iph_score_block .score_top .score_inf a{color:#fff;font-size:20px;font-weight:700;text-decoration:none;text-align:center}.iph_score_block .score_top .score_image{width:100%;height:250px;display:block;background-size:cover;background-repeat:no-repeat}.iph_score_block .score_middle_info{display:block;height:50%;padding-top:1px;padding-bottom:1px}.iph_score_block .score_middle_info .score_middle_info_half{width:100%;margin:0 5px}.iph_score_block .score_middle_info .score_middle_info_half .h_title{padding-left:0}.iph_score_block .score_middle_info .score_middle_info_half .h_title h2{font-size:14px}.iph_score_block .score_bottoms{display:block;width:80%;padding:14px 32px 11px}.iph_score_block .score_bottoms a{font-size:14px}.iph_score_block .score_bottoms .first_bottom{display:block;text-align:center}.content_block_by_main_tag{width:335px;margin-left:0}.content_block_by_main_tag .container_block_main_tag{width:100%;box-sizing:border-box}.content_block_by_main_tag .container_block_main_tag .content_block_tag .content_block_tag_title{font-size:24px}.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items{display:inline-flex;margin-top:10px}.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postitem__timegap{min-width:50%;margin-left:0;margin-bottom:10px}.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postlist__counters .postitem__comments .ir-comm_g{margin:5px}.post-page .postitem__image{float:none;width:100%}.post-page .postitem__image .yotaframe{height:630px}.post ul{padding-left:0}.post__img_double{display:flex}.post__img_double .img__zoom,.post__img_double img{margin-right:0;max-width:100%!important;margin-bottom:10px}.post__img_double .img__zoom:last-child,.post__img_double img:last-child{margin-bottom:0}.post__img_double br{display:none}.post__img_double.post__img_double_mobile{justify-content:space-between}.post__img_double.post__img_double_mobile>div{margin-bottom:20px;width:50%}.post__img_double.post__img_double_mobile>div:last-child{margin-bottom:0}.post__img_double.post__img_double_mobile .img__zoom,.post__img_double.post__img_double_mobile img{min-width:100%;margin-right:5px;margin-bottom:0}.post__img_double.post__img_double_mobile .img__zoom:last-child,.post__img_double.post__img_double_mobile img:last-child{margin-right:0}.post__img_double.post__img_double_mobile .img__zoom img{margin-right:0;max-width:100%!important}.img__zoom img{margin-bottom:0}.post-page .quiz_page .iphones_quiz_v2 .iphones_quiz__card ul.iphones_quiz__card-answers li{padding:15px 0;width:49%;max-width:49%}.post-page .quiz_page .iphones_quiz_v2 .iphones_quiz__card ul.iphones_quiz__card-answers li label{padding:0;font-size:15px}.post-page .quiz_page .iphones_quiz_v2 .iphones_quiz__card-image{height:350px}.post-page .quiz_page .iphones_quiz_v2 .iphones_quiz__card-image .iphones_quiz__card-imageimg,.post-page .quiz_page .iphones_quiz_v2 .iphones_quiz__card-image .iphones_quiz__card-imagetext{font-size:18px;line-height:20px}.post .post__adsbygoogle .adfox_153381954856424173>div{max-width:100%}.post__tags-cont{width:100%}.post .postpage_telega .block-cellar:nth-child(4){flex-direction:column;padding-left:0;padding-top:10px;margin-top:0}.post .postpage_telega .block-cellar:nth-child(4):before{content:none}.post__tags--desktop-container{display:none}.quiz-btns{flex-direction:column;align-items:center;gap:20px}.iphones_quiz .iphones_quiz__try_again--v2.visible{order:2}.outer-article__source{font-size:11px}.compare__post_block .cpb__img{height:160px}.compare__post_block .cpb__result>div{font-size:12px}.compare__post_block .cpb__img_btn span{font-size:12px;text-transform:uppercase}.question{padding-left:5%;padding-right:5%}.question h1,.question h2{font-size:24px;line-height:1.313}.relatedlist_question__header h2{font-size:24px}.post_wide .post__cont_wide{margin-left:auto;margin-right:auto;max-width:auto}.content-wrap__video_item .post{margin-top:20px}.content-wrap__video_item .post iframe{margin-bottom:10px;height:250px!important}.wide_post_promo_img{padding-bottom:25px}.post-wide_promo .iph_container{margin-top:55px}.post_wide.content_block_by_main_tag{width:300px}.post_wide.content_block_by_main_tag .container_block_main_tag{width:100%}.post_wide.content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postitem__comments{margin-left:-210px}.post_whole .post__cont_whole{margin-left:0;max-width:auto}.post_whole .social-share{margin-left:0}.contestlist{margin:0}.contestlist__header{padding:28px 20px 21px}.contestlist__header h2{font-family:roboto_condensedbold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:24px;letter-spacing:.025em}.contestlist__list{text-align:center;overflow:scroll;white-space:nowrap;width:100%}.contestlist__list li{white-space:normal;display:inline-block;vertical-align:top;width:196px;margin:0 16px 16px;text-align:left}.contest__content h3{font-size:14px;margin:10px 0 7px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400}.contest__content span{font-size:12px}.sblocklist{border:0;border-bottom:1px solid #e3e3e3;margin-bottom:0;padding:0;background:#f2f4f7}.sblocklist__header{padding:20px 0 6px 22px;border-bottom:none}.sblocklist__header .ir{float:left;margin:3px 6px 0 -3px}.sblocklist__header h2{letter-spacing:.025em;line-height:1.5}.sblocklist__list{white-space:nowrap;overflow:auto;width:100%;text-align:center}.sblocklist__list li{white-space:normal;display:inline-block;vertical-align:top;width:224px;margin:0 16px 10px;text-align:left;border-bottom:0}.sblocklist__list li:before{display:none}.sblock__content h3{font-size:14px}.sblock__content p{font-size:12px}.with-image .sblock__content{margin-left:93px}.sblock__more{display:none}.social-share li{padding-right:0;margin-bottom:10px;width:auto}.social-share li .social-share-btn{width:100%;border-radius:4px;display:flex;padding:7px 10px}.social-share li .social-share-btn i{margin:0}.social-share li:first-child .social-share-btn,.social-share li:last-child .social-share-btn{border-radius:4px}.social-share .social-share__cnt{margin:0;display:none}.social-subscription{font-size:14px}.social-subscription input{font-size:14px;width:56%}.social-subscription button{font-size:14px;width:44%}.social-share__title{display:none}.post .social-share{margin-top:10px}.post .social-share .vk-logo{margin-right:0}.post .rand-social-like{margin-top:20px;display:block;float:none}.post .rand-social-like .rsl__text{font-size:11px;margin-left:5px}.push-notifier{padding:32px 5%;margin:0}.push-notifier h3{font-size:14px;line-height:1.5}.push-notifier .btn{font-size:14px;line-height:20px}.push-notifier_post{padding:0}.post-user-rating{margin:28px 0 0}.post-user-rating__head h3{font-size:24px}.post-user-rating__col{width:100%}.post-user-rating__item h5{font-size:14px}.advertise-cont .container{padding-left:5%;padding-right:5%;font-size:14px}.advertise-row1{margin-top:40px}.advertise-row1 h1{font-size:28px;margin:0 0 52px/2}.advertise-row1 h2{font-family:sf_ui_displayregular,Arial,sans-serif;font-weight:400;font-style:normal;font-size:21px;margin:0 0 22px/2}.advertise-row1__col1{float:none;width:auto;margin-left:0}.advertise-row1__col1 p{margin-bottom:10px}.advertise-row1__col2{float:none;width:auto}.advertise-row1__col2 p{font-size:18px;margin-bottom:10px}.advertise-row2{margin-top:24px}.advertise-row2 h2{font-size:21px;margin:0 0 15px}.advertise-row2 ul{margin-left:0;margin-right:0}.advertise-row2 li{float:none;width:auto;overflow:hidden;margin-bottom:10px}.advertise-row2 li i{float:left;margin-right:10px}.advertise-row2 li h3{font-size:21px;margin:10px 0 0}.advertise-row3{margin-top:40px}.advertise-row3 ul{margin:20px 0}.advertise-row3 li{float:none;width:auto;margin-right:0;margin-bottom:10px;overflow:hidden}.advertise-row3 li i{margin:0 0 7px -1px;float:left}.advertise-row3 p{margin-left:58px}.advertise-row4{margin-top:40px}.advertise-row4 h2{font-size:21px;margin:0 0 10px}.advertise-row4__row{margin-top:10px}.advertise-row4__col1{float:none;width:auto;height:auto;padding:24px 33px 1px}.advertise-row4__col1 ul{margin-bottom:24px}.advertise-row4__col1 li{margin-bottom:10px}.advertise-row4__col2{float:none;width:auto;margin-left:0;margin-top:10px}.mlw_qmn_question p{margin-top:0}.quiz_endmisc-count{margin:0}.user-details{margin-top:40px}.user-date,.user-details{margin-left:5%;margin-right:5%}.user-profile-edit .user-details .user-details__title a{font-size:13px}.user-profile-edit #wppb-edit-user{margin:0 25px}.comments__head h3,.comments__head h3 span{font-size:18px}.postlist-incut__cont{padding:20px 5% 15px}.postlist-incut__h{font-size:16px}.postlist-incut__h .incut__cat{display:none}.postlist-incut:after{content:"";position:absolute;z-index:110;right:-1px;top:0;bottom:0;width:28px;background-image:linear-gradient(90deg,hsla(0,0%,50.2%,0),hsla(0,0%,50.2%,.2));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00808080",endColorstr="#33808080",GradientType=1)}.postlist-incut__list li{width:64%}.postlist-incut__title h3{font-size:14px}.postlist-incut-dealslist .postlist-incut__list{font-size:12px}.postlist-incut-dealslist .postlist-incut__list li{padding:8px;width:40%}.postlist-incut-dealslist .postlist-incut__title h3{font-size:12px;height:30px;margin:3px 0 4px}.advertpostlist_incut .postlist-incut__h i{display:none}.externalpostlist__cont{margin-top:0;padding:20px 5% 15px}.externalpostlist__more{padding-top:0}.externalpostlist-h{font-size:14px;margin:0 0 8px}.externalpostlist__page-a{font-size:12px}#externalpostlist__item--tgb .externalpostlist__link-list--telegram{grid-column:2}.externalpostlist__t-col2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;row-gap:0}.externalpostlist__t-col2 .telegram-post-text{grid-column:1/3;grid-row:1/4;max-height:56px;font-size:12px;line-height:18px}.externalpostlist__t-col2 .telegram-post-text--af{max-height:-moz-max-content;max-height:max-content}.externalpostlist__t-time{z-index:190;grid-column:2/3;grid-row:3}.counts-wrapper{padding-left:5px}.counts-num{font-size:11px}.externalpostlist__t-time-nums{display:none}.telegram-dot-el{width:80px;padding-right:45px}.externalpostlist__item{padding-bottom:10px}.externalpostlist__col1{width:64px}.externalpostlist__col1 span{display:none}.externalpostlist__col1 span.externalpostlist__image_sm{display:block}.externalpostlist__col2{display:none}.externalpostlist__col3{border-top:1px dashed #dedede;margin-left:64px;font-size:12px}.externalpostlist__col3 p{margin:6px 0 2px}.externalpostlist__col3 p a{display:inline}.externalpostlist__page-cont{padding:20px 5% 15px}.externalpostlist__page-h{font-size:14px;line-height:1.5;margin-bottom:10px}#adfox_153909553275063400{min-height:59px}.externalofferlist__cont{padding:12px 0 15px}.externalofferlist-h{font-size:18px;margin:0 0 8px;padding-bottom:10px;padding-left:5%;padding-right:5%}.externalofferlist-h a{text-decoration:none;font-size:14px}.externalofferlist__page-a{font-size:12px}.externalofferlist{padding-left:5%;padding-right:5%}.externalofferlist__item{padding-bottom:10px}.externalofferlist__col1{width:64px}.externalofferlist__col1 span{top:50%;margin-top:-40px/2 - 10px;display:block}.externalofferlist__col2{display:none}.externalofferlist__col3{border-top:1px dashed #dedede;margin-left:64px;font-size:12px;margin-top:0;min-height:60px}.externalofferlist__col3 .externalofferlist__col3_title{margin-top:10px;font-size:14px}.externalofferlist__col3 p{display:none}.externalofferlist__col3 .externalofferlist__link-list{margin-top:25px}.externalofferlist__col3 p{margin:6px 0 2px}.externalofferlist__page-cont{padding:20px 5% 15px}.externalofferlist__page-h{font-size:14px;line-height:1.5;margin-bottom:10px}.questionlistblock__cont{padding:20px 5% 15px}.questionlistblock-h{font-size:14px;margin:0 0 8px}.questionlistblock__item{padding-bottom:10px}.questionlistblock__col1{width:64px}.questionlistblock__col1 span{top:50%;margin-top:-40px/2 - 10px;display:block}.questionlistblock__col2{display:none}.questionlistblock__title{margin-top:16px}.questionlistblock__col3{border-top:1px dashed #dedede;margin-left:64px;font-size:12px}.questionlistblock__col3 p{margin:6px 0 2px}.transmission-cont,.tsum__cont{padding-left:5%;padding-right:5%}.postlist__currency-item{margin-left:0;margin-right:10px}.postlist__currency-delta{margin-left:1px}.forum-with-mobile{display:block;margin-right:16px}.postlist__currency{margin-right:16px}.postlist__video{padding:32px 0;margin-left:5%;margin-right:5%}.postlist__video .postitem__content-h{display:block;font-size:18px;color:#000;margin-bottom:16px}.postlist__video .iframe,.postlist__video iframe{height:155px}.postlist__video p{display:none}.postlist__video #___ytsubscribe_0{float:right!important}.postlist__video .postlist__video_p_mobile{display:inline-block;vertical-align:top;margin-top:2px}.postlist__video_ase2017{padding-bottom:0}.post__questionlist-cont{margin-left:5%;margin-right:5%;display:block}.post__questionlist .post__questionlist-title div{margin-bottom:30px}.post__questionlist .post__questionlist-title div a{font-weight:700;font-size:24px;line-height:28px;color:#444}.ase2017__cont{margin:0;padding:20px 5% 15px}.ase2017__text{padding-left:5%;font-size:12px}.ase2017__logo{padding-left:40px;line-height:25px;font-size:16px;padding-top:6px}.standalone-page .page-users-post .content{padding:0 10px;margin-top:0}.pup__top>div{font-size:12px}.pup__btn_send{font-size:17px;display:block;text-align:center;width:80%;margin:0 auto;padding:4px 12px}.pup__user_ava{margin-left:10px}.pup__user_name{margin-left:5px}.pup__content_post,.pup__h1{font-size:24px;height:40px}.pup__content{padding:15px}.pup__img{font-size:12px;box-sizing:border-box}.userposts__intro a{font-size:14px;line-height:38px;padding:0 16px}.pup__urlsecton_text{font-size:12px}.user_pl_add_cl h1{width:auto}.rubricator-wrapper{margin-left:30px}.rubricator-button{display:none}.rubricator-main-wrapper{overflow:auto}.rubricator-main-wrapper::-webkit-scrollbar{display:none}.rubricator-main-wrapper:after{content:"";display:block;position:absolute;top:0;right:-1px;width:40px;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 10%,#fff 90%)}.rubricator-heading{font-size:24px}.pybi-bluetext{width:90%}.pybi-bluetext span{font-size:20px}.pybi-quiz{width:85%;padding-top:70px}.pybi_step2{min-height:420px}.pybis2_text{font-size:26px}.pyb_item2 .pybi_step1{padding:15px}.pybi-left60{padding:5% 0}.pybil60-title{font-size:16px;line-height:1.2}.pybil60-small{font-size:12px}.pybil60-button button{padding:10px 20px;font-size:14px}.pyb_item4 .pybi_step1 .ans-btn{font-size:20px}.pyb_item4 .pybi_step1 .bg-2-gif{left:-34px}.pyb_item4 .pybi_step1 .ans-btn-wrap{border-radius:8px}}@media (max-width:640px) and (min-width:320px){.mobile_small_font td,.mobile_small_font th{font-size:8px}}@media (max-width:640px) and (max-width:335px){.forum-with-mobile{display:none}}@media (max-width:640px) and (max-width:500px){.pyb_item3 .pybi-text{padding:20px 10px;font-size:20px}}@media (max-width:375px){.postitem__video.insta iframe{height:530px}}@media (max-width:320px){.yota_typewriter.show_vote_result .typewriter_vote_result{display:none}.yota_typewriter .typewriter_container{max-width:100%}.postitem__content-h{font-size:12px}.post-h__content-h{font-size:18px}.post-h__content-h b.iphone_xr{font-size:14px}}.dark-theme body header,body.dark-header header{border-bottom:3px solid #424242}.dark-theme body .header__main-wrap,body.dark-header .header__main-wrap{background-color:#000;border-left:none;border-right:none;border-top:none}.dark-theme body .header__menu-cont:after,.dark-theme body .header__menu-write a:after,body.dark-header .header__menu-cont:after,body.dark-header .header__menu-write a:after{display:none}.dark-theme body .externalpostlist__col3,.dark-theme body .header__menu-cont,.dark-theme body .postitem,body.dark-header .externalpostlist__col3,body.dark-header .header__menu-cont,body.dark-header .postitem{background-color:#000;border-color:#424242}.dark-theme body .header__cont:after,body.dark-header .header__cont:after{background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#656565)}.dark-theme body .header__main-wrap,body.dark-header .header__main-wrap{border-bottom:none}.dark-theme body .header__menu li .header__menu-a,body.dark-header .header__menu li .header__menu-a{color:#ddd}.dark-theme body .header__menu-project-cont,body.dark-header .header__menu-project-cont{background-color:#000;border-bottom:1px solid #000}.dark-theme body .header__logo .h1,body.dark-header .header__logo .h1{color:#ddd}.dark-theme body.adfoxBGShown header,body.adfoxBGShown.dark-header header{border:none}.dark-theme body.adfoxBGShown header .header__main-wrap,body.adfoxBGShown.dark-header header .header__main-wrap{background-color:transparent}.dark-theme body.adfoxBGShown header .header__main-wrap .container,body.adfoxBGShown.dark-header header .header__main-wrap .container{background-color:#000;border-top:none;border-bottom:3px solid #424242}.dark-theme body{background-color:#000}.dark-theme body .iph_container{background-color:#000;border-left:none;border-right:none;border-top:none}.dark-theme body .content{background-color:#000}.dark-theme body .externalpostlist__col1 span{background-color:#1c1c1c;color:#ddd;border:none}.dark-theme body .externalpostlist__col1,.dark-theme body .externalpostlist__col1:before{border-color:#1c1c1c}.dark-theme body .externalpostlist__col3 p{color:#ddd}.dark-theme body .externalpostlist__more,.dark-theme body .externalpostlist__more_here{background-color:transparent;color:#fff}.dark-theme body .postitem__content-h a,.dark-theme body .postitem__content-h a:hover{color:#fff}.dark-theme body .postitem__content-p{color:#ddd}.dark-theme body .sidebar{background-color:#000}.dark-theme body .sidebar__block_tag_block{border:none;border-top:3px solid #3f71c4}.dark-theme body .sidebar__last_comments .last_comment_title,.dark-theme body .sidebar__last_comments ul li a,.dark-theme body .tag_block__title span{color:#ddd}.dark-theme body .tag_block__tags .tag_block__tag.tag_block__tag_userpost{background-color:#3f71c4;color:#000}.dark-theme body .tag_block__tags .tag_block__tag{color:#fff;background-color:#424242}.dark-theme body .sidebar__block{color:#ddd;background-color:#000;border-color:#424242}.dark-theme body .sblocklist__header h2{color:#fff}.dark-theme body .sblocklist__header .ir{filter:grayscale(1)}.dark-theme body .sblock__content h3,.dark-theme body .sblock__more{color:#ddd}.dark-theme body a{color:#6ea5ff}.dark-theme body p{color:#ddd}.dark-theme body .post p span{background-color:#424242!important;color:#ddd!important}.dark-theme body .header__menu-write a,.dark-theme body .sidebar__owner-block{color:#ddd}.dark-theme body .ir-4news,.dark-theme body .ir-login{filter:invert(1)}.dark-theme body .postlist-incut-dealslist{background-color:#000}.dark-theme body .content-wrap{border:none;background-color:#000}.dark-theme body footer{background-color:#000}.dark-theme body footer a{color:#ddd}.dark-theme body .contestlist{background-color:#000}.dark-theme body .contest__content h3,.dark-theme body .contestlist__header h2,.dark-theme body .footer__copyright,.dark-theme body .footer__line-menu dt,.dark-theme body .postlist__navigation .page,.dark-theme body .postlist__navigation .page:hover{color:#ddd}.dark-theme body .postlist__navigation .page.current{color:#000}.dark-theme body .questionitem__content-h a,.dark-theme body .questionitem__content-h a:hover{color:#fff}.dark-theme body .questionitem__content-p{color:#ddd}.dark-theme body .questionitem__content-p .questionitem__read_more:before{display:none}.dark-theme body .questionitem__categories a{color:#fff;border-color:#fff}.dark-theme body .externalofferlist-h{background-color:#000}.dark-theme body .externalofferlist-h a,.dark-theme body .push-notifier h3{color:#fff}.dark-theme body .postitem__dpd_block{background-color:#000;border-color:#424242;color:#fff}.dark-theme body .postitem__dpd_block .dpd_block__title{color:#ddd}.dark-theme body .postitem__dpd_block .dpd_block__a a{color:#fff}.dark-theme body .postitem__dpd_block .dpd_block__a span{color:#ddd}.dark-theme body .links_near_postitem{background-color:#000}.dark-theme body .links_near_postitem a{color:#fff}.dark-theme body .header__menu,.dark-theme body .header__menu-cont{background-color:#000}.dark-theme body .postlist__currency-item{color:#ddd}.dark-theme body .gallery{background-color:#000}.dark-theme body .gallery h2{color:#fff}.dark-theme body .gallery h2+span{color:#ddd}.dark-theme body .questionitem .questionitem__content .questionitem__content-main .questionitem__content-p:after{display:none}.dark-theme body .questionitem .questionitem__content .questionitem__read_more_mobile{color:#ddd}.dark-theme body .iliker a i{filter:invert(1)}.dark-theme body .postitem .mini_poll{background-color:#000}.dark-theme body .postitem .mini_poll .poll_question{color:#fff}.dark-theme body .postitem .mini_poll .poll_results div .poll_percents,.dark-theme body .postitem .mini_poll .poll_votes_summary{color:#ddd}.dark-theme body .ir-ftw_sm{background:url(/wp-content/themes/simpla2/images/ir-ftw_sm.png);background-size:contain}.dark-theme body .post-h__cred,.dark-theme body .post-ratings,.dark-theme body .post .postpage_dont_forget_other,.dark-theme body .post .postpage_dont_forget_other a,.dark-theme body .post .postpage_telega,.dark-theme body .post strong{color:#ddd}.dark-theme body .post-h__content-h,.dark-theme body .social-share-btn{color:#fff}.dark-theme body .ir-eye_gr{filter:invert(1)}.dark-theme body .post .post__categories .post__categories__title,.dark-theme body .post .post__categories a,.dark-theme body .post .post__tags .post__categories__title,.dark-theme body .post .post__tags a{color:#ddd}.dark-theme body .post_author_desc{background-color:#424242}.dark-theme body .post .post_author_desc .desc_content .desc_title h2,.dark-theme body ul.post__neighbors li a,.dark-theme body ul.post__neighbors li a:active,.dark-theme body ul.post__neighbors li a:focus,.dark-theme body ul.post__neighbors li a:hover{color:#ddd}.dark-theme body .relatedlist{background-color:#000}.dark-theme body .related__content h3{color:#fff}.dark-theme body .comments__head h3,.dark-theme body .relatedlist__header a,.dark-theme body .relatedlist__header h2{color:#ddd}.dark-theme body .comments__head a span{color:#fff}.dark-theme body .comment__subscription{background-color:#000;border-color:#292929}.dark-theme body .comment__subscription span{color:#fff}.dark-theme body .comment__list,.dark-theme body .comments__form{background-color:#000;border-color:#292929}.dark-theme body .comment__image-hr,.dark-theme body .comment__item{border-color:#292929}.dark-theme body .comments__form h3{color:#ddd}.dark-theme body .comment__ta{background-color:#292929;border:none;color:#ddd;padding:10px}.dark-theme body .comment__submit-cont span{color:#ddd}.dark-theme body .comments__ortho{color:#fff}.dark-theme body .wpulike .counter a.image{background-color:#424242;border-color:#5c5c5c}.dark-theme body .wpulike .count-box{background-color:#000;color:#fff;border-color:#424242}.dark-theme body .comments__unauth,.dark-theme body .post blockquote,.dark-theme body .wpulike .count-box:before{border-color:#424242;background-color:#424242}.dark-theme body .post blockquote.tiktok-embed{background-color:transparent;border:none;border-radius:10px}.dark-theme body .post blockquote.tiktok-embed iframe{border-radius:10px}.dark-theme body .comments__unauth{color:#fff}.dark-theme body .post>.fotorama>img+br+small,.dark-theme body .post>.fotorama>img+small,.dark-theme body .post>.gallery_page_link+.rating_emoji_img+br+small,.dark-theme body .post>.gallery_page_link+.rating_emoji_img+small,.dark-theme body .post>.gallery_page_link+br+small,.dark-theme body .post>.gallery_page_link+small,.dark-theme body .post>.sweetcouple img+br+small,.dark-theme body .post>.sweetcouple img+small,.dark-theme body .post>img+.rating_emoji_img+br+small,.dark-theme body .post>img+.rating_emoji_img+small,.dark-theme body .post>img+br+small,.dark-theme body .post>img+small,.dark-theme body .post>p>.gallery_page_link+.rating_emoji_img+br+small,.dark-theme body .post>p>.gallery_page_link+.rating_emoji_img+small,.dark-theme body .post>p>.gallery_page_link+br+small,.dark-theme body .post>p>.gallery_page_link+small,.dark-theme body .post>p>img+.rating_emoji_img+br+small,.dark-theme body .post>p>img+.rating_emoji_img+small,.dark-theme body .post>p>img+br+small,.dark-theme body .post>p>img+small,.dark-theme body .post h1,.dark-theme body .post h2,.dark-theme body .post h3,.dark-theme body .post h4,.dark-theme body .post h5,.dark-theme body .post h6{color:#ddd}.dark-theme body .sblocklist:before{border-color:#424242}.dark-theme body .content-wrap_post_wallpaper_page .post .download_guide{color:#ddd}.dark-theme body .post ul li{color:#fff}.dark-theme body span[style~="#424242"]{background-color:#424242!important}.dark-theme body .post{color:#ddd}.dark-theme body .comment__list .wpulike .counter{background-color:transparent;border-color:transparent}.dark-theme body ul.post__questionlist h3{color:#fff}.dark-theme body .post__questionlist .post__questionlist-title div a{color:#ddd}.dark-theme body .mini_poll{background-color:#000}.dark-theme body .mini_poll .poll_results div .poll_percents,.dark-theme body .mini_poll .poll_votes_summary{color:#ddd}.dark-theme body .mini_poll .poll_question{color:#fff}.dark-theme body .mini_poll ul.poll_answ li{background-color:#424242;color:#fff}.dark-theme body dl.post__left-dotted-block{background-color:#424242!important;color:#ddd!important}.dark-theme body dl.post__left-dotted-block dt.dots{background-color:#6ea5ff!important}.dark-theme body dl.post__left-dotted-block dt.dots:before{color:#ddd}.dark-theme body .question{background-color:#000}.dark-theme body .question .question__cred,.dark-theme body .question h1,.dark-theme body .question h2,.dark-theme body .relatedlist_question__header h2{color:#fff}.dark-theme body .post.question_post .externalofferlist-h,.dark-theme body .questionitem,.dark-theme body .relatedlist_question__header{border-color:#424242}.dark-theme body .post h2 b,.dark-theme body .post h3 font{border-color:#424242!important;box-shadow:inset 0 -5px 0 #424242!important}.dark-theme body .post p font{border:none!important;box-shadow:none!important}.dark-theme body .post div>div>p{color:#ddd}.dark-theme body .wpulike .counter a.text{background-color:#000}.dark-theme body .user-profile-edit{color:#fff}.dark-theme body .select2-container--default .select2-selection--single{border:none}.dark-theme body .user-profile-edit #wppb-edit-user input[type=text],.dark-theme body .user-profile-edit #wppb-edit-user select,.dark-theme body .wppb-user-forms input:not([type=button]):not([type=reset]):not([type=submit]),.dark-theme body .wppb-user-forms select,.dark-theme body .wppb-user-forms textarea{background-color:#424242;color:#ddd;border-color:#686868}.dark-theme body .user-date{border-color:#424242;color:#ddd}.dark-theme body .user-profile-edit #wppb-edit-user input[type=submit]{border:none}.dark-theme body .pup__top>div,.dark-theme body .pup__urlsecton_text a{color:#ddd}.dark-theme body .pup__btn_send{color:#fff}.dark-theme body .pup__content_post,.dark-theme body .pup__h1{background-color:#000;color:#ddd}.dark-theme body .pup__img{border-color:#424242;color:#ddd}.dark-theme body .pup__content{border-color:#424242}.dark-theme body .externalpostlist__page-h{color:#fff}.dark-theme body .questionlist__intro,.dark-theme body .userposts__intro{background-color:#000;border-color:#424242}.dark-theme body .select2-container--default .select2-results>.select2-results__options{background-color:#000;color:#fff;border-color:#424242}.dark-theme body .select2-search--dropdown{background-color:#424242}.dark-theme body .select2-container--default .select2-search--dropdown .select2-search__field{background-color:#424242;color:#ddd}.dark-theme body #wppb-recover-password .wppb-field-error,.dark-theme body #wppb_general_top_error_message,.dark-theme body .wppb-edit-user .wppb-field-error,.dark-theme body .wppb-error,.dark-theme body .wppb-register-user .wppb-field-error,.dark-theme body .wppb-warning{background-color:#000;color:#fff;border-color:#424242}.dark-theme body .user-details h2{color:#ddd}.dark-theme body .comment__post-link,.dark-theme body .content-wrap_standalone{color:#fff}.dark-theme body footer span{color:#ccc}.dark-theme body .advertise-row4__col1{background-color:#000}.dark-theme body .post .post_author_desc .desc_content .desc_title p{color:#ddd}.dark-theme body .advertise-row3{background-color:#424242;color:#fff}.dark-theme body .modal_block .modal{background-color:#000;color:#fff}.dark-theme body .questionlist__popup .modal_inp input,.dark-theme body .questionlist__popup .modal_inp textarea{border:none;background-color:#424242;color:#fff}.dark-theme body .questionlist__intro a{color:#fff}.dark-theme body .postlist__menu{border-color:#424242}.dark-theme body .postlis_tag_block__tags a{background-color:#424242;color:#ddd}.dark-theme body .postlis_tag_block__tags a b{color:#ddd}.dark-theme body .externalofferlist-h,.dark-theme body .push-notifier{border-color:#424242}.dark-theme body .postlist__navigation .page.current{background-color:#3f71c4}.dark-theme body .sidebar__block_pop_userposts{border-color:#424242}.dark-theme body .sidebar__block_pop_userposts .pop_postsuser_title{color:#ddd}.dark-theme body .sidebar__block_pop_userposts ul li .pop_postuser_content a{color:#fff}.dark-theme body .sidebar__block_pop_userposts ul li{border-color:#424242}.dark-theme body .comment__item:target{background-color:#212121}.dark-theme body .post div,.dark-theme body .post div a{color:#ddd!important}.dark-theme body .post .onsubject{border:1px solid #fff!important}.dark-theme body .post .onsubject a{color:#6ea5ff!important}.dark-theme body .comment__list .best_comment_item,.dark-theme body .comment__list .best_comment_item:target{background-color:#424242;border-color:#292929}.dark-theme body .comment__list .best_comment_item .best_comment_scribe,.dark-theme body .comment__list .best_comment_item:target .best_comment_scribe{color:#ddd}.dark-theme body .iphones_quiz__result .answer_text span,.dark-theme body .yellow-block{background-color:#424242;border-color:#5c5c5c}.dark-theme body .iphones_quiz{background-color:#000}.dark-theme body .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li.checked input[type=radio]:after{background-color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li small{color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li small span{color:#444}.dark-theme body .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers li label{color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li{background-color:#444;border-color:#444}.dark-theme body .iphones_quiz .iphones_quiz__card ul.iphones_quiz__card-answers.iphones_quiz__picture_mode li label.iphones_quiz__card-answer-label{color:#fff;background:linear-gradient(1turn,#444 35%,rgba(27,96,172,0))}.dark-theme body .iphones_quiz .iphones_quiz__card,.dark-theme body .iphones_quiz .iphones_quiz__result,.dark-theme body .iphones_quiz .iphones_quiz__try_again,.dark-theme body .iphones_quiz .social-share{background-color:#252525}.dark-theme body .iphones_quiz .quiz_post_block{background-color:#000}.dark-theme body .iphones_quiz .iphones_quiz__result .iphones_quiz__result-title{color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__result .iphones_quiz__result-title hr{background-color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__result .answer_text{background-color:#252525}.dark-theme body .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers,.dark-theme body .iphones_quiz .iphones_quiz__result .answer_text p{color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers,.dark-theme body .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__num,.dark-theme body .iphones_quiz .iphones_quiz__result .answer_text .count_true_answers__text{background-color:#252525}.dark-theme body .iphones_quiz .iphones_quiz__try_again{color:#fff}.dark-theme body .iphones_quiz .iphones_quiz__try_again:before{filter:brightness(100)}.dark-theme body .post .iph_score_block{background-color:#424242!important}.dark-theme body .post .iph_score_block .score_score{background-color:#6ea5ff!important}.dark-theme body .post .iph_score_block .score_middle_info{background-color:#303030!important}.dark-theme body .post .iph_score_block .score_bottoms .first_bottom{background-color:#05c!important}.dark-theme body .fvf__close_block{filter:none!important}.dark-theme body .spoiler_character>input+label{background:#424242}.dark-theme body .spoiler_header{font-size:1.5em;color:#0060ff}.dark-theme body .spoiler_character>.spoiler_body{background:#ddd;border:3px solid #424242}.dark-theme body .spoiler_table{color:#000}.dark-theme body .imageBullet .imageBullet_text .imageBullet_text-item{background:rgba(0,0,0,.8)!important}.dark-theme body .content_block_by_main_tag .container_block_main_tag .content_block_tag .content_block_tag_title,.dark-theme body .content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postitem__timegap{color:#ddd}.dark-theme body .content_block_by_main_tag .container_block_main_tag .content_block_tag .postlist_items .postitem__comments{color:#0060ff;font-weight:500;font-size:16px}.dark-theme .header__menu li.dyson .header__menu-a img{filter:invert(1)}.dark-theme .advert-header_branding .adsbygoogle_block,.dark-theme .header__menu-project-cont ul{background:#000}.dark-theme .advert-header_branding_cont:not(:empty)+header,.dark-theme .advert-header_branding_cont:not(:empty)~header{border-bottom:none}.dark-theme .advert-header_branding_cont:not(:empty)+header .header__main-wrap,.dark-theme .advert-header_branding_cont:not(:empty)~header .header__main-wrap{background-color:transparent;box-shadow:none}.dark-theme .advert-header_branding_cont:not(:empty)+header .container,.dark-theme .advert-header_branding_cont:not(:empty)~header .container{background:#000}.dark-theme .advert-header_branding_cont+.header__menu-project-cont{background-color:#000}.dark-theme .advert-header_branding .bnr_t{border-top:10px solid #424242;border-bottom:10px solid #424242;background:#424242}.dark-theme .postlist-incut-dealslist{background-color:#424242}.dark-theme .postlist-incut__prev{border:1px solid #000}.dark-theme .sp_heading,.dark-theme .sp_single_part__nums,.dark-theme .sp_single_part__text{color:#fff}.dark-theme .notice-block{background-color:grey}.dark-theme .externalpostlist__t-col2,.dark-theme .externalpostlist__t-col2:before{background-color:#424242}.dark-theme .externalpostlist__t-col2:after{background-color:#000}.dark-theme .externalpostlist__t-col2 .telegram-post-text,.dark-theme .externalpostlist__t-time{color:#fff}.dark-theme .telegram-dot-el{background-image:linear-gradient(90deg,transparent,#424242 50%,#424242)}.dark-theme .top-sticky-post .telegram-dot-el{background-image:linear-gradient(90deg,transparent,#000 50%,#000)}.dark-theme .top-sticky-post a{color:#fff}.dark-theme .top-sticky-post__inner-container{background-color:#000}.dark-theme .ir-pleft,.dark-theme .ir-pright{background:url(/wp-content/themes/simpla2/images/arrow_261.png);background-color:#000;background-size:contain}.dark-theme .ir-pleft{transform:rotate(180deg)}.dark-theme .postitem__video.telegram .open-iframe{background-color:#000}.dark-theme .postitem__video.telegram .open-iframe:hover{color:#6ea5ff}.dark-theme .top-sticky-post{background-color:#000}.dark-theme .counts-wrapper{background-color:#424242}.dark-theme .inner-article__img:after{background-image:linear-gradient(0deg,#000,rgba(45,253,158,0) 33%,rgba(45,253,158,0))}.dark-theme #comment,.dark-theme .outer-article__full-content{background-color:#424242}