.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.special-panel {
    font-size: 18px;

    background:    rgba(234, 239, 245, .95);
    border-bottom: 2px solid #000;
    color:         #000 !important;

    padding: 20px 0;
}

.special-panel__container {
    width:  1280px;
    margin: 0 auto;
}

.special-panel__colors button,
.special-panel__images button {
    font-size: 18px;
}

body.fontsize-small .special-panel__colors button,
body.fontsize-small .special-panel__images button {
    font-size: 14px;
}

body.fontsize-big .special-panel__colors button,
body.fontsize-big .special-panel__images button {
    font-size: 22px;
}

.special-panel__fontsize,
.special-panel__colors,
.special-panel__images {
    display:      inline-block;
    margin-right: 20px;

    vertical-align: middle;
}
.special-panel__fontsize {
    cursor: default;
}
.special-panel__fontsize button {
    border:     1px solid #000;
    background: #fff;
}
.special-panel__fontsize button.is-active {
    background: #000;
    color:      #fff;
}
.special-panel__fontsize .middle {
    font-size: 22px
}
.special-panel__fontsize .big {
    font-size: 24px
}
.special-panel__colors button {
    padding: 2px 5px;
    border: 1px solid #000
}
.special-panel__colors .white {
    background: #fff
}
.special-panel__colors .black {
    color: #fff;
    background: #000
}

/*.special-panel__colors button.active {
    outline: #08c dotted 2px;

    outline-offset: 2px;
}*/

body.theme-black {
    color:      #fff;
    background: #000;
}

a[href],
.newsWrapper article h1 a {
    color:           #00c;
    text-decoration: underline;
}

a[href]:visited {
    color: #609;
}

a[href]:hover,
a[href]:focus,
a[href]:active,

.newsWrapper article h1 a:hover,
.newsWrapper article h1 a:focus,
.newsWrapper article h1 a:active {
    /*outline:         3px solid #ffa;*/
    text-decoration: underline;
    color:           #bf1722;
}

a.disabled {
    color:  #333;
    cursor: not-allowed;
}

body.theme-black a[href],
body.theme-black .newsWrapper article h1 a {
    color: #969691;
}

body.theme-black a[href]:visited {
    color: #9f6;
}

body.theme-black a[href]:hover,
body.theme-black a[href]:focus,
body.theme-black a[href]:active,

body.theme-black .newsWrapper article h1 a:hover,
body.theme-black .newsWrapper article h1 a:focus,
body.theme-black .newsWrapper article h1 a:active {
    color:         #bf1722;
    /*outline-color: #d8edff;*/
}

body.theme-black a[href].disabled {
    color: #cbcbcb;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

::-moz-selection {
    background:  #b3d4fc;
    text-shadow: none;
}

::selection {
    background:  #b3d4fc;
    text-shadow: none;
}

table.tbl {
    line-height:     1.375em;
    border-collapse: collapse;
}

table.tbl th {
    padding:          6px;
    color:            #fff;
    background-color: #000;
    border:           1px solid #fff;
}

table.tbl td {
    padding: 6px;
    border:  1px solid #000;
}

body.theme-black table.tbl th {
    color:            #000;
    background-color: #fff;
    border:           1px solid #000;
}

body.theme-black table.tbl td {
    border: 1px solid #fff;
}

body {
    color:       #000;
    font-size:   18px;
    line-height: 1.25em;
    font-family: Arial, sans-serif;
    background:  #fff;
}

body.fontsize-small {
    font-size: 14px;
}

body.fontsize-normal {
    font-size: 18px;
}

body.fontsize-big {
    font-size: 22px;
}

body.theme-black {
    color:      #fff;
    background: #000;
}

.image-alt {
    position:        relative;
    display:         block;
    font-size:       0;
    line-height:     0;
    text-decoration: none;
    text-overflow:   ellipsis;
    box-sizing:      border-box;
    overflow:        hidden;
    z-index:         0;
}

.image-alt_active {
    font-size:   1em;
    line-height: normal;
    border:      2px solid #000;
}

.image-alt__text {
    position:   absolute;
    width:      100%;
    height:     100%;
    padding:    10px;
    top:        0;
    left:       0;
    box-sizing: border-box;
    z-index:    -1;
    background: #fff;
}

body.theme-black .image-alt_active {
    border-color: #fff;
}

body.theme-black .image-alt__text {
    background: #000;
    color:      #fff;
}

.btn,
.site-btn,
.btn-request,
.link-button,
.form-button {
    background:   #000 !important;
    border-color: #000;
    color:        #fff !important;
}

body.theme-black .btn,
body.theme-black .site-btn,
body.theme-black .btn-request,
body.theme-black .link-button,
body.theme-black .form-button,
body.theme-black .host-switcher:visited {
    background:   #fff !important;
    border-color: #fff;
    color:        #000 !important;
}

.siteWrapper>footer a,
.cnt,
.cnt a {
    color: #000;
}

body.theme-black .body {
    background: #000;
}

body.theme-black .siteWrapper>footer a,
body.theme-black .cnt,
body.theme-black .cnt a {
    color: #fff;
}

.host-switcher {
    position: absolute;
    top:      10px;
    right:    80px;
}

body.fontsize-big .cnt h1,
body.fontsize-big .cnt h2,
body.fontsize-big .cnt-generic h1,
body.fontsize-big .cnt-generic h2 {
    font-size: 44px;
}

body.fontsize-big .cnt h3,
body.fontsize-big .cnt-generic h3 {
    font-size: 24px;
}

body.images-hidden img {
    display: none;
}

body.images-hidden .captcha-img {
    display: inline-block !important;

    visibility: visible !important;
}

.siteWrapper:before {
    background: #fff;
    color:      #000;
}

.siteWrapper>aside a.peopleHelped,
.siteWrapper>aside a.peopleHelped:hover,
.siteWrapper>aside a.peopleHelped:focus {
    background: #000;
    color:      #fff;
}

body.theme-black .siteWrapper:before {
    background: #000;
    color:      #fff;
}

body.theme-black .siteWrapper>aside a.peopleHelped,
body.theme-black .siteWrapper>aside a.peopleHelped:hover,
body.theme-black .siteWrapper>aside a.peopleHelped:focus {
    background: #fff;
    color:      #000;
}

.siteWrapper > aside a {
    color: #000;
}

.siteWrapper>aside>nav a:hover,
.siteWrapper>aside>nav a.active {
    background: #000;
    color:      #fff;
}

body.theme-black .siteWrapper > aside a {
    color: #fff;
}

body.theme-black .siteWrapper>aside>nav a:hover,
body.theme-black .siteWrapper>aside>nav a.active {
    background: #fff;
    color:      #000;
}

.siteSearch:after,
.siteSearch input {
    opacity: 1 !important;
}

.siteSearch:after,
.siteSearch {
    background: #000;
}

.siteWrapper>aside .bigLinks a {
    background:   #fff;
    border-color: #000;
    color:        #000;

    box-shadow: none;
}

.siteWrapper>aside .bigLinks a.orange {
    background:   #000;
    border-color: #000;
    color:        #fff;
}

body.theme-black .siteSearch:after,
body.theme-black .siteSearch input {
    opacity: 1 !important;
}

body.theme-black .siteSearch input[type="submit"] {
    background-color: #000;
}

body.theme-black .siteSearch:after,
body.theme-black .siteSearch {
    background: #fff;
}

body.theme-black .siteWrapper>aside .bigLinks a.orange {
    background:   #fff;
    border-color: #000;
    color:        #000;

    box-shadow: none;
}

body.theme-black .siteWrapper>aside .bigLinks a {
    background:   #000;
    border-color: #000;
    color:        #fff;
}

.sliderTitles {
    color: #000;

    text-shadow: none;
}

body.theme-black .sliderTitles {
    color: #fff;
}

.slider-nav .slick-slide>a:hover,
.slider-nav .slick-slide>a.hover {
    background: #000;
    color:      #fff;
}

body.theme-black .slider-nav .slick-slide>a {
    background: #000;
    color:      #fff;
}

body.theme-black .site-cnt {
    color: #fff;
}

body.theme-black .slider-nav .slick-slide>a:hover,
body.theme-black .slider-nav .slick-slide>a.hover {
    background: #fff;
    color:      #000;
}

.tripleLinks {
    background: #fff;
    color:      #000;
}

body.theme-black .tripleLinks {
    background: #000;
    color:      #fff;
}

.tripleLinks a {
    background: #fff;
    color:      #000;
}

.tripleLinks a.ask {
    background: #000;
    color:      #fff;
}

.tripleLinks a:hover,
.tripleLinks a:focus,
.tripleLinks a.ask:hover,
.tripleLinks a.ask:focus {
    background: #000;
    color:      #fff;
}

body.theme-black .tripleLinks a {
    background: #000;
    color:      #fff;
}

body.theme-black .tripleLinks a.ask {
    background: #fff;
    color:      #000;
}

body.theme-black .tripleLinks a:hover,
body.theme-black .tripleLinks a:focus,
body.theme-black .tripleLinks a.ask:hover,
body.theme-black .tripleLinks a.ask:focus {
    background: #fff;
    color:      #000;
}

body.theme-black .tripleLinks a.ann .i,
body.theme-black .tripleLinks a.ann .i span {
    background-position: 100% -102px;
}

body.theme-black .tripleLinks a.news .i,
body.theme-black .tripleLinks a.news .i span {
    background-position: 100% 2px;
}

body.theme-black .tripleLinks a.ann:hover .i span {
    background-position: 0 -102px;
}

body.theme-black .tripleLinks a.ask:hover .i span {
    background-position: 0 -50px;
}

body.theme-black .tripleLinks a.news:hover .i span {
    background-position: 0 2px;
}

.sampledForm {
    background: #fff;
    color:      #000;
}

body.theme-black .sampledForm {
    background: #000;
    color:      #fff;
}

.indexContent .writeNow a,
.indexContent h1 {
    color: #000;
}

body.theme-black .indexContent .writeNow a,
body.theme-black .indexContent h1 {
    color: #fff;
}

body.images-hidden .siteWrapper>footer .warranty {
    background-image: none !important;
}

.siteBtn,
.siteBtn:hover,
.siteBtn:active,
.siteBtn:focus {
    background:   #000 !important;
    border-color: #000 !important;
    color:        #fff !important;
}

body.theme-black .siteBtn,
body.theme-black .siteBtn:hover,
body.theme-black .siteBtn:active,
body.theme-black .siteBtn:focus {
    background:   #fff !important;
    border-color: #fff !important;
    color:        #000 !important;
}

.siteWrapper .quizDetail .result .strip {
    background: #000;
}

.siteWrapper .quizDetail .result .strip span {
    background: #aaa;
}

body.theme-black .siteWrapper .quizDetail .result .strip {
    background: #fff;
}

body.theme-black .siteWrapper .quizDetail .result .strip span {
    background: #aaa;
}

body.theme-black .siteWrapper .quizDetail .result .strip i {
    color: #fff;
}

body.theme-black .siteWrapper .quizDetail .result .strip em {
    color: #000;
}

.siteWrapper .newsDetail,
.siteWrapper .indexContent {
    color: #000;
}

body.theme-black .siteWrapper .newsDetail,
body.theme-black .siteWrapper .indexContent {
    color: #fff;
}

body.images-hidden .newsWrapper article .i {
    display: none !important;
}

body.images-hidden .newsWrapper article .i + .t {
    margin-left: 0 !important;
}

.siteWrapper > aside .socialLinks a {
    color: #000;
}

.siteBtn,
a.siteBtn,
.sampledForm input[type="submit"],
.commentsBlock input[type="submit"] {
    background: #000;
    color:      #fff;
}

.actualThemes .back {
    background-image: none !important;
}

body.theme-black .siteBtn,
body.theme-black a.siteBtn,
body.theme-black .sampledForm input[type="submit"],
body.theme-black .commentsBlock input[type="submit"] {
    background: #fff;
    color:      #000;
}

.listOpPersons li .t a.tel,
body.theme-black .listOpPersons li .t,
body.theme-black .contMailNaddress .block address,
body.theme-black .contMailNaddress .block dl,
body.theme-black .contAbout .person,
body.theme-black .sampledForm .title,
body.theme-black .site-cnt h1,
body.theme-black .site-cnt h2,
body.theme-black .site-cnt h3,
body.theme-black .siteWrapper > aside .socialLinks a,
body.theme-black .expertSoviet h1,
body.theme-black .newsWrapper h1,
body.theme-black .FAQWrapper h1,
body.theme-black .contWrapper h1,
body.theme-black .newsDetail > h1,
body.theme-black .personName {
    color: #fff;
}

.siteWrapper > aside .socialLinks a {
    background: transparent !important;

    padding-left: 0 !important;

    opacity: 1;
}

body.images-hidden .listOpPersons li .i {
    display: none !important;
}

body.images-hidden .listOpPersons li .t {
    margin-left: 0 !important;
}

body.images-hidden .siteWrapper > footer .warranty {
    padding-top: 30px;
}

.fontsize-small .siteWrapper > aside .bigLinks a,
.fontsize-small .listOpPersons li .t,
.fontsize-small .siteWrapper > aside .socialLinks,
.fontsize-small .siteWrapper > aside > nav,
.fontsize-small .siteWrapper > aside .phoneNmail,
.fontsize-small .siteWrapper > aside .person,
.fontsize-small .contAbout .person,
.fontsize-small .siteWrapper > footer,
.fontsize-small .site-cnt {
    font-size: 14px;
}

.fontsize-normal .siteWrapper > aside .bigLinks a,
.fontsize-normal .listOpPersons li .t,
.fontsize-normal .siteWrapper > aside .socialLinks,
.fontsize-normal .siteWrapper > aside > nav,
.fontsize-normal .siteWrapper > aside .phoneNmail,
.fontsize-normal .siteWrapper > aside .person,
.fontsize-normal .contAbout .person,
.fontsize-normal .siteWrapper > footer,
.fontsize-normal .site-cnt {
    font-size: 16px;
}

.fontsize-big .siteWrapper > aside .bigLinks a,
.fontsize-big .listOpPersons li .t,
.fontsize-big .siteWrapper > aside .socialLinks,
.fontsize-big .siteWrapper > aside > nav,
.fontsize-big .siteWrapper > aside .phoneNmail,
.fontsize-big .siteWrapper > aside .person,
.fontsize-big .contAbout .person,
.fontsize-big .siteWrapper > footer,
.fontsize-big .site-cnt {
    font-size: 18px;
}

.indexContent .inline-search {
    background: #fff;

    color: #000;
}

.indexContent .inline-search input,
.indexContent .inline-search button,
.indexContent .inline-search label {
    color: #000;
}

body.theme-black .indexContent .inline-search {
    background: #000;

    color: #fff;
}

body.theme-black .indexContent .inline-search input,
body.theme-black .indexContent .inline-search button,
body.theme-black .indexContent .inline-search label {
    color: #fff;
}

.indexContent .inline-search input {
    width: 275px;
}

.indexContent .inline-search button {
    background: transparent;
    border:     2px solid;

    width:  auto;
    height: auto;

    overflow: visible;
    text-indent: 0;
}