/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    font-weight: bold;
    ;
    /*    text-decoration: underline;*/
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.page-header-wrapper,
.page-content-wrapper,
.page-footer-wrapper {
    box-sizing: border-box;
    display: table-row;
}

.page-content-wrapper {
    height: 100%;
}

.page-header {
    padding: 0 10px;
    min-height: 50px;
    border-bottom: 1px solid #1c2229;
    background: #222a32;
}

.page-header:before,
.page-header:after {
    display: table;
    content: "";
}

.page-header:after {
    clear: both;
}

.page-content {
    margin: auto;
    padding: 20px 10px;
    max-width: 960px;
}

.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #38444f;
    background: #222a32;
    font-size: 12px;
    line-height: 24px;
}

.page-footer a,
.page-footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.page-footer .separator {
    width: 1px;
    display: inline-block;
    height: 12px;
    vertical-align: -2px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
}

.product-logo {
    float: left;
}

.product-logo img {
    height: 50px;
}

.company-logo {
    float: right;
    margin-top: 9px;
}

.company-logo img {
    height: 31px;
}

.page-info-wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-info {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f2f2f2;
}

.page-info-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
}

.page-info-heading a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
}

.page-info p,
.page-info ul {
    margin: 15px 0;
}

.page-info ul {
    padding-left: 20px;
}

.product-info-wrapper p {
    margin: 50px 15px;
    padding: 0;
}

.product-info-wrapper {
    margin: 0 -10px;
}

.product-info-wrapper:before,
.product-info-wrapper:after {
    display: table;
    content: "";
}

.product-info-wrapper:after {
    clear: both;
}

.product-info-wrapper .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
}

.product-info-wrapper ul.links {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    text-align: center;
}


.product-info {
    border: 1px solid #bebebe;
    background: #fafafa;
}

.product-info-heading {
    margin: -1px;
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background: #222a32;
}

.product-info-content {
    margin-top: 100px;
}

.page-info-img {
    min-height: 200px;
    margin-bottom: 20px;
    background: #f2f2f2 url(../img/chess.png);
    background-size: contain;
}

@media (max-width: 767px) {
    .page-header-wrapper {
        height: auto !important;
    }
}

@media (min-width: 480px) {
    .links > li {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .page-header-wrapper {
        height: 51px;
    }

    .page-header {
        box-sizing: border-box;
        position: fixed;
        z-index: 300;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 51px;
    }

    .page-header,
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info-img{display: none;}
    .page-info {
        box-sizing: border-box;
        min-height: 400px;
        padding: 20px 40px 20px 420px;
        border: 1px solid #ccc;
        background: #f2f2f2 url(../img/chess.png) no-repeat;
        /*        background-size: 273px 240px;*/
        background-size: 400px 400px;
    }

    .links > li {
        width: 33.33%;
    }

    .product-info-wrapper .col {
        width: 50%;
    }
}
