@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap&subset=cyrillic');

html, body {
    color: #333333;
}

.uk-block-default {
    background: #FFF;
}

.main-image .uk-overlay-panel > div {
    width: 60%;
    padding-left: 5%;
}

.main-image .uk-heading-large {
    font-size: 72px;
    line-height: 84px;
    font-weight: 900;
}

.main-image .uk-margin {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
}

.uk-navbar-nav > li > a {
    color: #555;
    font-size: 13px;
    font-weight: 500;
}

.tm-navbar-muted .uk-navbar:not(.uk-active) .uk-navbar-nav > li > a {
    color: #555;
}

.uk-nav-navbar > li > a {
    color: #555;
}

.uk-article-title {
    font-weight: 700;
}

.tm-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tm-blog-single > .uk-article-title, .tm-blog-single > .uk-article-meta {
    text-align: left;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.uk-list {
    overflow: auto;
}

.uk-article + .uk-article {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .services > div:nth-child(4) {
        margin-left: 16.6666%;
    }
}

@media (max-width: 640px) {
    .main-image .uk-overlay-panel {
        background: rgba(89, 139, 216, 0.7);
    }

    .main-image .uk-overlay-panel > div {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .main-image .uk-heading-large {
        font-size: 48px;
        line-height: 56px;
    }

    .main-image .uk-margin {
        font-size: 32px;
        line-height: 40px;
    }

    h1, .uk-h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .tm-footer-right {
        display: none;
    }

    .advantages.uk-text-left {
        text-align: center !important;
    }

    .uk-breadcrumb {
        display: none;
    }
}