@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'), url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Regular.woff') format('woff'), url('/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'), url('/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Medium.woff') format('woff'), url('/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'), url('/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-SemiBold.woff') format('woff'), url('/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'), url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Bold.woff') format('woff'), url('/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Gilroy', sans-serif;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    font-weight: 500;
}

.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    font-family: 'Gilroy';
    color: #3a3838 !important;
}

h2 {
    font-size: 36px !important;
    font-weight: bold;
    text-transform: uppercase;
}

a,
.uk-link {
    color: #0b2f4f;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.uk-link:hover {
    color: #104472;
}

.nav {
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
    background-color: #fff !important;
}

.uk-navbar-nav li a {
    color: #3f3d3d !important;
    font-family: 'Gilroy', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.uk-navbar-nav li a:hover {
    color: #002e52 !important;
    text-decoration: underline;
}

.toplogo {
    width: 200px;
    margin-top: 90px;
}

.headphone {
    color: #002e52 !important;
    font-size: 19px;
    font-weight: bold;
}

.headcallback {
    color: #002e52 !important;
    text-decoration: underline;
}

div.sublangs {
    margin-top: 20px;
    margin-left: 15px;
}

div.sublangs ul {
    background: #ccc;
    border-radius: 20px;
    padding: 8px 6px !important;
    margin-bottom: 0px !important;
}

.uk-navbar-nav li.lang {
    background: #147ca5;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px;
}

.uk-navbar-nav li {
    color: #626262 !important;
    list-style: none;
    display: inline;
}

.uk-sticky-placeholder {
    height: 0 !important;
}

.top-wrap::before,
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    /*background-color: rgba(0,0,0,0.5);*/
}

.top-wrap-height {
    height: 80vh;
    min-height: 460px;
    transition: height 0.25s;
}

@media (max-width: 940px) {
    .top-wrap-height {
        height: 100vh;
        min-height: 460px;
        transition: height 0.25s;
    }
}

.uk-subnav-pill>*> :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
    z-index: 2;
}

.uk-logo img {
    width: 180px;
}

.subtitle-text {
    font-size: 1.2em;
    opacity: 0.7;
    font-weight: 300;
}

.logos-grid img {
    display: block;
    width: 60px;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.25s;
}

.logos-grid img:hover {
    display: block;
    width: 60px;
    margin: 0 auto;
    filter: grayscale(0);
}

.uk-subnav-pill>.uk-active>a {
    background-color: #147ca5;
    color: #fff;
}

.product-item {
    padding-top: 50px;
    padding-bottom: 80px;
}

.item-button {
    background-color: #147ca5;
}

.item-button:hover {
    background-color: #147ca5;
}

.item-button:focus {
    background-color: #147ca5;
}

.uk-text-primary {
    color: #147ca5 !important;
}

.bt-color {
    color: #147ca5 !important;
}

.uk-navbar-toggle-icon {
    color: #2b2929 !important;
}

.h6-name {
    text-transform: uppercase;
}

.subtitle-text {
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    color: #3a3838 !important;
}

.uk-accordion-title {
    font-weight: bold;
    padding: 5px 8px 0px 0px;
}

.uk-open .uk-accordion-title {
    color: #147ca5;
}

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23564AEB%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23564AEB%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-accordion> :nth-child(n+2) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ededed;
}

.text-norm {
    font-family: 'Gilroy';
}

.uk-h1 {
    font-family: 'Gilroy';
}

.uk-light .uk-dotnav>.uk-active>* {
    background-color: #147ca5 !important;
}

.uk-card-primary.uk-card-body .uk-dotnav>*>*,
.uk-card-primary> :not([class*=uk-card-media]) .uk-dotnav>*>*,
.uk-card-secondary.uk-card-body .uk-dotnav>*>*,
.uk-card-secondary> :not([class*=uk-card-media]) .uk-dotnav>*>*,
.uk-light .uk-dotnav>*>*,
.uk-offcanvas-bar .uk-dotnav>*>*,
.uk-overlay-primary .uk-dotnav>*>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>* {
    background-color: transparent;
    border-color: #c52024 !important;
}

.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary> :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary> :not([class*=uk-card-media]) .uk-slidenav,
.uk-light .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: #147ca5 !important;
}

.rounded {
    border-radius: 9px;
}

.features-lists {
    font-size: 12px;
    text-align: center;
}

.block-features {
    padding: 30px 25px;
}

.roundedimg {
    border-radius: 9px;
}

.mintext {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.uk-subnav>* {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .uk-subnav .uk-border-pill {
        font-size: 10px !important;
    }
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-grid-large>.uk-grid-margin {
    margin-top: 25px;
}

footer {
    background: #002e52 !important;
}

footer .privacy {
    text-decoration: underline;
    font-size: 14px;
}

.contactlink {
    font-size: 1.8em;
    font-weight: bold;
}

.has-error {
    border-color: rgb(173, 43, 43);
}


/*Stages */

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.work-stages_left {
    width: 265px;
}

.section__title_sm {
    font-size: 1.5rem;
}

.section__title {
    color: #1c1c1c;
    font-size: 2rem;
    font-weight: 600;
}

.section__title_sep {
    margin: 1.5rem 0;
    border: 0;
    height: 2px;
    max-width: 65px;
    background: #0b8dce;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.work-stages__text {
    margin-bottom: 2.3rem;
}

.site-text {
    font-size: .9125rem;
    font-weight: bold;
    color: #1c1c1c;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-primary {
    border-color: #0088cc;
    color: #0088cc;
    font-size: .9125rem;
    font-weight: bold;
    padding: 0.825rem 1.5rem;
}

.btn-outline-primary:hover {
    cursor: pointer;
}

.work-stages_right {
    width: 900px;
}

@media (max-width: 1199.98px) {
    .work-stages_right {
        width: 100%;
        margin-top: 2rem;
    }
}

.stages {
    border: 0.5px solid #fff;
}

.stage {
    width: 33.333%;
    padding: 1.25rem;
    border: 0.5px solid #fff;
    position: relative;
}

@media (max-width: 575.98px) {
    .stage {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .stage {
        width: 50%;
    }
}

.stage-ic-1 {
    width: 64px;
    height: 48px;
    background-position: -5px -7px;
}

.stage-ic-2 {
    width: 38px;
    height: 47px;
    background-position: -77px -5px;
}

.stage-ic-3 {
    width: 46px;
    height: 46px;
    background-position: -5px -62px;
}

.stage-ic-4 {
    width: 50px;
    height: 50px;
    background-position: -61px -62px;
}

.stage-ic-5 {
    width: 47px;
    height: 47px;
    background-position: -125px -5px;
}

.stage-ic-6 {
    width: 64px;
    height: 42px;
    background-position: -118px -62px;
}

.stage-ic {
    background-image: url(/images/stage-icons.png);
    background-repeat: no-repeat;
    display: block;
}

.stage__title {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 1.5rem 0 0.6125rem;
    line-height: 1;
    color: #1c1c1c;
}

.stage__text {
    font-weight: 600;
    font-size: .8125rem;
}

@media (max-width: 1199.98px) {
    .stage__text {
        max-width: none;
    }
}

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

.stage__number {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    color: #178fbe;
    font-weight: 500;
    font-size: .75rem;
    border: 1px solid #178fbe;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

#objects .roundedimg {
    display: block;
    margin-bottom: 15px;
}

#objects .caption span {
    font-size: 20px;
    font-weight: bold;
    color: #178fbe;
    display: inline-block;
    margin: 5px 0px;
}

#objects .caption p {
    font-weight: 500 !important;
}

#why h3 {
    font-size: 20px;
    font-weight: 500 !important;
    margin-bottom: 30px;
}

.sendbtn {
    background: #002e52 !important;
    color: #fff;
    font-weight: bold;
}

.sendbtn:hover {
    background: #f90085 !important;
}

#modules .moduleblock {
    padding: 20px;
    background: #002e52;
    border-radius: 9px;
    color: #fff;
}

#modules .moduleblock:hover {
    background: #124069;
}

#modules .moduleblock h4 {
    text-align: center;
    color: #fff !important;
    display: inline;
}

#modules .moduleblock .mini {
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 5px;
}

#modules .moduleblock span {
    margin-right: 7px;
}

#modules .moduleblock a {
    color: #42b2df !important;
}

#modules .moduleblock .basecheckbox {
    margin-right: 10px;
}

.uk-modal-body {
    border-radius: 9px;
}

#modules .item .card {
    background: #ccc;
    border-radius: 9px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#stages .asWorkImg {
    position: relative;
}

#stages .asWorkImg span {
    display: block;
    width: 130px;
    height: 130px;
    background-color: #0b2f4f;
    border-radius: 50%;
    margin: 3rem auto 0;
    position: relative;
}

#stages .asWorkImg span img {
    position: absolute;
    max-width: unset;
    max-height: unset;
    bottom: 22px;
    left: 23px;
    width: 85px;
}

#stages .asWorkInfo {
    position: relative;
    margin: 2.5rem 0.5rem 0 2.5rem;
    text-align: left;
    line-height: 1.3em;
    padding-left: 1rem;
}

#stages .asWorkNum {
    position: absolute;
    font-weight: 600;
    left: 0;
    top: 2.6rem;
    font-size: 88px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #C2C4C8;
}

#stages .asWorkHeadding {
    font-weight: bold;
    font-size: 20px;
}

#stages .asWorkText {
    font-size: 14px;
    margin-top: 1rem;
}

#stages .asWorkDays {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
}

#quiz {
    min-height: 30vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#quiz_form {
    width: 100%;
}

#step0,
#step1,
#step2,
#step3,
#step4,
#step5,
#step6,
#step7,
#step8,
#step9,
#step10,
#other_steps,
#last_step {
    display: none;
}

#step0 {
    display: block;
    text-align: center;
}

#step1 h2,
#step3 h2,
#last_step h2 {
    margin-bottom: 50px !important;
}

#other_steps {
    text-align: center;
}

.step>small {
    text-align: center;
    margin-bottom: 30px;
    display: block;
}

.quiz_buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.quiz_buttons p {
    margin-top: 0 !important;
}

#quiz .btn {
    cursor: pointer;
    background: #012f53;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 500px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

#quiz .btn:hover {
    background: #054779;
}

#quiz .btn.back_btn {
    background: #6e6d6d;
}

#quiz .btn.back_btn:hover {
    background: #aaa;
}

#quiz h5 {
    font: 700 22px 'Gilroy', sans-serif;
    font-weight: bold;
    color: #2c2b2b;
}

.step-quest {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

.step-quest>* {
    padding: 0 15px;
    margin-bottom: 15px;
}

.step-quest>* label {
    display: block;
    min-width: 50px;
    border: 2px dashed #a7a4a4;
    background-color: #fff;
    color: #141414;
    font-size: 16px;
    padding: 18px 20px 18px 20px;
    border-radius: 5px;
    height: 100%;
}

.step-quest>* label:hover {
    cursor: pointer;
}

.step-quest>* label.checked {
    border: 2px solid #fa0085;
    box-shadow: 1px 1px 12px #ccc;
}

.step-quest>* label input {
    margin-right: 15px;
    display: none;
}

.step-quest>* label input#price_input {
    display: block;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
    font-size: 1.2rem;
    text-align: center;
}

.step-quest>* img {
    margin-bottom: 15px;
}

.step-quest>div>input {
    padding: 15px 30px;
    border: 1px solid #eee;
    font: 500 20px 'Gilroy', sans-serif !important;
    border-radius: 5px;
    font-size: 1.3rem;
    text-align: center;
}

#type-home>*,
#type-komanda>* {
    width: 22%;
    text-align: center;
}

#last_step {
    text-align: center;
}

#contact_fields {
    justify-content: center;
    margin-bottom: 15px;
}

#contact_fields>* {
    width: 51%;
    margin-bottom: 15px;
}

#acceptance-line {
    margin-bottom: 30px;
}

#progress_bar {
    height: 5px;
    width: 100%;
    background: #f1125533;
}

#progress_in {
    width: 0%;
    height: 100%;
    background: #fa0085;
    transition: all 0.3s ease;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s ease 0s;
}

#curr_step {
    color: #928f8f;
    margin-bottom: 15px;
}

@media screen and (max-device-width: 1024px) {
    #quiz h2 {
        margin-bottom: 50px !important;
    }
    .step-quest {
        margin-bottom: 15px;
    }
    #type-home>*,
    #type-komanda>* {
        width: 50%;
        text-align: left;
        margin-bottom: 35px;
    }
    .step-quest>* {
        margin-bottom: 15px;
    }
    .step-quest div {
        margin-bottom: 25px;
    }
    .step-quest>* label {
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: center;
    }
    .step-quest>* img {
        width: 30%;
        margin-bottom: 0;
        margin-right: 20px;
    }
    #contact_fields>* {
        width: 70%;
    }
    .step-quest>div>input {
        padding: 10px 30px;
        font-size: 1.1rem;
    }
}

@media screen and (max-device-width: 800px) {
    #quiz {
        padding: 0 15px;
    }
    #quiz h2 {
        font-size: 1.8rem;
    }
    .step-quest div {
        margin-bottom: 35px;
    }
    .step-quest>* img {
        display: none;
    }
    .step-quest>* label {
        text-align: center;
        padding: 10px 15px;
    }
    #contact_fields>* {
        width: 90%;
    }
    .step>small {
        margin-bottom: 15px;
    }
}

@media screen and (max-device-width: 480px) {
    #quiz h2 {
        margin-bottom: 40px !important;
    }
    .step-quest div {
        margin-bottom: 35px;
    }
    .step-quest>*,
    #type-home>*,
    #type-komanda>* {
        width: 100%;
    }
}

@media screen and (max-device-width: 380px) {
    #quiz h2 {
        font-size: 1.6rem;
    }
    .step-quest>*,
    #type-home>*,
    #type-komanda>*,
    #contact_fields>* {
        width: 100%;
    }
    .quiz_buttons {
        justify-content: space-between;
    }
    .quiz_buttons p {
        width: 45%;
        margin-bottom: 20px;
    }
    #quiz .btn {
        width: 100%;
        margin: 0;
    }
    #step1 .quiz_buttons {
        justify-content: center;
    }
}

#mainstage h1 {
    color: #002e52 !important;
}

#mainstage h2 {
    color: #002e52 !important;
    text-transform: none;
}

.uk-checkbox:disabled {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
}

.uk-checkbox:disabled, .uk-checkbox:indeterminate {
    background-color: #1e87f0;
    border-color: transparent;
}