/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Poppins:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

html {
    font: normal 13px/1.4 "Poppins", "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: #fff;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #f08400;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    transition: all .24s;
    color: #dc7a02;
    text-decoration: underline;
}

img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background: #191a1c;
    table-layout: fixed;
}

.left-aside {
    position: relative;
    width: 60%;
    background: #191a1c;
    height: 100%;
    padding: 10vh 5vh;
    display: table-cell;
}

.right-aside {
    padding: 10vh 5vh;
    display: table-cell;
    width: 40%;
    background: #222226;
}

.left-aside img {
    position: relative;
    width: 500px;
}

.orange {
    color: #f08400;
}

img.penguin {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 5vh;
    transform: scaleX(-1);
    max-height: 300px;
}

.plesk-logo {
    position: absolute;
    bottom: 0;
    left: 5vh;
}

.plesk-logo img {
    max-width: 100px;
}

button {
    background: transparent;
    padding: 15px 20px;
    font-weight: bold;
    color: #f08400;
    border: 2px solid #f08400;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: color .24s, background .24s;
}

button:hover {
    background: #f08400;
    color: white;
    transition: color .24s, background .24s;
}

button:focus {
    outline: 0;
}

h2 {
    margin-top: 5vh;
}

h3, h4 {
    font-size: 24px;
}

h4 {
    margin-top: 0;
    padding-bottom: 44px;
}

h5 {
    font-size: 1.5em;
}

.price {
    font-size: 44px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.productbox {
    background: #222226;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #111;
    display: table-cell;
    width: 30%;
    position: relative;
    cursor: pointer;
    transition: color 0.24s ease, background 0.24s ease, border 0.24s ease, padding 0.24s ease, transform 0.24s ease;
}

.productbox img {
    max-width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.productbox .title {
    padding: .2rem 1rem;
    font-size: 22px;
    margin-bottom: .5rem;
}

.productbox .text {
    text-align: center;
}

.productbox .button {
    background: #f08400;
    padding: 10px 15px;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    border: 1px solid #f08400;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 2rem;
}

.productbox .svg-icon {
    margin: 1rem auto;
}

.productbox.vertical {
    display: flex;
    box-shadow: 0px 0px 0px 0;
    margin: auto;
}

.productbox.vertical img {
    max-height: 130px;
}

.productbox.vertical .text {
    background: #222226;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    white-space: nowrap;
    padding-right: 1.2rem;
}

.products {
    display: table;
}

.products .box {
    display: table-cell;
    padding: 1rem;
}

@media (max-width: 1279px) {
    .left-aside {
        width: auto !important;
        height: 50%;
        display: block;
    }

    .right-aside {
        display: block;
        width: auto !important;
    }

    img.penguin {
        max-height: 200px;
    }

    .left-aside img {
        position: relative;
        width: 500px;
    }
    .container {
        height: auto;
        padding-bottom: 220px;
    }
}

@media (max-width: 800px) {
    img.penguin {
        max-height: 100px;
    }
    .products {
        width: 100%;
    }

    .products .box {
        display: block;
        padding: 1rem;
        width: 100%;
    }
    .products img{
        width: 100%;
    }
    .left-aside img.regulated {
        position: relative;
        width: 300px;
    }
    .container {
        height: auto;
        padding-bottom: 120px;
    }
}