/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 14px;
    line-height: 1.4;
}

a {
    color: #183c8e;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Belyatinskih Evgeniy 2013 rktv.ru
   ========================================================================== */

@font-face {
    font-family: 'gpb';
    src: url('/font/gpb.eot');
    src: url('/font/gpb.eot?#iefix') format('embedded-opentype'),
    url('/font/gpb.woff') format('woff'),
    url('/font/gpb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gpbl';
    src: url('/font/gpbl.eot');
    src: url('/font/gpbl.eot?#iefix') format('embedded-opentype'),
    url('/font/gpbl.woff') format('woff'),
    url('/font/gpbl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gpm';
    src: url('/font/gpm.eot');
    src: url('/font/gpm.eot?#iefix') format('embedded-opentype'),
    url('/font/gpm.woff') format('woff'),
    url('/font/gpm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.minWidth {
    min-width: 990px;
}
.stdWidth {
    width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}
.clear {
    clear: both;
}

html.darkBg {
    background: #384152 url('/img/layout/whiteNoise.png');
}

#headerWrap {}
.darkBg #headerWrap {
    background: #fff;
}
#header {
    position: relative;
}
.error404 #header {
    height: 89px;
}
#header .logo {
    position: absolute;
    left: 15px;
    top: 29px;
}
#header .logo a {
    display: block;
    line-height: 0;
}
#header .logo img {}
#header .oxford {
    position: absolute;
    left: 165px;
    top: 29px;
}
#header .oxford a {
    display: block;
    line-height: 0;
}
#header .oxford img {}
#header .phone {
    position: absolute;
    right: 15px;
    top: 24px;
    font-family: 'gpb';
    font-size: 30px;
    font-weight: normal;
    color: #000;
}
#header .phone a {
    font-family: 'gpb';
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
#header .contact {
    position: absolute;
    right: 15px;
    top: 64px;
}
#header .contact a {
    text-decoration: none;
    border-bottom: 1px solid;
}
#header .contact a:hover {
    color: #5167c3;
}
#header .menu {
    padding: 79px 0 15px 0;
    width: 650px;
}
#header .menu ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'gpb';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
#header .menu ul li {
    float: left;
    padding-right: 21px;
    padding-bottom: 6px;
}
#header .menu ul li a {
    text-decoration: none;
    border-bottom: 1px solid #d6d9e6;
}
#header .menu ul li a:hover {
    border-color: #183c8e;
}
#header .menu ul li.active {
    color: #ffcc01;
}
#header .menu ul li.active a {
    color: #ffcc01;
    border-color: #fff3d4;
}
#header .menu ul li.active a:hover {
    border-color: #ffcc01;
}

#galleryWrap {
    position: relative;
}
.darkBg #galleryWrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 224px;
}
#gallery {
    position: relative;
    height: 366px;
}
#slideWrap {
    position: relative;
    width: 960px;
    height: 366px;
    display: none;
    overflow: hidden;
}
#gallery .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 366px;
    color: #fff;
    display: none;
    text-decoration: none;
}
#gallery .slide.active {
    display: block;
}
#gallery .slide .img  {
    position: absolute;
    left: 0;
    top: 0;
}
#gallery .slide .img img {
    line-height: 0;
}
#gallery .slide .header {
    position: relative;
    padding: 72px 117px 0 117px;
    font-family: 'gpbl';
    font-weight: normal;
    font-size: 53px;
    text-transform: uppercase;
    line-height: 60px;
}
#gallery .slide .text {
    position: relative;
    padding: 24px 117px 0 117px;
    font-family: 'gpm';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
#gallery .loader {
    position: absolute;
    left: 0;
    top: 152px;
    width: 100%;
    text-align: center;
}
#gallery .loader img {
    line-height: 0;
}
#galleryCntrl {
    position: absolute;
    left: 0;
    bottom: 17px;
    display: none;
}
#galleryCntrl ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#galleryCntrl ul li {
    float: left;
}
#galleryCntrl ul li + li {
    margin-left: 20px;
}
#galleryCntrl ul li a {
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
}
#galleryCntrl ul li.active {}
#galleryCntrl ul li.active a {
    background: #fff;
}

#padWrap {
    padding: 40px 0 26px 0;
}

#pad {}
#pad .item {
    width: 193px;
    height: 197px;
    float: left;
    padding: 20px 22px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 4px;
    display: block;
    text-decoration: none;
}
#pad .item + .item {
    margin-left: 4px;
}
#pad .clear + .item {
    margin-left: 0;
}
#pad .item .header {
    font-family: 'gpb';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
#pad .item.p1 {
    background: #183c8e url('/img/layout/p1.png') 147px 152px no-repeat;
}
#pad .item.p2 {
    background: #272727 url('/img/layout/p2.png') 140px 151px no-repeat;
}
#pad .item.p3 {
    background: #389418 url('/img/layout/p3.png') 137px 151px no-repeat;
}
#pad .item.p4 {
    background: #183c8e url('/img/layout/p4.png') 127px 151px no-repeat;
}
#pad .item.p5 {
    background: #cd2f42 url('/img/layout/p5.png') 155px 146px no-repeat;
}
#pad .item.p6 {
    background: #16a0c8 url('/img/layout/p6.png') 145px 149px no-repeat;
}
#pad .item.p7 {
    background: #ffcc01 url('/img/layout/p7.png') 149px 148px no-repeat;
}
#pad .item.p8 {
    background: #384152 url('/img/layout/p8.png') 128px 139px no-repeat;
}
.darkBg #pad .item.p8 {
    padding: 10px 12px;
    border: 10px solid #fff;
    background-color: transparent;
}

#serviceWrap {
    padding: 40px 0 0 0;
}

#service {
    height: 100px;
}
#service .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4890b;
    text-decoration: none;
}

#service .box .header {
    position: absolute;
    top: 20px;
    left: 25px;
    font-family: 'gpb';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

#service .box .order {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 297px;
    height: 88px;
    background-color: #183c8e;
}

#service .box .order img {
    position: absolute;
    top: 19px;
    right: 30px;
}

#service .box .order .header{
    top: 14px;
}


#footerWrap {}
#footer {
    height: 87px;
    position: relative;
}
#footer .phone {
    position: absolute;
    left: 14px;
    top: 4px;
    font-family: 'gpm';
    font-size: 22px;
    font-weight: normal;
    color: #000;
}
#footer .phone  a {
    font-family: 'gpm';
    font-size: 22px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
.darkBg #footer .phone {
    color: #fff;
}
.darkBg #footer .phone  a {
    color: #fff;
}
#footer .contact {
    position: absolute;
    left: 14px;
    top: 33px;
}
#footer .contact a {
    text-decoration: none;
    border-bottom: 1px solid;
}
#footer .contact a:hover {
    color: #5167c3;
}
.darkBg #footer .contact a {
    color: #fff;
}

#reaktive {
    position: absolute;
    right: 14px;
    top: 23px;
}
#reaktive a {
    text-decoration: none;
    border-bottom: 1px solid;
}
#reaktive a:hover {
    color: #5167c3;
}
.darkBg #reaktive a {
    color: #fff;
}
#reaktive_block {
    display: none;
    width: 274px;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index:999;
}
#reaktive_block img {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index:999;
}

#contentWrap {}
#content {
    padding-bottom: 23px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 36px;
}
#content .leftCol {
    width: 240px;
    float: left;
}
#content .rightCol {
    overflow: hidden;
    margin-left: 270px;
}

#content .serviceWrap {
    height: 117px;
    margin-bottom: 20px;
}
#content .serviceWrap .col {
    display: block;
    float: left;
    width: 50%;
}
#content .serviceWrap .col .img {
    float: left;
    height: 100%;
}
#content .serviceWrap .col .dscr {
    margin-left: 117px;
    margin-top: 20px;
}
#content .serviceWrap .col a.header {
    font-family: 'gpb';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #6f7eae;
}
#content .serviceWrap .col a.header:hover {
    border-color: #183c8e;;
}
#content .serviceWrap .col p {
    margin: 5px 0;
}


#content .menu {
    margin: 13px 0 33px 0;
    padding: 21px 23px 16px 23px;
    background: #183c8e;
    width: 194px;
}
#content .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content .menu ul li {
    line-height: 18px;
    margin-bottom: 18px;
}
#content .menu ul li a {
    font-family: 'gpb';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #6f7eae;
}
#content .menu ul li a:hover {
    border-color: #fff;
}
#content .menu ul li.active {}
#content .menu ul li.active a {
    color: #ffcc01;
    border-bottom: none;
}
#content .menu ul li.active a:hover {
    border-bottom: 1px solid #ffcc01;
}

#content .menu ul.inner {
    display: none;
    margin: 16px 0 18px 18px;
}
#content .menu li.active ul.inner {
    display: block;
}
#content .menu ul.inner li {
    margin-bottom: 14px;
}
#content .menu ul.inner li a {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    border-bottom: 1px solid #d6dae6;
}
#content .menu ul.inner li a:hover {
    border-color: #fff;
}
#content .menu ul.inner li.active {}
#content .menu ul.inner li.active a {
    color: #ffcc01;
    border-bottom: none;
}
#content .menu ul.inner li.active a:hover {
    border-bottom: 1px solid #ffcc01;
}

#content .infoPad {
    position: relative;
    width: 240px;
    height: 241px;
    margin: 13px 0 33px 0;
}
#content .menu + .infoPad {
    margin-top: 33px;
}
#content .infoPad a {
    display: block;
    text-decoration: none;
}
#content .infoPad img {}
#content .infoPad .header {
    position: absolute;
    left: 28px;
    bottom: 25px;
    font-family: 'gpb';
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}
#content .infoPad .header span {
    border-bottom: 1px solid #a9a9aa;
}
#content .infoPad:hover .header span {
    border-color: #fff;
}

#content h1.header {
    font-size: 32px;
    font-family: 'gpbl';
    font-weight: normal;
    text-transform: uppercase;
    margin: 4px 0 22px 0;
}

#content .padWrap {
    overflow: hidden;
}
#content .padWrap .item {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 230px;
    height: 230px;
    float: left;
}
#content .padWrap .item + .item {}
#content .padWrap .item img {
    position: absolute;
}
#content .padWrap .item .header {
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-family: 'gpb';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
}
#content .padWrap .item .header .wrap {
    background: #183c8e;
    display: inline;
    padding: 2px 4px;
    /*text-decoration: underline;*/
    color: #6f7eae;
}
#content .padWrap .item .header .wrap span {
    color: #fff;
}
#content .padWrap .item:hover .header .wrap {
    color: #d4a901;
    background: #ffcc01;
}
#content .padWrap .item:hover .header .wrap span {
    color: #000;
}

#content .page {}
#content .page h2 {
    font-family: 'gpb';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    line-height: 24px;
    margin: 21px 0;
}
#content .page h2 a {
    text-decoration: none;
    border-bottom: 1px solid #d6d9e6;
}
#content .page h2 a:hover {
    border-color: #183c8e;
}
#content .page p {
    line-height: 20px;
    margin: 20px 0;
}
#content .page p a {
    text-decoration: none;
    border-bottom: 1px solid;
}
#content .page p a:hover {
    color: #5167c3;
}
#content .page ul {
    line-height: 20px;
    margin: 20px 0;
}
#content .page ol {
    line-height: 20px;
    margin: 20px 0;
}
#content .page.tab {
    display: none;
}
#content .page.tab.active {
    display: block;
}

.tab img {
    max-width: 100%;
}

#deviceGalleryWrap {
    position: relative;
    height: 476px;
}
#deviceGalleryWrap .orderBtn {
     position: absolute;
     right: 0;
     top: 0;
     width: 240px;
     height: 238px;
 }
#deviceGalleryWrap .orderBtn a {
    display: block;
    width: 240px;
    height: 114px;
    background: #ffcc01 url('/img/layout/orderBtnBg.png') 85px 48px no-repeat;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 124px;
}
#deviceGalleryWrap .orderBtn a span {
    font-family: 'gpb';
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #ffe6a4;
}
#deviceGalleryWrap .orderBtn a:hover span {
    border-color: #fff;
}

#deviceGalleryWrap .fileBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 238px;
}
#deviceGalleryWrap .fileBtn a {
    display: block;
    width: 240px;
    height: 104px;
    background: #183c8e url('/img/layout/fileBtnBg.png') 92px 53px no-repeat;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 134px;
    line-height: 18px;
}
#deviceGalleryWrap .fileBtn a span {
    font-family: 'gpb';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #6f7eae;
}
#deviceGalleryWrap .fileBtn a:hover span {
    border-color: #fff;
}

#deviceGallery {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 476px;
}
#deviceGallery .loader {
    position: absolute;
    left: 0;
    top: 207px;
    width: 100%;
    text-align: center;
}
#deviceGallery .loader img {
    line-height: 0;
}
#deviceGallery .left {
    position: absolute;
    left: 20px;
    top: 220px;
    width: 23px;
    height: 40px;
    background: url('/img/layout/deviceGalleryCntrl.png') 0 0;
    display: none;
}
#deviceGallery .right {
    position: absolute;
    right: 20px;
    top: 220px;
    width: 23px;
    height: 40px;
    background: url('/img/layout/deviceGalleryCntrl.png') -23px 0;
    display: none;
}
#deviceGalleryItems {
    position: relative;
    width: 450px;
    height: 476px;
    display: none;
    overflow: hidden;
}
#deviceGalleryItems .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 476px;
    color: #fff;
    display: none;
    text-decoration: none;
}
#deviceGalleryItems .item.active {
    display: block;
}
#deviceGalleryItems .item .img {
    position: absolute;
    left: 0;
    top: 0;
}
#deviceGalleryItems .item .img img {
    line-height: 0;
}
#deviceGalleryCntrl {
    position: absolute;
    left: 0;
    bottom: 17px;
    display: none;
}
#deviceGalleryCntrl ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#deviceGalleryCntrl ul li {
    float: left;
}
#deviceGalleryCntrl ul li + li {
    margin-left: 20px;
}
#deviceGalleryCntrl ul li a {
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #ffcc01;
}
#deviceGalleryCntrl ul li.active {}
#deviceGalleryCntrl ul li.active a {
    background: #ffcc01;
}

#tabCntrl {
    overflow: hidden;
    margin: 36px 0 22px 0;
}
#tabCntrl a {
    display: block;
    float: left;
    font-family: 'gpb';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    height: 31px;
    line-height: 31px;
    padding: 0 13px;
}
#tabCntrl a span {
    border-bottom: 1px solid #d6d9e6;
}
#tabCntrl a:hover span {
    border-color: #183c8e;
}
#tabCntrl a.active {
    color: #000;
    background: #ffcc01;
}
#tabCntrl a.active span {
    border-bottom: none;
    cursor: default;
}

#contactForm {
    margin: 37px 0 21px 0;
    padding: 9px 29px 30px 29px;
    position: relative;
    background: #ededed;
}
#contactForm .header {
    font-family: 'gpb';
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 28px 0;
    line-height: 26px;
}
#contactForm form {}
#contactForm form .label {
    margin-bottom: 2px;
}
#contactForm form input.text {
    margin: 0 0 21px 0;
    padding: 0 15px;
    outline: none;
    border: 1px solid #183c8e;
    width: 600px;
    height: 36px;
    line-height: 36px;
}
#contactForm form input.text.error {
    border: 1px solid red;
}
#contactForm form .inlineLeft {
    width: 293px;
    float: left;
}
#contactForm form .inlineLeft input.text {
    width: 261px;
}
#contactForm form .inlineRight {
    margin-left: 339px;
    overflow: hidden;
}
#contactForm form .inlineRight input.text {
    width: 261px;
}
#contactForm form textarea.textarea {
    margin: 0 0 25px 0;
    padding: 10px 15px;
    width: 600px;
    height: 78px;
    border: 1px solid #183c8e;
    outline: none;
    resize: vertical;
    line-height: 22px;
}
#contactForm form textarea.textarea.error {
    border: 1px solid red;
}
#contactForm form .submitBtn {
    margin: 0;
    padding: 0 59px;
    outline: 0;
    border: none;
    background: #183c8e;
    display: block;
    font-size: 14px;
    font-family: 'gpb';
    font-weight: normal;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#contactForm form .submitBtn:hover {
    background: #ffcc01;
    color: #000000;
}
#contactForm .loader {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
}
#contactForm .success {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 190px;
    width: 100%;
}

#selectDeviceWrap {}
#selectDevice {}
#selectDevice .header {
    font-family: 'gpb';
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 22px 0;
}
#selectDevice .chart {
    position: relative;
    width: 977px;
    height: 1135px;
    margin: 29px 0 108px;
    background: url('/img/layout/selectDeviceBg.png') 0 0 no-repeat;
}
#selectDevice .chart ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
#selectDevice .chart ul li {}
#selectDevice .chart ul li + li {
    margin-top: 3px;
}
#selectDevice .chart ul li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ad8d1d;
}
#selectDevice .chart ul li a:hover {
    border-color: #000;
}
#selectDevice .chart .group1 {
    left: 770px;
    top: 13px
}

#selectDevice .chart .group2 {
    left: 770px;
    top: 91px
}

#selectDevice .chart .group3 {
    left: 770px;
    top: 193px
}

#selectDevice .chart .group4 {
    left: 770px;
    top: 413px
}

#selectDevice .chart .group5 {
    left: 770px;
    top: 748px
}

#selectDevice .chart .group6 {
    left: 770px;
    top: 988px
}
#selectDevice .chart p {
    position: absolute;
    color: #fff;
    margin: 0;
    line-height: 20px;
}
#selectDevice .chart .t1 {
    left: 20px;
    top: 11px;
}
#selectDevice .chart .t2 {
    left: 20px;
    top: 149px
}
#selectDevice .chart .t3 {
    left: 20px;
    top: 187px
}
#selectDevice .chart .t4 {
    left: 20px;
    top: 223px
}
#selectDevice .chart .t5 {
    left: 20px;
    top: 299px
}
#selectDevice .chart .t6 {
    left: 20px;
    top: 425px;
}
#selectDevice .chart .t7 {
    left: 20px;
    top: 380px
}
#selectDevice .chart .t8 {
    left: 617px;
    top: 46px;
}
#selectDevice .chart .t9 {
    left: 617px;
    top: 136px;
}
#selectDevice .chart .t10 {
    left: 395px;
    top: 110px;
}
#selectDevice .chart .t11 {
    left: 395px;
    top: 209px;
}
#selectDevice .chart .t12 {
    left: 620px;
    top: 917px
}
#selectDevice .chart .t13 {
    left: 620px;
    top: 1002px
}
#selectDevice .chart .t14 {
    left: 539px;
    top: 82px;
    color: #000;
}
#selectDevice .chart .t15 {
    left: 315px;
    top: 149px;
    color: #000;
}
#selectDevice .chart .t16 {
    left: 544px;
    top: 950px;
    color: #000
}

#error404PageWrap {}
#error404Page {}
#error404Page h1 {
    position: relative;
    padding: 0;
    font-family: 'gpbl';
    font-weight: normal;
    font-size: 53px;
    text-transform: uppercase;
    line-height: 60px;
    color: #fff;
}
#error404Page p {
    position: relative;
    padding: 0;
    font-family: 'gpm';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
#error404Page a {
    color: #ffcc01;
    text-decoration: none;
    border-bottom: 1px solid;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #header .contact,
    #header .menu,
    #content .leftCol,
    #contactForm,
    #footerWrap,
    #deviceGalleryWrap .orderBtn,
    #deviceGalleryWrap .fileBtn,
    #deviceGalleryCntrl,
    #tabCntrl {
        display: none !important;
    }
    #deviceGalleryWrap {
        position: relative !important;
        height: auto !important;
        float: left;
    }
    #deviceGallery {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
        height: auto !important;
    }
    #deviceGalleryItems {
        position: relative !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
        overflow: none !important;
    }
    #deviceGalleryItems .item {
        display: none !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }
    #deviceGalleryItems .item.first {
        display: block !important;
    }
    #content {
        border-bottom: none;
    }
    #content .rightCol {
        margin-left: 0;
    }
    #header {
        height: 89px;
    }
    #content .page.tab {
        display: block !important;
    }
}
.reviews {
padding: 0;
list-style-type: none;
}
.reviews__item {
border: 2px solid #ccc;
background-color: #eee;
border-radius: 5px;
padding: 16px;
margin: 16px 0;
}
.reviews__item::after {
content: "";
clear: both;
display: table;
}
.reviews__header {
display: flex;
align-items: center;
gap: 20px;
}
.reviews__header img {
width: 140px;
height: 50px;
}
.experta-review .reviews__header img {
background: #2f477a;
padding: 10px;
}
.reviews__item span {
font-size: 20px;
margin-right: 15px;
}
.reviews .doc-link {
margin-bottom: 0;
}
.tab img {
max-width: 100%;
}
.img-wrapper {
display: flex;
align-items: stretch;
gap: 20px;
}
.img-wrapper {
max-width: 50%;
}