@font-face {
    font-family: 'e-Ukraine';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/e-Ukraine/desktop/e-Ukraine-Thin.otf) format('opentype');
}

* {
    outline: none !important;
}

html.menu-show {
    overflow: hidden;
}

body {
    font-family: 'Roboto';
    font-weight: 400;
    color: black;
    font-size: 15px;
    line-height: normal;
    overflow-x: hidden;
    background-color: #F3F3F4;
}

img {
    max-width: 100%;
    /*height: auto !important;*/
}

svg path {
    transition: .3s ease;
}

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

ol {
    padding: 0;
    margin: 0;
}

a {
    transition: .3s ease;
    text-decoration: none !important;
    color: black;
}

a:hover {
    color: var(--hover);
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    color: inherit;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #18a689;
    border-color: #18a689;
    color: #fff;
}

.btn-blue-reverse {
    background-color: #fff;
    border-color: #1c84c6;
    color: #1c84c6;
}

.btn-blue-reverse:hover,
.btn-blue-reverse:focus,
.btn-blue-reverse:active,
.btn-blue-reverse.active {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #fff;
}


.trimtext-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trimtext-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trimtext-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


header {
    border-bottom: 1px solid #ddd;
}

.header-block .icon {
    color: #999c9e;
}


@media (min-width: 991.98px) {
    main {
        padding: 0 30px;
    }
}


section {
    /*padding-top: 38px;*/
    /*padding-bottom: 38px;*/
}


.title-section {
    position: relative;
    padding: 0;
    /*height: 100vh;*/
    border-top: 4px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    padding: 14px 15px 7px;
}

.title-section-text {
    font-size: 2em;
    color: #676a6c;
    font-weight: 100;
    text-align: center;
    margin-bottom: 5px;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .title-section-text {
        margin-bottom: 12px;
    }
}


.form-section {
    margin-bottom: 12px;
}

.form-section-form {
    padding: 15px 20px 20px 20px;
}

.form-title {

}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.form-control:focus {
    border-color: #1ab394 !important;
    outline: none !important;
    box-shadow: none !important;
}

.has-success .form-control {
    border-color: #1ab394
}

.has-warning .form-control {
    border-color: #f8ac59
}

.has-error .form-control {
    border-color: #ed5565
}

.has-success .control-label {
    color: #1ab394
}

.has-warning .control-label {
    color: #f8ac59
}

.has-error .control-label {
    color: #ed5565
}


.info-section {
    padding-top: 80px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .info-section {
        padding-top: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .info-section {
        padding-top: 30px;
        margin-bottom: 25px;
    }
}

.info-block {
    font-size: 15px;
    margin-bottom: 55px;
    padding: 0 15px;
}

.info-title {
    display: flex;
    align-items: center;
    font-weight: 900;
    padding-left: 10px;
    margin-bottom: 15px;
    min-height: 40px;
}

.info-title .icon {
    color: #009327;
}

.info-title svg {
    fill: #009327;
}

.info-title span {
    padding-left: 10px;
}

.info-pretitle {
    margin-left: -10px;
    margin-bottom: 15px;
    /*line-height: 19px;*/
}

.info-description {
    font-size: 13px;
    line-height: 1.25;
}


.step-section {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .step-section {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .step-section {
        margin-bottom: 30px;
    }
}

.step-block {
    padding: 32px 24px 33px;
    height: 100%;
}

.step-img {
    flex: 0 0 auto;
}

.step-img img {
    /*width: 20px;*/
    height: auto;
}

.step-description {
    padding-left: 20px;
    font-size: 15px;
    line-height: 19px;
}


.trigger-section {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .trigger-section {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .trigger-section {
        margin-bottom: 5px;
    }
}

.circle {
    border-radius: 50%;
}

.violet {
    color: #8A3B97;
}

.red {
    color: #D72929;
}

.green {
    color: #0BAA98;
}

.orange {
    color: #F98425;
}

.trigger-block {
    position: relative;
    height: 198px;
    width: 198px;
    /*margin: 0 15px;*/
}

@media (max-width: 991.98px) {
    .trigger-block {
        margin: 0 auto 50px;
    }
}

.trigger-block .top-trigger,
.trigger-block .bottom-trigger {
    position: absolute;
    z-index: 1;
}

.trigger-block .top-trigger {
    top: -5px;
    right: 0;
}

.trigger-block .bottom-trigger {
    bottom: 0;
    left: 11px;
}


.trigger-item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    padding: 20px 15px;
    background-color: #fff;
    overflow: hidden;
}

.trigger-text {
    /*color: #8A3B97;*/
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.trigger-text b {
    display: block;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
}

.trigger-icon {
    position: absolute;
    top: 24px;
    right: 21px;
    z-index: 2;
}


/* footer */
footer {
    padding: 0 30px;
}

.footer-block {
    padding: 33px 0;
    background-color: #fff;
    border: 1px solid #EEEEEE;
}

.footer-block {
    font-size: 12px;
    line-height: 15px;
}

.footer-block {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.15;
}

.footer-block a.promo-link {
    display: inline-block;
    color: #26B394;
    border-bottom: 1px solid #EEEEEE;
}

.footer-block a.promo-link:hover {
    color: #000;
    border-color: transparent;
}

.footer-block a {
    text-decoration: none;
    color: #000;
}

.footer-block a:hover {
    opacity: .7;
}

.footer-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 7px;
}

.footer-block ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-block ul li {
    margin-bottom: 8;
}

.footer-block ul ul {
    padding-left: 9px;
}

.footer-block ul ul li {
    margin-bottom: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-menu-list li:not(:last-child) {
        padding-right: 20px;
    }
}

/* footer */