.headerline {
    background: rgba(255,255,255, .64);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
}
.uk-site-logo,
.uk-menu-switcher,
.uk-phones {
    height: 60px;
    display: flex;
    align-items: center;
}
.top-menu {
    display: none;
}
.uk-site-logo {
    width: 70px;
}
.uk-phones {
    width: calc(100% - 110px);
}
.uk-menu-switcher {
    width: 40px;
    justify-content: flex-end;
}
.uk-phones p {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.uk-phones a {
    font-family: 'Rokkitt';
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #474747;
}

.main-intro {
    background: #ccc url('../images/intro-bg-768.jpg') center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.main-intro .uk-container,
.main-intro .uk-container .uk-flex {
    height: 100%;
    align-items: center;
    justify-content: center;
}
.main-intro .uk-container .mod-custom {
    display: flex;
    flex-wrap: wrap;
    /* height: 200px; */
}
.main-intro-text {
    font-family: 'Rubik';
    font-size: 32px;
    line-height: normal;
    color: #474747;
    font-weight: 500;
    text-align: center;
    padding: 150px 0 50px 0;
}
.main-intro .intro-button {
    text-align: center;
    padding-bottom: 80px;
}
.main-intro button {
    width: 180px;
    border: 0;
    background: rgba(255,119,0,.75);
    font-family: 'Rubik';
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px 40px;
    border-radius: 10px;
    cursor: pointer;
}
.mod-services, .com-content-article {
    padding: 80px 0px;
    background: url('../images/service-bg.png') center center no-repeat;
    background-size: cover;
}
.item-service-wrap {
    margin-top: 20px;
    position: relative;
}
.item-text  {
    background: rgba(255,255,255, .64);
    border: 2px solid #FF7700;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    z-index: 2;
    width: calc(100% - 80px);
    color: #000;
}
.item-content {
    background: rgba(255,255,255, .64);
    border: 2px solid #FF7700;
    border-radius: 10px;
    text-align: center;
    padding: 50px;
    position: relative;
    z-index: 2;
    color: #000;
}
.item-bg {
    display: inline-flex;
    width: 120px;
    height: 120px;
    background: #757575;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-bg-1 {
    background-image: url('../images/service-01.jpg');
}
.item-bg-2 {
    background-image: url('../images/service-02.jpg');
}
.item-bg-3 {
    background-image: url('../images/service-03.jpg');
}
.item-bg-4 {
    background-image: url('../images/service-04.jpg');
}
.item-bg-5 {
    background-image: url('../images/service-05.jpg');
}
.item-bg-1, .item-bg-3, .item-bg-5 {
    top: 0;
    left: 0;
}
.item-bg-2, .item-bg-4, .item-bg-6 {
    top: 0;
    right: 0;
}
.item-text-1, .item-text-3, .item-text-5 {
    margin-left: 80px;
    margin-top: 80px;
}
.item-text-2, .item-text-4, .item-text-6 {
    margin-right: 80px;
    margin-top: 80px;
}
.mod-services .uk-h3,
.item-content .uk-h3 {
    font-family: 'Rubik';
    color: #000;
    margin-bottom: 5px;
}
.item-content a {
    color: #000;
}
.mod-services + .footer-section,
.com-content-article + .footer-section,
.pholio-wr + .footer-section {
    margin-top: 0px !important;
}
.uk-margin-top-15 {
    margin-top: 15px !important;
}
.pholio-wr {
    background: rgba(71,71,71, 0.75);
    padding: 80px 0;
}
.pholio-item {
    position: relative;
    border: 1px #fff solid;
    border-radius: 15px;
    padding: 10px;
    overflow: hidden;
}
@media (min-width: 960px) {
    .uk-site-logo {
        width: 150px;
        height: 120px;
    }
    .headerline {
        background: rgba(255,255,255, 1);
        box-sizing: border-box;
        border-bottom: 1px #eaeaea solid;
    }
    .headerline .uk-flex.uk-flex-middle {
        align-items: unset;
    }
    .headerline .uk-phones {
        flex-wrap: wrap;
        width: calc(100% - 160px);
        justify-content: end;
    }
    .headerline .uk-phones p {
        flex-direction: row;
        justify-content: end;
    }
    .headerline .uk-phones p a {
        font-size: 32px;
        line-height: 60px;
    }
    .headerline .uk-phones p a:last-child {
        padding-left: 50px;
    }
    .uk-menu-switcher { display: none;}
    .top-menu {
        display: flex;
    }
    .top-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    .top-menu ul li {
        margin-left: 50px;
    }
    .top-menu ul li:first-child {
        margin-left: 0;
    }
    .top-menu ul li a {
        font-family: 'Rokkitt';
        font-size: 32px;
        line-height: 60px;
        counter-reset: #474747;
    }
    .main-intro button {
        margin-top: 80px;
    }
    .main-intro-text {
        color: #000;
        padding: 250px 0 50px 0;
    }
}

/* non critical */
.intro-2-d { display: none; }
.intro-2 {
    background: #ccc url('../images/intro-2-bg-768.jpg') center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.intro-2-wr {
    padding: 14px 20px;
    background: rgba(255,255,255,.54);
    text-align: center;
    color: #000;   
    margin-top: 200px;
}

.intro-2-wr p {
    margin: 0;
    font-weight: 500;
}

.js-module-block .uk-card {
    border: 1px #474747 solid;
    border-radius: 5px;
}

.js-module-block .uk-card-wr {
    position: relative;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.js-module-block .uk-card-wr h3 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Rokkitt';
    font-size: 18px;
    font-weight: 600;
    background: rgba(255,255,255,.8);
}
.uk-btn {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    border: 0;
    background: rgba(255,119,0,.75);
    font-family: 'Rubik';
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;   
    text-align: center;
}
.intro-3 {
    display: flex;
    background: rgb(71,71,71);
    background: linear-gradient(66deg, rgba(71,71,71, 0.9) 0%, rgba(71,71,71,0.2) 15%, rgba(71,71,71,0.65) 30%);
    margin-top: 20px;
}
.intro-3 .uk-container,
.intro-3 .uk-flex {
    height: 100%;
    display: flex;
    position: relative;
}
.intro-3-bg {
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background: #ccc;
    background: url('../images/intro-3-bg.png') bottom center no-repeat;
    background-size: contain;
}
.intro-3-text {
    box-sizing: border-box;
    padding: 15px 0 15px 120px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rokkit';
    color: #fff;
    text-align: center;
}
.intro-3-text p {
    line-height: 18px;
}
.uk-btn-2 {
    width: 180px;
    border: 0;
    background: rgba(255,119,0,.75);
    font-family: 'Rubik';
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-style: italic;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;   
    text-align: center;
    margin: 0 auto;
}

.intro-4 {
    margin-top: 20px;
}

.intro-4 .i4-title {
    font-family: 'Rokkit';
    color: #474747;
    font-size: 16px;
    text-transform: uppercase;
}

.i4-item {
    text-align: center;
    font-family: 'Rokkit';
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-top: 30px;
}

.i4-item span {
    padding-left: 56px;
    display: inline-flex;
    align-items: center;
    position: relative;
    line-height: 46px;
}
.i4-item-1 span::after,
.i4-item-2 span::after,
.i4-item-3 span::after,
.i4-item-4 span::after,
.i4-item-5 span::after {
    display: flex;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -24px;
    left: 50%;
    margin-left: -9px;
    background: #474747; 
    background: url('../images/work-arrow.svg') center center no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}
.i4-item span::before {
    display: flex;
    width: 46px;
    height: 46px;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.i4-item-1 span::before {
    background: url('../images/work-1.svg') center center no-repeat;
    background-size: contain;
}
.i4-item-2 span::before {
    background: url('../images/work-2.svg') center center no-repeat;
    background-size: contain;
}
.i4-item-3 span::before {
    background: url('../images/work-3.svg') center center no-repeat;
    background-size: contain;
}
.i4-item-4 span::before {
    background: url('../images/work-4.svg') center center no-repeat;
    background-size: contain;
}
.i4-item-5 span::before {
    background: url('../images/work-5.svg') center center no-repeat;
    background-size: contain;
}
.i4-item-6 span::before {
    background: url('../images/work-6.svg') center center no-repeat;
    background-size: contain;
}
.arrow-item {
    display: none;

}
@media (min-width: 640px) {
    .main-intro-text {
        font-size: 48px;
        line-height: 52px;
        font-weight: 500;
        text-shadow: 2px 2px 2px #fff;
    }
    .main-intro button {
        width: 300px;
        font-size: 32px;
        line-height: 36px;
    }
    .intro-2 { display: none; }
    .intro-2-d { display: block; margin-top: 20px;}
    .intro-2-d p {
        font-size: 18px;
        line-height: 22px;
    }
    .bg-left,
    .bg-right {
        width: 50%;
        height: 400px;
    }
    .bg-left {
        background: #ccc url('../images/intro-2-bg-768.jpg') center bottom no-repeat;
        background-size: cover;
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: flex-end;
    }
    .bg-right {
        text-align: center;
        color: #000;
        background: #ccc url('../images/intro-2-right-bg.jpg') center bottom no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bg-right div {
        padding: 15px;        
    }
    .bg-right p {
        font-weight: 500;
        margin: 0;
    }


    .i4-item span::after {
        display: none;
    }
    .arrow-item {
        display: flex;
        position: relative;
        width: 46px;
        height: 46px;
        margin-top: 30px;
    }
    .arrow-item-2,
    .arrow-item-4 {
        display: none;
    }
    .arrow-item::after {
        width: 18px;
        height: 18px;
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -9px;
        left: 50%;
        margin-left: -9px;
        background: #474747; 
        background: url('../images/work-arrow.svg') center center no-repeat;
        background-size: contain;
    }
    .i4-item {
        width: calc(50% - 23px);
        min-height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .i4-item span {
        line-height: 18px;
        padding: 0;
        display: inline;
        padding-left: 56px;
    }
    .i4-item span::before {
        display: flex;
        width: 46px;
        height: 46px;
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -23px;
        left: 0;
    }
    .item-bg {
        display: inline-flex;
        width: 200px;
        height: 200px;
    }
    .item-text-1, .item-text-3, .item-text-5 {
        margin-left: 150px;
        margin-top: 150px;
    }
    .item-text-2, .item-text-4, .item-text-6 {
        margin-right: 150px;
        margin-top: 150px;
    }
    .item-service-wrap {
        margin-top: 50px;
    }
    .com-content-article {
        padding-top: 140px;
    }
    .item-content .uk-margin-top-15 {
        margin-top: 30px !important;
    }
    .com-content-article__body div.uk-width-1-1:first-child {
        margin-top: 30px !important;
    }
    .com-content-article__body .uk-h3 {
        margin: 0;
    }
}
@media (min-width: 960px) {
    .pholio-wr {
        padding: 180px 0 50px 0;
    }
    .com-content-article {
        padding-top: 260px;
        padding-bottom: 140px;
    }
    .com-content-article__body div.uk-width-1-1:nth-child(1),
    .com-content-article__body div.uk-width-1-1:nth-child(3),
    .com-content-article__body div.uk-width-1-1:nth-child(5) {
        text-align: right;
    }
    .com-content-article__body div.uk-width-1-1:nth-child(2),
    .com-content-article__body div.uk-width-1-1:nth-child(4),
    .com-content-article__body div.uk-width-1-1:nth-child(6) {
        text-align: left;
    }
    .intro-2-d p {
        font-size: 24px;
        line-height: 26px;
    }
    .bg-left, .bg-right {
        height: 500px;
    }
    .intro-3-text {
        
    }
    .i4-item {
        width: calc(30% - 15px);
        min-height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .arrow-item-3 { display: none; }
    .arrow-item-2,
    .arrow-item-4 {
        display: flex;
    }
    .intro-3-bg {
        width: 200px;
    }
    .intro-3-text {
        padding: 15px 0 15px 220px;
    }
    .intro-3 .uk-flex {
        padding-top: 100px;
        padding-bottom: 100px;
        
    }
    .intro-3-text p {
        font-size: 24px;
        line-height: 26px;
    }
    .uk-btn-2 {
        font-size: 18px;
        width: 220px;
    }
    .intro-4 .i4-title {
        font-size: 24px;
        font-weight: 600;
    }
}
.intro-5 {
    background: #ccc;
    background: url('../images/intro-5-bg.jpg') bottom center no-repeat;
    background-size: cover;
    margin-top: 20px;
}
.intro-5 .uk-flex {
    padding-top: 25px;
    padding-bottom: 25px;
}
.intro-5 p {
    font-family: 'Rokkitt';
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 2px 2px #000;
}

.map-section {
    margin-top: 20px;
}
.map-block,
.adress-block {
    width: 100%;
}
.map-block {
    background: rgba(71, 71, 71, 0.75);
    padding: 15px;
    text-align: center;
}
.map-block-title {
    display: none;
}
.adress-block {
    background: rgba(71, 71, 71, 1);
}

.phone-title {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}
.phones-2 p {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.phones-2 a {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.adr-title {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}
.adr-text {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.form-wr {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px #474747 solid;
    background-color: #757575;
    padding: 15px;
    margin-top: 20px;
}
.form-title {
    font-family: 'Rokkit';
    font-size: 22px;
    font-weight: bolder;
    line-height: 26px;
    color: #000;
    text-align: center;
}
.input-wr {
    margin-top: 15px;
}
.input-label {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}

.input-wr .uk-input,
.input-wr .uk-textarea {
    border-radius: 5px;
    border: 1px rgba(255,119,0,.75) solid;

}

@media (min-width: 960px) {
    .form-wr {
        width: 800px;
        margin: 20px auto 0 auto;
    }
    .intro-5 p {
        font-size: 32px;
        line-height: 38px;
    }
    .intro-5 .uk-flex {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .map-section .map-block,
    .map-section .adress-block {
        width: 50%;
        box-sizing: border-box;
    }
    .map-section .adress-block {
        display: flex;
        align-items: center;
    }
}
.footer-section {
    margin-top: 20px;
    background: rgba(71,71,71, 0.46);
}
.logo-block {
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
.logo-block img {
    width: 66px;
}

.footer-section .adress-block {
    background: transparent;
}

.footer-section .phone-title {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #474747;
    text-align: center;
    margin: 15px 0 7px 0;
}
.footer-section .phones-2 p {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.footer-section .phones-2 a {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #474747;
    text-align: center;
}

.footer-section .adr-title {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #474747;
    text-align: center;
    margin: 15px 0 7px 0;
}
.footer-section .adr-text {
    font-family: 'Rubik';
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    color: #474747;
    text-align: center;
}
.uk-no-margin-top {
    margin-top: 0 !important;
}

#siteMenu .uk-offcanvas-bar {
    background-color: #fff;
}
#siteMenu .uk-close {
    color: rgba(0,0,0,0.8);
}
#siteMenu .uk-close:hover {
    color: rgba(0,0,0,1);
}

#siteMenu ul.mod-menu {
    margin: 50px 0;
    list-style: none;
    padding: 0;
}

#siteMenu ul.mod-menu li a {
    font-family: 'Rokkitt';
    font-size: 24px;
    line-height: 36px;
    color: #474747;
}
#siteMenu p a {
    display: block;
    font-family: 'Rokkitt';
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #474747;
    margin-bottom: 10px;
}

.uk-error {
    border-color: #ff0000 !important;
}
.uk-error-label {
    color: #ff0000 !important;
}