

/* Start:/local/templates/vasoft1_0/template_styles.css?179008823920024*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
* {
    box-sizing: border-box;
}

html {
    font-family: Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

a:hover {
    text-decoration: underline;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

body {
    background: #fff;
    font-family: Roboto, Helvetica, Arial;
}

button {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    min-width: 90px;
    cursor: pointer;
    background: #0772A1;
    color: #fff;
}

button:hover {
    background: #3BA3D0;
}

.btn_alt {
    background: #ccc;
    color: #000;
}

.btn_alt:hover {
    background: #d9d9d9;
}

.btn_hot {
    background: #FF8700;
}

.btn_hot:hover {
    background: #FFA540;
}

.btns {
    margin: 10px 0;
    text-align: right;
}

header {
    background: #0772A1;
    color: #0772A1;
    position: relative;
    height: 40px;
    padding: 0 5px;
    min-width: 260px;
    margin-bottom: 40px;
}

header a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-right: 35px;
}

header a.logo {
    font-weight: bold;
}

header a.logo span {
    display: block;
    color: #0772A1;
}

header a:hover {
    text-decoration: none;
}

header span.logo {
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-right: 35px;
    font-weight: bold;
}

header span.logo span {
    display: block;
    color: #0772A1;
}

header .phone {
    text-align: center;
    font-size: 18px;
}

header #show-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
    border-width: 2px 0;
    width: 22px;
    height: 20px;
}

header #show-menu:after {
    border-top: 2px solid #fff;
    width: 22px;
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
}

section {
    padding: 0 5px;
    position: relative;
}

h1 {
    color: #024A68;
    font-size: 30px;
    font-weight: 500;
}

h2 {
    color: #024A68;
    font-size: 25px;
    font-weight: 500;
}

h3 {
    color: #024A68;
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.std_text {
    color: #333;
}

.std_text p, .std_text ul {
    line-height: 22px;
    margin: 20px 0;
}

.std_text a {
    color: #024A68;
}

.std_text pre {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    overflow: auto;
    font-size: 13px;
}

form {
    width: 400px;
    max-width: 100%;
    border-radius: 3px;
    padding: 5px;
}

form label {
    display: block;
    line-height: 22px;
}

form input[type=text] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
}

form label {
    margin-top: 10px;
}

form textarea {
    width: 100%;
    padding: 5px;
    height: 100px;
    border: 1px solid #ccc;
}

form .select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    position: relative;
}

form .select:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 5px;
    border: 8px solid transparent;
    border-top-color: #777;
    height: 0;
    width: 0;
}

form .select ul {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 100px;
    border: 1px solid #ccc;
}

form .select ul li {
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    white-space: nowrap;
}

form .select ul li:hover {
    background: #63AFD0;
    color: #fff;
}

.items {
    margin: -5px;
}

.items .item {
    padding: 5px;
    text-decoration: none;
}

.items .item .itemb {
    display: block;
}

.news .itemb {
    text-decoration: none;
    height: 80px;
}

.news .itemb i {
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #777;
}

.news .itemb span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #0772A1;
}

.news .itemb span b {
    display: block;
}

.news .itemb:hover span {
    text-decoration: underline;
}

.news-page .itemb {
    height: auto;
}

.news-page .item {
    margin-bottom: 15px;
}

.soft .itemb {
    text-decoration: none;
    height: 80px;
}

.soft .itemb i {
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #777;
}

.soft .itemb span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #0772A1;
}

.soft .itemb span b {
    display: block;
}

.soft .itemb ul {
    margin: 10px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #333;
}

.soft .itemb:hover span {
    text-decoration: underline;
}

.soft-page .itemb {
    height: auto;
}

.soft-page .item {
    margin-bottom: 15px;
}

.tools {
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    text-align: right;
}

.tools a {
    color: #0772A1;
    font-size: 14px;
    border-bottom: 1px dotted #0772A1;
}

footer {
    border-top: 1px solid #ccc;
    box-shadow: 0 0 3px 1px #ccc;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul a, footer ul span {
    color: #333;
    font-size: 13px;
    line-height: 24px;
}

footer ul span {
    color: #777;
}

footer section > ul {
    margin: 15px 5px;
}

.copy {
    height: 40px;
    line-height: 40px;
    background: #0772A1;
    clear: both;
    font-size: 12px;
    color: #fff;
}

menu {
    display: none;
    list-style: none;
    background: #fff;
}

menu a {
    font-size: 18px;
    text-decoration: none !important;
}

menu a.active {
    color: #FF8700;
}

menu a:hover {
    color: #63AFD0;
}

@media only screen and (min-width: 1000px) {
    section {
        width: 999px;
    }
}

@media only screen and (min-width: 999px) and (max-width: 1199px) {
    /*	margin-bottom:2*$panelHeight;
        .phone{
            margin:$panelHeight 35px 0 0;
        }*/
}

@media only screen and (min-width: 641px) {
    footer section > ul {
        overflow: hidden;
        clear: both;
    }

    footer section > ul > li {
        width: 25%;
        float: left;
    }

    .news .item {
        float: left;
        width: 50%;
        height: 90px;
        overflow: hidden;
    }

    .news .item .itemb {
        position: relative;
    }

    .news .item .itemb:after {
        content: '';
        width: 100%;
        height: 1px;
        box-shadow: 0 0 21px 12px #fff;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .news-page .itemb {
        height: 120px;
    }

    .news-page .item {
        height: 130px;
    }

    .soft .item {
        float: left;
        width: 50%;
        height: 160px;
        overflow: hidden;
    }

    .soft .item .text {
        position: relative;
        max-height: 100px;
        min-height: 50px;
        overflow: hidden;
    }

    .soft .item .text:after {
        content: '';
        width: 100%;
        height: 1px;
        box-shadow: 0 0 21px 12px #fff;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .soft .item .ul {
        height: 50px;
    }

    .soft .itemb {
        height: 150px;
    }
}

@media only screen and (min-width: 1000px) {
    .news .item {
        width: 25%;
    }

    section {
        margin: 0 auto 0 0;
    }
}

@media only screen and (max-width: 639px) {
    #menu-show {
        border: 1px solid red !important;
    }

    menu {
        width: 100%;
        background: #0772A1;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 20px;
    }

    menu a {
        color: #fff;
        line-height: 30px;
    }

    menu span {
        color: #FF8700;
        line-height: 30px;
    }

    menu a:hover {
        color: #63AFD0;
    }
}

@media only screen and (min-width: 641px) {
    header {
        background: #fff;
        border-bottom: 2px solid #0772A1;
        height: auto;
        overflow: hidden;
        clear: both;
        padding: 15px;
        margin-bottom: 0;
    }

    header section {
        overflow: hidden;
        clear: both;
    }

    header .logo {
        height: auto !important;
        color: #0772A1 !important;
        float: left;
        font-size: 20px;
        line-height: 24px !important;
    }

    header .logo span {
        font-size: 14px;
    }

    header .phone {
        position: absolute;
        bottom: 15px;
        right: 5px;
    }

    #show-menu {
        display: none;
    }

    menu {
        display: block;
        margin: 0;
        padding: 0;
    }

    menu li {
        display: inline-block;
        height: 40px;
    }

    menu li a, menu li span {
        color: #0772A1;
        line-height: 40px;
        border-bottom: 1px solid #0772A1;
        padding: 0 5px;
        margin-right: 5px;
    }

    menu li span {
        color: #FF8700;
        border-bottom: 2px solid #FF8700;
    }

    menu li a:hover {
        color: #3BA3D0;
        border-color: #3BA3D0;
    }
}

@media only screen and (min-width: 1200px) {
    section {
        position: relative;
    }

    menu {
        width: 210px;
        padding: 0;
        position: fixed;
        top: 20%;
        margin-left: 999px;
    }

    menu li {
        display: block;
    }

    menu li a, menu li span {
        display: block;
    }
}

@media only screen and (min-width: 1430px) {
    section {
        margin: 0 auto;
    }
}

ul.styled {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

ul.styled li {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #63AFD0;
    padding: 0 10px;
    margin: 5px;
}

a.backlink {
    color: #0772A1;
}

a.backlink:hover {
    color: #3BA3D0;
}

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    z-index: 9998;
}

#bx-composite-banner {
    float: right;
    margin-top: 5px;
}

#bx-composite-banner .bx-composite-btn {
    background-color: #024A68 !important;
}

#bx-composite-banner .bx-composite-btn:hover {
    background-color: #3BA3D0 !important;
}

.blog-box {
    clear: both;
    overflow: hidden;
    border-top: 1px dashed #63AFD0;
}

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

#bx-soa-order-form {
    width: 100%;
}

ol.multilevel {
    counter-reset: item;
    padding: 0;
}

ol.multilevel ol {
    counter-reset: item;
    padding: 0;
}

ol.multilevel ol ol {
    padding-left: 20px;
}

ol.multilevel li {
    display: block;
    margin: 10px 0;
}

ol.multilevel li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    padding-right: 10px;
}

ol.multilevel > li:before {
    display: none;
}

ol.multilevel > li h2:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.text-note {
    border-top: 1px solid #cecece;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}

.nobr {
    white-space: nowrap;
}

.company-details .company-details__title {
    border-bottom: 1px solid #cecece;
}

.company-details th {
    text-align: left;
    padding: 5px 0;
}

.paysys {
    list-style: none;
    padding: 0;
}

.paysys_item {
    position: relative;
    margin: 10px 0 10px 80px;
}

.paysys_item:before {
    position: absolute;
    left: -80px !important;
    top: -2px;
    content: '' !important;
    background: url("/local/images/payment.svg") 0 0 no-repeat;
    height: 30px;
}

.paysys_item__mir:before {
    width: 70px;
    background-position: -672px 0;
}

.paysys_item__visa:before {
    width: 60px;
    background-position: -51px 0;
}

.paysys_item__mastercard:before {
    width: 47px;
    background-position: -351px 0;
}

.paysys_item__jcb:before {
    width: 36px;
    background-position: -769px 0;
}

#cookie-note {
    position: fixed;
    max-width: 600px;
    bottom: 0;
    left: 40px;
    right: 40px;
    background-color: #fff3cd;
    border-top: 1px solid #ffeeba;
    color: #856404;
    padding: 1rem;
    text-align: center;
    font-family: sans-serif;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

button.cookie-note__button {
    height: 40px;
    color: #0772A1;
    background: #fff;
    border: 1px solid #0772A1;
    padding: 0 8px;
    cursor: pointer;
}

button.cookie-note__button:hover {
    background: #0772A1;
    color: #fff;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/vasoft1_0/template_styles.css?179008823920024 */
