@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500&amp;subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 17px;
}

body {
    font-family: 'Roboto', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 17px;
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
    margin-top: 0;
    margin-bottom: 10px;
}


.animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}

.logo img {
    max-width: 190px;
    height: auto;
    transition: all .25s ease-in-out;
}


.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
    background-color: #00a1b0;
}



.uk-checkbox:focus,
.uk-radio:focus {
    border-color: #00a1b0;
}


.uk-checkbox,
.uk-radio {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.uk-navbar-nav > li > a {
    font-size: 16px;
    display: initial;
    color: #fff;
    font-size: 14px;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
    color: #fff;
    position: relative;
}

.uk-navbar-nav > li > a:before {
    content: '';
    width: 0%;
    height: 20px;
    display: block;
    display: 0;
    opacity: 0;
    top: -0.5px;
    z-index: -1;
    position: absolute;
    transition: width .75s ease-in-out,  height .15s ease-in-out .1s;

    left: 0;
    background-color: #00a1b0;
}

header .uk-navbar-dropdown {
    z-index: 10000;
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.uk-navbar-nav > li:hover > a:before,
.uk-navbar-nav > li > a.uk-open:before,
.uk-navbar-nav > li > a:focus:before {
    display: block;
    width: 100%;
    opacity: 1
}

.uk-navbar-nav > li > a:before {
    transition: width .15s ease-in-out,  height .15s ease-in-out .1s;
}

.uk-navbar-nav > li > a.uk-open:before {
    height: 70px;
}

.uk-h1,
h1,
.uk-h2,
h2 {
    font-size: 2.94117647059rem;
}

.uk-h1,
h1

.uk-button-default {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 75px;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    align-items: center;
    transition: padding .15s ease-in-out;
}

.language > a,
.language > a:hover {
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
}
.language {
    margin-left: 35px;
}

.language > a span {
    color: #00a1b0;
}

.uk-dropdown {
    padding: 10px;
    min-width: 50px;
}

.uk-dropdown {
    font-size: 13px;
}

.uk-dropdown.uk-open {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
}

.language > a:hover {
    text-decoration: underline;
}

header.fixed .logo img {
    
    max-width: 170px;
}

header.fixed,
header.white {
    background-color: #fff;
    position: fixed !important;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

header.fixed .language > a,
header.white .language > a {
    color: #031916 !important;
}

.wrapper-tabs {
    flex-wrap: wrap;

}



header.fixed {
    padding: 10px 75px;
    z-index: 100000;
}

header.fixed .uk-navbar-nav > li > a,
header.white .uk-navbar-nav > li > a {
    color: #031916;
}

header.fixed .uk-navbar-nav > li:hover > a,
header.fixed .uk-navbar-nav > li > a.uk-open,
header.fixed .uk-navbar-nav > li > a:focus,
header.white .uk-navbar-nav > li:hover > a,
header.white .uk-navbar-nav > li > a.uk-open,
header.white .uk-navbar-nav > li > a:focus {
    color: #fff;
}

header.fixed .contacts a:nth-child(2) {
    display: none;
}

header.fixed .contacts a span {
    display: none;
}

header.fixed .contacts a {
    color: #031916;
    margin-bottom: 0;
    letter-spacing: 0;
    border: #8ed5dc 1px solid;
    font-size: 15px;
    padding: 10px 24px;
    transition: background-color .15s ease-in-out;
}

header.white .contacts a {
    color: #031916;
}

header.fixed .contacts a:hover {
    color: #fff;
    background-color: #8ed5dc;
}


header .logo {
    margin-right: auto;
}

header  .uk-icon-link,
.contacts span {
    color: #00a1b0;
}

.contacts span {
    display: inline-block;
    margin-right: 10px;
}

.contacts a {
    color: #fff;
    text-decoration: none;
}

header .contacts a:nth-child(2) {
    font-size: 12px;
    white-space: nowrap;
}

.contacts a:first-child {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 20px;
}

.contacts a:first-child span {
    display: block;
}

header  .uk-icon-link:focus,
header .uk-icon-link:hover {
    color: #3aabb9;
}

.uk-navbar-nav {
    margin-right: 10px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
    width: 100vw;
}

.uk-navbar-dropdown {
    left: 0 !important;
    width: 100% !important;
    top: 100% !important;
    margin-top: 0;
    background-color: #00a1b0;
}

.uk-navbar-dropdown-nav > li > a,
.uk-navbar-dropdown-nav > li,
.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav  li > a {
    color: #fff;
}

.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav  li > a:hover,
.lastColumnMenu >li >a:hover {
    color: #fff;
    text-decoration: underline;
}

header nav .uk-navbar-dropdown .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: space-between;
}

.uk-navbar-dropdown {
    box-shadow: none;
}

.uk-navbar-dropdown ul > li {
    max-width: 270px;
    margin-bottom: 70px;
}

.uk-navbar-dropdown-nav {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}

.uk-navbar-dropdown-nav > li,
.lastColumnMenu >li>a  {
    font-weight: 500;
    font-size: 16px;
}

.lastColumnMenu >li {
    flex: initial;
}

.lastColumnMenu >li >a {
    padding-top: 5px;
}

.uk-navbar-dropdown-nav > li > ul {
    font-weight: 300;
    margin-top: 10px;
    padding-top: 10px;


    border-top: #fff 1px solid;

    font-size: .875rem;
}

.uk-navbar-dropdown-nav > li > ul > li {
    margin-bottom: 5px;
}

.uk-navbar {
    position: static;
}

.contacts {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
    margin-left: 35px;
}

.banner .uk-cover {
    z-index: -1;
}

.banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.banner--main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.banner--main {
    position: relative;
}

.banner:not(.banner--main).banner-small-left {
    height: auto;
    text-align: left;
    padding: 160px 0 100px;
}

.banner--main iframe {
    transform: translate(-50%,-50%) scale(1.3);
    z-index: -2 !important;
}

.banner-small-left .container {
    width: 100%;
}

.banner-small-left a {
    letter-spacing: 1px;
    font-size: 13px !important;
    background-color: #00a1b0;
    transition: background-color .15s ease-in-out;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-small-left a:hover
{
    background-color: #03cbde;
}

.banner h1 {
    color: #fff;
}
.about-tabs .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    padding-top: 75px;
    padding-bottom: 60px;
}

.uk-tab-left {
    list-style: none;
}

.uk-tab-left a {
    display: block;
}

.about-tabs .uk-tab-left > * > a {
    padding: 6px 10px;
    font-size: 15px;
    color: #00a1b0;
    text-decoration: underline;
    text-transform: none;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.uk-tab-left::before {
    display: none;
}

.about-tabs .uk-switcher {
    flex: 1;
    padding-left: 8.771%;
}

.uk-tab-left > .uk-active > a,
.uk-tab-left > .uk-active > a:hover,
.uk-tab-left > .uk-active > a:focus {
    background-color: #26a8b6;
    color: #fff;
    border: none;
    text-decoration: none;
}

.uk-tab-left > * > a:focus,
.uk-tab-left > * > a:hover {
    color: #00a1b0;
}

.about-tabs .uk-tab-left {
    width: 195px;
}

.banner:not(.banner--main) {
    padding-bottom: 70px;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    color: #fff;
    align-items: flex-end;
    justify-content: center;
    font-size: 25px;
}


.banner--main {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.banner--main .uk-button {
    width: 225px;
    margin-top: 20px;
}

.banner--main iframe {
    z-index: -1;
}

.banner--main .content {
    width: 70%;
    color: #fff;
    font-size: 1.4705rem;
}
.banner--main h1 {
    color: #fff;
}

.banner--main .uk-button-default {
    color: #fff;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.banner--main {
    padding-top: 47.19vh;
}

h2 {
    color: #333;
}

section h2 {
    margin: 30px 0;
    padding-bottom: 24px;
    position: relative;
}

section h2:after {
    position: absolute;
    content: '';
    width: 60px;
    max-width: 100%;
    height: 4px;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00a1b0;
}

section {
    color: #031916;
}

.text-main-page .container {
    max-width: 780px;
    margin: 0 auto;
}

.text-main-page {
    padding: 20px 0 30px;
    color: #adadad;
}


section.practics {
    background-color: #00a1b0;
}

section.practics .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
}



.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    z-index: 99999999;
    justify-content: center;
    padding: 30px;

}

.preloader img {
    max-width: 100%;
    width: 300px;
}

.practics a {
    flex: 0 0 25%;
    height: 205px;
    padding: 40px 18px 45px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    position: relative;
    text-decoration: none;
    line-height: 1.1;
    transition: background-color .15s ease-in-out, padding-top .1s ease-in-out;
}

.practics img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto 10px;
}

.practics a:hover {
    background-color: #4cbdc8;
    padding-top: 30px;
}

.practics a span {
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: none;
}
.practics a:hover span {
    -webkit-animation-name: fadeInUpForPractics;
            animation-name: fadeInUpForPractics;
    display: block;
}


@-webkit-keyframes fadeInUpForPractics {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 100%, 0);
                transform: translate3d(-50%, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeInUpForPractics {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 100%, 0);
                transform: translate3d(-50%, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0);
    }
}



.numbers {
    padding: 20px 0 30px;
    color: #031916;
}

.numbers ul {
    list-style: none;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 50px;
}


.numbers li {
    max-width: 185px;
    text-align: left;
    font-size: .941rem;
}

.numbers li strong {
    font-family: 'Roboto', sans-serif;
    color: #00a1b0;
    font-size: 4.235rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
}


.numbers li strong:after {
    position: absolute;
    content: '';
    width: 60px;
    max-width: 100%;
    height: 5px;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #e5e8e7;
}

.response {
    background-color: #f7f7f7;
    padding: 30px 0 65px;
}

.response h2 {
    margin-bottom: 10px;
}

.response li {
    padding: 0 12.5px ;
    margin: 35px 0;
    font-size: 13px;
    color: rgba(51, 51, 51, .6);
    line-height: 18px;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.response li .card {
    border-top: #00a1b0 4px solid;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.response li .card a {
    color: #00a1b0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}

.response .card > div:first-child {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
    flex: 1;
}
.response .description {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    justify-content: space-between;
    align-items: center;
}

.response .description p {
    margin-bottom: 10px;
    color: #333;
}

.response .card > div:first-child:after {
    position: absolute;
    content: '';
    width: 40px;
    max-width: 100%;
    height: 5px;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #e5e8e7;
}

.response .description .company {
    color: #00a1b0;
}


.response .description > div:first-child {
    max-width: 165px;
}

.uk-slidenav {
    color: #90d4da;
}

.uk-slidenav:hover {
    color: #69b1b7;
}

section.form {
    padding-top: 20px;
    padding-bottom: 55px;
    background-color: #005259;
    color: #fff;
    font-size: 16px;
    letter-spacing: .25px;
}

section.form h2 {
    color: #fff;
}


section.form .uk-input {
    max-width: 325px;
    display: block;
}

section.form .step {
    max-width: 424px;
    margin: 0 auto;
    display: none;
}

section.form .step.open {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

section.form .uk-button,
.uk-button-primary {
    width: 95px;
    letter-spacing: 1px;
    font-size: 13px;
    background-color: #00a1b0;
    transition: background-color .15s ease-in-out;
}

.uk-button-primary {
    width: auto;
}

section.form .uk-button:hover,
.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #03cbde;
}

section.form .step.open {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
}

section.form  .uk-input {
    background-color: #266c72;
    border-color: #266c72;
}

.uk-input {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

section.form .container {
    /*max-width: 615px;*/
}

.uk-input::placeholder {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

section.form form {
    margin-top: 55px;
    margin-bottom: 20px;
}

section.form .checkbox {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: initial;
}

section.form .checkbox a {
    text-decoration: underline;
    color: #fff;
}

section.form .checkbox a:hover {
    text-decoration: none;
}

section.form.white {
    background-color: #fff;
}

section.form.white h2,
section.form.white {
    color: #031916;
}
section.form.white .checkbox a {
    color: #031916;
}

section.form .uk-input:focus,section.form .uk-select:focus, section.form .uk-textarea:focus {
    color: #fff;
}


section.form.white .uk-input::placeholder,
section.form.white .uk-input:focus,section.form.white .uk-select:focus, section.form.white .uk-textarea:focus
 {
    color: #00a1b0;
}


section.form .thank-message {
    color: #fff;
}

section.form.white .thank-message {
    color: #031916;
}

section.form.white .uk-input {
    background-color: #d9f1f3;
    border-color: #d9f1f3;
    color: #00a1b0;

}

.thank-message {
    display: none;
}

section.form.white .uk-checkbox {
    border-color: #00a1b0;
}


.uk-slider-container {
    max-width: 1010px;
    margin: 0 auto;
}

.our-client {
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 80px;
}

.response {
    overflow: hidden;
}



.our-client  h2 {
    margin-bottom: 50px;
}




/* footer */

footer h4 {
    letter-spacing: .75px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

footer h4:after {
    width: 30px;
    height: 3px;
    display: block;
    margin-top: 5px;
    background-color: #00a1b0;
    content: '';
}

.footer-top {
    background-color: #005259;
    padding: 30px 0 35px;
}

.footer__logo img {
    max-width: 215px;
    margin-bottom: 115px;
}

.footer__logo {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
}

.footer__logo .footer__social {
    margin-top: auto;
}


.footer-top .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    justify-content: space-between;
}


.footer__social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: #fff 1px solid;
    display: -webkit-inline-flex;
    display:    -moz-inline-flex;
    display:     -ms-inline-flex;
    display:      -o-inline-flex;
    display:         inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .15s ease-in-out;
}


.footer__social a:hover {
    color: #00a1b0;
    border-color: #00a1b0;
}

.footer__menu {
    max-width: 325px;
    flex: 1;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
}

.footer__menu form {
    margin-top: auto;
}

.footer__menu ul {
    list-style: none;
    padding-left: 0;
}

.footer__menu ul li {
    margin-bottom: 5px;
}

.footer__menu a {
    color: #fff;
    font-size: 12px;
}

.footer__menu  nav ul {
    column-count: 2;
    -moz-column-fill: balance; /* Firefox */
         column-fill: balance;
    column-width: 105px;
    column-gap: 110px;
}


.footer__menu  .uk-form-controls {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
}


.footer__menu .uk-input {
    background-color: #005259;
    border-radius: 0;
    color: #fff;
    border: #1a636a 1px solid;
}

.footer__menu .uk-button {
    width: 115px;
    letter-spacing: 1px;
    padding: 0 15px;
}


.uk-form-label {
    color: rgba(255,255,255, .5);
    font-size: 12px;
    letter-spacing: .5px;
    font-family: 'Open Sans', sans-serif;
}

footer .tel,
.contacts .tel {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    padding-left: 34px;
    position: relative;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
}

footer .contacts {
    font-size: 12px;
}

footer .contacts > * {
    margin-bottom: 15px;
}

footer .contacts > h4 {
    margin-bottom: 22px;
}

footer .contacts .location {
    border-bottom: #00a1b0 1px dashed;
    display: inline-block;
}

footer .contacts span {
    margin-right: 5px;
}

header .uk-navbar-nav > li > a span {
    top: -2px;
    position: relative;
}

footer .tel span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.link-location {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    align-items: flex-end;
}


footer .uk-button-default {
    padding: 0 20px;
    border-color: #006c76;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    font-size: 10px;
    margin-bottom: 0;
    align-self: flex-start;
}

.footer__menu .uk-button {
    font-size: 10px;
}

.uk-button-default:focus,
.uk-button-default:hover {
    color: #fff;
    border-color: #05a0af;
}

footer .contacts a[href^='mailto'] {
    margin-bottom: 10px;
}



.footer-bottom {
    background-color: #00464c;
    font-size: 11px;
    letter-spacing: 0;
    color: rgba(255,255,255, .5);
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom a {
    margin-left: 10px;
}

.footer-bottom .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 50px;
    justify-content: space-between;
}

.footer-bottom p:last-child {
    white-space: nowrap;
}


footer .container {
    position: relative;
}

.go-up {
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 5;
    position: absolute;
    top: 20px;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    transition: background-color .15s ease-in-out;
    right: 0;
    background-color: #00464c;
}

.go-up:hover,
.go-up:focus {
    color: #fff;
    background-color: #016a73;
}



.about-page.banner a {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
    letter-spacing: 1px;
    font-size: 13px;
    background-color: #00a1b0;
    transition: background-color .15s ease-in-out;
    width: auto;
}

.about-page.banner a:hover {
    background-color: #03cbde;
    color: #fff;
    cursor: pointer;
}


.about-page.banner a {
    background-image: url(../img/pdf-icon.png);
    padding-left: 50px;
    background-position: 17px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
}

h3 {
    font-size: 1.7647rem;
    color: #333;
}

.uk-switcher p {
    line-height: 1.7647rem;
    margin-bottom: 30px;
}



.uk-switcher aside {
    border: #ccecef 10px solid;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
    padding: 35px;
    flex: 0 0 295px;
    margin-left: 70px;
    align-items: flex-start;
    justify-content: flex-end;
    color: #00a1b0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    height: 300px;
}

.uk-switcher aside  em {
    font-size: 1.4117rem;
    font-style: normal;
    color: #00a1b0;
}

.uk-switcher aside strong {
    font-weight: bold;
    font-size: 4.235rem;
    line-height: 1;
}

.uk-switcher li {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
}


.about-tabs {
    border-bottom: #eef0ef 2px solid;
}

.team {
    padding-top: 80px;
}

.team .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
}

.team .team-member {
    margin-right: 30px;
}

.team .team-member:nth-child(3n) {
    margin-right: 0;
}

.team-member {
    display: flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: calc(33.33% - 20px);
    font-size: 16px;
    color: #333;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 50px;
    flex: 1 1 300px;
    max-width: 360px;
}

.team-member:hover {
    text-decoration: none;
    color: #333;
}

.team-member strong {
    font-weight: normal;
    font-size: 22px;
    letter-spacing: .25px;
    line-height: 1;
    display: inline-block;
    margin-top: 12px;
}

.team-member figure {
    position: relative;
    margin-bottom: 0;
    height: 450px;
    overflow: hidden;
    filter: grayscale(100%);
    transition: all .25s ease-in-out;
}

.team-member:hover figure {
    filter: grayscale(0%);
}

.team-member .uk-overlay {
    padding: 15px 10px;
    text-align: center;
    font-size: 20px;
    letter-spacing: .25px;
    font-weight: 500;
    color: #fff;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    background-color: rgba(0, 161, 176, .7);
}

.team-member:hover .uk-overlay {
    display: block;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}

.team-member .uk-overlay {
    display: none;
}

.join-to-team {
    height: 450px;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: #00a1b0 5px solid;
    font-size: 18px;
    font-weight: bold;
    max-width: calc(33% - 20px);
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
}

.join-to-team  span {
    color: #00a1b0;
    margin-bottom: 20px;
    transition: color .15s ease-in-out;
}


.join-to-team:hover {
    background-color: #00a1b0;
    color: #fff;
}

.join-to-team:hover  span {
    color: #fff;
}


.biography {
    padding: 145px 0 105px;
    color: #adadad;
    font-size: 1rem;
    line-height: 1.4117rem;
}

.biography  .container {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
}

.biography .left {
    flex: 0 0 360px;
}

.biography .right {
    flex: 1;
    padding-left: 30px;
}


.biography .contacts {
    margin-left: 0;
}

.biography .contacts a {
    color: #333;
    letter-spacing: .5px;
    line-height: 1;
}

.biography .contacts a:last-child {
    margin-top: 10px;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    align-items: flex-end;
}

.practilca {
    width: 100%;
}

.practilca  .uk-navbar-dropdown {
    display: flex;
    background-color: transparent;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.menu-practiki {
    list-style: none;
}

.menu-practiki .uk-navbar-dropdown ul > li {
    flex: 1 1 300px;
}

.menu-practiki {
    z-index: 0;
}

.menu-practiki > li > a {
    font-size: 0;
    line-height: 0;
    min-height: 0;
}

.menu-practiki > li > a:last-child {
    display: none;
}


header .uk-navbar-nav > li {
    height: 19px;
}

header .uk-navbar-nav > li:hover >  a {
    height: 90px;
} 

.practilca .uk-navbar-dropdown {
    z-index: 0;
}

.practilca .uk-navbar-dropdown-nav>li>a,
.lastColumnMenu >li>a,
.lastColumnMenu >li >a:hover,
.lastColumnMenu >li >a:focus {
    color: #00a1b0;
    border-bottom: #00a1b0 1px solid;
    padding-bottom: 15px;
}

header .lastColumnMenu >li>a,
header .lastColumnMenu >li >a:hover,
header .lastColumnMenu >li >a:focus {
    color: #fff;
    border-bottom: #ffff 1px solid;
    padding-bottom: 15px;
}

.practilca  .sub-sub-menu-item > a {
    color: #333333;
}

.lastColumnMenu >li {
    margin-bottom: 20px !important;
}

.practilca  .sub-sub-menu-item > a:hover,
.practilca  .sub-sub-menu-item > a:focus {
    color: #00a1b0;
    text-decoration: underline;
}


.biography .left img {
    margin-bottom: 25px;
}




.biography .contacts {
    justify-content: flex-start;
    align-items: flex-start;
}

.biography .contacts .tel {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 34px;
    position: relative;
    margin-bottom: 20px;
}

.tel span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.biography h1 {
    margin-bottom: 0;
}

.biography h1 ~ em {
    color: #333;
    font-size: 1.47058rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.biography h1 ~ h4:first-of-type {
    margin-top: 40px;
}

.biography h4 {
    margin-top: 20px;
    color: #333;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.4117rem;
}

.contact-us .content {
    margin-top: 170px;
    margin-bottom: 130px;
    position: relative;
    width: 430px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 45px;
}

.contact-us .content  a {
    font-size: 16px;
}

.contact-us .content ul {
    list-style: none;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    padding-left: 0;
    justify-content: space-between;
}

.contact-us .content ul:not(.uk-switcher) a {
    padding: 5.5px 8px;
    font-size: 16px;
    color: #1e9dab;
    text-decoration: underline;
}

.contact-us ul:not(.uk-switcher) li.uk-active > a {
    color: #fff;
    text-decoration: none;
    background-color: #1e9dab;
}


.contact-us .contacts {
    margin-left: 0;
    position: relative;
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-us .contacts a {
    font-size: 12px;
    color: #000;
}

.contact-us .contacts .tel {
    margin-bottom: 13px;
    margin-top: 23px;
}


.contact-us .uk-cover {
    width: 100%;
    height: 100%;
}

.banner-small {
    height: 385px;
}

.uk-breadcrumb {
    justify-content: center;
    margin: 25px 0;
}

.uk-breadcrumb > * > *,
 ul.uk-breadcrumb li a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    border-top: #999 1px solid;
    border-right: #999 1px solid;

}

.uk-breadcrumb > :last-child > * {
    color: #007c87;
}


nav.filter a {
    padding: 8px 13px;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    text-decoration: underline;
}

nav.filter {
    margin-bottom: 50px;
}

nav.filter a:hover {
    text-decoration: none;
}

nav.filter a.active {
    background-color: #26a8b6;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-image: none !important;
    background-color: #fff !important;
}

#ajaxsearchlite1 input::placeholder,
div.asl_w .probox .proinput input::-webkit-input-placeholder {
    color: #000 !important;
}

#ajaxsearchlite1 input,
div.asl_w .probox .proinput input,
#ajaxsearchlite1 div.probox .proinput input, div.asl_w .probox .proinput input {
    color: #000 !important;
}

div.asl_r.vertical {
    background-color: #fff !important;
}


div.asl_w .probox .prosettings,
div.asl_s.searchsettings {
    background-image: none !important;
    background-color: transparent !important;
}
div.asl_s.searchsettings {
    background-color: #00a1b0 !important;
}

div.asl_w .probox .prosettings .innericon svg {
    fill: #00a1b0 !important;
}

.wrapper-tabs .uk-grid {
    margin-top: 0;
}

.filter ~ .search .uk-icon-link {
    color: #26a8b6;
}

.filter ~ .search {
    margin-left: 10px;
}


.uk-grid.news {
    margin-left: -30px;
}

.uk-grid.news>* {
    padding-left: 30px;
}

.news .uk-card {
    box-shadow: none;
    display: block;
    color: #333333;
    text-decoration: none !important;
    margin-bottom: 70px;
}

.news .date {
    color: #aeaeae;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    text-decoration: none !important;
}

.news .uk-card-body {
    padding: 20px 0 10px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
}


.banner span {
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

.news .uk-card:hover .uk-card-body .text {
    text-decoration: underline;
}

.uk-card-badge {
    left: 0;
    right: initial;
    padding: 7px 20px;
    background-color: #00a1b0;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    letter-spacing: 0;
    text-transform: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;

}

.uk-card .uk-overlay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background-color: rgba(0, 161, 176, .8);
}

.uk-card .uk-overlay .uk-button {
    border-color: #fff;
    color: #fff;
    font-size: 13px;
    widows: 200px;
    max-width: 80%;
}

.uk-card:hover .uk-overlay {
    opacity: 1;
}

.uk-card:hover .uk-card-badge {
    background-color: #fff;
    color: rgba(0, 161, 176, 1);
}

.get-more,
.publication-info .uk-button {
    border-color: #00a1b0;
    color: #00a1b0;
}

.get-more:hover,
.get-more:focus,
.publication-info .uk-button:hover,
.publication-info .uk-button:focus {
    color: #fff;
    background-color: #00a1b0;
}

.footer-publication {
    margin-top: 65px;
}

.mob-menu-container {
    display: none;
}

.footer-publication .top {
    padding-bottom: 15px;
    border-bottom: #eef0ef 2px solid;
}

.footer-publication a
{
    color: #00a1b0;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-publication .share {
    margin-top: 25px;
}

.footer-publication a:first-child span {
    margin-right: 30px;
}

.footer-publication a:last-child span {
    margin-left: 30px;
}

.publication-info {
    margin-bottom: 30px;
}

.content-publication {
    letter-spacing: .25px;
    line-height: 24px;
    margin-top: 110px;
    margin-bottom: 100px;
}

.content-publication .date {
    color: #aeaeae;
    font-size: 14px;
    margin: 0 10px;
}

.content-publication h1 {
    margin-top: 30px;   
}

.content-publication img {
    margin: 10px 10px 50px;
    margin: 10px auto 10px;
    display: block;
}

b, strong {font-weight: 700; color: #333333;}

.content-publication ul,
.content-publication ol {
    margin: 10px 0;
}

.content-publication ul li,
.content-publication ol li  {
    margin-bottom: 5px;
}

.content-publication ul:not(.uk-breadcrumb ) {
    list-style: none;
}

.content-publication ul:not(.uk-breadcrumb ) li:before {
    content: '\2022';
    color: #26a8b6;
    margin-right: 25px;
}

.a2a_default_style {
    display: inline-block;
    vertical-align: middle;
}

.footer-publication a:first-child span {
    margin-right: 0;
}

.page_404 {
    min-height: 100vh;
    overflow: hidden;
    padding: 100px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
    user-select: none;
    justify-content: center;
    color: #333333;
    line-height: 1.76470rem;;
}

.page_404 h1
{
    font-size: 17.6470rem;
    line-height: .6;
    margin-bottom: 0;
    font-weight: 100;
    color: #00a1b0;
}

.page_404  h5 {
    color: #00a1b0;
    font-size: 1.76470rem;
    line-height: 1;

}

.page_404  a {
    color: #00a1b0;
    text-decoration: underline;
}

.page_404  a:hover {
    text-decoration: none;
}

.uk-modal {
    background-color: rgba(0, 161, 176, .9);
}
.modal-search p {
    margin-bottom: 5px;
}

.modal-search .uk-input {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.modal-search .uk-input::placeholder {
    color: #333;
    font-size: 18px;
 }

.modal-search .uk-modal-dialog {
    background-color: transparent;
    color: #fff;
    width: 555px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

.modal-search {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.modal-search  .container {
    width: 100%;
}

.uk-close:focus, .uk-close:hover {
    color: #fff;
    opacity: .7;
}


.description img {
        max-width: 100px;
    }
 
.practics a {
    flex: 1 1 205px;
}

.numbers li {
    flex: 1 1 300px;
}

.with-hashtag {
    position: relative;
}

.with-hashtag:before {
    content: '#1';
    font-size: 100px;
    color: #00a1b0;
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 1;
    opacity: .2;
    top: 0;
    left: 0;
    position: absolute;
}

.service-page {
    font-size: 18px;
}

.service-page .numbers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.service-page .numbers ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 8.33%;
    flex: 1 1 41%;
}

.service-page .with-hashtag {
    padding-top: 60px;
}


.anchors {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

}


.service-content  .anchors a {
    flex: 1 1 150px;
    text-align: center;
    color: #868686 ;
    background-color: #ebebec;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.anchors a:hover,
.anchors a:focus {
    background-color: #00a1b0;
    color: #fff;
} 


.service-content .description {
    padding-bottom: 55px;
    padding-top: 45px;
}

.service-content {
    /*max-width: 1140px;*/
    /*margin: 0 auto;*/
    letter-spacing: .25px;
    line-height: 24px;
    position: relative;
}

.wrap-aside-scroll {
    position: absolute;
    width: 165px;
    right: calc(50% - 570px);
    top: 0;
    margin-top: 85px;
}

.service-content p  {
    margin-bottom: 20px;    
}

.service-content a {
    color: #00a1b0;
    text-decoration: underline;
}

.service-content a:hover {
    text-decoration: none;
}

.service-content aside {
    width: 165px;
    float: right;
    position: static;
    margin-top: 45px;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    top: 70px;
    opacity: 0;
    padding: 20px 0;
    pointer-events: none;

}

.service-content aside.uk-active {
    width: 165px !important;
    background-color: #fff;
    animation-name: uk-fade-bottom-small;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    pointer-events: initial;

    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.service-content aside a {
    padding-left: 35px;
    letter-spacing: .75px;
    font-size: 14px;
    text-decoration: none;
    color: #868686;
    margin-bottom: 5px
}

.service-content aside a.active {
    color: #00a1b0;
    padding-left: 33px;
    border-left: #00a1b0 2px solid;
}

.service-content aside a:hover {
    color: #00a1b0;
    text-decoration: underline;
}

.service-content aside .uk-button {
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    line-height: 27px;
    margin-top: 20px;
    padding-top: 1px;

    margin-right: auto;
}

.service-content aside .uk-button:hover {
    color: #fff;
    text-decoration: none;
}

.wrap-section-content  {
    width: calc(100% - 165px);
    padding-right: 30px;
}


.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: #90d4da !important;
}


.algoritm {
    background-color: #fafafa;
    padding: 40px 0 0;
}

.algoritm ul {
    position: relative;
    padding-left: 0;
    min-height: 250px;
    list-style: none;
    counter-reset: li;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.algoritm ul li {
    padding-top: 85px;
    position: relative;
    width: 33%;
    margin-bottom: 104px;
    height: 150px;
    display: inline-block;
}

.algoritm ul li:nth-child(n + 3) {
    margin-bottom: 60px;
}

.algoritm ul li:nth-child(5) {
    order: 5;
}


.algoritm ul li:nth-child(4) {
    order: 6;
}

.algoritm ul li:nth-child(6) {
    order: 4;
}

.algoritm ul li:after {
    counter-increment: li; 
    content: counter(li);
    width: 25px;
    top: 50px;
    left: 0;
    position: absolute;
    height: 25px;
    display: block;
    color: #fff;
    letter-spacing: 0;
    background-color: #00a1b0;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.algoritm ul li img {
    position: absolute;
    top: 0;
    left: 0;
}

.algoritm ul:before {
    content: '';
    width: 100%;
    position: absolute;
    display: block;
    top: 60px;
    border: #00a1b0 3px solid;
    border-left: none;
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;

    height: 251px;
}


.cost {
    padding-top: 60px;
    padding-bottom: 70px;
}

.cost .wrapper-cost {
    background-color: #f2fafb;
    padding: 28px 25px;
    border-left: #00a1b0 5px solid;
    font-size: 14px;
}

.cost .wrapper-cost ul{
    list-style: none;
}

.cost .wrapper-cost li {
    margin-bottom: 15px;
    font-weight: normal;

}

.cost .wrapper-cost li  strong {
    color: #00a1b0;
    letter-spacing: .25px;
}

.cost .wrapper-cost a {
    color: #333333;
    text-decoration: none;
    border-bottom: #333333 1px dashed ;
}

.cost .wrapper-cost a:hover {
    border-bottom-style: solid;
    border-color: #00a1b0;
    color: #00a1b0;
}

.cost .wrapper-cost li:before {
    content: '';
    display: inline-block;  
    width: 6px;
    height: 6px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #00a1b0;
}

.cost .wrapper-cost h4
{
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .25px;
}

.deadline {
    background-color: #fafafa;
    padding-top: 30px;
    padding-bottom: 60px;
}


.wrap-section-content table {
    margin-top: 30px;
    width:  100%;
        border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
    letter-spacing: .25px;
}
.wrap-section-content table thead td
{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.wrap-section-content table thead {
    border-bottom: #55c0ca 2px solid;
}

.wrap-section-content table td {
    padding: 8px 0;
}

.wrap-section-content table strong {
    color: #00a1b0;
}

.wrap-section-content table td:nth-child(n + 2) {
    width: 120px;
    text-align: center;
}

.wrap-section-content table td:nth-child(1) {
    padding-left: 20px;
}

.docs {
    padding-top: 70px;
    padding-bottom: 70px;
}

.docs tr:nth-child(2n) {
    background-color: #f5f6f5;
}


.result {
    background-color: #00a1b0;
    padding: 40px 0 60px;
    color: #fff;
}

.result h3 {
    color: #fff;
}

.result strong {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.result ul {
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
    counter-reset: li;
}

.result ul li {
    padding: 15px 20px 15px 65px;
    background-color: #1b8d9c;
    margin-bottom: 10px;
    position: relative;
    counter-increment: li;
    letter-spacing: .25px;
    font-size: 18px;

}

.result ul li:before {
    width: 45px;
    height: 100%;
    position: absolute;
    background-color: #80d0d8;
    top: 0;
    left: 0;
    font-size: 36PX;
    text-align: center;
    line-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    content: counter(li);
}


.faq {
    padding: 55px 0 75px;
}


.faq .uk-accordion li a {
    background-color: #e5f5f7;
    padding: 10.5px 25px;
    width: 100%;
    display: block;
    font-weight: bold;
    letter-spacing: .25px;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.faq .uk-accordion li a:after
{
    content: "";
    width: 1.4em;
    height: 1.4em;
    float: right;
    color: #fff;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20ratio%3D%221%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2300a0af%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C/polyline%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: transform .25s ease-in-out;
}

.faq .uk-accordion .uk-open a:after {
    transform: rotate(-180deg);
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20ratio%3D%221%22%3E%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C/polyline%3E%3C/svg%3E);

}

.uk-accordion>:nth-child(n+2) {
    margin-top: 15px;
}

.faq .uk-accordion li p {
    margin-top: 20px;
}

.faq .uk-accordion .uk-open  {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1)
}
.faq .uk-accordion .uk-open a
{
    background-color: #00a0af;
    color: #fff;
}

.faq .uk-accordion li div  {
    background-color: #fff;
    padding: 5px 25px;
}

.service-open {
    padding-bottom: 85px;
}

.service-open ul {
    padding-left: 0;
    list-style: none;
    column-count: 2;

}
.service-open ul  li {
    margin-bottom: 20px;
}

.service-open ul a {
    color: #333333;
    font-size: 18px;
}

.service-open h3 {
    font-weight: 600;
    letter-spacing: .25px;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}




.service-2 .content {
    margin-top: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 100px;
    justify-content: space-between;
    line-height: 24px;
}


.service-2 .content h4 {
    margin-bottom: 30px;
    font-size: 30px;
}

.service-2 .content .left,
.service-2 .content .right {
    width: 50%;
}

.service-2 .content .right {
    width: 41.666%;
}
.service-2 .content .right ul {
    list-style: none;
    font-size: 14px;
    padding-left: 0;
    line-height: 2;
    counter-reset: li;
}

.service-2 .content .right ul li {
    margin-bottom: 20px;
    counter-increment: li;
    padding-left: 65px;
    margin-bottom: 25px;
    position: relative;

}

.service-2 .content .right ul li:before {
    content: '0' counter(li);
    font-size: 48px;
    font-weight: bold;
    display: block;
    line-height: 1;
    left: 0;
    top: 0;
    position: absolute;
    color: #00a1b0;
}

.mob-icon {
    display: none;
}


@media (max-width: 1400px) {
    .uk-switcher {
        min-width: initial;
    }

    .uk-position-small[class*=uk-position-center-right] {
        transform: translateY(-50%) translateX(-25px)
    }

    .uk-position-center-left-out {
        right: calc(100% - 50px);
    }
}

@media (max-width: 1250px) {
    .uk-navbar-nav>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
    
    .menu-practiki .uk-navbar-dropdown-nav {
        justify-content: flex-start;
    }

    .menu-practiki .uk-navbar-dropdown ul > li {
        margin-right: 20px;
    }

    .numbers ul {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .numbers li {
        margin-bottom: 30px;
    }

    header,
    header.fixed {
        padding: 20px 15px;
    }

    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        padding: 0 10px;
    }

    .container {

        padding: 0 15px;
    }

    .banner--main {
        padding-top: 35vh;
    }

    .uk-position-center-left-out {
        right: calc(100% - 50px);
    }

    .uk-position-center-right-out {
        left: calc(100% - 50px);
    }


    .uk-slider-container {
        max-width: calc(100% - 100px);
    }
}

@media (max-width: 1180px) {
    .uk-navbar-nav>li>a {
        padding: 0 5px;
    }
}

@media (max-width: 1140px) {
    .service-content .anchors a {
        flex: 1 1 120px;
    }

    .wrap-aside-scroll {
        right: 10px;
    }
}

@media (max-width: 1024px) {

    .menu-practiki .uk-navbar-dropdown-nav {
        justify-content: flex-start;
        max-width: 600px;
        margin: 0 auto;
    }

    .menu-practiki .uk-navbar-dropdown ul > li {
        margin: 10px;
        flex: 1 1 calc(50% - 20px);
    }

    .banner {
        height: auto;
        padding-top: 300px;
    }

    header .banner--main {
        height: auto;
        padding-bottom: 50px;
    }

   header .uk-navbar-nav>li>a {
        padding: 0 5px;
    }

    header .uk-navbar-nav > li > a {
        font-size: 11px;
    }


    header .logo img {
        max-width: 170px;
    }

    header .uk-navbar-nav {
        margin-right: 2px;
    }

    header.fixed .contacts a,
    header .contacts a {
        font-size: 12px;
        width: auto;
        margin-bottom: initial;
    }

    header .contacts a:first-child {
        margin-bottom: initial;
    }

    header.contacts span {
        margin-right: 0;
    }

    header .contacts a,header .contacts a:nth-child(2) {
        font-size: 0;

    }

    header .contacts {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;-webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;

        justify-content: center;
    }

    header.fixed .contacts a,
    header .contacts a {
        padding: 10px 0px;
    }
    header .contacts,
    header .language {
        margin-left: 10px;
    }

    .service-page .numbers ul {
        flex: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .service-page .numbers {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .service-2 .content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .service-2 .content .left, .service-2 .content .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .uk-grid.news>* {
        max-width: 360px;
        flex: 1 1 340px;
    }



    .biography .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .biography .right {
        flex: 1 1 407px;
    }

    .biography .left {
        flex: 1 1 330px;
    }

    .team .container {
        justify-content: center;
    }

    .team .team-member:nth-child(3n),
    .team .team-member {
        margin: 30px;
        margin-bottom: 40px; 
    }

    .team-member figure {
        height: 400px;
    }

    .join-to-team {
        max-width: 360px;
    }

    .about-tabs .uk-tab-left {
        min-width: 100%;
    }



    .about-tabs .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .about-tabs .uk-switcher,
    .about-tabs .uk-tab-left {
        padding-left: 0;
    }

    .about-tabs .uk-tab-left {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-tabs .uk-tab-left li.uk-active {
        order: 5;
    }

    .practics a {
        flex: 1 1 250px;
        height: auto;
        padding: 20px 10px 20px;
    }
    .response li {
        width: 50%;
    }


    .uk-h1, h1, .uk-h2, h2 {
        font-size: 1.94117647059rem;
    }

    .banner  br {
        display: none;
    }

    .banner--main .content {
        font-size: 1.2rem;
    }
}


@media (max-width: 991px) {

    .wrap-aside-scroll {
        display: none;
    }

    .wrap-section-content {
        width: 100%;
        padding-right: 0;
    }

     .uk-grid.news {
        max-width: 740px;
        margin: 0 auto;
    } 


    .footer-top .container {
       -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
       flex-wrap: wrap;
    }

    .footer__logo img {
        margin-bottom: 0;
    }

    .footer__logo {
        min-width: 100%;
        flex: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;

        justify-content: space-between;
    }

    .footer__social {
        margin-top: auto;
        margin-bottom: auto;
    }

    .contact-us .content {
        width: 300px;
        padding: 20px;
    }

    .contact-us .contacts a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}



@media (max-width: 767px) {

    .cost .wrapper-cost li:before {
        position: absolute;
        left: -10px;
        top: .6em;
    }

     .cost .wrapper-cost li {
        position: relative;
     }

    .uk-modal-close-outside {
        transform: translate(0, 0);
    }

    .uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
        transform: translateY(-50%) translateX(-35px);
        color: #90d4da !important;
    }

    .uk-position-small[class*=uk-position-center-right] {
        transform: translateY(-50%) translateX(35px);

    }

    div.asl_s.searchsettings {
        left: 15px !important;
        width: calc(100% - 30px) !important;
    }

    .banner span {
        display: none;
    }

    .contact-us .contacts span{
        color: #1e9dab;
    }

    header.white .contacts a {
        color: #fff;
        margin-bottom: 10px;
    }

    .white .mob-icon {
        color: #333;
    }

    header .contacts,
    header .language  {
        margin-left: 25px;
    }

    .contact-us {
        padding-top: 120px;
    }

    header .uk-navbar-nav > li {
        height: auto;
    }

    .practics a:hover {
        padding-top: 20px;
    }

    .practics a:hover span {
        display: none;
    }

    header .uk-navbar-nav > li:hover >  a {
        height: auto;
    } 

    .menu-practiki .uk-navbar-dropdown ul > li {
        margin: 10px;
        flex: 1 1 100%;
        max-width: 100%;
    }

    header .contacts {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    header .contacts a, header .contacts a:nth-child(2),
    header.fixed .contacts a, .contacts a {
        font-size: 14px;
    }

    .contacts span {
        margin-right: 10px;
    }


    .mob-icon {
        color: #fff;
        display: block;
    }

    header {
        position: relative;
    }

    .open .mob-menu-container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding-bottom: 25px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #00a1b0;
    }

    .language > a span {
        color: #fff;
    }

    .numbers li strong {
        font-size: 3rem;
    }

    .fixed .mob-icon {
        color: #333;
    }

    header.open {
        background-color: #00a1b0;

    }

    header.fixed .uk-navbar-nav > li > a, header.white .uk-navbar-nav > li > a {
        color: #fff;
    }

    header.open .uk-navbar {
        display: flex;
    }

    header.fixed .contacts a {
        border: none;
    }

    header.fixed .contacts a:nth-child(2),
    header.fixed .contacts a,
    header.fixed .language > a, header.white .language > a {
        display: block;
        color: #fff !important;
    }

    header.fixed .contacts a span {
        display: initial;
    }

    header.fixed .contacts a {
        padding-left: 0;
    }

    .uk-navbar-dropdown.uk-open {
        position: relative;

    }

    .uk-navbar-dropdown.uk-open .uk-navbar-dropdown-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
    }

    .uk-navbar-dropdown.uk-open .uk-navbar-dropdown-nav a {
        font-size: 12px;
    }

    .uk-navbar-dropdown ul > li {
        margin-bottom: 20px;
    }

    .uk-navbar-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;-webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
        max-height: 60vh;
        overflow: auto;
    }

    header.open .fixed .mob-icon,
    header.open .mob-icon {
        color: #fff;
    }

    header .uk-icon-link, .contacts span {
        color: #fff;
    }

    header .contacts a {
        margin-bottom: 15px;
    }

    header .search {
        padding-left: 25px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .contacts,
    .language {
        margin-left: 25px;
    }

    .banner--main .content {
        width: 100%;
        margin-bottom: 30px;
    }

    .numbers li {
        flex: 1 1 120px;
        padding: 0 10px;
    }

    .service-2 .content {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .contact-us .uk-cover {
        position: relative !important;
        height: 300px !important;
        max-width: 100%;
        overflow: hidden ;
        left: initial !important;
        top: initial !important;
        transform: none;
    }

    .contact-us {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .contact-us .content {
        margin: 20px auto;
    }

    .uk-grid.news>* {
        margin: 10px auto;
        padding-left: 0;
    }

    .footer-publication a {
        flex: 1 1 260px;
    }

    .content-publication h1 {
        font-size: 2rem;
    }

    .footer-publication a:last-child {
        text-align: right;
    }

    .footer-publication .top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news .uk-card {
        margin-bottom: 30px;
    }

    .uk-switcher {
        min-width: 100%;
    }

    .biography .right {
        flex: 1 1 407px;
        padding-left: 0;
        margin-top: 20px;
    }
    .biography .contacts a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        line-height: 1.3;
    }

    .biography .left {
       display: -webkit-flex;
       display: -moz-flex;
       display: -ms-flex;
       display: -o-flex;
       display: flex;
       -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       -o-flex-wrap: wrap;
       flex-wrap: wrap;
    }

    .biography .left .contacts {
        flex: 1 1 300px;
    }

    .biography .left img {
        margin-top: auto;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 20px;
    }

    .join-to-team {
        height: 200px;
    }

    .uk-navbar-dropdown {
        padding: 5px;
    }

    .banner {
     height: auto;
     padding-top: 150px;
    }

    .uk-switcher li {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .uk-switcher aside {
        margin-left: 0;
        height: auto;
        padding: 20px;
        flex: initial;
        margin-bottom: 10px;
    }

    .about-tabs .uk-tab-left {
        width: 100%;
    }


    .banner:not(.banner--main) {
        font-size: 1rem;
    }

    .footer__logo  {
        flex-wrap: wrap;
    }


    .footer__logo img {
        margin-bottom: 10px;
    }

    .footer__logo > * {
        flex: 1 1 280px;
    }

    .footer__menu, footer .contacts {
        flex: 1 1 300px;
        margin-left: 0;
        margin-bottom: 20px;
    }   

    .footer-bottom {
        padding: 10px 0;
    }

    .footer-bottom .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    .footer-bottom p {
        margin-bottom: 5px;
    }

    .response li {
        width: 100%;
    }

    .our-client .uk-slider li  {
        width: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-client .uk-visible\@s {
        display: block !important;
    }


    .uk-slider-container {
        max-width: 100%;
    }

    .service-open ul {
        column-count: 1;
    }

    .service-open ul li {
        margin-bottom: 10px;

    }
     .service-open ul li a {
        font-size: 16px;
     }
}


@media (max-width: 500px) {

    .anchors {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .service-content .anchors a {
        flex: 1 1 40px;
    }

    .service-page .numbers ul {
        justify-content: center;
    }

    .wrap-section-content table td:nth-child(1) {
        padding-left: 0;
    }

    .deadline .wrap-section-content table td:nth-child(n + 2) {
        width: 50%;
    }

    .wrap-section-content table td:nth-child(n + 2) {
        width: 40px;
    }

    .algoritm ul:before,
    .algoritm ul li img {
        display: none;
    }

    .faq .uk-accordion li div {
        padding: 10px;
    }

    .result ul li {
        font-size: 14px;
        line-height: 1.3;
    }

    .wrap-section-content table thead td {
        font-size: 14px;
    }

    .algoritm ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .algoritm ul li:after {
        top: 0;
        left: 0;
    }

    .cost .wrapper-cost ul {
        padding-left: 0;
    }

    .algoritm ul li:nth-child(n + 3) {
        margin-bottom: 20px;
    }

    .algoritm ul li {
        margin-bottom: 20px;
        width: 100%;
        padding-top: 0;
        height: auto;
        order: initial !important;
        padding-left: 30px;
    }

    .algoritm ul li br {
        display: none;
    }



    .team-member figure {
        height: auto;
    }

    .team .team-member:nth-child(3n), .team .team-member {
        margin-top: 0;
        margin-bottom: 20px;
    }
 

    .numbers li strong {
        font-size:3rem;
    }

    .uk-h1, h1, .uk-h2, h2 {
        font-size: 1.3rem;
    }
    .numbers li {
        text-align: center;
    }

    .about-tabs .container {
        padding-bottom: 0;
    }

    .numbers li strong:after {
        left: calc(50% - 30px);
    }

    .our-client .uk-slider li {
        width: 100%;
    }

    .numbers ul {
        margin-top: 10px;
    }

    .our-client {
        padding-bottom: 30px;
        padding-top: 0px;
    }


    .footer__menu ul li {
        line-height: 1;
    }


}
