@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* Custom Style */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #687792;
}

a {
    color: #0095D6;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

a:hover {
    color: #162D5A;
}

.h1 {
    font-size: 48px;
    font-weight: 700;
    color: #162D5A;
    line-height: 60px;
}

.h2 {
    font-size: 40px;
    font-weight: 700;
    color: #162D5A;
    line-height: 50px;
}

.h3 {
    font-size: 24px;
    font-weight: 700;
    color: #162D5A;
    line-height: 36px;
}

.h4 {
}

.h5 {
}

.wrapper {
    width: 1168px;
    margin: 0 auto;
}

.button-full, .button-border {
    border: 2px solid #0095D6;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 14px 24px;
    transition: all 0.1s ease-in-out;
}

.button-full {
    color: #ffffff;
    background-color: #0095D6;
}

.button-full:hover {
    background-color: transparent;
    color: #0095D6;
}

.button-border {
    color: #0095D6;
    background-color: transparent;
}

.button-border:hover {
    background-color: #0095D6;
    color: #ffffff;
}

/* Header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 0 0 0 rgba(20, 20, 20, 0.5);
}

.main-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C8D1D8;
    transition: all 0.1s ease-in-out;
}

.main-header.sticky {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(20, 20, 20, 0.2);
}

.main-header.sticky .wrapper {
    border-bottom-width: 0;
}

.main-header .brand {
}

.main-header .brand .brand-link {
}

.main-header .brand .brand-link .brand-logo {
    height: 32px;
    width: auto;
}

.main-header .main-menu {
    flex: 1;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
}

.main-header .menu-toggle {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: none;
    height: 30px;
    width: 30px;
}

.main-header .menu-toggle span {
    display: flex;
    width: 30px;
    height: 2px;
    margin: 3px 0;
    position: relative;
    background: #0095D6;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.1s ease-in-out,
    opacity 0.55s ease;
}

.main-header .menu-toggle:hover span {
    background: #162D5A;
}

.main-header .menu-toggle span:first-child {
    transform-origin: 0% 0%;
}

.main-header .menu-toggle span:last-child {
    transform-origin: 0% 100%;
}

.main-header .menu-toggle.checked span:first-child {
    opacity: 1;
    transform: translate(5px, -2px) rotate(45deg);
}

.main-header .menu-toggle.checked span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.main-header .menu-toggle.checked span:last-child {
    transform: translate(5px, 2px) rotate(-45deg);
}


.main-header .main-menu ul {
    display: flex;
    list-style: none;
}

.main-header .main-menu ul li {
}

.main-header .main-menu .main-menu-link {
    padding: 48px 16px;
    font-size: 16px;
    display: block;
    color: #162D5A;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    position: relative;
}

.main-header .main-menu .main-menu-link:hover {
    color: #0095D6;
}

.main-header .main-menu .main-menu-link:after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    background-color: #0095D6;
}

.main-header .main-menu .main-menu-link.active:after {
    display: block;
}

.main-header.sticky .main-menu .main-menu-link {
    padding: 26px 16px;
}

.main-header .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .actions .action-phone {
    margin-right: 10px;
    padding: 16px;
    font-size: 16px;
    color: #162D5A;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .actions .action-phone .action-phone-icon {
    transition: all 0.1s ease-in-out;
    margin-right: 10px;
    fill: #162D5A;
}

.main-header .actions .action-phone:hover {
    color: #0095D6;
}

.main-header .actions .action-phone:hover .action-phone-icon {
    fill: #0095D6;
}

.main-header .actions .action-system {
}

/* FOOTER */

.main-footer {
    background-color: #162D5A;
}

.main-footer .prefooter {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.main-footer .prefooter .prefooter-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 30px;
}

.main-footer .prefooter .prefooter-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-footer .prefooter .prefooter-links a {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

.main-footer .prefooter .prefooter-links a svg {
    fill: #ffffff;
    margin-right: 10px;
    transition: all 0.1s ease-in-out;
}

.main-footer .prefooter .prefooter-links a:hover {
    color: #0095D6;
}

.main-footer .prefooter .prefooter-links a:hover svg {
    fill: #0095D6;
}

.main-footer .prefooter .prefooter-info {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-footer .prefooter .prefooter-info .text {
    opacity: 0.56;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 32px 32px 32px 0;
}

.main-footer .prefooter .prefooter-info .link-to-facebook {
    padding: 32px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

.main-footer .prefooter .prefooter-info .link-to-facebook .ico-facebook {
    fill: #ffffff;
    margin-left: 10px;
    transition: all 0.1s ease-in-out;
}

.main-footer .prefooter .prefooter-info .link-to-facebook:hover {
    color: #0095D6;
}

.main-footer .prefooter .prefooter-info .link-to-facebook:hover .ico-facebook {
    fill: #0095D6;
}

.main-footer .prefooter .prefooter-contact {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.main-footer .prefooter .prefooter-contact .prefooter-title {
}

.main-footer .prefooter .prefooter-contact .prefooter-links {
    margin-bottom: 30px;
}

.main-footer .prefooter .prefooter-contact .prefooter-links .action-phone {
}

.main-footer .prefooter .prefooter-contact .prefooter-links .action-email {
}

.main-footer .prefooter .prefooter-contact .contact-form-link {
}

.main-footer .prefooter .prefooter-menu {
    flex: 1;
}

.main-footer .prefooter .prefooter-menu .prefooter-title {
}

.main-footer .prefooter .prefooter-menu .prefooter-menu-links {
}

.main-footer .prefooter .prefooter-menu .prefooter-menu-links .prefooter-links {
}

.main-footer .footer-copyright-container {
    padding: 44px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
}

.main-footer .footer-copyright-container .copyright-info {
}

.main-footer .footer-copyright-container .copyright-year {
}

/* PAGE BANNER */

.page-banner {
    padding-top: 117px;
    background-color: #F9FAFB;
}

.page-banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.page-banner .wrapper .main-title {
    text-align: center;
}

/* HOME - main-banner */
.home-page section.main-banner {
    height: auto;
    padding: 300px 0 200px;
    background-image: url("/assets/img/main-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #e2e6ec;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-page section.main-banner .wrapper {
}

.home-page section.main-banner .main-title {
}

.home-page section.main-banner .links {
    display: flex;
    align-items: center;
}

.home-page section.main-banner .link-offer {
}

.home-page section.main-banner .link-contact {
    font-weight: 700;
    font-size: 16px;
    padding: 14px 24px;
}

/* HOME - offer */
.home-page section.offer {
    padding: 120px 0;
}

.home-page section.offer .wrapper {
}

.home-page section.offer .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.home-page section.offer .boxes {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 32px;
}

.home-page section.offer .boxes .single-box {
    background-color: #F9FAFB;
    border-radius: 8px;
    flex: 1;
    margin: 0 8px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.home-page section.offer .boxes .single-box:first-child {
    margin-left: 0;
}

.home-page section.offer .boxes .single-box:last-child {
    margin-right: 0;
}

.home-page section.offer .boxes .single-box .box-title {
    color: #162D5A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
    padding: 36px 0;
}

.home-page section.offer .boxes .single-box .box-price {
    padding: 36px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}

.home-page section.offer .contact-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    cursor: pointer;
    padding: 56px;
    background-color: #F9FAFB;
}

.home-page section.offer .contact-link .title {
    margin-bottom: 36px;
}

.home-page section.offer .contact-link .arrow {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C8D1D8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

.home-page section.offer .contact-link .arrow svg {
    fill: #0095D6;
    transform: rotate(180deg);
    transition: all 0.1s ease-in-out;
}

.home-page section.offer .contact-link:hover .arrow {
    background-color: #0095D6;
    border-color: #0095D6;
}

.home-page section.offer .contact-link:hover .arrow svg {
    fill: #ffffff;
}

/* HOME - second-banner */
.home-page section.second-banner {
    width: calc(100% - 160px);
    margin: 0 auto;
    background-image: url('/assets/img/homepage-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #e2e6ec;
}

.home-page section.second-banner .wrapper {
    display: flex;
    height: 720px;
    align-items: flex-end;
}

.home-page section.second-banner .title {
    color: #fff;
    width: 40%;
    margin-bottom: 10%;
}

/* HOME - icons-section */

.home-page section.icons-section {
    padding: 96px 0;
    display: flex;
    border-bottom: 1px solid #C8D1D8;
}

.home-page section.icons-section .single-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 55px;
}

.home-page section.icons-section .single-box:first-child {
    margin-left: 0;
}

.home-page section.icons-section .single-box:last-child {
    margin-right: 0;
}

.home-page section.icons-section .single-box .icon {
    margin-bottom: 62px;
}

.home-page section.icons-section .single-box .title {
    margin-bottom: 18px;
    color: #162D5A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
}

.home-page section.icons-section .single-box .text {
    color: #687792;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
}

/* HOME - contact */

.home-page section.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 268px 0;
    background-image: url("/assets/img/home-contact-peoples.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 65% auto;
}

.home-page section.contact .section-title {
    width: 50%;
    margin-bottom: 15px;
}

.home-page section.contact .contact-call-info {
    color: #162D5A;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 68px;
}

.home-page section.contact .contact-call-info .contact-call-link {
}

.home-page section.contact .contact-form-link {
}

/* ABOUT US - icons-section */

.about-us-page .icons-section {
    padding: 96px 0;
    display: flex;
    border-bottom: 1px solid #C8D1D8;
}

.about-us-page .icons-section .single-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 55px;
}

.about-us-page section.icons-section .single-box:first-child {
    margin-left: 0;
}

.about-us-page section.icons-section .single-box:last-child {
    margin-right: 0;

}

.about-us-page .icons-section .single-box .icon {
    margin-bottom: 37px;
}

.about-us-page .icons-section .single-box .title {
    color: #162D5A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

/* ABOUT US - software-section */
.about-us-page .software-section {
    padding: 128px 0;
}

.about-us-page .software-section .software-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-us-page .software-section .software-section-header .software-section-title {
    flex: 7;
}

.about-us-page .software-section .software-section-header .software-section-system-link {
    flex: 3;
    display: flex;
    align-items: center;
    color: #162D5A;
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.1s ease-in-out;
    line-height: 24px;
}

.about-us-page .software-section .software-section-header .software-section-system-link:hover {
    color: #0095D6;
}

.about-us-page .software-section .software-section-header .software-section-system-link .arrow {
    margin-left: 24px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C8D1D8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    flex-shrink: 0;
}

.about-us-page .software-section .software-section-header .software-section-system-link .arrow svg {
    fill: #0095D6;
    transform: rotate(180deg);
    transition: all 0.1s ease-in-out;
}

.about-us-page .software-section .software-section-header .software-section-system-link:hover .arrow {
    background-color: #0095D6;
    border-color: #0095D6;
}

.about-us-page .software-section .software-section-header .software-section-system-link:hover .arrow svg {
    fill: #ffffff;
}

.about-us-page .software-section .software-section-info-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.about-us-page .software-section .software-section-info-boxes .software-section-info-box {
    flex-shrink: 0;
    width: 21%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 45px 0;
}

.about-us-page .software-section .software-section-info-boxes .software-section-info-box .software-section-box-icon {
    margin-bottom: 60px;
    height: 56px;
    width: auto;
}

.about-us-page .software-section .software-section-info-boxes .software-section-info-box .software-section-box-info {
    color: #687792;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

/* ABOUT US - software-section */

.about-us-page .certificate-section {
    background-color: #F9FAFB;
}

.about-us-page .certificate-section .certificate-section-container {
    padding: 90px 0;
    display: flex;
}

.about-us-page .certificate-section .certificate-section-container .certificate-section-col-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-us-page .certificate-section .certificate-section-container .certificate-section-col-logo .certificate-section-col-logo-text {
    color: #162D5A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    margin-bottom: 55px;
    width: 350px
}

.about-us-page .certificate-section .certificate-section-container .certificate-section-col-logo .certificate-section-col-logo-image {
    width: 296px;
    height: auto;
}

.about-us-page .certificate-section .certificate-section-container .certificate-section-col-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 84px;
}

.about-us-page .certificate-section .certificate-section-container .certificate-section-col-info .certificate-section-col-info-title {
    margin-bottom: 42px;
}

.about-us-page .certificate-section .certificate-section-container .certificate-section-col-info .certificate-section-col-info-text {
    color: #687792;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
}

/* Offer Page - offer */
.offer-page section.offer {
    padding: 120px 0;
}

.offer-page section.offer .wrapper {
}

.offer-page section.offer .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.offer-page section.offer .boxes {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 32px;
}

.offer-page section.offer .boxes .single-box {
    background-color: #F9FAFB;
    border-radius: 8px;
    flex: 1;
    margin: 0 8px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.offer-page section.offer .boxes .single-box:first-child {
    margin-left: 0;
}

.offer-page section.offer .boxes .single-box:last-child {
    margin-right: 0;
}

.offer-page section.offer .boxes .single-box .box-title {
    color: #162D5A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
    padding: 36px 0;
}

.offer-page section.offer .boxes .single-box .box-price {
    padding: 36px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}

.offer-page section.offer .contact-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    cursor: pointer;
    padding: 56px;
    background-color: #F9FAFB;
}

.offer-page section.offer .contact-link .title {
    margin-bottom: 36px;
}

.offer-page section.offer .contact-link .arrow {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C8D1D8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
}

.offer-page section.offer .contact-link .arrow svg {
    fill: #0095D6;
    transform: rotate(180deg);
    transition: all 0.1s ease-in-out;
}

.offer-page section.offer .contact-link:hover .arrow {
    background-color: #0095D6;
    border-color: #0095D6;
}

.offer-page section.offer .contact-link:hover .arrow svg {
    fill: #ffffff;
}


.contact-page section.contact-data-section {
    padding: 60px 0;
}

.contact-page section.contact-data-section .contact-data-boxes {
    display: flex;
}

.contact-page section.contact-data-section .contact-data-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.contact-page section.contact-data-section .contact-data-box .contact-data-box-text {
    color: #162D5A;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.1s ease-in-out;

}

.contact-page section.contact-data-section .contact-data-box .contact-data-box-icon-container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #C8D1D8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;

}

.contact-page section.contact-data-section .contact-data-box .contact-data-box-icon-container .contact-data-box-icon {
    fill: #0095D6;
    transition: all 0.1s ease-in-out;

}

.contact-page section.contact-data-section .contact-data-box .contact-data-box-icon-container .contact-data-box-icon.arrow-icon {
    transform: rotate(270deg);
}

.contact-page section.contact-data-section .contact-data-box:hover .contact-data-box-text {
    color: #0095D6;
}

.contact-page section.contact-data-section .contact-data-box:hover .contact-data-box-icon-container {
    border-color: #0095D6;
    background-color: #0095D6;
}

.contact-page section.contact-data-section .contact-data-box:hover .contact-data-box-icon-container .contact-data-box-icon {
    fill: #fff;
}

.contact-page section.company-data-section {
    border: 1px solid #C8D1D8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 42px auto;
}

.contact-page section.company-data-section > * {
    margin: 0 15px;
}

.contact-page section.company-data-section .company-regon,
.contact-page section.company-data-section .company-nip {
    color: #687792;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 4px;
}

.contact-page section.contact-form-section {
    padding: 110px 0;
}

.contact-page section.contact-form-section .contact-form-info-container {
}

.contact-page section.contact-form-section .contact-form-info-container .contact-form-info-title {
    text-align: center;
}

.contact-page section.contact-form-section .contact-form {
    width: 400px;
    margin: 40px auto;
}

.contact-page section.contact-form-section .contact-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
}

.contact-page section.contact-form-section .contact-form .form-group .form-label {
    color: #162D5A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 15px;
}

.contact-page section.contact-form-section .contact-form .form-group .form-input {
}

.contact-page section.contact-form-section .contact-form .form-group .form-input:required {
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10' width='10'> <text x='2' y='13.5' fill='red' font-size='15'>*</text></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
}


.contact-page section.contact-form-section .contact-form .form-group .form-input:required:after {
    position: absolute;
    contain: '*';
    color: #FF0A55;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.contact-page section.contact-form-section .contact-form .form-group .form-textarea {
    width: 100%;
    max-width: 100%;
}

.contact-page section.contact-form-section .contact-form .form-group .form-input,
.contact-page section.contact-form-section .contact-form .form-group .form-textarea {
    border: 1px solid #F1F1F1;
    background-color: #F9FAFB;
    border-radius: 4px;
    color: #162D5A;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    padding: 12px 16px;
}

.contact-page section.contact-form-section .contact-form .form-group .form-submit {
    width: auto;
    cursor: pointer;
}

.thanks-page section.thanks-info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 110px 0;
}

.thanks-page section.thanks-info-section .thanks-info-text {
    color: #162D5A;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    margin-bottom: 31px;
}

.thanks-page section.thanks-info-section .thanks-info-author {
    color: #162D5A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    margin-bottom: 80px;
}

.thanks-page section.thanks-info-section .thanks-info-back-to-home {
}


@media screen and (max-width: 1200px) {
    .wrapper {
        width: 740px;
    }

    .main-header .brand .brand-link .brand-logo {
        height: 20px;
    }

    .home-page section.main-banner .link-contact,
    .button-full, .button-border {
        font-size: 12px;
        padding: 14px;
    }


    .main-header .actions .action-phone {
        padding: 14px;
        font-size: 14px;
    }

    .main-header .main-menu .main-menu-link {
        font-size: 14px;
    }

    .main-header .brand .brand-link {
        display: flex;
    }

    .offer-page section.offer .boxes,
    .home-page section.offer .boxes {
        flex-wrap: wrap;
    }

    .offer-page section.offer .boxes,
    .home-page section.offer .boxes {
        margin-left: -8px;
        margin-right: -8px;
    }

    .offer-page section.offer .boxes .single-box,
    .home-page section.offer .boxes .single-box {
        margin: 8px;
    }

    .offer-page section.offer .boxes .single-box:first-child,
    .home-page section.offer .boxes .single-box:first-child {
        margin-left: 8px;
    }

    .offer-page section.offer .boxes .single-box:last-child,
    .home-page section.offer .boxes .single-box:last-child {
        margin-right: 8px;
    }

    .offer-page section.offer .contact-link .title,
    .home-page section.offer .contact-link .title {
        text-align: center;
    }

    .about-us-page section.icons-section .single-box .text,
    .home-page section.icons-section .single-box .text {
        font-size: 14px;
        line-height: 24px;
    }

    .about-us-page section.icons-section .single-box .title,
    .home-page section.icons-section .single-box .title {
        font-size: 16px;
        line-height: 24px;
    }

    .about-us-page section.icons-section .single-box,
    .home-page section.icons-section .single-box {
        margin: 0 35px;
    }

    .home-page section.contact {
        padding: 150px 0;
    }

    .main-footer .prefooter .prefooter-contact,
    .main-footer .prefooter .prefooter-menu {
        display: none;
    }

    .about-us-page .software-section .software-section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-us-page .software-section .software-section-header .software-section-title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 540px;
    }

    .main-header .menu-toggle {
        display: flex;
    }

    .main-header.sticky .wrapper,
    .main-header .wrapper {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .main-header.sticky .main-menu,
    .main-header .main-menu {
        flex: none;
        flex-shrink: 0;
        margin-left: 0;
        width: 100%;
        flex-direction: column;
        overflow: hidden;
        max-height: 0;
        transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .main-header .main-menu.open {
        max-height: 300px;
    }

    .main-header.sticky .main-menu ul,
    .main-header .main-menu ul {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }

    .main-header.sticky .main-menu .main-menu-link,
    .main-header .main-menu .main-menu-link {
        padding: 16px;
    }

    .main-header .actions {
        flex-direction: column;
    }

    .main-header.sticky,
    .main-header {
        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(20, 20, 20, 0.2);
    }

    .main-header.sticky .wrapper,
    .main-header .wrapper {
        border-bottom-width: 0;
    }

    .about-us-page section.icons-section,
    .home-page section.icons-section {
        flex-direction: column;
    }
    .about-us-page section.icons-section .single-box,
    .home-page section.icons-section .single-box {
        margin: 0 0 55px;
        align-items: center;
    }

    .about-us-page section.icons-section .single-box:last-child,
    .home-page section.icons-section .single-box:last-child {
        margin: 0;
    }

    .about-us-page section.icons-section .single-box .icon,
    .home-page section.icons-section .single-box .icon {
        margin-bottom: 22px;
    }

    .about-us-page section.icons-section .single-box .text,
    .home-page section.icons-section .single-box .text {
        text-align: center;
    }

    .home-page section.contact {
        padding: 80px 0 200px;
    }

    .about-us-page .software-section .software-section-info-boxes .software-section-info-box {
        width: 46%;
    }

    .about-us-page .certificate-section .certificate-section-container {
        flex-direction: column;
    }

    .about-us-page .certificate-section .certificate-section-container .certificate-section-col-logo {
        margin-bottom: 50px;
    }

    .about-us-page .certificate-section .certificate-section-container .certificate-section-col-info {
        padding-left: 0;
        text-align: center;
    }

    .contact-page section.contact-data-section .contact-data-boxes {
        flex-direction: column;
    }

    .contact-page section.company-data-section {
        flex-direction: column;
    }

    .contact-page section.company-data-section > * {
        text-align: center;
    }
    .contact-page section.contact-form-section .contact-form {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .wrapper {
        width: 90%;
    }

    .h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-page section.second-banner {
        width: 100%;
    }

    .home-page section.second-banner .title {
        width: 100%;
    }
    .home-page section.contact .contact-call-info .contact-call-link {
        display: inline-block;
    }

    .about-us-page .software-section .software-section-info-boxes .software-section-info-box {
        width: 100%;
    }
    .about-us-page .software-section .software-section-info-boxes .software-section-info-box .software-section-box-icon {
        margin-bottom: 20px;
    }

    .about-us-page .software-section .software-section-info-boxes .software-section-info-box {
        align-items: center;
    }

    .about-us-page .software-section .software-section-info-boxes .software-section-info-box .software-section-box-info {
        text-align: center;
    }
    .about-us-page .certificate-section .certificate-section-container .certificate-section-col-logo .certificate-section-col-logo-text {
        width: 100%;
    }
    .about-us-page .certificate-section .certificate-section-container .certificate-section-col-logo .certificate-section-col-logo-image {
        max-width: 296px;
        width: 100%;
    }
}
