html {
    scroll-behavior: smooth;
}
h3 {
    font-size: 20px;
    font-weight: 300;
}
p {
    font-weight: 300;
}
hr {
    display: block;
    background: #223462;
    height: 3px;
    border: none;
}
table {
    border-collapse: collapse;
}
table.inline {
    display: inline-table;
}
input,
select {
    outline: 0;
}
input:required,
select:required,
textarea:required {
    border-right-color: orange !important;
    border-right-width: 2px !important;
}
#content select,
#content textarea,
input:not([type="button"]):not([type="submit"]) {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #223462;
}
#content textarea,
input {
    padding: 15px 10px;
}
input[type="number"],
select {
    padding: 10px 10px 10px 10px;
    display: inline-block;
    border: 1px solid #223462;
}
input[type="number"] {
    width: 60px;
}
select {
    padding: 10px 50px 10px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(images/icons/arrow_dropdown.svg);
    background-repeat: no-repeat;
    background-position: right -1% center;
    background-size: auto 102%;
}
#content input[type="submit"],
button,
input[type="button"] {
    padding: 15px 20px;
}
.filters button,
.filters input[type="button"],
.filters input[type="submit"] {
    padding: 11px 15px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.paraheader {
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.paratitle {
    font-size: 32px;
}
#content input[type="submit"],
.bubble .button,
.bubble input[type="submit"],
button,
input[type="button"] {
    background-color: #223462;
    color: #fff;
    border: none;
    white-space: nowrap;
}
.bubble .button,
.bubble input[type="submit"] {
    margin-top: 10px;
}
.button {
    overflow: hidden;
    text-align: center;
    width: 200px;
display: inline-block;
    color: #fff;
    cursor: pointer;
}
#content .button {
    background-color: #223462;
}
#content .button:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.button > a {
    text-decoration: none;
    display: block;
    height: 100%;
    color: #fff;
    padding: 15px 20px;
}
#content input[type="submit"]:hover,
button:hover,
input[type="button"]:hover {
    opacity: 0.5;
}
input:focus,
select:focus {
    border-color: #223462 !important;
}
input:active,
select:active {
    border-color: #4a95c4 !important;
}
label > input[type="checkbox"] {
    margin: 20px 5px;
}
#content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#content ul > li {
    padding-left: 1em;
    text-indent: -0.7em;
}
#content ul > li::before {
    content: "•";
    margin-right: 0.7em;
    font-size: 20px;
    color: #223462;
}
table {
    color: #666;
}
table td {
    padding: 5px;
}
tbody th {
    text-align: left;
}
#content {
clear:both;
}
#content table th {
    color: #223462;
}
.narrow,
.wide {
    margin: auto;
}
.wide {
    width: 85%;
}
.narrow {
    width: 75%;
}
.valigner {
    vertical-align: middle;
    height: 100%;
    width: 0;
    display: inline-block;
}
.info_box {
    border: 1px solid #999;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    background-color: #fff;
    width: 80%;
}
.info_box.negative {
    border: 1px solid red;
}
.info_box.positive {
    border: 1px solid green;
}
.checkmarked_list {
    list-style-type: none;
    padding-left: 20px !important;
}
.checkmarked_list li::before {
    content: "✓" !important;
    color: #338dc5 !important;
}
.unstyled_list {
    list-style-type: none !important;
}
.unstyled_list li {
text-indent:0px !important;
padding-left:0px !important;
display:inline-block;
}
.unstyled_list li::before {
    display: none;
}
small {
    color: #999;
    font-weight: 300;
}
header {
    font-weight: 300;
}
header a {
    text-decoration: none;
    color: inherit;
}
#h1 {
    background-color: #fff;
    color: #223462;
    height: 50px;
    line-height: 50px;
}
#h1 a:hover {
    text-decoration: underline;
}
#h1 .left {
    float: left;
    text-align: left;
}
#h1 .left img:not(.circle) {
    height: 25px;
    vertical-align: -7px;
}
#h1 .left > div {
    display: inline-block;
}
#h1 .left > div:not(:first-child) {
    margin-left: 20px;
}
#opening .circle {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#opening .open.circle {
    background-image: url(images/icons/open_circle.svg);
}
#opening .closed.circle {
    background-image: url(images/icons/closed_circle.svg);
}
#h1 .right {
    float: right;
    text-align: right;
}
#h2 {
    min-height: 150px;
    height: 22.5vh;
    background-color: #223462;
    background-image: url(images/bg_header.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
}
#h2.scrolled {
    margin-bottom: 55px;
}
#h2 .narrow {
    height: 100%;
}
#h2 .left,
#h2 .right {
    display: inline-flex;
    z-index: 1;
    flex-wrap: nowrap;
}
#h2 .left {
    height: 150px;
    text-align: left;
    vertical-align: middle;
}
#h2 .left img {
    height: 100%;
}
#h2 .right {
    height: 200px;
    text-align: right;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}
#h2 .right img {
    height: 100%;
}
#h3 {
    height: 60px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
#h3 .logo {
    display: none;
}
#h3.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 150;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 20px center;
}
#h3.fixed .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}
#h3 .left {
    float: left;
}
header nav {
    margin: 0;
    padding: 0;
    font-size: 0;
}
header nav ul {
    display: block;
    margin: 0;
    padding: 0;
    height: 60px;
}
header form li,
header nav li {
    display: inline-block;
    color: #666;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
}
header nav li.highlighted {
    font-weight: 700;
}
header nav li > a {
    display: block;
    height: 100%;
    padding: 0 10px;
    height: 60px;
}
header nav.left li.active,
header nav.left li:hover {
    border-bottom: 4px solid #223462;
    height: 57px;
    color: #223462;
    cursor: pointer;
}
header form {
    white-space: nowrap;
    height: 60px;
    font-size: 10px;
    overflow: hidden;
}
header form input {
    background-color: #f1f1f1;
    border: none;
    vertical-align: middle;
    margin-top: 13px;
    padding: 10px;
    color: #223462;
    font-weight: 800;
}
header form input[type="search"] {
    width: 210px;
}
header form input[type="submit"] {
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: center center;
    background-image: url(images/icons/search.svg);
    padding: 11px 20px;
    margin-left: 10px;
}
#h3 .right {
    float: right;
}
#h3 .right li {
    background-repeat: no-repeat;
    background-size: auto 35%;
    background-position: center center;
    margin-left: 15px;
    height: 100%;
    width: 40px;
    overflow: hidden;
    position: relative;
}
#h3 .right li.search {
    background-image: url(images/icons/search.svg);
}
#h3 .right li.cart {
    background-image: url(images/icons/cart.svg);
}
#cart_count {
    border-radius: 100%;
    background-color: red;
    height: 16px;
    width: 16px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 5px;
    user-select: none;
}
#h3 .right li.user {
    background-image: url(images/icons/user.svg);
}
#s0 {
    height: 0;
}
.content .left,
.content > div > .full,
.content > div > .right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.content .left {
    width: 25%;
}
.content > div > .right {
    width: 75%;
    float: right;
}
#content label a,
#content p a,
#content td > a {
    color: #223462;
}
#content .content {
    clear: both;
}
#content .content:after {
    display: block;
    clear: both;
    content: " ";
}
#content .content > div > .right {
    width: 75%;
    width: calc(75% - 20px);
    padding-left: 20px;
    clear: both;
}
#content .content > div > .right:after {
    content: " ";
    display: block;
    clear: both;
}
#content .content:nth-child(odd) {
    background-color: #f1f1f1;
}
#content .content.right {
    margin-left: 29%;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #223462;
}
#content h3 {
    font-weight: 700;
}
#content p {
    color: #333;
}
#content p b,
#content ul b {
    color: #223462;
}
#content .hicon {
    height: 30px;
    vertical-align: -8px;
    color: #338dc5;
    font-size: 36px;
}
#content td.ticon {
    padding-left: 0;
    color: #3e92d2;
    font-size: 36px;
    display: table-cell !important;
}
#content td.ticon + td {
    display: table-cell !important;
}
#content .shop.filter {
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
}
section.sliderer #slider {
    height: 460px;
}
section.services .right,
section.sliderer .right {
    width: 75% !important;
    color: #fff;
}
#slider {
    position: relative;
    overflow: hidden;
}
#slider .p {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#slider .p .title {
    position: absolute;
    bottom: 0;
    top: 345px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
    z-index: 2;
}
#slider .p .title h3,
#slider .p .title p {
    color: #fff;
}
#slider h3 {
    margin: 20px 0 10px 0;
}
#slider p {
    margin: 10px 0 20px 0;
}
#slider .p .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#slider .p .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
aside {
    background-color: #223462;
}
aside .fb_iframe_widget {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}
aside nav {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
aside nav li,
aside nav ul {
    margin: 0;
    padding: 0;
    display: block;
}
aside nav h3 {
    text-indent: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 0;
    margin: 0;
}
aside nav h3 > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
}
aside nav li {
    text-indent: 55px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}
aside nav li > a {
    padding: 5px 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
aside > nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 12;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
aside > nav > ul > li.parent:hover > ul {
    display: block !important;
}
aside > nav > ul > li > ul > li:nth-child(even) {
    background-color: #223462;
}
aside > nav > ul > li > ul > li:nth-child(odd) {
    background-color: #4a95c4;
}
aside > nav > ul > li > ul > li > a {
    margin-right: 10px;
    margin-left: 0;
    text-indent: 10px;
    white-space: nowrap;
}
aside nav li .subcat_arrow {
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 8px;
    float: right;
}
aside nav li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}
aside .category {
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 70%;
}
.category[data-id="6"] {
    background-image: url(images/icons/categories/notebook.svg);
}
.category[data-id="9"] {
    background-image: url(images/icons/categories/motherboard.svg);
}
.category[data-id="10"] {
    background-image: url(images/icons/categories/cpu.svg);
}
.category[data-id="12"] {
    background-image: url(images/icons/categories/vga.svg);
}
.category[data-id="11"] {
    background-image: url(images/icons/categories/ram.svg);
}
.category[data-id="13"],
.category[data-id="78"] {
    background-image: url(images/icons/categories/psu.svg);
}
.category[data-id="16"] {
    background-image: url(images/icons/categories/cooler.svg);
}
.category[data-id="23"] {
    background-image: url(images/icons/categories/monitor.svg);
}
.category[data-id="24"] {
    background-image: url(images/icons/categories/mouse.svg);
}
.category[data-id="7"] {
    background-image: url(images/icons/categories/console.svg);
}
.category[data-id="25"] {
    background-image: url(images/icons/categories/keyboard.svg);
}
.category[data-id="32"] {
    background-image: url(images/icons/categories/switch.svg);
}
.category[data-id="36"] {
    background-image: url(images/icons/categories/rack.svg);
    background-size: auto 65%;
    background-position: 15px center;
}
.category[data-id="34"] {
    background-image: url(images/icons/categories/server.svg);
    background-size: auto 50%;
    background-position: 16px center;
}
.category[data-id="33"] {
    background-image: url(images/icons/categories/nas.svg);
    background-size: auto 65%;
    background-position: 22px center;
}
.category[data-id="31"],
.category[data-id="47"] {
    background-image: url(images/icons/categories/router.svg);
    background-size: auto 65%;
    background-position: 16px center;
}
.category[data-id="67"] {
    background-image: url(images/icons/categories/cd.svg);
    background-size: auto 65%;
    background-position: 16px center;
}
.category[data-id="30"] {
    background-image: url(images/icons/categories/shield.svg);
    background-size: auto 60%;
    background-position: 19px center;
}
.category[data-id="18"],
.category[data-id="35"],
.category[data-id="59"],
.category[data-id="60"] {
    background-image: url(images/icons/categories/puzzle.svg);
    background-size: auto 60%;
    background-position: 17px center;
}
.category[data-id="28"] {
    background-image: url(images/icons/categories/controller.svg);
    background-size: auto 60%;
    background-position: 17px center;
}
.category[data-id="27"] {
    background-image: url(images/icons/categories/speaker.svg);
    background-position: 19px center;
}
.category[data-id="45"],
.category[data-id="66"] {
    background-image: url(images/icons/categories/webcamera.svg);
    background-position: 18px center;
    background-size: auto 65%;
}
.category[data-id="26"] {
    background-image: url(images/icons/categories/printer.svg);
    background-size: auto 60%;
    background-position: 17px center;
}
.category[data-id="14"] {
    background-image: url(images/icons/categories/storage.svg);
    background-size: auto 60%;
}
.category[data-id="8"] {
    background-image: url(images/icons/categories/brandpc.svg);
    background-position: 20px center;
}
.category[data-id="15"] {
    background-image: url(images/icons/categories/case.svg);
    background-position: 20px center;
}
.category[data-id="17"],
.category[data-id="79"] {
    background-image: url(images/icons/categories/cable.svg);
    background-position: 20px center;
}
.category[data-id="55"] {
    background-image: url(images/icons/categories/sndcard.svg);
    background-position: 18px center;
}
.category[data-id="56"] {
    background-image: url(images/icons/categories/cptrcard.svg);
    background-position: 18px center;
}
.category[data-id="72"] {
    background-image: url(images/icons/categories/ctrlcard.svg);
    background-position: 18px center;
}
.category[data-id="48"] {
    background-image: url(images/icons/categories/scanner.svg);
    background-position: 16px center;
}
.category[data-id="58"] {
    background-image: url(images/icons/categories/projector.svg);
    background-position: 16px center;
}
.category[data-id="74"] {
    background-image: url(images/icons/categories/lancard.svg);
    background-position: 18px center;
}
.category[data-id="65"] {
    background-image: url(images/icons/categories/input.svg);
    background-position: 16px center;
    background-size: auto 60%;
}
.category[data-id="29"] {
    background-image: url(images/icons/categories/gear.svg);
    background-position: 18px center;
    background-size: auto 65%;
}
footer {
    padding: 15px 0 20px 0;
    background-color: #363636;
    background-image: url(images/bg_footer.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    text-align: center;
}
footer .logo {
    height: 130px;
}
footer img {
    height: 40px;
    margin: 0 0 10px 0;
}
footer a {
    color: #999;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
#bubble_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.bubble.overlay {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.bubble.overlay:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #999;
    border-radius: 3px;
    display: block;
    content: " ";
    position: absolute;
    top: -10px;
    right: 9px;
}
.bubble h4 {
    margin: 0;
    padding: 0;
}
.bubble > input[type="button"]:last-child {
    width: 100%;
}
.bubble article.product,
.contact_cart > div.list > article {
    width: auto !important;
    min-width: 350px;
    display: block;
    position: relative;
}
.bubble #suggests {
    max-width: 500px;
}
.bubble #suggests a {
    text-decoration: none;
}
.bubble #suggests h4 {
    color: #000;
}
.bubble #suggests article.product {
    padding-bottom: 0;
    margin: 1%;
}
.bubble article.product figure,
.contact_cart > div.list > article > figure {
    height: 80px !important;
    width: 80px;
    float: left;
    margin: 0 10px 10px 0 !important;
}
.contact_cart > div.list > article > div.datas > div.quantity > span.number {
    margin-right: 4px;
}
.contact_cart > div.list > article > div.datas > div.price > span.gross > span.currency,
.contact_cart > div.list > article > div.datas > div.price > span.net > span.currency,
.contact_cart > div.list > article > div.datas > div.price_q > span.gross > span.currency,
.contact_cart > div.list > article > div.datas > div.price_q > span.net > span.currency {
    margin-left: 4px;
}
.bubble article.product .number {
    float: right;
    text-align: right;
}
.bubble article.product > .number > small {
    display: inline;
}
.bubble article.product .number > .close {
    height: 10px;
    width: 10px;
    margin-right: 2px;
}
.bubble article.product input[type="number"] {
    width: 38px;
    padding: 5px;
    font-size: 16px;
}
.bubble article.product h4 {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
}
.bubble article.product h5 {
    font-size: 12px;
    line-height: 12px;
}
.bubble article.product strong,
.contact_cart > div.list > article > div.datas > div.price > span.gross {
    font-size: 18px !important;
}
.bubble article.product small,
.contact_cart > div.list > article > div.datas > div.price > span.net,
.contact_cart > div.list > article > div.datas > div.quantity > span.unit {
    font-size: 12px;
    color: #666;
    font-weight: lighter;
    display: block;
}
.contact_cart > div.list > article > div.datas > div.price_q {
    display: none;
}
.contact_cart > div.list > article > div.datas > div.quantity {
    white-space: nowrap;
    float: right;
    position: absolute;
    bottom: 9px;
    right: 0;
}
.contact_cart > div.list > article > div.datas > div.quantity > span.unit {
    display: inline-block;
}
.bubble input {
    padding: 8px 10px;
}
.bubble strong {
    color: #223462;
}
section.services .right {
    width: 75%;
}
#service_list {
    font-size: 0;
    text-align: center;
}
#service_list a {
    text-decoration: none !important;
}
#service_list .service {
    display: inline-block;
    position: relative;
    width: 25%;
    height: 280px;
    font-size: 18px;
    font-weight: 300;
    vertical-align: top;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background-position: top 30% center;
    background-repeat: no-repeat;
    background-size: auto 80px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    color: #fff;
    z-index: 1;
    border-radius: 0;
}
#service_list .service .bx {
    font-size: 64px;
}
#service_list .service.alt {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
#service_list .service.alt .bx {
    margin-top: 20px;
}
#service_list .service p {
    margin-top: 100px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    width: 95%;
}
#service_list .service.alt p {
    font-weight: 700;
    font-size: 1.2rem;
    position: static;
    margin-top: 20px;
}
#service_list .service:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 2;
    border-radius: 4px;
}
#service_list .service h2,
#service_list .service h3 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 10px;
}
#service_list .service.alt h2 {
    font-weight: 700;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
#service_list .service.s1 {
    background-color: #338dc5;
}
#service_list .service.s2 {
    background-color: #223462;
}
#service_list .service.s3 {
    background-color: #338dc5;
}
#service_list .service.s4 {
    background-color: #223462;
}
#service_list .service.s5 {
    background-color: #223462;
}
#service_list .service.s6 {
    background-color: #338dc5;
}
#service_list .service.s7 {
    background-color: #223462;
}
#service_list .service.s8 {
    background-color: #338dc5;
}
.contacts {
    text-align: center;
}
.contacts > a > .contact {
    display: inline-block;
    height: 100px;
    width: 200px;
    text-align: center;
    vertical-align: top;
    margin: 20px;
    padding: 10px;
    color: #fff;
    position: relative;
    background-color: #358ac2;
    font-weight: 800;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    transition: 0.1s;
}
.contacts > a > .contact:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.contacts > a:nth-child(1) > .contact {
    background-color: #223462;
}
.contacts > a:nth-child(2) > .contact {
    background-color: #223462;
}
.contacts > a:nth-child(3) > .contact {
    background-color: #223462;
}
.contacts > a > .contact > img {
    height: 45px;
}
.contacts > a > .contact > .info {
    white-space: nowrap;
}
#contact_form {
    margin: auto;
    width: 80%;
}
#contact_form td:first-child {
    text-align: right;
    padding-right: 20px;
    width: 1px;
    white-space: nowrap;
    line-height: 50px;
}
#contact_form td {
    vertical-align: top;
}
#contact_form td:last-child {
    text-align: right;
}
#contact_form td:last-child input:not([type="submit"]),
#contact_form td:last-child textarea {
    width: 100%;
    width: calc(100% - 40px);
}
#contact_form td:last-child textarea {
    height: 150px;
}
#contact_form .captcha {
    text-align: right;
    padding-right: 0 !important;
}
#contact_form .captcha .g-recaptcha {
    display: inline-block;
}
#software_section td {
    vertical-align: central;
}
#software_section td:nth-child(1) {
    height: 28px;
    vertical-align: middle;
    text-align: center;
}
#software_section td > img {
    height: 28px;
    vertical-align: middle;
}
#software_section td > input {
    width: 160px;
    font-weight: 500;
}
.filters > .filter {
    display: inline-block;
    color: #999;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: bottom;
    width: calc(25% - 17px);
}
.filters > .filter > span {
    color: #368bc2;
}
.filters > .filter option,
.filters > select.filter {
    color: #368bc2 !important;
}
.filters > .filter select {
    width: 100%;
}
.filters > .filter input:not([type="checkbox"]) {
    width: calc(100% - 22px);
}
.filters > .filter input[type="button"],
.filters > .filter input[type="submit"] {
    width: 100%;
}
.filters > .advanced {
    display: none;
    width: auto !important;
}
.filters > .filter.interval > input:not([type="checkbox"]) {
    width: calc(50% - 26px);
}
.filters > .filter input[type="checkbox"] {
    margin: 6px 0;
}
.filters > .filter.multiple_checkbox {
    max-height: 61px;
    overflow: hidden;
    position: relative;
    color: #223462;
}
.filters > .filter.multiple_checkbox:hover {
    overflow: visible;
}
.filters > .filter.multiple_checkbox > .moar {
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 8px;
    z-index: 6;
}
.filters > .filter.multiple_checkbox:hover > .moar {
    display: none;
}
.filters > .filter.multiple_checkbox > .overflower {
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 0 10px;
    border: 1px solid transparent;
}
.filters > .filter.multiple_checkbox:hover > .overflower {
    border: 1px solid #223462;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.filters > .filter.checkbox input[type="checkbox"] {
    display: none;
}
.filters > .filter.checkbox .checkbox_replace {
    background-color: #fff;
    border: 2px solid #223462;
    height: 33px;
    width: 33px;
    color: #223462;
}
.filters > .filter.checkbox .checkbox_replace.checked {
    background-color: #223462;
    background-image: url(images/icons/check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
}
.list.products {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.list.products a {
    text-decoration: none;
    width: 30%;
    margin-bottom: 20px;
}
.list.products > div {
    font-size: 24px;
    font-weight: 700;
}
a > article:hover {
    opacity: 0.8;
}
.contact_cart > div.list > article,
article.product {
    height: 100%;
    vertical-align: top;
    overflow: hidden;
    font-size: medium;
    text-align: left;
    position: relative;
}
#bubble_1 .contact_cart > div.list > article {
    border-bottom: 1px solid #223462;
    display: block;
    width: auto;
    margin: 1.5% auto;
}
article.product > a {
    text-decoration: none;
}
.contact_cart > div.list > article > figure,
article.product figure {
    border: 1px solid #999;
    text-align: center;
    height: 20vh;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.contact_cart > div.list > article > figure > img,
article.product figure img {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
}
article.product h4,
article.product h5 {
    margin: 0;
    padding: 0;
}
article.product h4 {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
article.product h5 {
    font-weight: 500;
    color: #999;
    font-size: 16px;
    line-height: 16px;
}
#product_table .cart.button,
article.product .cart.button {
    background-color: #223462;
    height: 40px;
    border: none;
    background-image: url(images/icons/cart_w.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
}
article.product .cart.button {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    background-position: center center;
}
#product_table .cart.button {
    display: inline-block;
    background-position: left 10px center;
    line-height: 40px;
    padding: 0 10px 0 35px;
    margin: 10px 2px;
}
#product_table .price > strong,
.contact_cart > div.list > article > div.datas > div.price > span.gross,
article.product strong {
    display: block;
    font-size: 32px;
    color: #223462;
    font-weight: 500;
    line-height: 32px;
    margin-top: 4px;
}
#product_table .price > strong {
    line-height: 20px;
}
#product_table .rating {
    text-align: center;
}
#product_table .rating > .stars,
#product_table .rating > .value {
    vertical-align: top;
    vertical-align: middle;
}
#product_table .rating > .value {
    font-size: 36px;
    line-height: 36px;
}
#product_table .rating > .stars > .star {
    background-image: url(images/icons/star.svg);
    height: 30px;
    width: 30px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
#product_table .rating > .stars > .star.empty {
    background-image: url(images/icons/star_empty.svg);
}
#product_table .infos .icon {
    height: 12px;
    margin: 0 5px;
    vertical-align: -1px;
}
#product_table .infos .icon.manufacturer {
    height: 70px;
}
article.product small {
    display: block;
    line-height: 16px;
}
.product_pager {
    text-align: center;
    margin: 15px 0;
}
.product_pager > .bullet {
    display: inline-block;
    border: 3px solid #223462;
    border-radius: 100%;
    height: 5px;
    width: 5px;
    margin: 0 10px;
    background-color: #fff;
}
.product_pager > .bullet > a {
    display: block;
    width: 100%;
    height: 100%;
}
.product_pager > .bullet.active {
    background-color: #223462;
}
.scripples {
    margin-top: 20px;
    margin-left: 5px;
    font-size: 14px;
}
.scripples > span {
    display: inline-block;
    color: #666;
}
.scripples > span:not(:last-child):after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
    color: #999;
}
.scripples > span > a {
    color: #666;
}
#product_table {
    vertical-align: top;
    width: 100%;
    margin: 14px 0 0 0;
    padding: 0;
}
#product_table table.main {
    margin: 0;
    padding: 0;
    width: 100%;
}
#product_table table.main td {
    vertical-align: top;
}
#product_table tr:first-child td:first-child {
    width: 1px;
}
#product_table td,
#product_table tr {
    vertical-align: top;
}
#product_table td .infos {
    white-space: nowrap;
    text-align: left;
}
#product_table td {
    vertical-align: middle;
}
#product_table td .value {
    font-size: 28px;
}
#s2:not(.services) {
    padding-bottom: 30px;
}
#s2 .properties {
    display: inline-table;
    width: 45%;
    width: calc(50% - 4px);
}
#s2 .properties tr:nth-child(even) {
    background-color: #d8eefb;
}
#s2 .properties tr td:first-child {
    white-space: nowrap;
}
#product_table tr:first-child > td:first-child {
    vertical-align: top;
}
#product_table td > .gallery {
    width: 400px;
    vertical-align: top;
}
picture.ufapphfh {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #999;
    display: block;
    padding: 4px;
    text-align: center;
}
picture.ufapphfh > img {
    width: 20vw;
    cursor: zoom-in;
}
.ufapphfh.thumbs {
    overflow: hidden;
    position: relative;
    height: 96px;
    width: 100%;
    overflow: hidden;
}
.ufapphfh.thumbs > .control {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 96px;
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}
.ufapphfh.thumbs > .control:hover {
    width: 30px;
}
.ufapphfh.thumbs > .control.left {
    left: 0;
}
.ufapphfh.thumbs > .control.right {
    right: 0;
}
.ufapphfh .thumb {
    width: 80px;
    height: 75px;
    display: inline-block;
    margin: 8px 8px 0 0;
    background-color: #fff;
    border: 1px solid #999;
    padding: 2px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}
.ufapphfh .thumb.selected {
    border: 1px dotted #000;
}
.ufapphfh .thumb:last-child {
    margin-right: 0;
}
.ufapphfh .thumb > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contact_cart > div.list > article {
    max-width: 350px;
}
.contact_cart > div.close {
    display: none;
}
#bubble_1 div.list {
    max-height: 350px;
    overflow-y: auto;
}
.contact_cart > div.list > article > div.controls > input[type="button"] {
    float: right;
}
#h3 .contact_cart {
    max-width: 100px;
}
.contact_cart > div.list > article > div.datas > div.name {
    max-height: 50px;
    overflow: hidden;
}
.contact_cart > div.foot > div {
    text-align: center;
}
.contact_cart > div.foot > div > small > span.currency,
.contact_cart > div.foot > div > span.currency {
    margin-left: 5px;
}
.contact_cart > div.foot > div > span.amount.gross,
.contact_cart > div.foot > div > span.currency {
    font-size: 24px;
    color: #223462;
    font-weight: 500;
}
#cart_bar .payout {
    margin-top: 10px;
    float: right;
}
#cart_bar .payout[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
#cart_bar > div.foot > div > div > span.currency {
    margin-left: 5px;
}
#module_payout_1 tbody > tr:nth-child(1) > td:nth-child(1) {
    width: 150px;
}
#order_submit {
    margin-bottom: 20px;
}
.contact_cart > div.list > article {
    display: inline-block;
}
#module_payout_1 div.list > article > div.controls > input[type="button"] {
    padding: 8px 10px;
}
#module_payout_1 input.payout {
    display: none;
}
#module_payout_1 .summary {
    margin-bottom: 20px;
}
#module_payout_1 .title {
    display: none;
}
#product_table h2 {
    margin: 0;
}
#product_table h3 {
    margin: 0;
    color: #666;
}
#product_table h4 {
    margin-top: 0;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.ufapphfh > .pager {
    -webkit-transition: 0.1s;
    transition: 0.1s;
    white-space: nowrap;
    padding: 0 25px;
}
#scroll_up {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #223462;
    height: 40px;
    width: 40px;
    background-image: url(images/icons/up.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    opacity: 1;
}
#scroll_up.show {
    opacity: 1;
}
#scroll_up a {
    height: 100%;
    width: 100%;
    display: block;
}
#notification {
    position: fixed;
    right: 10px;
    bottom: -100px;
    height: 30px;
    padding: 5px 15px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    z-index: 200;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#notification.show {
    bottom: 10px;
}
#notification.positive {
    background-color: #2ecc80;
}
#notification.negative {
    background-color: #ff6c3a;
}
#partners {
    text-align: center;
    margin: auto;
}
#sec_search {
    font-size: 0;
    line-height: 0;
}
#sec_search > input[type="search"]:nth-child(2) {
    width: 60%;
    margin-top: 10px;
}
#sec_search > input.submit {
    color: #223462;
    background-image: url(images/icons/search_white.svg);
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: center center;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 16px 20px 15px 20px;
}
#summary_table {
    margin: auto !important;
}
#summary_table tr > td:nth-child(2) {
    text-align: left;
}
#get_cookies {
    position: fixed;
    width: 95vw;
    margin: 1vw;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 1vw;
    z-index: 200;
    border: 1px solid #223462;
    text-align: center;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}
#get_cookies > button,
#get_cookies > div {
    vertical-align: middle;
    display: inline-block;
}
#get_cookies > button {
    margin-left: 20px;
}
.paratitle {
    color: #fff !important;
    text-shadow: 0 1px 1px #000;
}
.services_table {
    display: flex;
        flex-direction: column;
width:100%;
    gap: 32px;

}
.services_table small {
	color:white;
font-weight:bold;
}
.services_table table {
width:100%;
}
.services_table table tr:first-child th {
    color: #fff !important;
    text-align: center;
    padding: 10px;
min-height:69px;
}
.services_table div:nth-child(odd) table tr:first-child th {
    background-color: #368bc2;
}
.services_table div:nth-child(even) table tr:first-child th {
    background-color: #223462;
}
.services_table table td {
    color: #223462;
    padding: 5px;
}
.services_table table tr td:last-child {
	width:300px;
}
.services_table table tr:nth-child(odd) td {
    background-color: #efefef;
}
@media only screen and (max-width: 1850px) {
    .wide {
        width: 86%;
    }
    .narrow {
        width: 76%;
    }
}
@media only screen and (max-width: 1800px) {
    .wide {
        width: 87%;
    }
    .narrow {
        width: 77%;
    }
}
@media only screen and (max-width: 1750px) {
    .wide {
        width: 89%;
    }
    .narrow {
        width: 79%;
    }
}
@media only screen and (max-width: 1700px) {
    .wide {
        width: 91%;
    }
    .narrow {
        width: 81%;
    }
}
@media only screen and (max-width: 1650px) {
    .wide {
        width: 92%;
    }
    .narrow {
        width: 82%;
    }
    aside nav li > a {
        font-size: 14px;
    }
    header nav li > a {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 1600px) {
    .wide {
        width: 94%;
    }
    .narrow {
        width: 84%;
    }
    #h3.fixed .logo {
        display: none;
    }
}
@media only screen and (max-width: 1550px) {
    .wide {
        width: 96%;
    }
    .narrow {
        width: 86.5%;
    }
}
@media only screen and (max-width: 1500px) {
    .wide {
        width: 98%;
    }
    .narrow {
        width: 89%;
    }
    #content .content > div > .right {
        width: calc(75% - 10px);
        padding-left: 10px;
    }
}
@media only screen and (max-width: 1450px) {
    .wide {
        width: 99%;
    }
    .narrow {
        width: 93%;
    }
}
@media only screen and (max-width: 1400px) {
    .wide {
        width: 99.5%;
    }
    .narrow {
        width: 97%;
    }
    header nav li > a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1350px) {
    .wide {
        width: 99%;
    }
    .narrow {
        width: 99%;
    }
    #content .content > div > .right {
        width: calc(75% - 5px);
        padding-left: 5px;
    }
    footer {
        background-size: auto 100%;
    }
    .content > div > .full,
    .content > div > .right {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1300px) {
    .wide {
        width: 99%;
    }
    .narrow {
        width: 99%;
    }
    header nav li > a {
        padding: 0 5px;
        font-size: 14px;
    }
    #h2 .right {
        height: 150px;
    }
    aside nav li > a {
        letter-spacing: -1px;
    }
    #partners,
    #partners tbody,
    #partners td,
    #partners tr {
        display: block;
        text-align: center;
        margin: auto;
        width: auto;
    }
    #service_list .service {
        width: 50%;
    }
    #service_list .service.s1 {
        background-color: #338dc5;
    }
    #service_list .service.s2 {
        background-color: #223462;
    }
    #service_list .service.s3 {
        background-color: #223462;
    }
    #service_list .service.s4 {
        background-color: #338dc5;
    }
    #service_list .service.s5 {
        background-color: #338dc5;
    }
    #service_list .service.s6 {
        background-color: #223462;
    }
    #service_list .service.s7 {
        background-color: #223462;
    }
    #service_list .service.s8 {
        background-color: #338dc5;
    }
#content .content {
padding:0px 20px;
}
}
@media only screen and (max-width: 1200px) {
    #main_search {
        width: 100%;
        text-align: center;
    }
    #search {
        width: 90%;
        width: calc(100% - 50px);
    }
    #h3 {
        height: auto;
    }
    #h3 input {
        margin-top: 0;
    }
    #h3 form {
        height: 45px;
    }
    #h3.fixed form {
        height: auto;
    }
    #h1 .right {
        display: none;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1100px) {
    .paraheader {
        background-position: center center !important;
    }
    #scroll_up {
        display: none;
    }
    #s0 {
        position: fixed;
        top: 50px;
        left: -355px;
        z-index: 100;
    }
    #s0 > aside {
        max-width: 100%;
        width: 355px;
        overflow: auto;
        height: calc(100vh - 50px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #s0.opened {
        left: 0;
        display: block !important;
    }
    aside nav {
        margin-top: 50px;
    }
    #hamburger_menu {
        display: block !important;
        position: fixed;
        top: 50px;
        left: 0;
        width: 50px;
        background-color: #223462;
        height: 50px;
        z-index: 101;
        background-image: url(images/icons/hamburger_menu.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    #h1 .left {
        float: none;
        text-align: left;
        margin: auto;
        text-align: center;
    }
    #content .content > div > .right {
        width: 99%;
        padding-left: 0;
        float: none;
        display: block;
        margin: 10px auto;
    }
    #content {
        min-height: 0 !important;
    }
    section.services .right,
    section.sliderer .right {
        width: 100% !important;
    }
    #content .content:nth-child(odd):not(.sliderer) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#hamburger_menu {
    display: none;
}
@media only screen and (max-width: 850px) {
.services_table table tr td:last-child {
	width:auto;
}
    #h2.scrolled {
        margin-bottom: 0;
    }
    #h3.fixed {
        position: static;
    }
    #h3 .left,
    #h3 .right {
        float: none;
    }
    #h3 .right ul {
        text-align: center;
    }
    #h3 .right li {
        height: 40px;
        background-size: auto 55%;
    }
    header nav li > a {
        height: 40px;
        line-height: 40px;
    }
    header nav ul {
        height: auto;
    }
    header nav li {
        width: 33.3%;
    }
    header nav.left li.active,
    header nav.left li:hover {
        height: 40px;
    }
    table,
    tbody,
    td,
    th,
    thead,
    tr {
        display: block;
    }
    #software_section td > img {
        height: 36px;
    }
    #product_table td {
        width: auto !important;
        text-align: center;
    }
    #product_table td > .gallery {
        width: auto;
    }
    .properties tr > td:first-child {
        font-weight: 600;
    }
    table.inline {
        display: block;
    }
    .module_payout table input {
        width: 80%;
    }
    .button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 800px) {
    #slider .p .cover img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    #slider .p .cover {
        position: static;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    section.sliderer #slider {
        height: auto;
        line-height: 0;
        font-size: 0;
    }
    #slider .p .title {
        bottom: auto;
        top: auto;
        line-height: normal;
        font-size: initial;
        display: block;
        position: static;
    }
    .filters > .filter {
        width: calc(50% - 17px);
    }
    .list.products a {
        width: 48%;
    }
}
@media only screen and (max-width: 780px) {
    .bubble.overlay {
        left: 0 !important;
        width: 90%;
        width: calc(100% - 22px);
    }
    .bubble.overlay:before {
        display: none;
    }
    .contact_cart > div.list > article {
        max-width: none;
    }
    .contact_cart > div.list > article {
        min-width: 0;
    }
}
@media only screen and (max-width: 700px) {
    #h1 {
        display: none;
    }
    #hamburger_menu {
        top: 0;
    }
    aside nav {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 600px) {
    article.product h4 {
        font-size: 14px;
    }
    article.product h5 {
        font-size: 12px;
    }
    #product_table .price > strong,
    .contact_cart > div.list > article > div.datas > div.price > span.gross,
    article.product strong {
        font-size: 24px;
    }
    .ufapphfh.preview {
        display: none;
    }
    #h2 {
        height: 18vh;
    }
    #h2 .left {
        text-align: left !important;
        text-indent: 50px;
        height: 100px;
    }
    #service_list .service {
        width: 100%;
    }
    #service_list .service.s1 {
        background-color: #338dc5;
    }
    #service_list .service.s2 {
        background-color: #223462;
    }
    #service_list .service.s3 {
        background-color: #338dc5;
    }
    #service_list .service.s4 {
        background-color: #223462;
    }
    #service_list .service.s5 {
        background-color: #338dc5;
    }
    #service_list .service.s6 {
        background-color: #223462;
    }
    #service_list .service.s7 {
        background-color: #338dc5;
    }
    #service_list .service.s8 {
        background-color: #223462;
    }
}
@media only screen and (max-width: 500px) {
    .contact_cart > div.list > article,
    article.product {
        width: 97%;
    }
    #h2 {
        background-size: auto 100%;
    }
    #partners img {
        max-width: 90%;
    }
    #h2 .left {
        text-align: left !important;
        text-indent: 25px;
        height: 100px;
    }
}
@media only screen and (max-width: 450px) {
    header nav li {
        width: 50%;
    }
    #contact_form {
        width: 95%;
    }
    .properties {
        width: calc(100% - 4px) !important;
    }
    #h2 .left {
        text-align: left !important;
        text-indent: 25px;
        height: 80px;
    }
    .list.products a {
        width: 100%;
    }
    #Szechenyi2020, #Szechenyi2020_2 {
        width: 100%;
    }
    #h2 .right img {
        height: 70%;
    }
}
@media only screen and (max-width: 400px) {
    .filters > .filter {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
#content .content {
padding:0px 10px;
}
}
@media only screen and (max-width: 350px) {
    footer .logo {
        width: 90%;
    }
}

.information_link {
    display: none;
}