@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);


@font-face{
    font-family: 'Merienda bold';
    src: url('../fonts/Merienda-Bold.ttf') format('ttf');
    font-style: bold;
}


@font-face{
    font-family: 'Merienda';
    src: url('../fonts/Merienda-Regular.ttf') format('ttf');
    font-style: normal;
}


@font-face {
    font-display: swap;
}

html body {
    font-family: 'Merienda', serif;
}

body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
    background: #fab40c!important;
    font-family: 'Merienda', serif;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #3b4256;
    border-radius: 4px;
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, .3), 0 10px 10px 0 rgba(251, 181, 9, .25);
    padding: 0;
}

body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
    background: #fbb509!important;
    box-shadow: none;
}

body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:active,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:active {
    background: #d0970d!important;
    box-shadow: none;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #fab40c!important;
}

.uk-navbar-nav>li>a[href='#'] {
    cursor: default;
}

.tm-header-container .logo {
    z-index: 10;
}

.tm-slideshow-content-panel span {
    font-family: 'Merienda', serif;
    display: block;
}

._menu .uk-nav-side>li>a:active {
    background: 0 0;
    color: #fbb509;
}

.uk-offcanvas.uk-active {
    z-index: auto;
}

ul.uk-nav-side>li>a {
    text-transform: none;
    font-family: 'Merienda', serif;
}

._menu .uk-nav>li:nth-of-type(2)>a:first-of-type:before {
    content: url(../images/catalog-icon.png);
    display: inline-block;
    margin-right: 10px;
}

#tm-header .uk-parent ul.uk-nav-sub a:hover {
    color: #0a3eb0;
    text-decoration-color: #800a3eb0;
    text-decoration: underline;
}

.uk-nav-side>li.uk-active>a {
    background: 0 0;
    color: #f4f7fb;
}

ul.uk-nav-sub li {
    text-transform: none;
    font-family: 'Merienda', serif;
}

.uk-navbar-nav {
    float: right;
}

.black-menu>#tm-header .uk-navbar-nav>li>a {
    color: #444;
}

.uk-navbar-nav>li.uk-active>a {
    color: #fed103!important;
}

.uk-sticky-placeholder {
    background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 100%);
}

.tm-navbar-sticky .tm-navbar-wrapper,
.tm-navbar-sticky .tm-navbar-wrapper-animate {
    border: 5px solid transparent;
}

.uk-active {
    position: relative!important;
}

.slider-btns .download-presentation {
    letter-spacing: 0;
}

.tm-navbar .tm-more .tm-more-button::before,
.tm-navbar .tm-search .tm-more-button::before {
    content: "\f1e0";
    font-family: 'Merienda', serif;
    color: grey;
}

.uk-icon-button {
    color: grey;
}

.tm-navbar-sticky.tm-header-offset .tm-block-header+.uk-block:not(.tm-block-fullheight) {
    padding-top: 150px;
}

.all-projects-btn:active,
.all-projects-btn:focus,
.all-projects-btn:hover {
    opacity: 0.5;
}

.uk-slideshow-fullscreen .tm-slideshow-content-panel {
    padding-top: 0;
}

.company-descr .image,
.order-consultation .text-yellow {
    position: relative;
    -webkit-animation: mymove 5s 1;
    -webkit-animation-timing-function: ease-in;
    animation: mymove 5s 1;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
}

@keyframes mymove {
    from {
        left: -600px;
    }
    to {
        left: 0;
    }
}

.feedbacks .uk-panel {
    animation-duration: 1s;
}

.special-offer {
    visibility: hidden;
}

.special-offer {
    animation-name: my-opacity-transform;
    -webkit-animation-name: my-opacity-transform;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible!important;
}

@keyframes my-opacity-transform {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    10% {
        transform: scale(0.1);
        opacity: 0.1;
        transform: scale(0.1);
        opacity: 0.1;
    }
    20% {
        transform: scale(0.2);
        opacity: 0.2;
    }
    30% {
        transform: scale(0.3);
        opacity: 0.3;
    }
    40% {
        transform: scale(0.4);
        opacity: 0.4;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    60% {
        transform: scale(0.6);
        opacity: 0.6;
    }
    70% {
        transform: scale(0.7);
        opacity: 0.7;
    }
    80% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    90% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes my-opacity-transform {
    0% {
        transform: scale(0);
        opacity: 0
    }
    10% {
        transform: scale(.1);
        opacity: .1
    }
    20% {
        transform: scale(.2);
        opacity: .2
    }
    30% {
        transform: scale(.3);
        opacity: .3
    }
    40% {
        transform: scale(.4);
        opacity: .4
    }
    50% {
        transform: scale(.5);
        opacity: .5
    }
    60% {
        transform: scale(.6);
        opacity: .6
    }
    70% {
        transform: scale(.7);
        opacity: .7
    }
    80% {
        transform: scale(.8);
        opacity: .8
    }
    90% {
        transform: scale(.9);
        opacity: .9
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.dg-infographic .step-text {
    text-align: center;
    font-family: 'Merienda', serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3b4256;
}

body._main-page{
    overflow-x: hidden;
    overflow-y: hidden;
}

._main-page .tm-block-main,
.uk-nav-parent-icon>.uk-parent>a:after {
    display: none;
}

.menu-footer a {
    font-family: 'Merienda', serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #848e99;
}

.tm-header-container ul.uk-nav-sub .uk-parent {
    text-align: left;
}

.uk-overlay-background {
    background: rgba(17, 17, 17, .55);
}

.uk-article-title {
    text-decoration: none;
    padding-bottom: 10px;
    color: #444;
}

.tm-article-title::after {
    display: block;
    width: 150px;
    content: "";
    position: absolute;
    margin: 3px auto;
    right: 0;
    left: 0;
    border-bottom: 2px solid #fab40c;
}

.tm-slideshow-fullscreen {
    background: url(../images/hash.svg) 0 0 repeat;
}

.uk-dotnav li.uk-active {
    border: 1px solid #fab40c;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0;
}

.uk-dotnav li.uk-active a {
    background: #fbb509;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
}

.uk-dotnav li a {
    border: none;
    background: #6d6e6f;
    position: relative;
}

.tm-slideshow-avanti .uk-slidenav-position a.uk-slidenav-next:hover,
.tm-slideshow-avanti .uk-slidenav-position a.uk-slidenav-previous:hover {
    color: #fbb106;
    background: #8e8f96;
    height: 90px;
}

.tm-slideshow-avanti .uk-slidenav-position a.uk-slidenav-next,
.tm-slideshow-avanti .uk-slidenav-position a.uk-slidenav-previous {
    content: "\e901";
    display: block;
    color: #000;
}

.tm-slideshow-avanti .uk-slidenav-position a.uk-slidenav-next:before,
.tm-slideshow-avanti .uk-slidenav-position a.uk-slidenav-previous:before {
    display: block;
    padding-top: 20px;
}

.black-menu .tm-block-main .uk-container.uk-container-center {
    padding: 0 100px;
}

.service-page .tm-slideshow-content-panel .uk-text-large,
.service-page .tm-slideshow-content-panel .uk-text-large .uk-heading-large {
    color: #3b4256;
    font-family: 'Merienda', serif;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    line-height: 1.17;
    letter-spacing: -0.6px;
}

.qr-code{
    max-height: 200px;
}

.black-menu .tm-navbar-wrapper {
    margin: 0;
    background: linear-gradient(to bottom, #818181, #fff);
    height: 135px;
    width: 100%;
    border: 0;
}

.black-menu .tm-block-header .uk-nav-side>li>a:hover {
    padding-bottom: 5px;
}

.uk-slidenav::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(68, 68, 68, .15);
    opacity: 0;
}

.uk-block-primary {
    background: 0 0;
}

.uk-block-secondary {
    background: 0 0;
}

.socials img{
    width: 30px;
    height: 30px;
}

.header-contacts {
    flex-direction: column!important;
    z-index: 5;
}

.header-contacts .socials{
    padding: 0% 0% 0% 8%;
    text-align: center;
}

#mod-rscontact-submit-btn-167:hover,
#mod-rscontact-submit-btn-168:hover,
#sp_qc_submit.uk-button:hover,
.uk-button-primary:hover,
.uk-button:hover,
.uk-contrast .uk-button-primary:hover {
    box-shadow: none;
    background-color: #fbb509;
    color: #fff;
}

#sp_qc_submit.uk-button:active,
.uk-button:active,
button#mod-rscontact-submit-btn-167:active,
button#mod-rscontact-submit-btn-168:active {
    border-radius: 4px;
    box-shadow: inset 0 11px 20px 0 rgba(0, 0, 0, .2);
    background-color: #fbb509!important;
    color: #fff!important;
}

#mod-rscontact-submit-btn-167,
#mod-rscontact-submit-btn-168,
.uk-button {
    height: 48px!important;
    width: 220px;
    font-family: 'Merienda', serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #3b4256;
}

.uk-button-secondary {
    border: 1px solid #fff;
    color: #fff!important;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
    color: #fff;
    box-shadow: 10px 15px 8px 0 rgba(0, 0, 0, .12);
    z-index: 10;
}

.tm-navbar .tm-more .tm-navbar-dropdown {
    width: 200px;
    background-color: rgba(244, 244, 244, 0);
}

.tm-block-footer {
    box-sizing: border-box;
    padding-top: 60px;
    background-color: #f4f7fb;
}

em.uk-icon-pencil-square-o {
    color: #fab40c;
}

.uk-panel-box-secondary-hover:hover {
    background: #fff;
    box-shadow: 10px 15px 8px 0 rgba(0, 0, 0, 0.12);
    z-index: 10;
}

#sp_qc_submit.uk-button {
    border-radius: 4px;
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, .3), 0 10px 10px 0 rgba(251, 181, 9, .25);
    background-color: #fbb509;
    width: 100%;
    font-family: 'Merienda', serif;
    text-transform: none;
    color: #3b4256;
    letter-spacing: normal;
}

.uk-h4,
.uk-h5,
h4,
h5 {
    text-transform: none;
    letter-spacing: 1px;
}

.uk-icon-large {
    font-size: 500%;
    vertical-align: -22%;
}

.uk-heading-large {
    font-size: 38pt;
    line-height: 38pt;
    font-family: 'Merienda', serif;
}

.uk-text-medium {
    font-size: 18px;
    line-height: 22px;
}

dd,
dt,
li {
    line-height: 30px;
}

.uk-panel-box-secondary {
    background-color: #fff;
    color: #444;
    border: 1px solid #ddd;
}

.uk-panel-header .uk-panel-title::after {
    display: block;
    width: 150px;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #fab40c;
}

.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    color: #444;
}

.uk-button-large {
    font-size: 18px;
    padding: 0 24px;
}

.button-margin {
    margin-top: -25px;
    position: relative;
}

.uk-icon-small {
    font-size: 50%;
    vertical-align: 1px;
}

i.uk-icon-circle.uk-icon-small {
    margin-right: 8px;
}

.uk-slideshow>li {
    left: -1px;
}

.uk-overlay-panel {
    color: #f4f4f4;
}

.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
    color: #f4f4f4;
}

.tm-pricing-table>:nth-child(2)>.uk-panel-box {
    background: #f2f2f2;
    color: #333;
    border-top: 5px solid #f5bf07;
    border-bottom: 5px solid #f5bf07;
}

.tm-pricing-table>:nth-child(2)>.uk-panel-box .uk-panel-title {
    color: #333;
}

@media (max-width:768px) {
    .uk-button-large {
        font-size: 12px;
        padding: 0 20px;
    }
    
    .tm-footer .tm-footer-right {
        display: block;
    }
    
    body.tm-isblog.tm-article-blog{
        overflow: hidden;
    }

}

.uk-panel-box-primary-r {
    background-color: #e85022;
    color: #fffaf0;
    border: 0 solid #e85022;
}

.uk-nav-dropdown>li>a,
.uk-nav-navbar>li>a {
    font-size: 13px;
    font-weight: 600;
}

.multi_button i {
    width: auto;
    margin: 0;
}

.partners {
    display: none;
}

.uk-panel-hover:hover {
    z-index: 10;
}

.news .uk-block {
    padding-top: 0;
}

.uk-panel .header-phones {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-family: 'Merienda', serif;
    font-size: 14px;
}

.uk-panel-title {
    font-family: 'Merienda', serif;
    font-weight: 700;
}

.feedbacks img {
    width: 90px;
    height: 90px;
}

h3.uk-h2,
h3.uk-panel-title {
    font-family: 'Merienda', serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #3b4256;
    padding-bottom: 3%;
}

.company-descr {
    font-family: 'Merienda', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3b4256
}

.company-descr h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Merienda', serif;
    color: #3b4256;
    letter-spacing: normal;
}

#mod-rscontact-submit-btn-167,
#mod-rscontact-submit-btn-168,
a.uk-button {
    font-family: 'Merienda', serif;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #3b4256;
    border-radius: 4px;
    box-shadow: 0 11px 20px 0 rgba(0, 0, 0, .3), 0 10px 10px 0 rgba(251, 181, 9, .25);
    background-color: #fbb509;
    padding: 0
}

#tm-top-a .uk-cover-background{
     filter: brightness(25%);
}

._main-page #tm-top-a .uk-cover-background{
     filter: unset;
}

#tm-top-a a.uk-button.uk-spec-button{
    width: 100%!important;
    margin-bottom: 8px;
}
.uk-slidenav-position ul.uk-slideshow-fullscreen {
    min-height: 110vh
}

.uk-slidenav-position .uk-slideshow-fullscreen li {
    min-height: 110vh!important
}

.tm-slideshow-content-panel span {
    line-height: 1.33;
    letter-spacing: -.2px
}

.slider-text {
    background-image: url(../images/Rectangle1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    line-height: 1.33;
    letter-spacing: -.2px;
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, .75)
}

.slider-btns .uk-button:hover {
    box-shadow: none
}

.slider-btns .uk-button:active,
.slider-btns .uk-button:focus {
    border-radius: 4px;
    box-shadow: inset 0 11px 20px 0 rgba(0, 0, 0, .2);
    background-color: #fbb509;
    cursor: pointer
}

.slider-btns {
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
    justify-content: start
}

.slider-btns .watch-video-link:active,
.slider-btns .watch-video-link:focus,
.slider-btns .watch-video-link:hover {
    cursor: pointer;
    opacity: .5
}

.watch-video-link:before {
    content: url(../images/play.png);
    vertical-align: text-top;
    padding-right: 2%
}

.download-presentation:before {
    content: url(../images/download.png);
    vertical-align: text-top;
    padding-right: 2%
}

.slider-btns .download-presentation {
    font-family: 'Merienda', serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 2.5
}

.slider-btns .download-presentation:before {
    content: url(../images/downl-image.png);
    height: 32px;
    width: 32px;
    color: #fff
}

.tm-top-b h3.uk-h2 {
    text-align: center
}

.tm-top-d {
    padding-bottom: 3%
}

.tm-bottom-C h3.uk-panel-title,
.tm-bottom-b h3.uk-panel-title,
.tm-bottom-d h3.uk-panel-title,
.tm-top-c h3.uk-panel-title,
.tm-top-d h3.uk-panel-title {
    text-align: left;
    padding-bottom: 3%;
    color: #3b4256
}

#tm-footer h3.uk-panel-title {
    text-align: left;
    padding-bottom: 5%;
    color: #3b4256;
    margin-top: -90px
}

.tm-top-b .uk-margin {
    font-size: 16px
}

#tm-bottom-d .tm-bottom-d h3.uk-panel-title {
    color: #3b4256;
    font-family: 'Meriendas', serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.4px
}

.projects .uk-margin {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #3b4256
}

.all-projects-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    color: #0a3eb0!important;
    display: block;
    padding-top: 3%;
    text-align: center
}

.all-projects-btn:before {
    content: url(../images/icon.png);
    padding-right: 1%
}

.feedback-title {
    font-family: 'Merienda', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #3b4256
}

.feedbacks .uk-panel {
    width: 90%
}

.feedbacks .employment {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    width: 72%;
    color: #848e99;
    padding-left: 14%;
    height: 50px;
    font-family: 'Merienda', serif
}

.feedbacks p i {
    font-weight: 700;
    color: #fbb509
}

.feedbacks p {
    text-align: left;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3b4256;
    font-family: 'Merienda', serif
}

.all-feedbacks,
.all-news {
    display: block;
    margin: auto
}

.feedbacks,
.news {
    padding-bottom: 3%
}

.tm-bottom-a {
    padding-bottom: 3%
}

#tm-bottom-a,
#tm-bottom-b,
#tm-bottom-c {
    border-top: none;
    padding-top: 5%
}

#tm-bottom-d {
    border-top: none
}

.expansion h3 {
    color: #fff
}

.news .uk-overlay img {
    border-radius: 4px;
    width: 270px;
    height: 130px;
    object-fit: cover
}

.news .uk-margin {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3b4256
}

div.news div:first-of-type .uk-panel-title {
    font-size: 18px;
    font-weight: 600;
    height: 100px;
    overflow: hidden;
    padding-bottom: 0;
    font-family: 'Merienda', serif;
    line-height: 1.44
}

.dg-infographic>div {
    position: relative
}

.dg-infographic>div:not(:last-child):after {
    content: url(../images/arrow-basic.png);
    width: 50px;
    height: 131px;
    position: absolute;
    opacity: .5;
    right: -50px;
    top: 30%;
    z-index: 30
}

.dg-infographic .uk-panel.uk-panel-hover {
    height: 382px
}

.our-experience .uk-row-first .count:before,
.our-experience>div:last-child .count:before {
    content: "+";
    color: #fbb509;
    font-family: 'Merienda', serif;
    font-size: 100px;
    font-weight: 700
}

.carousell-row .carousell-item p {
    line-height: 1.4;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #848e99
}

.tm-bottom-d .carousell-row:nth-of-type(2) .carousell-item {
    width: 50vw
}

.carousell-row .carousell-item {
    width: 6vw;
    margin: 0 10px;
    padding: 0 10px;
    text-align: center
}

.carousell-row .images {
    animation: roll 600s linear infinite;
    font-size: 0;
    display: flex;
    flex-direction: row
}

.tm-bottom-d .carousell-row:nth-of-type(2) .images {
    animation: roll 360s linear infinite
}

.carousell-row {
    height: 150px;
    overflow: hidden
}

.carousell-row .carousell-item img {
    height: 80px!important;
    width: 75px!important;
    object-fit: cover
}

@keyframes roll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

.tm-top-d .uk-panel:nth-of-type(2) {
    background-image: url(../images/bg-offer.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 100%
}

.order-consultation {
    width: 90%
}

.order-consultation .text h3 {
    font-family: 'Merienda', serif;
    font-weight: 700;
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.4px;
    padding-bottom: 5%
}

.order-consultation .text span {
    line-height: 1.33;
    letter-spacing: -.2px;
    padding-bottom: 5%;
    display: block;
    font-family: 'Merienda', serif;
    font-size: 24px
}

.order-consultation .text-yellow {
    padding: 8% 5% 8% 8%;
    font-family: 'Merienda', serif;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -.2px
}

#tm-bottom-d .order-consultation a {
    color: #3b4256
}

.order-consultation .text-yellow span {
    max-width: 560px;
    display: block
}

.tm-bottom-d .uk-panel {
    width: 98.9vw;
    overflow: hidden
}

.tm-bottom-d .uk-panel:last-of-type {
    width: 100%
}

.order-consultation .text-yellow {
    background-image: url(../images/Rectangle1.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, .75)
}

#mod-rscontact-contact-form-168 .checkbox-verify,
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_email],
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_full_name],
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_mobile_phone],
.tm-footer .tm-footer-left div.uk-panel a {
    font-family: 'Merienda', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #848e99;
    text-transform: none;
    width: -webkit-fill-available
}

#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_email],
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_full_name],
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_mobile_phone] {
    background: #fff;
    border-radius: 4px;
    height: min-content
}

#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_email]:focus,
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_full_name]:focus,
#mod-rscontact-contact-form-168 .control-group input[name=mod_rscontact_mobile_phone]:focus {
    border-color: #2dc6e9;
    box-shadow: none
}

.checkbox-verify label {
    padding-left: 10px
}

.tm-footer .tm-footer-left div.uk-panel .title,
.tm-footer .tm-footer-left div.uk-panel strong {
    color: #3b4256;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8%;
    display: block
}

.tm-footer .tm-footer-left div.uk-panel strong {
    padding-top: 8%
}

.tm-footer .tm-footer-left div.uk-panel {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #848e99;
    font-family: 'Merienda', serif
}

#tm-top-b.uk-block .uk-container {
    padding-left: 40px;
    padding-right: 40px
}

#tm-top-d.uk-block .uk-container {
    padding-left: 90px;
    padding-right: 90px
}

#tm-header .tm-header-container {
    padding-left: 80px;
    padding-right: 80px
}

#tm-footer .uk-container.uk-container-center {
    max-width: 100%
}

.tm-top-d .uk-panel:nth-of-type(2) {
    padding-left: 35px;
    border-radius: 4px
}

.expansion .order-consultation {
    padding-left: 120px
}

#tm-bottom-d .tm-bottom-d h3.uk-panel-title {
    padding-left: 110px
}

.dg-offer .order-consultation {
    padding-left: 80px;
    padding-top: 35%
}

#tm-footer .uk-container.uk-container-center {
    padding-left: 110px;
    padding-right: 110px
}

._main-page #tm-bottom-a {
    background-image: url(../images/bg-2.png);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.dg-offer .uk-panel {
    padding-left: 5%
}

.our-experience .count {
    color: #fbb509;
    font-size: 80px;
    font-family: 'Merienda', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 11%
}

.tm-top-d .uk-panel:nth-of-type(2) .uk-panel-title {
    color: red;
    font-family: 'Merienda', serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: -.6px;
    padding-top: 3%
}

.special-offer .offer {
    font-family: 'Merienda', serif;
    font-size: 36px;
    font-weight: 700;
    color: red;
    padding-bottom: 3%;
    line-height: 1.25;
    letter-spacing: -.4px
}

.special-offer .offer span {
    font-size: 50px
}

#tm-top-d .offer div:last-of-type {
    line-height: 1.33;
    letter-spacing: -.2px;
    font-family: 'Merienda', serif;
    font-size: 24px;
    color: #fff;
    padding-bottom: 5%
}

.uk-button-own {
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none
}

.dg-infographic .hovered-text {
    display: none
}

.dg-infographic .uk-row-first .uk-panel-hover {
    background: #fff;
    color: #444;
    box-shadow: 0 12px 45px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .15)
}

.dg-infographic .uk-panel.uk-panel-hover:focus .hovered-text,
.dg-infographic .uk-panel.uk-panel-hover:hover .hovered-text,
.dg-infographic .uk-row-first .hovered-text {
    display: block;
    font-family: 'Merienda', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #3b4256;
    padding-top: 20px
}

.dg-infographic .step-image .img {
    width: 90px;
    height: 101px;
    background-size: contain;
    background-repeat: no-repeat
}

.dg-infographic .uk-panel.uk-panel-hover .step-image.first .img,
.dg-infographic .step-image.first .img {
    background-image: url(../images/20-smart-phone.svg);
}

.dg-infographic .step-image.second .img {
    background-image: url(../images/04-blank-paper-write.svg);
}

.dg-infographic .step-image.third .img {
    background-image: url(../images/19-website-development.svg)
}

.dg-infographic .step-image.fourth .img {
    background-image: url(../images/28-computer-arts.svg);
}

.dg-infographic .step-image .img {
    left: 0;
    right: 0;
    margin: auto
}

.dg-infographic .step-image {
    height: 150px;
    padding-top: 50px;
    text-align: center
}

.dg-infographic .uk-panel.uk-panel-hover:hover .step-image .img {
    background-repeat: no-repeat;
    transform: scale(1.1);
}

.dg-infographic .uk-panel.uk-panel-hover:hover .step-image.second .img {
    background-image: url(../images/04_blank_paper_write_hover.png);
}

.dg-infographic .uk-panel.uk-panel-hover:hover .step-image.third .img {
    background-image: url(../images/19_website_development_hover.png);
}

.dg-infographic .uk-panel.uk-panel-hover:hover .step-image.fourth .img {
    background-image: url(../images/28_computer_arts_hover.png);
}

._main-page #tm-bottom-d .uk-panel div.uk-grid-match {
    background-image: url(../images/BG-Work.png);
    background-repeat: no-repeat;
    height: 870px;
    background-size: cover;
}

.checkbox-verify label {
    font-family: 'Merienda', serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    color: #4a4a4a;
}

.tm-footer .tm-footer-left div.uk-panel:nth-of-type(2) {
    padding-top: 50px;
}

footer.tm-footer {
    min-height: 500px;
    flex-flow: column;
}

.tm-footer-right .under-footer {
    width: 97.5%;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3b4256;
}

.tm-footer-right .uk-panel {
    width: 100%;
}

.tm-footer-right .under-footer .сopyright {
    width: 65%;
    display: block;
}

.tm-footer-right .socials {
    width: 45%;
    text-align: right;
    display: block;
}

#tm-footer .uk-container.uk-container-center {
    background-color: #f4f7fb;
}

#tm-footer.tm-block-footer.uk-contrast{
    position: relative;
    min-height: 600px!important;
    color: #3b4256;
    background: #f4f7fb;
    z-index: 5;
}

#bingc-active {
    box-shadow: inset 0px 20px 20px 0px #d8d8d9;
}

.under-footer {
    margin-bottom: 50px
}

.tm-top-d .uk-panel:nth-of-type(2) {
    border-radius: 20px;
}

.contact-center-examples img{
    width: 80px;
    height: 90px;
    margin-right: 15px;
}

.tm-footer .tm-footer-left div.uk-panel:nth-of-type(2) a{
    line-height: 3;
    font-weight: 700;
}

.tm-article-image.tm-article-image-large.uk-display-block{
    display:none!important;
}

.ais td div,
.cont-centr-table td div,
.regular td div{
 border-top: 1px solid grey;  
}

.ais .bold,
.cont-centr-table .bold,
.regular .bold{
  font-weight: bold;
}

.regular p,
.ais .sppb-addon-content tbody td div,
.regular .sppb-addon-content p, 
.cont-centr-table .sppb-addon-content p, 
.ais .sppb-addon-content p,
.cont-centr-table .sppb-addon-content tbody td div,
.regular .sppb-addon-content tbody td div,
table caption span.red,
.red,
.red td{
  color: red;
  margin: 0;
}

.regular tbody tr>td{
  position: relative;
}

/*.cont-centr-table tbody tr:nth-of-type(odd) td:not(:first-of-type),*/
/*.ais .sppb-addon-content tbody tr:nth-of-type(odd),*/
table .crossed td{
    color: green;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
}

/*.regular tbody tr>td:after{*/
/*  position: absolute;*/
/*  content: '';*/
/*  display: block;*/
/*  margin: auto;*/
/*  width: 65%;*/
/*  top: 25%;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: 1px;*/
/*  background-color: red;*/
/*}*/

.ais tbody tr td>td,
.cont-centr-table tbody tr td>td,
.regular tbody tr td>td{
  display: block;
  border: none;
  border-top: 1px solid black;
}

.dyspetcherska .display-mobile,
.cont-centr-table .display-mobile{
    display: none;
}

.dyspetcherska .display-desk,     
.cont-centr-table .display-desk{
    display: table;
}

.red.small-text{
    font-size: 0,85rem;
}

.map-iframe{
    text-align: center;
}

.screen iframe{
    width: 100%;
    height: 350px;
}

.lang-switcher ul{
    list-style-type: none;
}

@media screen and (min-width:426px) and (max-width:991px) {
    .uk-panel.news-teasers .news-teasers>div>div:nth-child(even) {
        left: 0!important
    }
    .uk-panel.news-teasers .news-teasers>div>div {
        position: relative!important;
        min-height: 250px
    }
    .uk-panel.news-teasers {
        min-height: 970px!important
    }
    .news-teasers i.uk-icon-bullseye {
        padding-left: 180px!important
    }
    .news-teasers .news-teasers p.uk-article-meta.uk-text-left {
        justify-content: end!important
    }
}

@media (max-width:959px) {
    #tm-header .uk-panel._menu,
    .uk-panel.logo {
        display: none!important
    }
    #tm-header .tm-navbar-left .uk-visible-small {
        display: flex!important
    }
}

@media (min-width:960px) and (max-width:1001px) {
    ._menu .uk-nav-side>li>a {
        padding: 0 0 25px 0
    }
    ._menu .uk-nav-side>li {
        line-height: 60px
    }
}

@media (max-width:991px) {
    .uk-nav-sub .full-catalog {
        position: relative;
        max-width: 100%;
        font-size: 14px!important;
        line-height: 25px;
    }
}

@media (max-width:767px) {
    
    .sj_popup_wrap .popup-bottom-fullsize.sj-popup {
        height: auto;
        bottom: 3%;
    }
    .sj_popup_wrap .popup-bottom-fullsize.sj-popup h5{
        margin: 20px 20px!important;
    }
    
    .sj_popup_wrap .sj-popup .relative .sj-close-popup {
        position: absolute;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .sj_popup_wrap .sj-popup .relative {
        height: 40%;
    }

    .lang-switcher {
        position: absolute;
        z-index: 6;
        right: 7.5%;
        top: 60px;
        text-align: center;
    }
    
    .lang-switcher .lang-inline{
        padding-inline: 0;
    }
    
    .tm-noblog .tm-block-bottom-d section.tm-bottom-d.uk-grid {
        background-position: left;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
    
    
    .tm-noblog #tm-bottom-d.tm-block-bottom-d .uk-panel h3.uk-panel-title{
        font-size: 2rem;
        color: black!important;
    }
    
    .tm-noblog .tm-block-bottom-d .small-title{
        color: black!important;
    }
    
    .tm-noblog #tm-bottom-d.tm-block-bottom-d section.tm-bottom-d .uk-button-own{
        color: black!important;
    }
    
    .sppb-addon-content .uk-button.uk-button-primary{
        margin-bottom: 20px;
    }
    
    .examples-container a{
        display: flex;
        align-items: center;
    }
    
    ._main-page .tm-slideshow-avanti .uk-overlay-panel {
        padding: 0px 20px 40px 20px;
    }
    
    #tm-main.tm-block-fullwidth>.uk-container>.tm-middle{
         padding: 0 0px 0 25px!important;
    }
    
    .last-example a{
        display: flex;
        align-items: center;
    }
    
    #tm-main .uk-width-medium-1-1.uk-row-first{
        padding-left: 0;
    }
    
    
    div#sp-page-builder.sp-page-builder{
        padding-top: 0px!important;   
        padding-bottom: 20px!important;   
    }
    
    div#sp-page-builder.sp-page-builder.black-menu.page-33 {
        padding-top: 130px!important;
    }
    
    #offcanvas .uk-offcanvas-bar {
        width: 210px;
    }
    
    #tm-footer .uk-container.uk-container-center,
    .tm-noblog #tm-bottom-d.tm-block-bottom-d .uk-container{
        padding-left: 8%;
        padding-right: 8%;
    }
    
    #sp-page-builder .page-content .sppb-section{
        padding-top: 20px!important;
        padding-bottom: 0px!important;
        margin-top: 0px!important;
    }
    
    #sp-page-builder .page-content .sppb-section .sppb-col-sm-6{
        padding-bottom: 30px;
    }
    
    #sp-page-builder .sppb-addon-containerimg-right {
        padding: 30px 0 0 0!important;
    }
    
    .tm-noblog .tm-slideshow-content-panel .uk-heading-large,
    .service-page .tm-slideshow-content-panel .uk-text-large, 
    .service-page .tm-slideshow-content-panel .uk-text-large .uk-heading-large{
        font-size: 1.16rem!important;
        color: white;
    }
    
    #tm-main.tm-block-main.uk-block{
        padding-top: 0px;
    }
    
    .black-menu #tm-main.tm-block-main.uk-block{
        padding-top: 130px;
    }
    
    #sp-page-builder .sppb-section .sppb-addon-container {
        padding: 0!important;
    }
    
    .tm-noblog .sppb-addon-content h3,
    .tm-noblog h3.sppb-addon-title{
        font-size: 1.2rem;
    }
    
    ul.uk-nav-sub li:not(.uk-parent):not(:last-of-type){
        line-height: 25px;
        border-bottom: 1px solid;
        text-transform: uppercase;
        letter-spacing: normal;
    }
    
    .uk-nav.uk-nav-offcanvas li a{
        padding: 2px 5px;
    }
    
    html .uk-nav.uk-nav-offcanvas li.uk-active>a {
        background: #fff;
        color: #111;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    }
    
    .uk-nav.uk-nav-offcanvas>li>a {
        padding: 0 0 0 5px;
    }
    .uk-nav ul {
        padding-left: 0;
    }
    
    .uk-nav a.drop-menu{
        padding: 10px 15px 0px 2px;
        margin-bottom: 0;
    }
    
    .uk-nav ul.uk-nav-sub {
        padding: 5px 0 5px 10px;
    }
    
    .uk-nav-offcanvas .uk-nav .uk-nav-sub ul a {
        color: #3c3b3b;
    }

    .header-contacts .socials{
        position: absolute;
        z-index: 10;
        justify-content: center;
        padding-top: 65px;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }

    
    .page-15 .sppb-section .sppb-addon-container {
        padding: 50px 0px 50px 0px;
    }
    
    .sppb-addon-content h3, h3.sppb-addon-title {
        font-family: 'Merienda',serif;
        font-size: 22px;
    }
    
    .uk-nav-sub .uk-parent>a {
        opacity: 0;
        height: 0;
    }
        
    .out_slide{
        width: 6vw!important;
    }
    
    body #bingc-phone-button.bingc-show{
        bottom: 0;
        left: 2%;
    }
    
    .black-menu .tm-block-main .uk-container.uk-container-center {
        margin: 0 20px;
        padding: 0 0 0 20px;
    }
    
    .uk-panel .header-phones {
        position: absolute;
        z-index: 12;
        justify-content: center;
        padding-top: 15px
    }
    .uk-panel .header-phones a {
        color: #fff
    }
    #tm-top-a {
        margin-top: -60px
    }
    .company-descr .buttons {
        display: flex;
        justify-content: space-between
    }
    .company-descr .image {
        text-align: center
    }
    #tm-top-c {
        border-top: none;
        border-bottom: none;
        padding: 3% 60px
    }
    .our-experience {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .our-experience>div {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center
    }
    .our-experience>div .uk-panel {
        width: 33.33%;
        font-family: 'Merienda', serif
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        margin-left: -40px;
        padding-right: 5%;
        padding-left: 7%;
        padding-bottom: 3%
    }
    .order-consultation {
        width: 90%
    }
    #tm-bottom-c .uk-container {
        padding-left: 60px;
        padding-right: 60px
    }
    .dg-infographic .step-text {
        text-align: center
    }
    .dg-infographic .uk-panel.uk-panel-hover {
        height: 380px
    }
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 9%
    }
    .dg-infographic>div:not(:last-child):after {
        display: block;
        transform: rotate(90deg);
        right: 0;
        left: 0;
        margin: auto;
        top: 75%
    }
    .dg-offer .order-consultation {
        padding-left: 5%;
        padding-top: 25%;
        padding-bottom: 5%
    }
    #tm-footer h3.uk-panel-title {
        margin-top: 0;
        text-align: center;
    }
    #sp_qc_submit {
        width: 370px;
        height: 44px;
        border-radius: 4px;
        box-shadow: 0 11px 20px 0 rgba(0, 0, 0, .3), 0 10px 10px 0 rgba(251, 181, 9, .25);
        background-color: #fbb509;
        text-transform: none;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.43;
        letter-spacing: normal;
        color: #4a4a4a;
        font-family: 'Merienda', serif
    }
    .checkbox-verify label {
        line-height: 3.5
    }
    .projects img {
        width: 300px;
        height: 200px;
        object-fit: cover
    }
    .tm-block-top-b .uk-row-first>.uk-panel:nth-of-type(2) {
        padding-top: 5%
    }
    .buttons {
        justify-content: space-around
    }
    .buttons .download-presentation {
        font-family: 'Merienda', serif;
        font-size: 14px;
        font-weight: 600;
        color: #3b4256;
        line-height: 2.5
    }
    footer .tm-footer-left {
        padding-left: 7%;
        width: 90%
    }
    .tm-footer-right .under-footer {
        flex-direction: column;
        text-align: center
    }
    #tm-footer .tm-footer-left .adress-menu {
        text-align: center!important
    }
    #tm-footer footer .tm-footer-right,
    .tm-footer-right .socials,
    .tm-footer-right .under-footer .сopyright {
        width: 100%
    }
    .tm-footer-right .socials {
        text-align: center
    }
    .myform-bissoft {
        padding-top: 50px
    }
    .tm-footer .tm-footer-left div.uk-panel .title,
    .tm-footer .tm-footer-left div.uk-panel strong {
        padding-bottom: 20px
    }
    .rscontact #mod-rscontact-contact-form-167 fieldset>.controls {
        width: 100%;
        position: unset;
        right: 0;
        top: 0
    }
    .rscontact button#mod-rscontact-submit-btn-167,
    .rscontact button#mod-rscontact-submit-btn-168 {
        width: 100%
    }
    .rscontact #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(2),
    .rscontact #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(3) {
        display: block;
        position: unset;
        width: 100%
    }
    .rscontact #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(4) {
        padding-top: 0
    }
    .stack {
        display: none
    }
    
    .hidden-mobile-table{
        display: none;
    }
    
    .hidden-desctope{
        display: block;
    }
}

@media (min-width:768px) {
    .header-contacts {
        width: 15%;
    }
    .tm-header-container .uk-panel:last-of-type {
        padding-left: 0;
        position: relative;
        z-index: 6;
        display: flex;
        align-items: center;
    }
    #tm-header .tm-header-container {
        justify-content: space-around;
        padding-left: 80px;
        padding-right: 0
    }
    .hidden-desctope{
        display: none;
    }
    
    .hidden-mobile-table{
        display: table-cell;
    }
    
    .header-phones {
        padding: 5% 3% 3% 3%
    }
    #tm-header .tm-header-container {
        display: flex;
        flex-direction: row
    }
    .tm-header-container .logo img {
        position: absolute;
        z-index: 5
    }
    .tm-header-container .uk-panel.header-contacts div a {
        color: #f4f7fb
    }

    .tm-header-container svg {
        padding-top: 60%
    }
    .tm-header-container .logo {
        width: 156px;
        height: 110px;
        position: relative
    }
    ._menu {
        width: 60%;
        z-index: 10;
        justify-content: space-around;
        padding-left: 0;
        font-size: 14px;
        font-weight: 900;
        position: unset;
        padding-top: 2%;
        text-align: center
    }
    ._menu>ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }
    ._main-page ._menu .uk-active {
        display: none
    }
    ._menu .uk-nav>li a {
        font-size: 14px;
        font-weight: 900;
        letter-spacing: normal
    }
    ._menu .uk-nav>li>a {
        padding-bottom: 25px
    }
    ._menu li a {
        color: #f4f7fb
    }
    .tm-header-container ul.uk-nav-sub .uk-parent {
        width: 100%;
        padding-bottom: 2%
    }
    .tm-header-container ul.uk-nav-sub .uk-parent>ul>li {
        width: 100%
    }
    ._menu .uk-parent.uk-open .uk-nav-sub a {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #3b4256
    }
    ._menu .uk-parent.uk-open .uk-nav-sub .uk-parent>a {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 1.5
    }
    .uk-parent.uk-open .uk-nav-sub ul li {
        padding-bottom: 2%
    }
    ._menu .uk-parent.uk-open .uk-nav-sub .uk-parent ul {
        padding-left: 0;
        padding-top: 10px
    }
    .tm-header-container ul.uk-nav-sub {
        grid-gap: 15px;
        display: grid;
        grid-template-areas: "header1 header2 header3";
        padding-top: 25px;
    }
    .tm-header-container .uk-nav-sub .uk-parent:nth-of-type(1) {
        grid-area: header1
    }
    .tm-header-container .uk-nav-sub .uk-parent:nth-of-type(2) {
        grid-area: header2
    }
    .tm-header-container .uk-nav-sub .uk-parent:nth-of-type(3) {
        grid-area: header3
    }
    .tm-header-container .uk-nav-sub .uk-parent:nth-of-type(4) {
        grid-area: main1
    }
    .tm-header-container .uk-nav-sub .uk-parent:nth-of-type(5) {
        grid-area: main2
    }
    .tm-header-container .uk-nav-sub .uk-parent:nth-of-type(6) {
        grid-area: main3
    }
    .tm-header-container .uk-nav-sub>li:nth-of-type(7) {
        grid-area: bottom3
    }
    .tm-header-container .uk-nav-sub>li:nth-of-type(8) {
        grid-area: bottom2
    }
    ._menu .uk-hidden ul {
        list-style-position: inside;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        height: 200px
    }
    #tm-header .uk-parent ul.uk-nav-sub a {
        color: #3b4256;
        text-transform: uppercase;
        font-family: "Merienda", serif;
        font-weight: 600;
    }
    .uk-nav-side>li>a:hover {
        color: #b8b9bb;
        border-bottom: 5px solid #fbb509
    }
    .uk-open div {
        display: block;
        background: #f4f7fb
    }
    .tm-slideshow-content-panel h2 {
        font-family: 'Merienda', serif;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 4%;
        padding-top: 15%;
        line-height: 1.25;
        letter-spacing: -.4px
    }
    .tm-slideshow-content-panel .slider-text {
        display: block;
        font-size: 24px;
        font-weight: 400
    }
    .slider-text span {
        display: block;
        padding: 13% 9% 7% 9%
    }
    .tm-slideshow-content-panel {
        width: 57%
    }
    .tm-slideshow-content-panel a:nth-child(2) {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding-left: 3%;
        width: fit-content;
        padding-top: 9px;
        line-height: 2.43
    }
    .uk-slideshow-fullscreen>li {
        height: 100vh
    }
    .uk-nav-parent-icon>.uk-parent.uk-open>a:after {
        content: unset
    }
    .uk-nav .uk-parent.uk-open>div {
        min-height: 620px
    }
    .uk-nav .uk-parent>div {
        position: absolute!important;
        left: 0;
        width: 100%
    }
    #tm-top-a {
        margin-top: -137px
    }
    #tm-header {
        height: 111px;
        padding: 8px 0
    }
    .tm-slideshow-avanti .uk-dotnav.uk-dotnav-contrast .uk-active>* {
        background: #fbb106
    }
    .tm-slideshow-avanti .uk-slidenav-contrast {
        color: #fbb106
    }
    .company-descr h4 {
        width: 75%;
        padding-left: 12%
    }
    .company-descr .image {
        width: 45%;
        float: left
    }
    .company-descr .text {
        float: left;
        width: 50%;
        padding-left: 4%;
        padding-bottom: 1%
    }
    .company-descr .text p {
        padding-top: 1%
    }
    .company-descr div:last-of-type {
        width: 50%;
        float: right;
        display: flex;
        justify-content: center
    }
    .company-descr a:last-of-type {
        line-height: 40px;
        width: 100%;
        text-align: center;
        letter-spacing: normal;
        color: #3b4256
    }
    .company-descr a {
        font-size: 14px;
        font-weight: 600;
        border-radius: 4px;
        width: 100%
    }
    .tm-top-c h3 {
        font-size: 32px;
        font-weight: 700;
        padding-left: 110px;
        padding-top: 3%
    }
    .our-experience {
        width: 82%!important;
        padding-left: 10%
    }
    .tm-top-c {
        background: #fafafa;
        padding-bottom: 3%
    }
    .utp .uk-panel-teaser img {
        width: 100px;
        height: 100px
    }
    .our-experience .uk-margin {
        text-align: center;
        color: #3b4256
    }
    .tm-top-d .uk-panel-title {
        font-weight: 700;
        width: 50%;
        padding-bottom: 3%;
        font-size: 32px
    }
    .tm-top-d .uk-panel>.uk-panel-title {
        padding-top: 3%
    }
    .projects .uk-h5 {
        font-size: 15px;
        font-weight: 600;
        color: #3b4256;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .projects .uk-panel img {
        width: 165px;
        height: 85px;
        object-fit: cover
    }
    .projects .uk-margin {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        max-height: 80px;
    }
    body #tm-top-d .projects>div>div {
        min-height: 250px!important;
    }
    .uk-panel.news-teasers {
        padding-bottom: 0px
    }
    #tm-bottom-c {
        padding-top: 15px
    }
    #tm-top-d .special-offer .uk-row-first .uk-panel {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 5%
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        border-radius: 20px
    }
    #tm-top-d .uk-panel:nth-of-type(1) {
        max-width: 1200px;
        padding-left: 2%;
        padding-right: 3%
    }
    .order-consultation a {
        margin-bottom: 5%;
        color: #3b4256;
        font-weight: 700
    }
    .order-consultation .text h3 {
        color: #fff;
        padding-top: 25%;
        font-size: 32px;
        font-weight: 700
    }
    #tm-bottom-a h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -.4px;
        padding-bottom: 5%
    }
    #tm-bottom-a div.uk-text-center-small {
        width: 55%;
        padding-left: 20%;
        height: 75px
    }
    #tm-bottom-a img {
        width: 90px;
        height: 90px
    }
    .uk-icon-angle-right.uk-icon-medium {
        color: #fbb509
    }
    #tm-bottom-b h3:first-child {
        font-family: 'Merienda', serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -.4px;
        color: #3b4256;
        width: 60%;
        padding-bottom: 5%
    }
    #tm-bottom-b .uk-panel.uk-panel-hover {
        min-height: unset
    }
    #tm-bottom-c h3 {
        padding-bottom: 5%
    }
    #tm-bottom-c .uk-margin p {
        font-weight: 400
    }
    #tm-bottom-c .uk-margin {
        font-size: 18px;
        font-weight: 600;
        text-align: center
    }
    #tm-bottom-c img {
        width: 100px;
        height: 120px
    }
    #tm-footer {
        position: relative;
        min-height: 600px;
        color: #3b4256;
        background: #f4f7fb
    }
    .under-footer {
        margin-bottom: 50px
    }
    
    #tm-footer .uk-container.uk-container-center {
        position: absolute;
        height: unset;
    }
    .adress-menu .image-logo {
        padding-bottom: 20px
    }
    .adress-menu .menu-footer {
        padding-left: 30%
    }
    .adress-menu .uk-row-first h3.uk-panel-title:first-of-type {
        padding-bottom: 60px!important;
        font-size: 32px!important;
        font-weight: 700!important;
        padding-top: 40px
    }
    
    .tm-footer .tm-footer-left, .tm-footer .tm-footer-right {
        position: relative!important;
    }
    
    footer .tm-footer-left .uk-panel {
        width: 140%;
        font-size: 16px;
        font-weight: 400
    }
    #tm-footer footer.tm-footer .rscontact {
        width: 70%;
        padding-left: 25%;
        padding-top: 5%
    }
    .tm-footer .tm-footer-left div.uk-panel:nth-of-type(2) a{
        margin-top: 50px;
    }
    .tm-footer .tm-footer-left div.uk-panel:nth-of-type(2) {
        padding-left: 50px;
        align-self:flex-start;
    }
    #tm-footer iframe {
        height: 650px!important
    }
    .rscontact .controls .uk-button {
        border-radius: 4px;
        box-shadow: 0 11px 20px 0 rgba(0, 0, 0, .3), 0 10px 10px 0 rgba(251, 181, 9, .25);
        background-color: #fbb509;
        width: 100%;
        font-family: 'Merienda', serif;
        text-transform: none
    }
    .request-page-form {
        padding-bottom: 110px
    }
    .request-page-form #sp-quickcontact-form #name {
        width: 48%;
        border: 1px solid #f4f7fb;
        border-radius: .25rem;
        background-color: #f4f7fb;
        height: 4rem
    }
    .request-page-form #sp-quickcontact-form #phone {
        width: 48%;
        top: 10px;
        right: 15px;
        position: absolute;
        border: 1px solid #f4f7fb;
        border-radius: .25rem;
        background-color: #f4f7fb;
        height: 4rem
    }
    .request-page-form #sp-quickcontact-form .checkbox-verify label {
        line-height: 4;
        height: inherit
    }
    .request-page-form #sp-quickcontact-form .checkbox-verify {
        width: 430px;
        float: left;
        right: 180px;
        position: absolute;
        display: flex;
        height: 48px;
        align-items: center
    }
    .request-page-form #sp-quickcontact-form #sp_qc_submit {
        width: 160px;
        position: absolute;
        right: 15px
    }
    .request-page-form #sp-quickcontact-form textarea {
        font-family: 'Meriendas', serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #848e99;
        display: block;
        border: 1px solid #f4f7fb;
        border-radius: .25rem;
        background-color: #f4f7fb;
        width: 100%;
        height: 8rem;
        text-transform: none
    }
    .request-page-form #sp-quickcontact-form #email {
        display: none
    }
    .request-page-form #sp-quickcontact-form #name:hover,
    .request-page-form #sp-quickcontact-form #phone:hover,
    .request-page-form #sp-quickcontact-form textarea:hover {
        border-color: #b3bbc3
    }
}

@media (min-width:991px) {
    ._menu {
        width: 55%;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .tm-bottom-c h3.uk-panel-title {
        padding-left: 7%
    }
}

@media (min-width:1024px) {
    ._menu {
        padding-left: 0
    }
    .uk-nav li {
        line-height: 1.43
    }
    .tm-top-d .uk-panel-title {
        width: 50%
    }
    .company-descr .buttons {
        justify-content: space-around;
        align-items: baseline
    }
}

@media (min-width:1200px) {
    .custom-slider{
        margin-top: 20px!important;
    }
    .contact-center-examples{
        max-width: 950px;
        margin: auto;
    }
    
    .contact-center-examples .last-example{
        text-align: center;
    }
    
    .last-example a{
        display: block;
        max-width: 50%;
        margin: auto;
    }
    
    .last-example span{
        display: block;
    }
    
    .examples-container{
        max-width: 950px;
        margin: auto;
        padding-left: 100px;
        display: flex;
        justify-content: space-between;
    }
    
    .checkbox-verify label {
        line-height: 2.5
    }

    #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(5) {
        padding-left: 40%;
        padding-bottom: 40px
    }
}

@media screen and (min-width:1440px) {
    
    #tm-header .tm-header-container {
        justify-content: space-around;
        padding-left: 80px;
        padding-right: 0
    }
    
    .tm-header-container .uk-panel:last-of-type {
        padding-left: 0;
        position: relative;
        z-index: 6;
        display: flex;
        align-items: center;
    }
    .tm-top-c h3 {
        padding-left: 120px
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 115px;
        padding-right: 115px
    }
    #tm-bottom-b.uk-block .uk-container {
        padding-left: 0;
        padding-right: 0
    }
    #tm-bottom-c .uk-container {
        padding-left: 0;
        padding-right: 0
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 85px;
        padding-right: 85px
    }
}

@media (min-width:1321px) and (max-width:1439px) {
    #tm-header .tm-header-container {
        padding-left: 80px;
        padding-right: 80px
    }
    
    .tm-slideshow-content-panel {
        padding-left: 17px
    }
    #tm-top-b.uk-block .uk-container {
        padding-left: 55px;
        padding-right: 55px
    }
    .tm-top-c h3.uk-panel-title {
        padding-left: 115px
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 90px!important;
        padding-right: 90px!important
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        padding-left: 50px;
        border-radius: 4px;
        margin-left: -25px;
        padding-right: 25px
    }
    #tm-bottom-b .uk-container,
    #tm-bottom-c .uk-container {
        padding-left: 55px;
        padding-right: 55px
    }
    #tm-bottom-b h3:first-child {
        width: 60%
    }
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 110px
    }
    .dg-offer .order-consultation {
        padding-left: 80px;
        padding-bottom: 8%
    }
    #tm-footer .uk-container {
        padding-left: 115px
    }
    .expansion .order-consultation {
        padding-left: 115px;
        padding-bottom: 8%
    }
}

@media (min-width:1141px) and (max-width:1320px) {
    #tm-header .tm-header-container {
        padding-left: 125px;
        padding-right: 125px
    }
    
    .tm-slideshow-content-panel {
        padding-left: 55px
    }
    #tm-top-b.uk-block .uk-container {
        padding-left: 75px;
        padding-right: 75px
    }
    .tm-top-c h3 {
        padding-left: 160px
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 140px;
        padding-right: 140px
    }
    .projects .uk-h5 {
        font-family: 'Merienda', serif!important;
        line-height: 1.5;
        letter-spacing: normal;
        font-size: 16px;
        font-weight: 600;
        color: #3b4256;
        padding-bottom: 4%;
        height: 60px;
        overflow: hidden
    }
    .projects .uk-margin {
        font-family: 'Merienda', serif!important;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: center;
        color: #3b4256
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        padding-right: 0;
        padding-left: 45px
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        padding-left: 80px;
        border-radius: 4px;
        margin-left: -60px;
        padding-right: 80px
    }
    .expansion .order-consultation {
        padding-left: 160px;
        padding-bottom: 8%
    }
    #tm-bottom-b .uk-container,
    #tm-bottom-c .uk-container {
        padding-left: 75px;
        padding-right: 75px
    }
    #tm-bottom-b h3:first-child {
        font-family: 'Merienda', serif!important
    }
    .news .uk-margin {
        height: 200px;
        overflow: hidden
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    #tm-bottom-c .uk-container {
        padding-right: 110px;
        padding-left: 110px
    }
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 160px
    }
    .dg-offer .order-consultation {
        padding-left: 130px
    }
    footer .tm-footer-left {
        padding-left: 0
    }
    #tm-footer .uk-container.uk-container-center {
        padding-left: 160px;
        padding-right: 160px
    }
}

@media screen and (min-width:1141px) and (max-width:1330px) {
    .order-consultation .text-yellow span {
        max-width: 400px
    }
}

@media screen and (min-width:1024px) and (max-width:1140px) {
    .black-menu .tm-block-main .uk-container.uk-container-center {
        padding: 0 50px
    }
    #tm-header .tm-header-container {
        padding-left: 65px;
        padding-right: 65px
    }
    
    .tm-slideshow-content-panel .uk-margin {
        margin-bottom: 10px;
        padding-left: 35px
    }
    #tm-top-b.uk-block .uk-container {
        padding-left: 75px;
        padding-right: 75px
    }
    .utp .uk-margin {
        font-family: 'Merienda', serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #3b4256
    }
    .tm-top-c h3 {
        padding-left: 95px
    }
    #tm-top-d .uk-panel:nth-of-type(1) {
        padding-right: 0;
        padding-left: 0
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 95px;
        padding-right: 95px
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        padding-left: 30px;
        border-radius: 4px;
        margin-left: -25px;
        padding-right: 25px
    }
    .expansion .order-consultation {
        padding-left: 95px;
        padding-bottom: 8%
    }
    #tm-bottom-c .uk-container,
    .tm-block-bottom-b .uk-container {
        padding-left: 75px;
        padding-right: 75px
    }
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 95px
    }
    .dg-offer .order-consultation {
        padding-left: 70px;
        padding-bottom: 8%;
        padding-top: 70%
    }
    footer .tm-footer-left {
        padding-left: 0
    }
    #tm-footer .uk-container.uk-container-center {
        padding-left: 100px;
        padding-right: 100px
    }
    .news .uk-margin {
        height: 200px;
        overflow: hidden
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(5) {
        padding-left: 30%;
        padding-bottom: 40px
    }
}

@media screen and (min-width:992px) and (max-width:1023px) {
    #tm-top-b.uk-block .uk-container {
        padding-left: 60px;
        padding-right: 60px
    }
    .tm-top-c h3.uk-panel-title {
        padding-left: 65px
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 50px;
        padding-right: 50px
    }
    .projects h3.uk-h5 {
        font-family: 'Merienda', serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3b4256;
        display: block;
        height: 100px;
        overflow: hidden
    }
    .projects .uk-margin {
        font-family: 'Merienda', serif
    }
    .expansion .order-consultation {
        padding-left: 70px;
        padding-bottom: 8%
    }
    .tm-block-bottom-b .uk-container {
        padding-left: 65px;
        padding-right: 65px
    }
    #tm-bottom-c .uk-container {
        padding-right: 65px;
        padding-left: 65px
    }
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 70px
    }
    .dg-offer .order-consultation {
        padding-left: 45px;
        padding-bottom: 8%
    }
    footer .tm-footer-left {
        padding-left: 0
    }
    #tm-footer .uk-container.uk-container-center {
        padding-left: 70px;
        padding-right: 70px
    }
    .news .uk-margin {
        height: 200px;
        overflow: hidden
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    .feedbacks .feedback-text {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(5) {
        padding-left: 20%;
        padding-bottom: 40px
    }
}

@media screen and (min-width:768px) and (max-width:899px) {
    #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(5) {
        padding-left: 5%;
        padding-bottom: 40px;
        padding-top: 15px
    }
    .tm-slideshow-content-panel {
        width: 63%
    }
}

@media screen and (min-width:900px) and (max-width:991px) {
    #mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(5) {
        padding-left: 25%;
        padding-bottom: 40px;
        padding-top: 15px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .black-menu .tm-block-main .uk-container.uk-container-center {
        padding: 0 25px
    }
    .dg-infographic>div:not(:last-child):after {
        width: 20px;
        right: -10px
    }
    #tm-header .tm-header-container {
        padding-left: 30px;
        padding-right: 30px
    }
    .our-experience {
        width: 82%!important;
        padding-left: 50px
    }
    #tm-top-b.uk-block .uk-container {
        padding-left: 60px;
        padding-right: 60px
    }
    .utp .uk-margin {
        font-family: 'Merienda', serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #3b4256
    }
    .projects h3.uk-h5 {
        font-family: 'Merienda', serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3b4256;
        display: block;
        height: 100px;
        overflow: hidden
    }
    .projects .uk-margin {
        font-family: 'Merienda', serif
    }
    .tm-top-c h3 {
        font-size: 32px;
        font-weight: 700;
        padding-left: 60px;
        padding-top: 3%
    }
    #tm-top-d.uk-block .uk-container {
        padding-left: 45px;
        padding-right: 45px
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        border-radius: 4px;
        padding-left: 40px;
        margin-left: -15px;
        padding-right: 0
    }
    .tm-top-d .uk-panel-title {
        width: 65%
    }
    .expansion .order-consultation {
        padding-left: 60px;
        width: 100%
    }
    .tm-block-bottom-b .uk-container {
        padding-left: 65px;
        padding-right: 65px
    }
    #tm-bottom-b h3:first-child {
        width: 100%
    }
    #tm-bottom-c .uk-container {
        padding-right: 70px;
        padding-left: 70px
    }
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 70px
    }
    .dg-offer .order-consultation {
        padding-left: 50px;
        padding-bottom: 8%;
        padding-top: 70%
    }
    .news .uk-margin {
        height: 200px;
        overflow: hidden
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    #tm-footer .uk-container.uk-container-center {
        padding-left: 70px;
        padding-right: 70px
    }
    .company-descr .buttons {
        flex-direction: column
    }
    .tm-noblog .tm-block-bottom-d section.tm-bottom-d,
    .tm-top-d .uk-panel:nth-of-type(2) {
        background-position: left
    }
    .special-offer>div:nth-of-type(2) {
        display: none
    }
    .special-offer>div:first-of-type {
        width: 100%
    }
    .special-offer .uk-button-own {
        width: 100%
    }
    .special-offer {
        display: flex;
        flex-direction: column;
        min-height: 340px
    }
    .special-offer a {
        padding-right: 0
    }
}

@media screen and (min-width:200px) and (max-width:767px) {
    .map-iframe iframe{
        max-width: 80vw!important;
    }
    .tm-footer .tm-footer-left div.uk-panel:nth-of-type(2) a{
        margin-top: 20px;
    }
    .contact-centr-header li{
        min-height: 600px;
    }
    .contact-centr-header h3{
        font-size: 1.1rem;
        padding-top: 30px;
    }
    .contact-center-examples .last-example{
        text-align: left;
        padding-left: 30px;
    }
    .examples-container {
        padding-left: 30px;
    }
    
    .tm-slideshow-content-panel .slider-text {
        display: none
    }
    .tm-logo-small.uk-visible-small img {
        width: 65%
    }
    .slider-btns .uk-button {
        width: 100%;
        margin-bottom: 20px
    }
    .slider-btns {
        display: flex;
        flex-direction: column;
        padding-right: 15%
    }
    .slider-btns .watch-video-link {
        font-family: 'Merienda', serif;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #dde1e6;
        width: 100%;
        display: block;
        text-align: center
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        background-position: left
    }
    .special-offer>div:first-of-type {
        width: 100%
    }
    .special-offer .uk-button-own {
        width: 100%
    }
    .special-offer {
        display: flex;
        flex-direction: column;
        max-height: 320px
    }
    .special-offer a {
        padding-right: 0
    }
    .order-consultation a {
        margin-bottom: 30px
    }
}

@media screen and (min-width:426px) and (max-width:767px) {
    .checkbox-verify label {
        line-height: 2.5
    }
    .slider-btns .uk-button {
        margin-top: 65px
    }
    #tm-bottom-b.uk-block .uk-container {
        padding-left: 50px;
        padding-right: 50px
    }
    #tm-top-b.uk-block .uk-container,
    #tm-top-d.uk-block .uk-container {
        padding-left: 60px;
        padding-right: 60px
    }
    .projects .uk-margin {
        font-family: 'Merienda', serif
    }
    .projects h3.uk-h5 {
        font-family: 'Merienda', serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3b4256;
        display: block;
        height: 100px;
        overflow: hidden
    }
    .projects .uk-margin {
        font-family: 'Merienda', serif
    }
    .expansion .order-consultation {
        padding-left: 50px;
        width: 90%
    }
    .expansion .order-consultation .text-yellow {
        width: 70%;
        margin-left: -20px
    }
    #tm-bottom-c .uk-container {
        padding-right: 45px;
        padding-left: 45px
    }
    .dg-offer .order-consultation {
        padding-left: 20px;
        padding-top: 60%
    }
    footer .tm-footer-left {
        width: 100%;
        padding-left: 0
    }
    #tm-footer .uk-container {
        padding: 0 45px
    }
    .tm-footer .tm-footer-left div.uk-panel {
        display: flex;
        flex-direction: column
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    .have_quest .uk-row-first {
        width: 100%
    }
    .have_quest {
        max-height: 600px
    }
}

@media screen and (max-width:425px) {
    .lang-switcher {
        right: 12.5%;
    }
    .tm-noblog .tm-slideshow-content-panel {
        padding-top: 100px
    }
    ._main-page .uk-slideshow-fullscreen .tm-slideshow-content-panel {
        padding-top: 240px
    }
    .tm-slideshow-avanti .uk-slideshow.uk-slideshow-fullscreen {
        min-height: 50vh
    }

    .slider-btns{
        width: 100%;
    }

    #amoforms_iframe_286894 {
        min-height: 650px
    }
    .myform-bissoft {
        padding-top: 3%
    }
    .tm-footer-left .uk-panel {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .dg-infographic>div:not(:last-child):after {
        top: 85%
    }
    .uk-panel h3.uk-panel-title {
        padding-top: 3%;
        padding-bottom: 10%;
        padding-left: 15px
    }
    .all-feedbacks,
    .feedbacks .uk-panel {
        width: 100%
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    .expansion .order-consultation {
        padding-left: 0
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        background-position: left
    }
    .expansion .text-yellow span {
        display: block;
        padding-left: 10%;
        padding-top: 15%;
        padding-bottom: 15%
    }
    .expansion .text-yellow {
        padding: 8% 5% 8% 8%;
        font-family: 'Merienda', serif;
        font-size: 24px
    }
    .our-experience>div .uk-panel {
        width: 100%
    }
    .company-descr .buttons a {
        width: 100%;
        text-align: center
    }
    .company-descr .buttons {
        flex-direction: column;
        justify-content: center
    }
    .projects img {
        width: 110px;
        height: 80px
    }
    .projects h3.uk-h5 {
        font-family: 'Merienda', serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #3b4256;
        display: block;
        height: 100px;
        overflow: hidden
    }
    .projects .uk-margin {
        font-family: 'Merienda', serif
    }
    .tm-top-d .uk-panel:nth-of-type(2) {
        padding-left: 20px;
        margin-right: 0;
        margin-left: -15px
    }
    .special-offer {
        display: flex;
        flex-direction: column
    }
    .special-offer div:nth-child(1) {
        width: 100%
    }
    .special-offer a {
        padding-right: 0
    }
    #tm-bottom-a .uk-container {
        padding-left: 35px;
        padding-right: 35px
    }
    #tm-bottom-b .uk-container,
    #tm-bottom-d .tm-bottom-d h3.uk-panel-title {
        padding-left: 60px;
        padding-right: 60px
    }
    .dg-offer .order-consultation {
        padding-left: 15px;
        padding-top: 60%
    }
    .tm-footer .uk-container {
        padding: 0 25px
    }
    #sp_qc_submit {
        width: 100%
    }
    .checkbox-verify label {
        line-height: 1.5
    }
    #tm-top-c .tm-block-top-c {
        padding-right: 40%;
        padding-left: 40%
    }
    .tm-top-c.uk-grid>.uk-row-first {
        padding-left: 0
    }
    #tm-bottom-b .uk-container,
    #tm-bottom-c .uk-container,
    #tm-top-d.uk-block .uk-container {
        padding-left: 35px;
        padding-right: 35px
    }
    footer .tm-footer-left {
        padding-left: 0;
        width: 100%
    }
    #tm-top-b.uk-block .uk-container {
        padding-left: 55px;
        padding-right: 55px
    }
    .news .uk-margin p {
        font-family: 'Merienda', serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #3b4256
    }
    .news-teasers .news-teasers p.uk-article-meta.uk-text-left {
        width: 90%!important
    }
    .news-teasers .news-teasers div.uk-grid>div {
        display: block;
        min-height: 175px
    }
    .news-teasers .uk-thumbnail {
        display: block;
        min-height: 150px
    }
    #tm-footer .uk-container.uk-container-center {
        padding-left: 40px;
        padding-right: 40px
    }
    .carousell-row .carousell-item,
    .tm-bottom-d .carousell-row:nth-of-type(2) .carousell-item {
        width: 15vw
    }
    .news-teasers .uk-panel.uk-panel-box p.uk-text-left {
        width: 90%
    }
    div.offer-counter h3 {
        font-size: 1.25rem
    }
    .modal-body .offer-counter h3,
    .offer-counter #clockdiv .smalltext,
    .offer-counter #clockdivModal .smalltext {
        font-size: 1rem
    }
    .offer-counter #clockdiv span,
    .offer-counter #clockdivModal span {
        font-size: 1.5rem
    }
    .tm-noblog div#clockdiv>div,
    .tm-noblog div#clockdivModal>div {
        width: 100px
    }
    .modal-body .offer-counter h3 {
        line-height: 20px
    }
}

@media screen and (min-width:376px) and (max-width:425px) {
    .special-offer {
        max-height: 490px
    }
    .have_quest .uk-row-first {
        width: 100%
    }
    .have_quest {
        max-height: 600px
    }
    .tm-noblog #tm-bottom-d.tm-block-bottom-d h3.uk-panel-title {
        font-size: 2.3rem
    }
}

@media screen and (max-width:375px) {
    .lang-switcher {
        right: 13.5%;
    }

    .tm-noblog .tm-block-bottom-d section.tm-bottom-d .uk-button-own{
        width: auto;
    }
    
    #clockdiv div>span,
    #clockdivModal div>span {
        padding: 5px
    }
    div.offer-counter h3 {
        font-size: 1rem
    }
    div.modal.fade.in {
        top: 8%
    }
    .have_quest .uk-row-first {
        width: 100%
    }
    .have_quest {
        max-height: 500px
    }
    .tm-noblog .tm-slideshow-content-panel span {
        font-size: .9rem
    }
    .slider-btns .download-presentation {
        letter-spacing: 0
    }
    .uk-panel .header-phones {
        padding-top: 5px;
        padding-left: 15px
    }
    #tm-main {
        padding-top: 15px
    }
    .uk-nav-offcanvas .uk-nav-sub .uk-parent>a {
        display: none
    }
    .expansion .order-consultation {
        padding-left: 0;
        width: 95%
    }
    .expansion .text-yellow {
        margin-right: 0
    }
    .tm-noblog .tm-block-bottom-d .uk-container section.tm-bottom-d,
    .tm-top-d .uk-panel:nth-of-type(2) {
        background-position: left
    }
    .tm-noblog .tm-slideshow-content-panel h3.uk-heading-large {
        font-size: 1.5rem;
        padding-top: 100px
    }
    .uk-slideshow-fullscreen,
    .uk-slideshow-fullscreen>li {
        height: fit-content
    }
    .tm-noblog #tm-bottom-d.tm-block-bottom-d .uk-container {
        padding-left: 40px;
        padding-right: 40px
    }
    .news-teasers .news-teasers div.uk-grid>div {
        display: block;
        min-height: 175px
    }
    .news-teasers .uk-thumbnail {
        display: block;
        min-height: 150px
    }
    .special-offer a {
        padding-right: 0
    }
    .uk-button {
        display: block;
        width: 100%;
        padding-bottom: 25px
    }
    .news-teasers .news-teasers p.uk-article-meta.uk-text-left {
        width: 90%!important
    }
    
    .carousell-row .carousell-item,
    .tm-bottom-d .carousell-row:nth-of-type(2) .carousell-item {
        width: 30vw
    }
    #tm-footer .uk-container.uk-container-center {
        padding-left: 35px;
        padding-right: 35px
    }
    .tm-slideshow-content-panel h2 {
        font-family: 'Merienda', serif;
        font-size: .8em;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: -.4px;
        color: #fff
    }
    .tm-slideshow-content-panel .uk-button {
        margin-bottom: 15px
    }
    .tm-slideshow-content-panel .watch-video-link {
        font-family: 'Merienda', serif;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #dde1e6;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 35px
    }
    .tm-slideshow-content-panel .slider-text {
        font-family: 'Merienda', serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: -.2px;
        color: #fff;
        background-size: auto
    }
    .utp .uk-margin {
        text-align: center
    }
    .our-experience .uk-row-first:nth-of-type(1) .count:before,
    .our-experience .uk-row-first:nth-of-type(3) .count:before {
        content: "+";
        color: #fbb509;
        font-family: 'Merienda', serif;
        font-size: 100px;
        font-weight: 700
    }
    .our-experience .uk-row-first:nth-of-type(2) .count:before {
        content: ""
    }
    .special-offer {
        max-height: 600px
    }
    .checkbox-verify label {
        line-height: 1.5
    }
    #sp_qc_submit {
        line-height: 3.5
    }
    .request-page-form #sp-quickcontact-form #sp_qc_submit {
        line-height: 3
    }
    #amoforms_iframe_286894 {
        min-height: 500px
    }

    .tm-noblog #myModalBox.modal.fade.in{
        top: 5%;
    }
    .tm-noblog div#clockdiv>div, .tm-noblog div#clockdivModal>div {
        width: 83px;
        height: 83px;
    }
}

@media screen and (max-width:320px) {
    .slider-btns {
        padding-right: 0
    }
    .slider-btns .download-presentation {
        letter-spacing: -.6px
    }
    #tm-bottom-b .news-teasers .uk-grid>* {
        padding-left: 0
    }
    #tm-bottom-b .news-teasers .uk-panel .uk-text-center {
        width: 100%!important
    }
    .carousell-row .carousell-item,
    .tm-bottom-d .carousell-row:nth-of-type(2) .carousell-item {
        width: 25vw
    }
    .dg-offer .order-consultation {
        width: 90%
    }
    .dg-offer .order-consultation .text-yellow {
        margin-right: 0;
        padding: 35px 5px 35px 30px;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -.2px
    }
    #sp_qc_submit.uk-button {
        line-height: 3.5
    }
    .checkbox-verify label {
        line-height: 1.43
    }
    .special-offer {
        max-height: 670px
    }

    .tm-noblog div#clockdiv>div,
    .tm-noblog div#clockdivModal>div {
        width: 95px
    }
    .offer-counter #clockdiv span,
    .offer-counter #clockdivModal span {
        padding: 0
    }
    div.offer-counter h3 {
        font-size: 1rem
    }
    div.modal.fade.in {
        top: 5%
    }
}

img.sppb-img-responsive {
    width: 100%
}

.sppb-addon-content h3 span {
    color: #3b4256
}

.sppb-addon-content h3,
h3.sppb-addon-title {
    font-family: 'Merienda', serif;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 1.17;
    letter-spacing: -.6px;
    color: #3b4256
}

h2.sppb-title-heading {
    font-family: 'Merienda', serif;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -.6px;
    color: #3b4256
}

.tm-noblog .tm-block-bottom-d section.tm-bottom-d .offer {
    text-align: left
}

.tm-noblog .tm-block-bottom-d section.tm-bottom-d .uk-button-own {
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: #848e99;
    margin-bottom: 20px
}

.tm-noblog .tm-block-bottom-d section.tm-bottom-d {
    background-image: url(../images/support.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 100%;
    border-radius: 15px;
    font-family: 'Merienda', serif;
    line-height: 1.33;
    letter-spacing: -.2px;
    color: #fff;
    padding-left: 30px
}

.tm-noblog .tm-block-bottom-d .special-offer a {
    display: flex
}

.tm-noblog .tm-block-bottom-d .special-offer .uk-panel {
    padding-bottom: 5%
}

.tm-noblog .tm-block-bottom-d section {
    padding-right: 4%
}

.tm-noblog .tm-block-bottom-d .offer {
    padding-bottom: 5%
}

.tm-noblog .tm-block-bottom-d .small-title {
    font-family: 'Merienda', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #fff;
    padding-bottom: 3%
}

.tm-noblog .tm-block-bottom-c h3 {
    font-family: 'Merienda', serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: -.6px;
    color: #fff;
    padding-top: 5%
}

.tm-noblog ._menu .uk-active {
    display: list-item
}

.tm-noblog .tm-slideshow-content-panel .uk-heading-large {
    font-family: 'Merienda', serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #fff;
    text-align: left
}

.tm-noblog .banner-btns .watch-video-link {
    width: 50%;
    line-height: 2.5;
    display: block;
    height: inherit;
    text-transform: none;
    text-align: center;
    font-family: 'Merienda', serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #dde1e6
}

.tm-noblog .banner-btns {
    display: flex;
    width: 100%
}

.sppb-addon-content div,
.sppb-addon-content p {
    font-family: 'Merienda', serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3b4256
}

.sppb-addon-content span {
    color: #3b4256
}

.tm-noblog #tm-bottom-c {
    padding-top: 0
}

.tm-noblog #tm-bottom-c .uk-panel-title {
    font-family: 'Merienda', serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #3b4256
}

.tm-noblog .tm-block-bottom-d .uk-container {
    padding-left: 80px;
    padding-right: 80px
}

.tm-noblog #tm-bottom-d.tm-block-bottom-d h3.uk-panel-title {
    font-family: 'Merienda', serif;
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -.6px;
    color: #fff!important;
    padding-left: 0;
    padding-top: 50px
}

.full-catalog{
    position: absolute;
    bottom: 1%;
    right: 0;
    max-width: 30%;
}

.full-catalog:before {
    content: url(../images/icon.png);
    padding-right: 1%
}

.download-pres:before {
    content: url(../images/download-icon.png);
    padding-right: 1%
}

.download-pres,
.full-catalog {
    font-family: 'Merienda', serif;
    text-align: left;
    font-size: 18px!important;
    font-weight: 600!important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #0a3eb0!important
}

#tm-bottom-b .news-teasers .uk-panel h3 {
    display: block;
    width: 95%;
    height: 105px
}

.news-teasers .uk-panel a {
    font-family: 'Merienda', serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3b4256!important;
    width: 100%;
    display: block
}

.news-teasers .uk-panel {
    background: 0 0
}

.news-teasers .uk-panel.uk-panel-box h3 {
    position: absolute;
    top: 185px;
    max-height: 110px;
    overflow: hidden
}

.news-teasers .uk-panel.uk-panel-box p.uk-text-left {
    position: absolute;
    top: 315px;
    height: 95px;
    overflow: hidden;
    font-family: 'Merienda', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3b4256
}

.news-teasers .uk-panel.uk-panel-box {
    position: relative
}

.news-teasers .uk-panel .uk-thumbnail img {
    width: 270px;
    height: 140px
}

.news-teasers .uk-panel .uk-text-center {
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 290px!important;
    height: 140px
}

.news-teasers .news-teasers p.uk-article-meta.uk-text-left {
    position: absolute;
    top: 405px;
    font-family: 'Merienda', serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #c7ccd1;
    text-transform: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 20px
}

.uk-panel.news-teasers {
    display: block;
    min-height: 480px
}

.uk-panel .news-teasers > div {
    min-height: 480px
}

.news-teasers i.uk-icon-calendar {
    display: none
}

.news-teasers i.uk-icon-bullseye {
    padding-left: 105px;
    margin-left: 0!important
}

.news-teasers i.uk-icon-bullseye:before {
    content: url(../images/eye.png);
    background-position: center
}

.page-request-block div a {
    color: #3b4256
}

.page-request-block {
    padding-top: 50px;
    text-align: center
}

.request-page-form {
    padding-bottom: 110px
}

.request-page-form #sp-quickcontact-form #name {
    border: 1px solid #f4f7fb;
    border-radius: .25rem;
    background-color: #f4f7fb;
    height: 4rem
}

.request-page-form #sp-quickcontact-form #phone {
    border: 1px solid #f4f7fb;
    border-radius: .25rem;
    background-color: #f4f7fb;
    height: 4rem
}

.request-page-form #sp-quickcontact-form textarea {
    font-family: 'Merienda', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #848e99;
    display: block;
    border: 1px solid #f4f7fb;
    border-radius: .25rem;
    background-color: #f4f7fb;
    width: 100%;
    height: 8rem;
    text-transform: none
}

.request-page-form #sp-quickcontact-form #email {
    display: none
}

.request-page-form #sp-quickcontact-form #name:hover,
.request-page-form #sp-quickcontact-form #phone:hover,
.request-page-form #sp-quickcontact-form textarea:hover {
    border-color: #b3bbc3
}

.request-page-form .sppb-title-heading {
    font-family: 'Merienda', serif;
    line-height: 1.44;
    letter-spacing: normal;
    color: #3b4256
}

#tm-main .rscontact .alert.alert-success {
    background: #fed103!important
}

.mod-rscontact-pre-text h2 {
    font-family: 'Merienda', serif;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 4%;
    padding-top: 2%;
    line-height: 1.25;
    letter-spacing: -.4px;
    color: #3b4256
}

input[name=mod_rscontact_email],
input[name=mod_rscontact_full_name] {
    color: #3b4256;
    font-size: 1rem;
    display: block;
    border: 1px solid #f4f7fb;
    border-radius: .25rem;
    background-color: #f4f7fb;
    height: 4rem;
    padding: 1rem;
    text-transform: none
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(2),
#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(3) {
    display: block;
    position: absolute;
    width: 48%
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(3) {
    right: 15px
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(4) {
    padding-top: 100px
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(4) textarea:focus {
    color: #495057;
    border-color: #fff8d8;
    outline: 0;
    box-shadow: none;
    background-color: #fff
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(4) textarea {
    font-family: 'Merienda', serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #848e99;
    display: block;
    border: 1px solid #f4f7fb;
    border-radius: .25rem;
    background-color: #f4f7fb;
    width: 100%;
    height: 8rem;
    text-transform: none;
    padding-left: 1rem;
    padding-top: 1rem
}

#mod-rscontact-contact-form-167 fieldset label {
    font-family: 'Merienda', serif;
    font-size: 16px;
    line-height: 2
}

#mod-rscontact-contact-form-167 fieldset>.controls {
    width: 180px;
    position: absolute;
    right: 55px;
    top: 380px
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(2) input:focus,
#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(3) input:focus {
    color: #495057;
    border-color: #fff8d8;
    outline: 0;
    box-shadow: none;
    background-color: #fff
}

#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(2) input,
#mod-rscontact-contact-form-167 fieldset .control-group:nth-of-type(3) input {
    width: 100%
}

button#mod-rscontact-submit-btn-167,
button#mod-rscontact-submit-btn-168 {
    font-size: 14px!important
}

label[for=mod-rscontact-counter-167] {
    display: none
}

label[for=mod-rscontact-display-consent-168] {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.3;
    letter-spacing: normal;
    color: #4a4a4a
}

button#mod-rscontact-submit-btn-168 {
    width: 100%
}

#tm-footer.tm-block-footer.uk-contrast .tm-footer-left.uk-flex.uk-flex-middle {
    width: 100%!important;
    padding-bottom: 20px;
}

.icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 30px
}

.icon-close:active,
.icon-close:focus,
.icon-close:hover {
    cursor: pointer
}

.uk-offcanvas-page .uk-navbar-toggle {
    display: none
}

.uk-parent .uk-nav-sub {
    opacity: 0
}

#tm-header .uk-parent .uk-nav-sub .uk-parent>a {
    display: none
}

#sp-page-builder {
    padding-top: 25px
}

.tm-noblog #clockdiv,
.tm-noblog #clockdivModal {
    font-family: 'Merienda', serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.tm-noblog #clockdiv>div,
.tm-noblog #clockdivModal>div {
    padding: 10px;
    border-radius: 10px;
    background: red;
    display: inline-block;
    width: 150px;
    height: 110px;
    margin: 10px;

}

#clockdiv div>span,
#clockdivModal div>span {
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 36px
}

#clockdiv .smalltext,
#clockdivModal .smalltext {
    padding-top: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 36px
}

.offer-counter .button {
    display: flex;
    justify-content: center;
    padding-top: 20px
}

.offer-counter h3 {
    text-align: center;
    font-weight: 700;
    color: red
}

.sppb-addon-single-image {
    overflow: hidden
}

#amoforms_iframe_286894 {
    position: relative!important
}

.sppb-addon-content .uk-button {
    left: 0;
    right: 0;
    margin: auto;
    display: block
}

.sppb-addon-content table {
    margin-top: 15px;
    margin-bottom: 25px
}

.sppb-addon-content table,
td,
th {
    border: 1px solid grey;
    text-align: center
}

.sppb-addon-content caption,
.sppb-addon-content th {
    font-family: 'Merienda', serif;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-device-width:1024px) {
    
    ul.uk-nav-sub li:not(:last-of-type) a{
        color: black;
    }
    
    ul.uk-nav-sub li:not(.uk-parent):not(:last-of-type){
        line-height: 25px;
        border-bottom: 1px solid;
        text-transform: uppercase;
        letter-spacing: normal;
    }
    
    .cont-centr-table .display-mobile,
    .dyspetcherska .display-mobile{
        display: table;
    }
        
    .cont-centr-table .display-desk,
    .dyspetcherska .display-desk{
        display: none;
    }

    .sppb-addon-content table,
    caption,
    tbody,
    td,
    th,
    thead,
    tr {
        display: block
    }
    .dyspetcherska .sppb-addon-content thead tr{
        position: relative;
        top: auto;
        left: auto;
    }
    
    .dyspetcherska .sppb-addon-content thead tr th{
        flex: 1;
    }
    .sppb-addon-content thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    
    .dyspetcherska .sppb-addon-content tr{
        display: flex;
        flex-direction: row;
    }

    .dyspetcherska .sppb-addon-content td {
        position: relative;
        padding-left: 0%;
        width: 50%;
    }
    
    .sppb-addon-content td {
        position: relative;
    }
    
    .cont-centr-table .display-mobile td,
    .ais .sppb-addon-content td,
    .sppb-addon-content td.no-before{
        padding-left: 0;
    }
    
    .cont-centr-table .display-mobile td:before,
    .ais .sppb-addon-content td:before
    {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        border: unset;
    }
    .sppb-addon-content td:before {
        display: block;
        border-bottom: 1px solid black;
        width: 80%;
        margin: auto;
    }
    
    .page-78 tr>td.no-before:nth-of-type(n):before{
        border-bottom: none!important;
    }
    
    .dyspetcherska tr>td:before,
    .cont-centr-table .display-mobile tr>td:before,
    .ais tr>td:before,
    tr>td.no-before:nth-of-type(n):before{
        content: ""!important;
    }
    tr>td:nth-of-type(1):before {
        content: "до 10 000 мешканців"
    }
    tr>td:nth-of-type(2):before {
        content: "до 20 000 мешканців"
    }
    tr>td:nth-of-type(3):before {
        content: "до 30 000 мешканців"
    }
    tr>td:nth-of-type(4):before {
        content: "до 50 000 мешканців"
    }
    tr>td:nth-of-type(5):before {
        content: "від 50 000 мешканців"
    }
    tr>td:nth-of-type(6){
        white-space: pre;
    }
    tr>td:nth-of-type(6):before {
        content: "понад 100 000 мешканців";
        white-space: pre;
    }
    .cont-centr-table tr>td:nth-of-type(1):before {
        content: "Назва веб-сервісу"
    }
    .cont-centr-table tr>td:nth-of-type(2):before {
        content: "до 10 000 мешканців"
    }
    .cont-centr-table tr>td:nth-of-type(3):before {
        content: "до 20 000 мешканців"
    }
    .cont-centr-table tr>td:nth-of-type(4):before {
        content: "до 30 000 мешканців"
    }
    .cont-centr-table tr>td:nth-of-type(5):before {
        content: "до 50 000 мешканців"
    }
    .cont-centr-table tr>td:nth-of-type(6):before {
        content: "від 50 000 мешканців"
    }
    .cont-centr-table tr>td:nth-of-type(6){
        height: auto;
    }
    .cont-centr-table tr>td:nth-of-type(7){
        white-space: pre;
    }
    .cont-centr-table tr>td:nth-of-type(7):before {
        content: "понад 100 000 мешканців";
        white-space: pre; 
    }
    
    .regular tbody tr>td:after {
        width: 30%;
        top: 25%;
        left: auto;
        right: 10%;
    }
    
    .sppb-addon-content td>td {
        position: relative;
        padding-left: 35%;
    }
}

.text-col {
    display: block
}

.tm-noblog #tm-bottom-a {
    background-color: #f1f1f1
}

.tm-noblog #myModalBox {
    background-color: #fff
}

#myModalBox .offer-counter .button {
    margin-bottom: 20px
}

#myModalBox .modal-body {
    min-height: fit-content
}

#myModalBox .modal-header {
    border-bottom: none
}

#myModalBox button.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    z-index: 20
}

#myModalBox .modal-body .offer-counter h3 {
    padding-bottom: 0
}

#myModalBox #clockdivModal {
    padding-bottom: 5%
}

.stack {
    position: relative;
    z-index: 10
}

.stack img {
    width: 400px;
    height: 350px;
    margin-top: -90px;
    vertical-align: bottom;
    border: 10px solid #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4)
}

.stack:before {
    background: url(../images/unnamed.jpg);
    margin-top: -35px;
    left: 40px;
    z-index: -10
}

.stack:after {
    background: url(../images/image78.png);
    top: 0;
    left: 90px;
    z-index: -20
}

.stack:after,
.stack:before {
    content: "";
    border-radius: 3px;
    width: 400px;
    height: 350px;
    position: absolute;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sppb-addon-single-image.grom-budg {
    max-height: 290px!important;
    position: absolute;
    bottom: 0
}

div.modal.fade.in {
    top: 13%;
    z-index: 10001;
    width: 80%;
    position: fixed;
}

div.modal.fade {
    z-index: 0;
    top: 0;
    position: absolute;
}

.image-src {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

table li{
    text-align: left;
}

.news-teasers h4{
    display: none!important;
}

.news-teasers .uk-list{
    display: none!important;
}

.uk-overlay-panel .uk-width-1-1 .home1_text, .uk-overlay-panel .uk-width-1-1 h1{display: none!important;}