﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

div#parent, div#parent2 {
    text-align: left;
    margin: 0 0 10px 0;
    border: 2px solid #2582ed;
    padding: 15px 0 15px 75px;
	border-radius:5px;
	background-image: url(https://downloadandroid.ru/wp-content/uploads/2021/04/pmicon.png);
	background-position: 10px;
	background-repeat: no-repeat;
}

div#parent2 span{
	font-size: 22px;
	color:#4c4c4c;
	font-weight: bold;
	
}


div#knopkapost
{
    text-align: left;
	 color:#fff;
    margin: 0 0 10px 0;

    padding: 20px 0 20px 90px;
	border-radius:5px;
	background: #2582ed;
	background-image: url(https://downloadandroid.ru/wp-content/uploads/2021/04/load-icon.png);
	background-position: 10px;
	background-repeat: no-repeat;
}

div#knopkapost a
{
	color:#fff;
font-size: 20px;
}
.podrobno table {
    overflow-x: auto;
    max-width: 100% ;
    margin: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
	
}
.podrobno {
    float: left;
}
.podrobno table td, .podrobno table th {
    border: 1px solid #ccc;
    padding: 7px 12px;
	max-width: 360px;
}
.kskachat a {
	display:block;
	background:#2582ed;
	padding:10px;
	text-align:center;
	max-width:150px;
	color:#fff;
	border-radius: 5px;
	margin-top: 10px;
}
.kkomment a {
	display:block;
	background:#333;
	padding:10px;
	text-align:center;
	max-width:150px;
	color:#fff;
	border-radius: 5px;
	margin-top: 10px;
}

.krating {
	max-width:150px;
	display:block;
	text-align:center;
	margin-top: 10px;
}
.rating-box .rating-box__header {
    display: none;
}

.rating-box {
    display: inherit;
	}
	
	.entry-image2 {
  float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.entry-image2 img{
  border-radius: 7px;
}
.both {clear:both}

h1, h2, h3, h4, h5, h6 {
margin: 0em 0 0.4em 0 !important;}





fieldset {
    padding: .35em .75em .625em
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.awesomplete [hidden] {
    display: none
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0,0,0,0)
}

.awesomplete {
    position: relative
}

.awesomplete>input {
    display: block
}

.awesomplete>ul {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    max-height: 340px;
    min-width: 100%;
    min-width: 300px;
    overflow: scroll;
    padding: 0;
    position: absolute;
    z-index: 1
}

.awesomplete>ul:empty {
    display: none
}

.awesomplete>ul {
    background: hsla(0,0%,100%,.95);
    border: 1px solid rgba(0,0,0,.3);
    -webkit-box-shadow: .05em .2em .6em rgba(0,0,0,.2);
    box-shadow: .05em .2em .6em rgba(0,0,0,.2);
    margin: 0;
    text-shadow: none
}

@supports ((-webkit-transform: scale(0)) or (transform:scale(0))) {
    .awesomplete>ul {
        -webkit-transform-origin:1.43em -.43em;
        transform-origin: 1.43em -.43em;
        -webkit-transition: .3s cubic-bezier(.4,.2,.5,1.4);
        transition: .3s cubic-bezier(.4,.2,.5,1.4)
    }

    .awesomplete>ul:empty,.awesomplete>ul[hidden] {
        display: block;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.awesomplete>ul>li {
    cursor: pointer;
    padding: 5px 12px;
    position: relative
}

.awesomplete>ul>li:hover {
    background: #b7d2e0;
    color: #000
}

.awesomplete>ul>li[aria-selected=true] {
    background: #3d6c8e;
    color: #fff
}

.awesomplete mark {
    background: #e9ff00
}

.awesomplete li:hover mark {
    background: #b5d100
}

.awesomplete li[aria-selected=true] mark {
    background: #3c6b00;
    color: inherit
}

html {
    overflow-y: scroll
}

body,html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #202020;
    font-size: 14px;
    line-height: 1.7em
}

body {
    background: #f5f5f5
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.5em;
    margin: 0
}

ol,ul {
    margin: 0;
    -webkit-padding-start: 0;
    list-style-position: inside;
    padding-inline-start:0}

table {
    border-collapse: collapse
}

td,th {
    padding: 5px
}

a {
    color: #3949ab;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 16px
}

input[type=email],input[type=number],input[type=search],input[type=text],textarea {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 15px;
    padding: 6px 8px;
    width: 100%
}

input[type=radio] {
    margin-right: 6px
}

input[type=text]:focus,textarea:focus {
    border: 1px solid #3949ab
}

input[type=file] {
    width: 100%
}

select {
    border-radius: 4px;
    padding: 2px 6px
}

button {
    cursor: pointer
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav-container {
    background: #1e2933;
    height: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto
}

.nav,.nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.nav {
    max-width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-left,.nav-right {
    color: #fff
}

.nav-left,.nav-right,.subnav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subnav-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #ddd;
    justify-content: center;
    overflow: auto
}

.subnav {
    max-width: 1000px;
    padding: 4px 16px;
    text-align: center;
    width: 100%
}

@media only screen and (max-width: 730px) {
    .subnav {
        text-align:left
    }
}

.breadcrumbs-link {
    font-weight: 500
}

.main-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main,.premain {
    margin: 0 auto;
    max-width: 730px;
    width: 100%
}

.footer-container {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px
}

.footer-top {
    background: #2a2d30
}

.footer-botton {
    background: #393d41
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 730px;
    width: 100%
}

.footer-block {
    padding: 0 16px 16px 0;
    width: 225px
}

.footer-block-link {
    color: #979ca8;
    line-height: 34px
}

.footer-block-title {
    border-bottom: 2px solid #7383e2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    padding-bottom: 2px
}

.footer-about-link {
    color: #b6bcc9;
    display: inline-block;
    margin: 0 16px 12px 0
}

.footer-copyright {
    border-top: 1px dashed #6e6e6e;
    font-weight: 300;
    margin-top: 16px;
    padding-top: 12px;
    text-align: center;
    width: 100%
}

.nav-logo-link {
    margin-left: 16px
}

.nav-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.nav-link {
    border-radius: 3px;
    color: #e7e6e6;
    display: inline-block;
    padding: 2px 12px;
    white-space: nowrap
}

.nav-link:hover {
    background-color: hsla(0,0%,100%,.15);
    text-decoration: none
}

.icn-svg {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle
}

.card-head>.icn-svg {
    height: 24px;
    margin-right: 8px;
    width: 24px;
    fill: #3949ab
}

.icn-minus-css,.icn-plus-css {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    width: 28px
}

.icn-plus-css:before {
    content: url('data:image/svg+xml;utf8,<svg style="fill: rgb(76 175 80);" width="21px" height="21px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/></svg>')
}

.icn-minus-css:before {
    content: url('data:image/svg+xml;utf8,<svg style="fill: rgb(244 67 54);" height="21px" width="21px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"/></svg>')
}

.icn-down-css,.icn-left-css,.icn-right-css,.icn-up-css {
    display: inline-block;
    height: 24px;
    margin-top: 3px;
    vertical-align: middle;
    width: 24px
}

.icn-up-css:before {
    content: url('data:image/svg+xml;utf8,<svg id="icn-up" width="21" height="21" fill="rgb(100, 100, 100)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.4 15.825 5.55 13.95 12 7.5l6.45 6.45-1.85 1.875-4.6-4.6Z"/></svg>')
}

.icn-down-css:before {
    content: url('data:image/svg+xml;utf8,<svg id="icn-up" width="21" height="21" fill="rgb(100, 100, 100)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 15.825 5.55 9.35 7.4 7.5l4.6 4.6 4.6-4.6 1.85 1.85Z"/></svg>')
}

.icn-right-css {
    -webkit-transform: translate(-10%,-10%) rotate(90deg);
    transform: translate(-10%,-10%) rotate(90deg)
}

.icn-left-css {
    -webkit-transform: translate(-10%,-10%) rotate(270deg);
    transform: translate(-10%,-10%) rotate(270deg)
}

.icn-left-css:before,.icn-right-css:before {
    content: url('data:image/svg+xml;utf8,<svg id="icn-up" width="21" height="21" fill="rgb(100, 100, 100)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.4 15.825 5.55 13.95 12 7.5l6.45 6.45-1.85 1.875-4.6-4.6Z"/></svg>')
}

.form-group {
    margin: 16px 0;
    padding: 12px 16px
}

.form-group-title {
    margin-bottom: 6px
}

.form-block {
    margin-bottom: 12px
}

.form-block-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px
}

.form-block-desc {
    color: #646464;
    font-size: 13.5px;
    font-weight: 400;
    padding-bottom: 6px
}

.button-dark,.button-gray,.button-light {
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase
}

.button-dark:hover,.button-gray:hover,.button-light:hover {
    text-decoration: none
}

.button-dark {
    background-color: #3949ab;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    color: #fff
}

.button-gray {
    background-color: #ebebeb
}

.button-light:hover {
    background-color: #ebebeb
}

.button-frame {
    background-color: transparent;
    border: 1px solid #c3c5e1;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    padding: 4px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.06)
}

.button-frame:hover {
    border-color: #3949ab;
    text-decoration: none
}

.title-h1 {
    font-size: 25px;
    font-weight: 600
}

.title-h2,h3.title-h2 {
    font-size: 21px;
    font-weight: 600
}

.title-h3 {
    font-size: 18px;
    font-weight: 600
}

.title-h4 {
    font-size: 16px;
    font-weight: 600
}

.title-lvl-2:before {
    content: "";
    display: inline-block;
    margin: 0 8px 0 0;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #c2c5e1;
    height: 10px;
    width: 10px
}

.card {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.card-block {
    padding: 12px 16px 0
}

.card-heading-box {
    background-color: #3949ab;
    color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    font-weight: 500;
    height: 24px;
    text-align: center;
    width: 35px
}

.card-head,.card-heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px
}

.card-head-desc {
    color: #646464;
    font-size: 12.5px;
    line-height: 1.45em;
    margin-top: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.card-transparent {
    margin: 0 0 16px;
    width: 100%
}

@media only screen and (max-width: 730px) {
    .card-transparent {
        padding:0 16px
    }
}

.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px
}

.two-columns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 8px
}

@media only screen and (max-width: 580px) {
    .two-columns-item {
        -webkit-box-flex:1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.text-gray {
    color: #646464
}

.text-gray-small {
    color: #646464;
    font-size: 12.5px
}

.strong {
    font-weight: 600
}

.w100 {
    width: 100%
}

.bb-light {
    border-bottom: 1px solid #ebebeb
}

.bt-light {
    border-top: 1px solid #ebebeb
}

.pt {
    padding-top: 12px
}

.pb {
    padding-bottom: 12px
}

.mt {
    margin-top: 12px!important
}

.mb {
    margin-bottom: 12px
}

.mr {
    margin-right: 16px
}

.ml {
    margin-left: 16px
}

.pt0 {
    padding-top: 0
}

.tac {
    text-align: center
}

.lsn,.toc-items {
    list-style: none
}

.toc-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.toc-items li:after {
    content: "|"
}

.toc-items li:last-child:after {
    content: none
}

.toc-items-link {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: underline
}

.sticky-names {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: hsla(0,0%,100%,.9);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
    padding: 0 16px;
    position: sticky;
    top: 0;
    z-index: 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky-names-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    padding: 6px 0;
    text-align: left
}

@media only screen and (max-width: 500px) {
    .sticky-names-title {
        display:none
    }
}

.competitors-list-num {
    background: #e6e6e8;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 23px;
    margin-right: 8px;
    text-align: center;
    width: 30px
}

.swal2-container.swal2-center>.swal2-popup {
    padding: 16px 26px
}

.swal2-title {
    color: #3949ab!important;
    font-size: 1.75em!important;
    padding: 0!important;
    text-align: left!important
}

.swal2-html-container {
    margin: 16px 0 8px!important;
    text-align: left!important
}

.swal2-close {
    color: #6e6e6e!important;
    margin-right: -16px!important
}

.swal2-timer-progress-bar {
    background: #c121dd!important;
    height: .3em!important;
    width: 100%
}

.swal2-show {
    -webkit-animation: microModalSlideIn .36s cubic-bezier(0,0,.2,1)!important;
    animation: microModalSlideIn .36s cubic-bezier(0,0,.2,1)!important
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards!important;
    animation: swal2-hide .15s forwards!important
}

@-webkit-keyframes microModalSlideIn {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes microModalSlideIn {
    0% {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.compare-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 600px
}

.compare-head-vs {
    font-size: 28px;
    font-weight: 700;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 12px;
    min-width: 32px;
    text-align: center
}

.compare-head-item {
    min-width: 75px;
    text-align: center;
    width: 240px
}

.compare-head-item>a {
    display: block;
    font-size: 15px
}

.compare-head-item img {
    border-radius: 5px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

.compare-head-main-score {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.compare-head-main-score-num {
    background-color: #545454;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.compare-head-main-score-num,.compare-head-main-score-outof {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 6px
}

.compare-head-main-score-outof {
    border: 1px solid #545454;
    border-radius: 0 3px 3px 0;
    font-weight: 400
}

.proscons-list {
    margin-bottom: 6px
}

.proscons-list li {
    list-style: none;
    padding-bottom: 10px
}

.proscons-list li:before {
    font-size: 21px;
    padding-bottom: 3px;
    width: 28px
}

.score-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.score-bar-name a {
    color: #050e41;
    font-weight: 400
}

.score-bar-name a:hover {
    color: #3949ab
}

.score-bar-result-number,.score-bar-result-number-review {
    display: inline-block;
    font-weight: 600
}

.score-bar-result-number-review {
    margin-bottom: 4px
}

.score-bar-result-square,.score-bar-result-square-dark {
    border: 1px solid #c3c5e1;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 4px 8px;
    min-width: 32px;
    padding: 0 6px;
    text-align: center
}

.score-bar-result-square-dark {
    background-color: #3949ab;
    border-color: #3949ab;
    color: #fff
}

.score-bar-diff {
    color: green;
    font-size: 12px;
    padding: 0 0 0 3px
}

.score-bar-line {
    background-color: #e6e6e8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4px;
    margin: 2px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.score-bar-line-filled {
    background-color: #3949ab;
    border-radius: 4px;
    display: block;
    height: 4px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: width 2s;
    transition: width 2s;
    z-index: 1
}

.compare-tags-bars-highlight {
    background: #f5f5f5;
    border: 1px solid #e5e7ec;
    border-radius: 4px;
    margin: -10px 0 4px;
    padding: 10px 16px 6px
}

.compare-tags-bars-highlight .title-h4 {
    font-size: 18px
}

.compare-tags-bars-highlight .score-bar-line {
    background-color: #fff
}

.compare-tags-bars-highlight .score-bar-result-square {
    background: #fff
}

.specs-table {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%
}

.specs-table caption {
    padding: 12px 16px;
    text-align: left
}

.specs-table td {
    border-bottom: 1px solid #ebebeb;
    padding: 7px 16px;
    word-break: break-word
}

.specs-table .cell-h {
    width: 30%
}

.specs-table .cell-s {
    color: #646464
}

@media only screen and (max-width: 500px) {
    .specs-table .cell-h {
        width:40%
    }
}

.specs-table-compare .cell-h {
    vertical-align: top;
    width: 28%
}

.specs-table-compare .cell-s1,.specs-table-compare .cell-s2 {
    color: #646464;
    vertical-align: top;
    width: 36%
}

.specs-table-compare .cell-winner {
    background: #eaf9e3
}

@media only screen and (max-width: 500px) {
    .specs-table-compare,.specs-table-compare tbody {
        display:block
    }

    .specs-table-compare caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center
    }

    .specs-table-compare tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .specs-table-compare td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        border: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 6px 12px
    }

    .specs-table-compare .cell-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-weight: 700;
        padding: 12px 0 2px;
        text-align: center
    }

    .specs-table-compare .cell-s1 {
        border-right: 1px solid #ebebeb;
        text-align: right
    }
}

.comment-container {
    border-top: 1px solid #ebebeb
}

.comment-container:first-child {
    border-top: 0
}

.comment-container:last-child {
    border-bottom: 1px solid #ebebeb
}

.comment-container-reply {
    margin-left: 56px
}

.comment-avatar {
    border-radius: 50%;
    height: 56px;
    width: 56px
}

.comment-avatar-reply {
    border-radius: 50%;
    height: 36px;
    width: 36px
}

@media only screen and (max-width: 580px) {
    .comment-container-reply {
        margin-left:36px
    }

    .comment-avatar {
        height: 36px;
        width: 36px
    }

    .comment-avatar-reply {
        height: 26px;
        width: 26px
    }
}

.comment-info {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 8px
}

.comment-info>span {
    margin-right: 6px
}

.comment-text {
    margin-bottom: 4px
}

.comment-control {
    font-size: 13px;
    font-weight: 500
}

.comment-control>span {
    color: #646464;
    margin-right: 4px
}

span[data-comment-vote] {
    cursor: pointer
}

.ratingminus,.ratingplus,.ratingzero {
    margin: 0 0 0 -4px
}

.ratingplus {
    color: green!important
}

.ratingminus {
    color: red!important
}

.radiobox-chooser-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0
}

.radiobox-chooser-model-h {
    padding: 0 16px;
    width: 28%
}

.radiobox-chooser-model-s1,.radiobox-chooser-model-s2 {
    padding: 0 16px;
    width: 36%
}

.model-radio-label {
    color: #696969;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0;
    vertical-align: bottom
}

.model-radio-label-current {
    color: #394aab
}

@media only screen and (max-width: 500px) {
    .radiobox-chooser-model {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .radiobox-chooser-model-h {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-weight: 700;
        text-align: center
    }

    .radiobox-chooser-model-s1 {
        text-align: right
    }

    .radiobox-chooser-model-s1,.radiobox-chooser-model-s2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.input-compare-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-compare-container .awesomplete {
    width: 100%
}

.input-compare-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 40px;
    padding-left: 12px;
    width: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-compare {
    border: 1px solid #898e94;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    min-width: 260px;
    padding: 10px;
    width: 100%
}

.input-compare::-webkit-input-placeholder {
    font-weight: 400
}

.input-compare::-moz-placeholder {
    font-weight: 400
}

.input-compare::-ms-input-placeholder {
    font-weight: 400
}

.input-compare::placeholder {
    font-weight: 400
}

.versus-word {
    color: #3949ab;
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0;
    text-align: center
}

.table-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 8px;
    width: calc(100% - 16px)
}

.table-list td,.table-list th {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 8px;
    text-align: left;
    white-space: nowrap
}

.table-list-order {
    color: #646464;
    font-size: 14px;
    font-weight: 400
}

.table-list-main-sqr {
    background: #ebf0f5;
    border-radius: 3px;
    color: #415578;
    display: inline-block;
    font-size: 12.5px;
    line-height: 19px;
    margin-right: 4px;
    padding: 0 6px
}

.table-list-score-box {
    border-radius: 3px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px
}

.table-list-custom-circle,.table-list-score-box {
    display: inline-block;
    height: 28px;
    margin-right: 6px;
    text-align: center
}

.table-list-custom-circle {
    background: #ebf0f5;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    width: 28px
}

.toggle-hide {
    display: none!important
}

.toggle-content-button-1 {
    border: 1px solid gray;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
